Trace number 4510479

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 CP VeriPB 2025-06-06UNSAT cert. 552.95 545.347

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x70split.cnf-plain.pb.metafix.opb
MD5SUMab4f361084eaa55350d5ce36089ad752
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 benchmark28.6033
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints2802
Number of constraints which are clauses2802
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4510479-1751204986.opb
0.11/0.16	c reading problem ... 
0.11/0.17	c using VERIPB proof format
0.11/0.17	c  no objective function found
0.30/0.26	c ... done. Wall clock time 0.091s.
0.30/0.26	c declared #vars     701
0.30/0.26	c #constraints  2802
0.30/0.26	c constraints type 
0.30/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.30/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2800
0.30/0.26	c 2802 constraints processed.
1.26/0.78	c cleaning 2498 clauses out of 5002 with flag 0/5002
2.06/1.16	c cleaning 4248 clauses out of 8502 with flag 0/11000
2.64/1.48	c cleaning 5623 clauses out of 11254 with flag 0/18000
3.43/1.85	c cleaning 6808 clauses out of 13631 with flag 0/26000
4.08/2.21	c cleaning 7907 clauses out of 15823 with flag 0/35000
4.60/2.62	c cleaning 8955 clauses out of 17917 with flag 0/45001
5.20/3.08	c cleaning 9973 clauses out of 19961 with flag 0/56000
5.70/3.57	c cleaning 10988 clauses out of 21988 with flag 0/68000
6.20/4.08	c cleaning 11992 clauses out of 24000 with flag 0/81000
6.81/4.60	c cleaning 12998 clauses out of 26009 with flag 0/95001
7.31/5.18	c cleaning 14002 clauses out of 28010 with flag 0/110000
8.00/5.82	c cleaning 15000 clauses out of 30009 with flag 0/126001
8.65/6.48	c cleaning 15986 clauses out of 32008 with flag 0/143000
9.39/7.15	c cleaning 16997 clauses out of 34022 with flag 0/161000
10.08/7.84	c cleaning 17999 clauses out of 36025 with flag 0/180000
10.87/8.69	c cleaning 18999 clauses out of 38026 with flag 0/200000
11.78/9.52	c cleaning 20001 clauses out of 40027 with flag 0/221000
12.77/10.50	c cleaning 21004 clauses out of 42026 with flag 0/243000
13.68/11.50	c cleaning 21993 clauses out of 44022 with flag 0/266000
14.58/12.35	c cleaning 22996 clauses out of 46030 with flag 0/290001
15.58/13.36	c cleaning 24001 clauses out of 48033 with flag 0/315000
16.80/14.55	c cleaning 25008 clauses out of 50033 with flag 0/341001
18.06/15.87	c cleaning 26005 clauses out of 52025 with flag 0/368001
19.56/17.36	c cleaning 27005 clauses out of 54019 with flag 0/396000
21.16/18.96	c cleaning 28001 clauses out of 56015 with flag 0/425001
22.56/20.39	c cleaning 28991 clauses out of 58013 with flag 0/455000
24.06/21.89	c cleaning 30002 clauses out of 60022 with flag 0/486000
25.76/23.55	c cleaning 31000 clauses out of 62021 with flag 0/518001
27.58/25.30	c cleaning 32007 clauses out of 64021 with flag 0/551001
29.58/27.35	c cleaning 32995 clauses out of 66013 with flag 0/585000
31.38/29.12	c cleaning 34000 clauses out of 68020 with flag 0/620002
33.08/30.82	c cleaning 35004 clauses out of 70019 with flag 0/656001
35.08/32.80	c cleaning 35992 clauses out of 72014 with flag 0/693000
36.58/34.38	c cleaning 37006 clauses out of 74022 with flag 0/731000
38.59/36.35	c cleaning 37995 clauses out of 76017 with flag 0/770001
40.50/38.22	c cleaning 38987 clauses out of 78021 with flag 0/810000
43.09/40.87	c cleaning 39994 clauses out of 80035 with flag 0/851001
46.00/43.79	c cleaning 40996 clauses out of 82042 with flag 0/893002
48.58/46.44	c cleaning 42004 clauses out of 84045 with flag 0/936001
51.49/49.30	c cleaning 42992 clauses out of 86040 with flag 0/980000
54.00/51.83	c cleaning 43993 clauses out of 88049 with flag 0/1025001
56.70/54.52	c cleaning 45001 clauses out of 90055 with flag 0/1071000
59.73/57.54	c cleaning 46001 clauses out of 92055 with flag 0/1118001
62.36/60.19	c cleaning 46994 clauses out of 94055 with flag 0/1166002
65.26/63.02	c cleaning 48001 clauses out of 96059 with flag 0/1215000
68.18/66.00	c cleaning 49007 clauses out of 98058 with flag 0/1265000
71.82/69.51	c cleaning 50002 clauses out of 100051 with flag 0/1316000
74.84/72.50	c cleaning 51010 clauses out of 102052 with flag 0/1368003
78.07/75.78	c cleaning 52007 clauses out of 104039 with flag 0/1421000
81.87/79.59	c cleaning 53001 clauses out of 106033 with flag 0/1475001
85.50/83.14	c cleaning 53992 clauses out of 108032 with flag 0/1530001
89.00/86.63	c cleaning 55004 clauses out of 110039 with flag 0/1586000
93.25/90.80	c cleaning 55991 clauses out of 112036 with flag 0/1643001
96.77/94.32	c cleaning 57009 clauses out of 114044 with flag 0/1701000
100.41/97.98	c cleaning 58007 clauses out of 116035 with flag 0/1760000
105.33/102.90	c cleaning 59004 clauses out of 118029 with flag 0/1820001
109.90/107.34	c cleaning 59988 clauses out of 120024 with flag 0/1881000
113.82/111.22	c cleaning 61001 clauses out of 122036 with flag 0/1943000
118.24/115.64	c cleaning 61986 clauses out of 124035 with flag 0/2006000
122.91/120.23	c cleaning 63008 clauses out of 126051 with flag 0/2070002
126.94/124.28	c cleaning 64001 clauses out of 128041 with flag 0/2135000
131.11/128.35	c cleaning 65000 clauses out of 130041 with flag 0/2201001
135.47/132.63	c cleaning 66005 clauses out of 132040 with flag 0/2268000
139.90/137.00	c cleaning 67000 clauses out of 134036 with flag 0/2336001
144.69/141.82	c cleaning 67997 clauses out of 136036 with flag 0/2405001
149.20/146.36	c cleaning 68986 clauses out of 138038 with flag 0/2475000
153.66/150.75	c cleaning 70005 clauses out of 140052 with flag 0/2546000
158.12/155.11	c cleaning 71007 clauses out of 142047 with flag 0/2618000
162.73/159.70	c cleaning 72010 clauses out of 144040 with flag 0/2691000
167.18/164.11	c cleaning 73000 clauses out of 146030 with flag 0/2765000
171.99/168.92	c cleaning 74008 clauses out of 148030 with flag 0/2840000
177.26/174.20	c cleaning 75000 clauses out of 150022 with flag 0/2916000
182.27/179.28	c cleaning 76000 clauses out of 152022 with flag 0/2993000
187.82/184.70	c cleaning 76994 clauses out of 154022 with flag 0/3071000
193.15/190.04	c cleaning 78002 clauses out of 156028 with flag 0/3150000
198.99/195.83	c cleaning 79005 clauses out of 158027 with flag 0/3230001
204.07/200.99	c cleaning 80003 clauses out of 160022 with flag 0/3311001
208.91/205.77	c cleaning 81000 clauses out of 162019 with flag 0/3393001
215.30/212.04	c cleaning 81997 clauses out of 164019 with flag 0/3476001
220.46/217.13	c cleaning 83003 clauses out of 166022 with flag 0/3560001
226.41/223.01	c cleaning 83986 clauses out of 168018 with flag 0/3645000
231.67/228.27	c cleaning 84995 clauses out of 170032 with flag 0/3731000
236.89/233.43	c cleaning 85995 clauses out of 172038 with flag 0/3818001
241.75/238.26	c cleaning 87014 clauses out of 174042 with flag 0/3906000
246.82/243.22	c cleaning 87988 clauses out of 176028 with flag 0/3995000
252.68/249.08	c cleaning 89003 clauses out of 178040 with flag 0/4085000
257.93/254.22	c cleaning 89996 clauses out of 180037 with flag 0/4176000
263.68/259.93	c cleaning 91012 clauses out of 182041 with flag 0/4268000
269.37/265.63	c cleaning 92006 clauses out of 184030 with flag 0/4361001
275.81/272.08	c cleaning 93000 clauses out of 186024 with flag 0/4455001
281.99/278.16	c cleaning 94002 clauses out of 188023 with flag 0/4550000
287.94/284.06	c cleaning 94999 clauses out of 190021 with flag 0/4646000
293.78/289.85	c cleaning 95997 clauses out of 192023 with flag 0/4743001
300.36/296.43	c cleaning 97001 clauses out of 194025 with flag 0/4841000
306.68/302.75	c cleaning 97991 clauses out of 196024 with flag 0/4940000
312.76/308.76	c cleaning 99009 clauses out of 198035 with flag 0/5040002
319.42/315.39	c cleaning 100004 clauses out of 200024 with flag 0/5141000
325.78/321.63	c cleaning 100997 clauses out of 202020 with flag 0/5243000
332.29/328.15	c cleaning 101999 clauses out of 204023 with flag 0/5346000
338.47/334.27	c cleaning 103007 clauses out of 206025 with flag 0/5450001
345.83/341.54	c cleaning 103996 clauses out of 208019 with flag 0/5555002
352.70/348.39	c cleaning 104994 clauses out of 210021 with flag 0/5661000
359.43/355.02	c cleaning 106006 clauses out of 212028 with flag 0/5768001
367.33/362.80	c cleaning 106994 clauses out of 214022 with flag 0/5876001
375.09/370.58	c cleaning 108003 clauses out of 216027 with flag 0/5985000
383.20/378.53	c cleaning 108999 clauses out of 218025 with flag 0/6095001
390.44/385.79	c cleaning 109997 clauses out of 220026 with flag 0/6206001
399.01/394.29	c cleaning 111004 clauses out of 222028 with flag 0/6318000
407.34/402.43	c cleaning 111999 clauses out of 224025 with flag 0/6431001
415.73/410.73	c cleaning 113005 clauses out of 226027 with flag 0/6545002
423.38/418.38	c cleaning 114004 clauses out of 228020 with flag 0/6660000
432.81/427.63	c cleaning 114998 clauses out of 230017 with flag 0/6776001
441.40/436.11	c cleaning 116002 clauses out of 232019 with flag 0/6893001
450.28/444.99	c cleaning 116998 clauses out of 234016 with flag 0/7011000
459.67/454.29	c cleaning 118001 clauses out of 236019 with flag 0/7130001
469.24/463.79	c cleaning 119002 clauses out of 238017 with flag 0/7250000
478.52/472.96	c cleaning 119999 clauses out of 240016 with flag 0/7371001
489.31/483.63	c cleaning 120999 clauses out of 242017 with flag 0/7493001
500.68/494.96	c cleaning 122001 clauses out of 244017 with flag 0/7616000
510.13/504.25	c cleaning 123002 clauses out of 246016 with flag 0/7740000
521.81/514.68	c cleaning 123996 clauses out of 248015 with flag 0/7865002
533.85/526.46	c cleaning 125002 clauses out of 250017 with flag 0/7991000
546.05/538.59	c cleaning 126003 clauses out of 252016 with flag 0/8118001
552.79/545.25	c starts		: 1
552.79/545.25	c conflicts		: 8208272
552.79/545.25	c decisions		: 10526071
552.79/545.25	c propagations		: 60297840
552.79/545.25	c inspects		: 6905125832
552.79/545.25	c shortcuts		: 0
552.79/545.25	c learnt literals	: 1
552.79/545.25	c learnt binary clauses	: 2
552.79/545.25	c learnt ternary clauses	: 2
552.79/545.25	c learnt constraints	: 8208270
552.79/545.25	c ignored constraints	: 0
552.79/545.25	c root simplifications	: 0
552.79/545.25	c removed literals (reason simplification)	: 0
552.79/545.25	c reason swapping (by a shorter reason)	: 0
552.79/545.26	c Calls to reduceDB	: 123
552.79/545.26	c Number of update (reduction) of LBD	: 10586233
552.79/545.26	c Imported unit clauses	: 0
552.79/545.26	c No decision after first conflict	: false
552.79/545.26	c number of reductions to clauses (during analyze)	: 0
552.79/545.26	c number of learned constraints concerned by reduction	: 0
552.79/545.26	c number of learning phase by resolution	: 0
552.79/545.26	c number of learning phase by cutting planes	: 0
552.79/545.26	c number of rounding to 1 operations	: 0
552.79/545.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
552.79/545.26	c number of reductions of the coefficients by power 2 	: 0
552.79/545.26	c number of right shift for reduction by power 2 	: 0
552.79/545.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
552.79/545.26	c number of ending skipping 	: 0
552.79/545.26	c number of internal skipping 	: 0
552.79/545.26	c number of derivation steps 	: 39282692
552.79/545.26	c number of skipped derivation steps 	: 0
552.79/545.26	c number of remaining unassigned 	: 0
552.79/545.26	c number of remaining assigned 	: 0
552.79/545.26	c number of falsified literals weakened from reason	: 0
552.79/545.26	c number of falsified literals weakened from conflict	: 0
552.79/545.26	c time for arithmetic operations	: 0
552.79/545.26	c minimum degree of deleted constraints	: 1
552.79/545.26	c maximum degree of deleted constraints	: 1
552.79/545.26	c number of deleted constraints	: 7991987
552.79/545.26	c speed (assignments/second)	: 110638.84755328929
552.79/545.26	c non guided choices	: 80762
552.90/545.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 216281
552.90/545.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
552.90/545.32	s UNSATISFIABLE
552.90/545.32	c Total wall clock time (in seconds): 545.155

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 01:31:34 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510479-1751204986/watcher-4510479-1751204986 -o /tmp/evaluation-result-4510479-1751204986/solver-4510479-1751204986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32520 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510479-1751204986 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510479-1751204986.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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=32577, runsolver pid=32562

