Trace number 4515642

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06UNSAT 362.791 359.569

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.opb
MD5SUM2ed11ed0a65f838ec27d78822f3aa2f3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.3422
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53655
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints10724
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 30
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4515642-1751235646.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.71/0.46	c ... done. Wall clock time 0.325s.
0.71/0.46	c declared #vars     53655
0.71/0.46	c #constraints  10732
0.71/0.46	c constraints type 
0.71/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10732
0.71/0.46	c 10732 constraints processed.
2.27/1.20	c cleaning 2500 clauses out of 5000 with flag 13285/5000
2.47/1.36	c cleaning 4248 clauses out of 8502 with flag 29464/11002
2.67/1.43	c cleaning 5625 clauses out of 11253 with flag 49562/18001
2.86/1.59	c cleaning 6809 clauses out of 13627 with flag 72228/26000
3.06/1.67	c cleaning 7890 clauses out of 15818 with flag 101678/35000
3.26/1.76	c cleaning 8938 clauses out of 17930 with flag 131539/45002
3.48/1.91	c cleaning 9989 clauses out of 19993 with flag 165588/56003
3.58/2.01	c cleaning 10998 clauses out of 22001 with flag 199170/68000
3.68/2.12	c cleaning 11999 clauses out of 24005 with flag 234639/81002
3.78/2.25	c cleaning 12996 clauses out of 26004 with flag 271689/95000
3.88/2.39	c cleaning 13998 clauses out of 28009 with flag 317219/110001
4.18/2.66	c cleaning 14968 clauses out of 30010 with flag 362434/126000
4.40/2.86	c cleaning 16015 clauses out of 32042 with flag 410870/143000
4.63/3.05	c cleaning 17011 clauses out of 34029 with flag 462996/161002
4.92/3.32	c cleaning 17954 clauses out of 36016 with flag 520219/180000
5.12/3.57	c cleaning 19016 clauses out of 38062 with flag 578071/200000
5.32/3.78	c cleaning 19985 clauses out of 40046 with flag 646548/221000
5.63/4.01	c cleaning 21025 clauses out of 42062 with flag 715283/243001
5.93/4.33	c cleaning 22014 clauses out of 44037 with flag 784458/266001
6.23/4.62	c cleaning 23004 clauses out of 46024 with flag 854532/290002
6.53/4.92	c cleaning 23996 clauses out of 48018 with flag 928649/315000
6.83/5.22	c cleaning 25000 clauses out of 50025 with flag 1028963/341003
7.13/5.52	c cleaning 25986 clauses out of 52022 with flag 1117855/368000
7.52/5.94	c cleaning 26979 clauses out of 54039 with flag 1201279/396003
7.82/6.25	c cleaning 28003 clauses out of 56057 with flag 1291536/425000
8.22/6.70	c cleaning 29001 clauses out of 58056 with flag 1391396/455002
8.63/7.02	c cleaning 30025 clauses out of 60053 with flag 1485211/486000
9.02/7.43	c cleaning 30993 clauses out of 62030 with flag 1598533/518002
9.42/7.82	c cleaning 31912 clauses out of 64036 with flag 1697172/551001
9.82/8.27	c cleaning 33052 clauses out of 66123 with flag 1797575/585000
10.22/8.67	c cleaning 34028 clauses out of 68071 with flag 1898263/620000
11.04/9.42	c cleaning 35016 clauses out of 70044 with flag 2007870/656001
11.44/9.85	c cleaning 36004 clauses out of 72029 with flag 2128801/693002
11.93/10.35	c cleaning 36996 clauses out of 74023 with flag 2249818/731000
12.74/11.15	c cleaning 37984 clauses out of 76028 with flag 2367732/770001
13.23/11.64	c cleaning 39005 clauses out of 78044 with flag 2487096/810001
13.93/12.37	c cleaning 40019 clauses out of 80039 with flag 2609964/851001
14.73/13.13	c cleaning 41003 clauses out of 82019 with flag 2734380/893000
15.53/13.98	c cleaning 41944 clauses out of 84018 with flag 2862431/936002
16.33/14.78	c cleaning 43026 clauses out of 86072 with flag 2989150/980000
17.22/15.63	c cleaning 44012 clauses out of 88047 with flag 3126654/1025001
18.06/16.47	c cleaning 44993 clauses out of 90034 with flag 3271172/1071000
18.95/17.33	c cleaning 45996 clauses out of 92043 with flag 3411993/1118002
19.76/18.13	c cleaning 47018 clauses out of 94047 with flag 3549045/1166002
20.55/18.99	c cleaning 48008 clauses out of 96027 with flag 3693153/1215000
21.35/19.75	c cleaning 48954 clauses out of 98020 with flag 3848506/1265001
21.94/20.34	c cleaning 49963 clauses out of 100065 with flag 4020989/1316000
22.75/21.14	c cleaning 50994 clauses out of 102103 with flag 4186371/1368001
23.54/21.95	c cleaning 52048 clauses out of 104110 with flag 4361133/1421002
24.27/22.65	c cleaning 53020 clauses out of 106061 with flag 4519580/1475001
25.27/23.61	c cleaning 54014 clauses out of 108044 with flag 4676417/1530004
26.27/24.60	c cleaning 54989 clauses out of 110026 with flag 4850314/1586000
26.97/25.36	c cleaning 55691 clauses out of 112038 with flag 5014148/1643001
27.97/26.38	c cleaning 56396 clauses out of 114349 with flag 5179582/1701003
29.36/27.70	c cleaning 56811 clauses out of 116950 with flag 5349570/1760000
30.97/29.30	c cleaning 58177 clauses out of 120139 with flag 5526170/1820000
31.90/30.29	c cleaning 58688 clauses out of 122963 with flag 5711411/1881001
32.91/31.20	c cleaning 59953 clauses out of 126274 with flag 5892233/1943000
33.92/32.23	c cleaning 60773 clauses out of 129323 with flag 6077794/2006002
35.12/33.44	c cleaning 61634 clauses out of 132548 with flag 6275848/2070000
36.02/34.30	c cleaning 63155 clauses out of 135917 with flag 6477884/2135003
37.02/35.38	c cleaning 63735 clauses out of 138760 with flag 6688143/2201001
38.77/37.03	c cleaning 64620 clauses out of 142025 with flag 6907833/2268001
40.06/38.34	c cleaning 65725 clauses out of 145404 with flag 7110111/2336000
41.65/39.91	c cleaning 67046 clauses out of 148681 with flag 7319496/2405002
42.86/41.11	c cleaning 67881 clauses out of 151635 with flag 7522982/2475002
44.25/42.54	c cleaning 68309 clauses out of 154754 with flag 7750491/2546002
46.44/44.71	c cleaning 69794 clauses out of 158443 with flag 7959357/2618000
48.39/46.64	c cleaning 70613 clauses out of 161651 with flag 8170492/2691002
49.79/48.04	c cleaning 71943 clauses out of 165037 with flag 8399797/2765001
50.98/49.21	c cleaning 72238 clauses out of 168093 with flag 8621310/2840000
52.98/51.20	c cleaning 73547 clauses out of 171856 with flag 8851186/2916001
54.28/52.54	c cleaning 74159 clauses out of 175308 with flag 9077306/2993000
55.73/53.91	c cleaning 75548 clauses out of 179150 with flag 9309265/3071001
58.31/56.53	c cleaning 75967 clauses out of 182601 with flag 9537789/3150000
60.11/58.39	c cleaning 77296 clauses out of 186635 with flag 9769665/3230001
62.00/60.28	c cleaning 79039 clauses out of 190338 with flag 10012057/3311000
63.51/61.70	c cleaning 79303 clauses out of 193299 with flag 10264756/3393000
65.46/63.68	c cleaning 80274 clauses out of 196996 with flag 10514320/3476000
68.16/66.31	c cleaning 80734 clauses out of 200723 with flag 10761729/3560001
70.46/68.68	c cleaning 82205 clauses out of 204988 with flag 11011091/3645000
73.75/71.99	c cleaning 83159 clauses out of 208785 with flag 11280624/3731002
77.14/75.33	c cleaning 83716 clauses out of 212624 with flag 11553860/3818000
79.00/77.15	c cleaning 85084 clauses out of 216909 with flag 11830509/3906001
81.79/79.97	c cleaning 86957 clauses out of 220824 with flag 12090572/3995000
84.39/82.56	c cleaning 87230 clauses out of 223869 with flag 12344638/4085002
86.89/85.03	c cleaning 88250 clauses out of 227639 with flag 12620145/4176002
89.58/87.71	c cleaning 89302 clauses out of 231390 with flag 12903917/4268003
93.43/91.57	c cleaning 90356 clauses out of 235085 with flag 13172876/4361000
96.82/94.94	c cleaning 91337 clauses out of 238729 with flag 13446259/4455000
99.42/97.50	c cleaning 91640 clauses out of 242392 with flag 13723944/4550000
101.81/99.90	c cleaning 92775 clauses out of 246752 with flag 14009223/4646000
105.77/103.81	c cleaning 94291 clauses out of 250977 with flag 14301876/4743000
109.46/107.52	c cleaning 95126 clauses out of 254686 with flag 14595792/4841000
113.55/111.67	c cleaning 96508 clauses out of 258561 with flag 14878044/4940001
116.15/114.28	c cleaning 96986 clauses out of 262053 with flag 15167566/5040001
120.45/118.54	c cleaning 97913 clauses out of 266066 with flag 15469458/5141000
122.60/120.60	c cleaning 99107 clauses out of 270153 with flag 15782346/5243000
124.79/122.86	c cleaning 99587 clauses out of 274047 with flag 16084585/5346001
129.09/127.18	c cleaning 100881 clauses out of 278461 with flag 16380383/5450002
133.87/131.98	c cleaning 101761 clauses out of 282579 with flag 16699211/5555001
138.03/136.07	c cleaning 103000 clauses out of 286820 with flag 17006765/5661003
141.92/139.94	c cleaning 104358 clauses out of 290817 with flag 17320523/5768000
146.61/144.69	c cleaning 105014 clauses out of 294461 with flag 17631135/5876002
151.89/149.93	c cleaning 106384 clauses out of 298445 with flag 17951130/5985000
156.26/154.20	c cleaning 106482 clauses out of 302061 with flag 18265364/6095000
158.95/156.94	c cleaning 108026 clauses out of 306580 with flag 18591316/6206001
163.94/161.96	c cleaning 109390 clauses out of 310553 with flag 18928893/6318000
168.23/166.26	c cleaning 110050 clauses out of 314163 with flag 19255402/6431000
173.32/171.39	c cleaning 111079 clauses out of 318115 with flag 19579588/6545002
179.51/177.45	c cleaning 112112 clauses out of 322034 with flag 19914160/6660000
183.60/181.56	c cleaning 113130 clauses out of 325922 with flag 20248914/6776000
187.79/185.70	c cleaning 113650 clauses out of 329794 with flag 20595566/6893002
192.27/190.27	c cleaning 114811 clauses out of 334144 with flag 20936052/7011002
197.26/195.24	c cleaning 115440 clauses out of 338333 with flag 21274013/7130002
201.86/199.73	c cleaning 116817 clauses out of 342893 with flag 21634427/7250002
206.64/204.55	c cleaning 117940 clauses out of 347075 with flag 21990313/7371001
212.73/210.62	c cleaning 119201 clauses out of 351134 with flag 22344068/7493000
216.62/214.56	c cleaning 119497 clauses out of 354933 with flag 22701008/7616000
221.80/219.75	c cleaning 121118 clauses out of 359436 with flag 23069090/7740000
226.51/224.46	c cleaning 121658 clauses out of 363318 with flag 23433713/7865000
232.78/230.60	c cleaning 122878 clauses out of 367660 with flag 23798458/7991000
236.57/234.43	c cleaning 123609 clauses out of 371782 with flag 24160769/8118000
240.27/238.16	c cleaning 124615 clauses out of 376176 with flag 24549001/8246003
243.86/241.75	c cleaning 125302 clauses out of 380558 with flag 24930129/8375000
248.64/246.50	c cleaning 126721 clauses out of 385257 with flag 25311131/8505001
253.26/251.05	c cleaning 127675 clauses out of 389536 with flag 25698795/8636001
259.35/257.14	c cleaning 128718 clauses out of 393861 with flag 26076583/8768001
262.63/260.41	c cleaning 129758 clauses out of 398142 with flag 26470214/8901000
265.82/263.66	c cleaning 130561 clauses out of 402384 with flag 26857998/9035000
268.81/266.65	c cleaning 132012 clauses out of 406823 with flag 27277988/9170000
272.00/269.89	c cleaning 131945 clauses out of 410815 with flag 27657862/9306004
278.43/276.15	c cleaning 133377 clauses out of 415868 with flag 28055894/9443002
281.52/279.22	c cleaning 133228 clauses out of 420490 with flag 28467288/9581001
285.71/283.49	c cleaning 134923 clauses out of 426261 with flag 28867681/9720000
290.00/287.74	c cleaning 135869 clauses out of 431338 with flag 29279715/9860000
296.39/294.17	c cleaning 136837 clauses out of 436469 with flag 29697767/10001000
300.08/297.88	c cleaning 137332 clauses out of 441635 with flag 30116241/10143003
309.53/306.73	c cleaning 139317 clauses out of 447300 with flag 30525030/10286000
315.22/312.46	c cleaning 140634 clauses out of 451983 with flag 30943276/10430000
319.11/316.38	c cleaning 140952 clauses out of 456350 with flag 31373186/10575001
324.59/321.84	c cleaning 142378 clauses out of 461398 with flag 31795103/10721001
330.08/327.35	c cleaning 143327 clauses out of 466019 with flag 32220728/10868000
336.50/333.71	c cleaning 144222 clauses out of 470693 with flag 32647788/11016001
343.28/340.40	c cleaning 145170 clauses out of 475470 with flag 33082368/11165000
349.56/346.74	c cleaning 146288 clauses out of 480300 with flag 33518952/11315000
355.56/352.79	c cleaning 147105 clauses out of 485013 with flag 33963506/11466001
361.85/359.07	c cleaning 148031 clauses out of 489909 with flag 34406177/11618002
362.46/359.44	c starts		: 7721
362.46/359.45	c conflicts		: 11632294
362.46/359.45	c decisions		: 297996607
362.46/359.45	c propagations		: 379160964
362.46/359.45	c inspects		: 1796060669
362.46/359.45	c shortcuts		: 0
362.46/359.45	c learnt literals	: 11
362.46/359.45	c learnt binary clauses	: 42
362.46/359.45	c learnt ternary clauses	: 57787
362.46/359.45	c learnt constraints	: 11632282
362.46/359.45	c ignored constraints	: 0
362.46/359.45	c root simplifications	: 0
362.46/359.45	c removed literals (reason simplification)	: 9553240
362.46/359.45	c reason swapping (by a shorter reason)	: 0
362.46/359.45	c Calls to reduceDB	: 148
362.46/359.45	c Number of update (reduction) of LBD	: 2016552
362.46/359.45	c Imported unit clauses	: 0
362.46/359.45	c No decision after first conflict	: false
362.46/359.45	c number of reductions to clauses (during analyze)	: 0
362.46/359.45	c number of learned constraints concerned by reduction	: 0
362.46/359.45	c number of learning phase by resolution	: 0
362.46/359.45	c number of learning phase by cutting planes	: 0
362.46/359.45	c number of rounding to 1 operations	: 0
362.46/359.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
362.46/359.46	c number of reductions of the coefficients by power 2 	: 0
362.46/359.46	c number of right shift for reduction by power 2 	: 0
362.46/359.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
362.46/359.46	c number of ending skipping 	: 0
362.46/359.46	c number of internal skipping 	: 0
362.46/359.46	c number of derivation steps 	: 0
362.46/359.46	c number of skipped derivation steps 	: 0
362.46/359.46	c number of remaining unassigned 	: 0
362.46/359.46	c number of remaining assigned 	: 0
362.46/359.46	c number of falsified literals weakened from reason	: 0
362.46/359.46	c number of falsified literals weakened from conflict	: 0
362.46/359.46	c time for arithmetic operations	: 0
362.46/359.46	c minimum degree of deleted constraints	: null
362.46/359.46	c maximum degree of deleted constraints	: null
362.46/359.46	c number of deleted constraints	: 0
362.46/359.46	c speed (assignments/second)	: 1056188.094375888
362.46/359.46	c non guided choices	: 277991782
362.65/359.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 356116
362.65/359.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 42
362.65/359.55	s UNSATISFIABLE
362.65/359.55	c Total wall clock time (in seconds): 359.427

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (56398 MiB free)
  memory of node 1: 64465 MiB (51940 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=32937, runsolver pid=32934

[startup+0.100061 s]*
/proc/loadavg: 4.19 2.80 2.93 6/343 32955
/proc/meminfo: memFree=110915656/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=18930384 memory=57812 CPUtime=0.13 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 6582 0 0 0 11 2 0 0 20 0 18 0 39242443 19384713216 14453 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4732596 14453 5347 1 0 547622 0
[pid=32937/tid=32939] ppid=32934 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 5085 0 0 0 7 1 0 0 20 0 18 0 39242445 19384713216 14453 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39242447 19384713216 14453 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=18930384 memory=58485492679666 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39242447 19384713216 14453 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57812 KiB

[startup+0.206221 s]*
/proc/loadavg: 4.19 2.80 2.93 8/343 32955
/proc/meminfo: memFree=110907528/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=18930384 memory=72452 CPUtime=0.33 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 7120 0 0 0 30 3 0 0 20 0 18 0 39242443 19384713216 18113 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4732596 18113 5411 1 0 548012 0
[pid=32937/tid=32939] ppid=32934 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 5264 0 0 0 17 1 0 0 20 0 18 0 39242445 19384713216 18113 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39242447 19384713216 18113 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39242447 19384713216 18113 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72452 KiB

[startup+0.306285 s]*
/proc/loadavg: 4.19 2.80 2.93 6/343 32955
/proc/meminfo: memFree=110862360/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=18930384 memory=111460 CPUtime=0.53 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 8743 0 0 0 49 4 0 0 20 0 18 0 39242443 19384713216 27865 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4732596 27865 5411 1 0 548975 0
[pid=32937/tid=32939] ppid=32934 vsize=18930384 memory=-6000919489919674988 CPUtime=0.27 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 5282 0 0 0 25 2 0 0 20 0 18 0 39242445 19384713216 27865 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39242447 19384713216 27865 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39242447 19384713216 27865 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111460 KiB

[startup+0.700247 s]
/proc/loadavg: 4.19 2.80 2.93 6/345 32957
/proc/meminfo: memFree=110805016/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=186336 CPUtime=1.27 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 15303 0 0 0 121 6 0 0 20 0 20 0 39242443 19521036288 46584 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 46584 5475 1 0 553943 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=17536 CPUtime=0.6 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 5348 0 0 0 57 3 0 0 20 0 20 0 39242445 19521036288 46584 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 46584 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 46584 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 46584 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186336 KiB

[startup+1.50023 s]
/proc/loadavg: 4.19 2.80 2.93 6/345 32957
/proc/meminfo: memFree=110786872/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=189920 CPUtime=2.86 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 23291 0 0 0 278 8 0 0 20 0 20 0 39242443 19521036288 47480 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 47480 5475 1 0 554386 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=0 CPUtime=1.37 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 6558 0 0 0 134 3 0 0 20 0 20 0 39242445 19521036288 47480 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 47480 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 47480 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 47480 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189920 KiB

[startup+3.10593 s]
/proc/loadavg: 4.19 2.80 2.93 5/345 32957
/proc/meminfo: memFree=110786880/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=190304 CPUtime=4.73 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 24056 0 0 0 465 8 0 0 20 0 20 0 39242443 19521036288 47576 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 47576 5507 1 0 554388 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=10880 CPUtime=2.96 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 6904 0 0 0 293 3 0 0 20 0 20 0 39242445 19521036288 47576 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=-6000919489919674988 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 47576 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 47576 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 47576 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190304 KiB

[startup+6.30021 s]
/proc/loadavg: 4.17 2.82 2.93 5/345 32957
/proc/meminfo: memFree=110770264/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=202404 CPUtime=7.92 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 25239 0 0 0 783 9 0 0 20 0 20 0 39242443 19521036288 50601 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 50601 5507 1 0 554396 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=0 CPUtime=6.11 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 6937 0 0 0 608 3 0 0 20 0 20 0 39242445 19521036288 50601 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 50601 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 50601 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=189920 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 50601 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202404 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 2.84 2.94 5/345 32957
/proc/meminfo: memFree=110335968/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=216804 CPUtime=14.33 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 26069 0 0 0 1424 9 0 0 20 0 20 0 39242443 19521036288 54201 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 54201 5507 1 0 554396 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=189920 CPUtime=12.47 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 7440 0 0 0 1244 3 0 0 20 0 20 0 39242445 19521036288 54201 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 54201 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=216804 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 54201 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 54201 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 14.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 216804 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 2.90 2.96 5/344 32958
/proc/meminfo: memFree=110151656/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=272348 CPUtime=27.17 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 28464 0 0 0 2706 11 0 0 20 0 20 0 39242443 19521036288 68087 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 68087 5507 1 0 554404 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=-6000919489919674988 CPUtime=25.17 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 8099 0 0 0 2513 4 0 0 20 0 20 0 39242445 19521036288 68087 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 68087 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 68087 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 68087 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 27.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 272348 KiB

[startup+51.1061 s]
/proc/loadavg: 4.15 3.01 2.99 7/344 32958
/proc/meminfo: memFree=107454040/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=372992 CPUtime=52.88 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 30472 0 0 0 5274 14 0 0 20 0 20 0 39242443 19521036288 93248 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 93248 5507 1 0 554447 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=372992 CPUtime=50.57 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 8207 0 0 0 5053 4 0 0 20 0 20 0 39242445 19521036288 93248 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=336056 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 93248 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=241392 CPUtime=0 cores=0,2

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

/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=1348216 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 345.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348216 KiB

[startup+359.569 s]
# the end of solver process 32937 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=362.325 s, system=0.466418 s

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

[startup+345.6 s]
/proc/loadavg: 4.38 3.87 3.38 5/338 32970
/proc/meminfo: memFree=96164356/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=1348216 CPUtime=348.47 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 44743 0 0 0 34803 44 0 0 20 0 20 0 39242443 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 337054 5507 1 0 555657 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=1348216 CPUtime=343.03 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 11364 0 0 0 34298 5 0 0 20 0 20 0 39242445 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 348.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348216 KiB

[startup+352 s]*
/proc/loadavg: 4.35 3.87 3.38 5/338 32970
/proc/meminfo: memFree=96115204/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=1348216 CPUtime=354.86 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 44793 0 0 0 35441 45 0 0 20 0 20 0 39242443 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 337054 5507 1 0 555657 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=-6000919489919674988 CPUtime=349.41 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 11409 0 0 0 34936 5 0 0 20 0 20 0 39242445 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=6900 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=12857960 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=6596 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 354.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348216 KiB

[startup+355.2 s]
/proc/loadavg: 4.32 3.88 3.39 5/338 32970
/proc/meminfo: memFree=96115204/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=1348216 CPUtime=358.05 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 44797 0 0 0 35760 45 0 0 20 0 20 0 39242443 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 337054 5507 1 0 555657 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=1348216 CPUtime=352.6 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 11410 0 0 0 35255 5 0 0 20 0 20 0 39242445 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=-6000919489919674988 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 358.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348216 KiB

[startup+356.8 s]
/proc/loadavg: 4.32 3.88 3.39 6/338 32970
/proc/meminfo: memFree=96115204/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=1348216 CPUtime=359.65 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 45148 0 0 0 35920 45 0 0 20 0 20 0 39242443 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 337054 5507 1 0 555658 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=1348216 CPUtime=354.2 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 11691 0 0 0 35415 5 0 0 20 0 20 0 39242445 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=-6000919489919674988 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=6933690317890819993 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 359.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348216 KiB

[startup+358.4 s]
/proc/loadavg: 4.32 3.88 3.39 5/338 32970
/proc/meminfo: memFree=96115204/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=1348216 CPUtime=361.25 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 45160 0 0 0 36080 45 0 0 20 0 20 0 39242443 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 337054 5507 1 0 555661 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=14156 CPUtime=355.79 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 11703 0 0 0 35574 5 0 0 20 0 20 0 39242445 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=1348088 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=1348216 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 337054 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 361.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348216 KiB

[startup+359.2 s]
/proc/loadavg: 4.32 3.88 3.39 5/338 32970
/proc/meminfo: memFree=96049668/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=1349240 CPUtime=362.06 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 46643 0 0 0 36161 45 0 0 20 0 20 0 39242443 19521036288 337310 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 337310 5507 1 0 555931 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=17536 CPUtime=356.59 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 12875 0 0 0 35654 5 0 0 20 0 20 0 39242445 19521036288 337310 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337310 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=1348216 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 337310 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 337310 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 362.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1349240 KiB

[startup+359.4 s]
/proc/loadavg: 4.32 3.88 3.39 5/338 32970
/proc/meminfo: memFree=96049668/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19063512 memory=1352056 CPUtime=362.46 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 48917 0 0 0 36201 45 0 0 20 0 20 0 39242443 19521036288 338014 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4765878 338014 5507 1 0 556603 0
[pid=32937/tid=32939] ppid=32934 vsize=19063512 memory=17536 CPUtime=356.79 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) R 32934 32937 29257 0 -1 4194368 13104 0 0 0 35674 5 0 0 20 0 20 0 39242445 19521036288 338014 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19063512 memory=2212 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 338014 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19063512 memory=2688 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19521036288 338014 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32957] ppid=32934 vsize=19063512 memory=2432 CPUtime=0 cores=0,2
/proc/32937/task/32957/stat : 32957 (Timer-0) S 32934 32937 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39242491 19521036288 338014 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 362.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1352056 KiB