[startup+0.100058 s]*
/proc/loadavg: 0.60 1.07 1.93 10/333 32646
/proc/meminfo: memFree=129968916/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=18930384 memory=53136 CPUtime=0.11 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 6226 0 253 0 9 2 0 0 20 0 18 0 36176530 19384713216 13284 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4732596 13284 5324 1 0 547534 0
[pid=32577/tid=32588] ppid=32562 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 4761 0 253 0 5 1 0 0 20 0 18 0 36176532 19384713216 13284 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36176534 19384713216 13284 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=18930384 memory=58485492706614 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36176535 19384713216 13284 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53136 KiB

[startup+0.204945 s]*
/proc/loadavg: 0.60 1.07 1.93 14/334 32647
/proc/meminfo: memFree=129940940/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=18930384 memory=64256 CPUtime=0.3 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 6845 0 253 0 28 2 0 0 20 0 18 0 36176530 19384713216 16064 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4732596 16064 5452 1 0 547957 0
[pid=32577/tid=32588] ppid=32562 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 5147 0 253 0 15 1 0 0 20 0 18 0 36176532 19384713216 16064 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=18930384 memory=18949 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36176534 19384713216 16064 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36176535 19384713216 16064 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64256 KiB

[startup+0.305272 s]*
/proc/loadavg: 0.60 1.07 1.93 14/337 32650
/proc/meminfo: memFree=129896200/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=18996948 memory=90656 CPUtime=0.49 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 8177 0 253 0 46 3 0 0 20 0 19 0 36176530 19452874752 22664 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4749237 22664 5452 1 0 549107 0
[pid=32577/tid=32588] ppid=32562 vsize=18996948 memory=-6000919498459540076 CPUtime=0.24 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 5238 0 253 0 22 2 0 0 20 0 19 0 36176532 19452874752 22664 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36176534 19452874752 22664 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36176535 19452874752 22664 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36176557 19452874752 22664 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90656 KiB