[startup+359.5 s]
/proc/loadavg: 4.32 3.88 3.39 5/338 32970
/proc/meminfo: memFree=96049668/131249996 swapFree=33010684/33010684
[pid=32937] ppid=32934 vsize=19196640 memory=1352696 CPUtime=362.65 cores=0,2
/proc/32937/stat : 32937 (java) S 32934 32937 29257 0 -1 4194304 50318 0 0 0 36220 45 0 0 20 0 20 0 39242443 19657359360 338174 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
/proc/32937/statm: 4799160 338174 5539 1 0 557205 0
[pid=32937/tid=32939] ppid=32934 vsize=19196640 memory=920268 CPUtime=356.83 cores=0,2
/proc/32937/task/32939/stat : 32939 (java) S 32934 32937 29257 0 -1 4194368 13967 0 0 0 35678 5 0 0 20 0 20 0 39242445 19657359360 338174 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32948] ppid=32934 vsize=19196640 memory=516496 CPUtime=0 cores=0,2
/proc/32937/task/32948/stat : 32948 (Finalizer) S 32934 32937 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39242447 19657359360 338174 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
[pid=32937/tid=32955] ppid=32934 vsize=19196640 memory=1348216 CPUtime=0 cores=0,2
/proc/32937/task/32955/stat : 32955 (Common-Cleaner) S 32934 32937 29257 0 -1 4194368 166 0 0 0 0 0 0 0 20 0 20 0 39242447 19657359360 338174 18446744073709551615 94441460523008 94441460526704 140729956932224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441460534520 94441460535312 94441478197248 140729956936065 140729956936166 140729956936166 140729956941768 0
Current children cumulated CPU time: 362.65 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1352696 KiB