[startup+0.700192 s]
/proc/loadavg: 0.60 1.07 1.93 11/339 32652
/proc/meminfo: memFree=129609436/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=163528 CPUtime=1.26 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 11282 0 253 0 120 6 0 0 20 0 20 0 36176530 19521036288 40882 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 40882 5484 1 0 551351 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=17536 CPUtime=0.57 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 5276 0 253 0 53 4 0 0 20 0 20 0 36176532 19521036288 40882 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 40882 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 40882 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 40882 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163528 KiB

[startup+1.50024 s]
/proc/loadavg: 0.60 1.07 1.93 8/318 32664
/proc/meminfo: memFree=129602300/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=322396 CPUtime=2.84 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 19539 0 253 0 274 10 0 0 20 0 20 0 36176530 19521036288 80599 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 80599 5484 1 0 554162 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=0 CPUtime=1.32 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 5829 0 253 0 126 6 0 0 20 0 20 0 36176532 19521036288 80599 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 80599 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 80599 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 80599 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 322396 KiB

[startup+3.10582 s]
/proc/loadavg: 0.95 1.13 1.94 11/339 32786
/proc/meminfo: memFree=127862716/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=982308 CPUtime=5.3 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 22194 0 253 0 507 23 0 0 20 0 20 0 36176530 19521036288 245577 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 245577 5484 1 0 554520 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=10752 CPUtime=2.9 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 6935 0 253 0 271 19 0 0 20 0 20 0 36176532 19521036288 245577 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=-6000919498459540076 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 245577 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 245577 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 245577 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 982308 KiB

[startup+6.30021 s]
/proc/loadavg: 0.95 1.13 1.94 6/341 32788
/proc/meminfo: memFree=125611040/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=1304192 CPUtime=8.55 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 23224 0 253 0 823 32 0 0 20 0 20 0 36176530 19521036288 326048 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 326048 5484 1 0 554524 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=0 CPUtime=6.07 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 7151 0 253 0 580 27 0 0 20 0 20 0 36176532 19521036288 326048 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 326048 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 326048 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 326048 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 8.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1304192 KiB

[startup+12.7002 s]
/proc/loadavg: 1.27 1.20 1.96 5/341 32788
/proc/meminfo: memFree=124408004/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=1310512 CPUtime=14.99 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 24859 0 253 0 1464 35 0 0 20 0 20 0 36176530 19521036288 327628 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 327628 5516 1 0 554524 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=1310512 CPUtime=12.42 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 8002 0 253 0 1212 30 0 0 20 0 20 0 36176532 19521036288 327628 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 327628 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 327628 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=-6000919498459540076 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 327628 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1310512 KiB

[startup+25.5002 s]
/proc/loadavg: 1.88 1.33 1.99 5/343 32791
/proc/meminfo: memFree=124330316/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=1318724 CPUtime=27.77 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 29817 0 253 0 2735 42 0 0 20 0 20 0 36176530 19521036288 329681 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 329681 5516 1 0 554524 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=-6000919498459540076 CPUtime=25.07 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 9864 0 253 0 2471 36 0 0 20 0 20 0 36176532 19521036288 329681 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 329681 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 329681 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=1304192 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 329681 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 27.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318724 KiB