Child status: 20

Real time (s): 359.569
CPU time (s): 362.791
CPU user time (s): 362.325
CPU system time (s): 0.466418
CPU usage (%): 100.896
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1352696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.325
system time used= 0.466418
maximum resident set size= 1352952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50541
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14230
involuntary context switches= 2250


# summary of solver processes directly reported to runsolver:
#   pid: 32937
#   total CPU time (s): 362.791
#   total CPU user time (s): 362.325
#   total CPU system time (s): 0.466418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.791563 second user time and 1.85515 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 00:20:46
IDJOB=4515642
IDBENCH=165325
IDSOLVER=3363
FILE ID=nodeC023/4515642-1751235646
RUNJOBID= nodeC023-1751235489-32351
SLURM_JOB_ID= 9587704
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515642-1751235646/watcher-4515642-1751235646 -o /tmp/evaluation-result-4515642-1751235646/solver-4515642-1751235646 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515642-1751235646.opb

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

MD5SUM BENCH= 2ed11ed0a65f838ec27d78822f3aa2f3
RANDOM SEED=1340306385

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110939128 kB
MemAvailable:   112832300 kB
Buffers:            3280 kB
Cached:          2696596 kB
SwapCached:            0 kB
Active:         17299232 kB
Inactive:        2391548 kB
Active(anon):   17008968 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  2391548 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:      16993876 kB
Mapped:           123008 kB
Shmem:             18064 kB
KReclaimable:     101200 kB
Slab:             188824 kB
SReclaimable:     101200 kB
SUnreclaim:        87624 kB
KernelStack:        5228 kB
PageTables:        36984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   23544784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16635904 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC023 at 2025-06-30 00:26:46