[startup+51.1058 s]
/proc/loadavg: 2.68 1.57 2.05 5/345 32793
/proc/meminfo: memFree=123250268/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=1339328 CPUtime=53.3 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 31359 0 253 0 5280 50 0 0 20 0 20 0 36176530 19521036288 334832 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 334832 5516 1 0 554524 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=1322828 CPUtime=50.33 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 10798 0 253 0 4989 44 0 0 20 0 20 0 36176532 19521036288 334832 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0

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

/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 603627 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 603627 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 529.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2414508 KiB

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

# cumulated CPU time of all completed processes:  user=550.936 s, system=2.01413 s

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

[startup+524.8 s]
/proc/loadavg: 4.31 3.73 2.96 6/345 32889
/proc/meminfo: memFree=116919868/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=2414508 CPUtime=532.24 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 49988 0 253 0 53030 194 0 0 20 0 20 0 36176530 19521036288 603627 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 603627 5516 1 0 661974 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=10752 CPUtime=515.46 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 17097 0 253 0 51391 155 0 0 20 0 20 0 36176532 19521036288 603627 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=21952 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 603627 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=2384128 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 603627 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=279585191132929 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 603627 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 532.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2414508 KiB

[startup+537.6 s]
/proc/loadavg: 4.26 3.74 2.97 5/346 32890
/proc/meminfo: memFree=116814356/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=2437120 CPUtime=545.17 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 50235 0 253 0 54320 197 0 0 20 0 20 0 36176530 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 609280 5516 1 0 661974 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=17536 CPUtime=528.05 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 17235 0 253 0 52647 158 0 0 20 0 20 0 36176532 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=142091745233386 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=2422716 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 545.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2437120 KiB

[startup+540.8 s]
/proc/loadavg: 4.24 3.74 2.98 7/346 32890
/proc/meminfo: memFree=116816100/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=2437120 CPUtime=548.34 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 50236 0 253 0 54636 198 0 0 20 0 20 0 36176530 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 609280 5516 1 0 661974 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=14848 CPUtime=531.21 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 17235 0 253 0 52963 158 0 0 20 0 20 0 36176532 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=2437120 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=2437120 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 609280 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 548.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2437120 KiB

[startup+542.4 s]
/proc/loadavg: 4.24 3.74 2.98 5/346 32890
/proc/meminfo: memFree=116795200/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=2441232 CPUtime=549.98 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 50376 0 253 0 54800 198 0 0 20 0 20 0 36176530 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 610308 5516 1 0 661974 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=2441232 CPUtime=532.75 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 17366 0 253 0 53117 158 0 0 20 0 20 0 36176532 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=-6000919498459540076 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 549.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2441232 KiB

[startup+544 s]*
/proc/loadavg: 4.22 3.75 2.98 6/346 32890
/proc/meminfo: memFree=116781852/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=2441232 CPUtime=551.59 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 50378 0 253 0 54960 199 0 0 20 0 20 0 36176530 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 610308 5516 1 0 661974 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=6636 CPUtime=534.35 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 17367 0 253 0 53276 159 0 0 20 0 20 0 36176532 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=6784 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=2124 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=4788054952109567641 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 551.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2441232 KiB

[startup+544.8 s]
/proc/loadavg: 4.22 3.75 2.98 6/346 32890
/proc/meminfo: memFree=116781852/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=2441232 CPUtime=552.38 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 50378 0 253 0 55039 199 0 0 20 0 20 0 36176530 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 610308 5516 1 0 661974 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=2441232 CPUtime=535.14 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 17367 0 253 0 53355 159 0 0 20 0 20 0 36176532 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 552.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2441232 KiB

[startup+545.2 s]
/proc/loadavg: 4.22 3.75 2.98 5/346 32890
/proc/meminfo: memFree=116781348/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19063512 memory=2441232 CPUtime=552.79 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 50378 0 253 0 55079 200 0 0 20 0 20 0 36176530 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4765878 610308 5516 1 0 661974 0
[pid=32577/tid=32588] ppid=32562 vsize=19063512 memory=-6000919498459540076 CPUtime=535.55 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) R 32562 32577 32508 0 -1 4194368 17367 0 253 0 53395 160 0 0 20 0 20 0 36176532 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19063512 memory=2437120 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32650] ppid=32562 vsize=19063512 memory=2441232 CPUtime=0 cores=1,3
/proc/32577/task/32650/stat : 32650 (Timer-0) S 32562 32577 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176557 19521036288 610308 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 552.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2441232 KiB

[startup+545.3 s]
/proc/loadavg: 4.22 3.75 2.98 5/346 32890
/proc/meminfo: memFree=116781348/131249996 swapFree=33010684/33010684
[pid=32577] ppid=32562 vsize=19196640 memory=2441744 CPUtime=552.9 cores=1,3
/proc/32577/stat : 32577 (java) S 32562 32577 32508 0 -1 4194304 51679 0 253 0 55090 200 0 0 20 0 20 0 36176530 19657359360 610436 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
/proc/32577/statm: 4799160 610436 5516 1 0 662620 0
[pid=32577/tid=32588] ppid=32562 vsize=19196640 memory=14848 CPUtime=535.59 cores=1,3
/proc/32577/task/32588/stat : 32588 (java) S 32562 32577 32508 0 -1 4194368 18256 0 253 0 53399 160 0 0 20 0 20 0 36176532 19657359360 610436 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32632] ppid=32562 vsize=19196640 memory=2408328 CPUtime=0 cores=1,3
/proc/32577/task/32632/stat : 32632 (Finalizer) S 32562 32577 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19657359360 610436 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
[pid=32577/tid=32646] ppid=32562 vsize=19196640 memory=14848 CPUtime=0 cores=1,3
/proc/32577/task/32646/stat : 32646 (Common-Cleaner) S 32562 32577 32508 0 -1 4194368 274 0 0 0 0 0 0 0 20 0 20 0 36176535 19657359360 610436 18446744073709551615 94199253397504 94199253401200 140723791042464 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94199253409016 94199253409808 94199260090368 140723791051053 140723791051238 140723791051238 140723791056840 0
Current children cumulated CPU time: 552.9 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2441744 KiB

Child status: 20

Real time (s): 545.347
CPU time (s): 552.95
CPU user time (s): 550.936
CPU system time (s): 2.01413
CPU usage (%): 101.394
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2441744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 550.936
system time used= 2.01413
maximum resident set size= 2441872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51909
page faults= 253
swaps= 0
block input operations= 24
block output operations= 1270864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26344
involuntary context switches= 3412


# summary of solver processes directly reported to runsolver:
#   pid: 32577
#   total CPU time (s): 552.95
#   total CPU user time (s): 550.936
#   total CPU system time (s): 2.01413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25079 second user time and 2.69289 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 15:49:46
IDJOB=4510479
IDBENCH=160366
IDSOLVER=3362
FILE ID=nodeC024/4510479-1751204986
RUNJOBID= nodeC024-1751204986-32520
SLURM_JOB_ID= 9587622
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x70split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510479-1751204986/watcher-4510479-1751204986 -o /tmp/evaluation-result-4510479-1751204986/solver-4510479-1751204986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32520 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510479-1751204986 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510479-1751204986.opb

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

MD5SUM BENCH= ab4f361084eaa55350d5ce36089ad752
RANDOM SEED=526322463

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.820
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.36
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.372
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.36
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		: 3600.376
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.36
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		: 3599.281
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.143
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.628
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.36
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		: 3599.794
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.36
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.895
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130056572 kB
MemAvailable:   129741412 kB
Buffers:            3280 kB
Cached:           494320 kB
SwapCached:            0 kB
Active:           320392 kB
Inactive:         239648 kB
Active(anon):      80504 kB
Inactive(anon):        0 kB
Active(file):     239888 kB
Inactive(file):   239648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3048 kB
Writeback:             8 kB
AnonPages:         65564 kB
Mapped:           102424 kB
Shmem:             18064 kB
KReclaimable:      88684 kB
Slab:             174792 kB
SReclaimable:      88684 kB
SUnreclaim:        86108 kB
KernelStack:        4084 kB
PageTables:         2552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-29 15:58:52