Trace number 4511165

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 VeriPB 2025-06-06UNSAT cert. 354.262 354.033

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x60split.opb
MD5SUM77ae40a270bfcd4ecd9b94334dd86fa6
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 benchmark0.296384
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints301
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)301
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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.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-4511165-1751200264.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.036s.
0.13/0.17	c declared #vars     601
0.13/0.17	c #constraints  602
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 600
0.13/0.17	c 602 constraints processed.
0.89/0.51	c cleaning 2492 clauses out of 5000 with flag 22234/5000
1.27/0.79	c cleaning 4244 clauses out of 8508 with flag 46816/11000
1.87/1.07	c cleaning 5606 clauses out of 11264 with flag 80223/18000
2.26/1.28	c cleaning 6804 clauses out of 13658 with flag 120560/26000
2.66/1.45	c cleaning 7902 clauses out of 15855 with flag 167737/35001
3.03/1.63	c cleaning 8954 clauses out of 17952 with flag 219754/45000
3.42/1.84	c cleaning 9955 clauses out of 19998 with flag 281571/56000
3.78/2.06	c cleaning 11010 clauses out of 22046 with flag 349011/68003
4.08/2.31	c cleaning 11987 clauses out of 24033 with flag 422286/81000
4.29/2.59	c cleaning 12998 clauses out of 26046 with flag 501450/95000
4.69/2.91	c cleaning 13999 clauses out of 28048 with flag 593191/110000
4.99/3.24	c cleaning 14992 clauses out of 30050 with flag 687413/126001
5.54/3.62	c cleaning 15996 clauses out of 32058 with flag 781551/143001
5.98/4.02	c cleaning 16991 clauses out of 34062 with flag 882002/161001
6.37/4.49	c cleaning 18003 clauses out of 36070 with flag 987650/180000
6.97/5.04	c cleaning 18999 clauses out of 38067 with flag 1105589/200000
7.47/5.57	c cleaning 20028 clauses out of 40069 with flag 1220175/221001
8.07/6.13	c cleaning 20986 clauses out of 42041 with flag 1344749/243001
8.68/6.76	c cleaning 22017 clauses out of 44055 with flag 1474756/266001
9.37/7.41	c cleaning 23001 clauses out of 46038 with flag 1606077/290001
10.08/8.11	c cleaning 23990 clauses out of 48036 with flag 1743510/315000
10.78/8.87	c cleaning 25007 clauses out of 50046 with flag 1885082/341000
11.57/9.67	c cleaning 26006 clauses out of 52040 with flag 2034258/368001
12.48/10.54	c cleaning 26983 clauses out of 54033 with flag 2180163/396000
13.28/11.37	c cleaning 28011 clauses out of 56051 with flag 2332305/425001
14.19/12.25	c cleaning 29009 clauses out of 58039 with flag 2486860/455000
15.08/13.18	c cleaning 29987 clauses out of 60030 with flag 2649227/486000
16.08/14.12	c cleaning 31008 clauses out of 62043 with flag 2813314/518000
17.08/15.15	c cleaning 31989 clauses out of 64036 with flag 2979452/551001
18.17/16.22	c cleaning 32994 clauses out of 66047 with flag 3155487/585001
19.37/17.40	c cleaning 34005 clauses out of 68053 with flag 3330182/620001
20.57/18.64	c cleaning 35010 clauses out of 70048 with flag 3512832/656001
21.87/19.98	c cleaning 36005 clauses out of 72038 with flag 3702887/693001
23.16/21.26	c cleaning 36997 clauses out of 74033 with flag 3889319/731001
24.46/22.58	c cleaning 37994 clauses out of 76035 with flag 4082688/770000
25.96/24.03	c cleaning 39016 clauses out of 78043 with flag 4279694/810002
27.46/25.51	c cleaning 39991 clauses out of 80025 with flag 4482343/851000
28.96/27.01	c cleaning 41008 clauses out of 82034 with flag 4685580/893000
30.65/28.70	c cleaning 41997 clauses out of 84027 with flag 4900374/936001
32.25/30.34	c cleaning 42995 clauses out of 86032 with flag 5112490/980003
33.87/32.17	c cleaning 43992 clauses out of 88034 with flag 5324876/1025000
35.65/33.91	c cleaning 44998 clauses out of 90043 with flag 5540806/1071001
37.65/35.90	c cleaning 46007 clauses out of 92044 with flag 5770100/1118000
39.44/37.76	c cleaning 46996 clauses out of 94038 with flag 5996336/1166001
41.66/39.91	c cleaning 47999 clauses out of 96041 with flag 6234168/1215000
43.76/42.05	c cleaning 48995 clauses out of 98043 with flag 6476590/1265001
45.86/44.19	c cleaning 50023 clauses out of 100048 with flag 6713495/1316001
48.05/46.32	c cleaning 50995 clauses out of 102025 with flag 6949811/1368001
50.35/48.65	c cleaning 51998 clauses out of 104031 with flag 7195985/1421002
52.63/50.97	c cleaning 53001 clauses out of 106031 with flag 7443371/1475000
55.14/53.42	c cleaning 53993 clauses out of 108030 with flag 7696179/1530000
57.75/56.01	c cleaning 54995 clauses out of 110037 with flag 7952738/1586000
60.43/58.70	c cleaning 56004 clauses out of 112042 with flag 8215582/1643000
63.22/61.52	c cleaning 57000 clauses out of 114039 with flag 8481066/1701001
65.98/64.48	c cleaning 58008 clauses out of 116039 with flag 8750198/1760001
68.87/67.38	c cleaning 59008 clauses out of 118030 with flag 9022816/1820000
71.76/70.22	c cleaning 59998 clauses out of 120022 with flag 9295016/1881000
74.85/73.32	c cleaning 61002 clauses out of 122024 with flag 9579002/1943000
77.95/76.48	c cleaning 61994 clauses out of 124022 with flag 9863422/2006000
81.26/79.79	c cleaning 62994 clauses out of 126028 with flag 10151014/2070000
84.36/82.86	c cleaning 64002 clauses out of 128037 with flag 10436115/2135003
87.95/86.44	c cleaning 65007 clauses out of 130034 with flag 10732614/2201002
91.74/90.24	c cleaning 66011 clauses out of 132025 with flag 11032726/2268000
95.23/93.83	c cleaning 66997 clauses out of 134014 with flag 11324107/2336000
98.82/97.41	c cleaning 67994 clauses out of 136018 with flag 11622113/2405001
102.21/100.86	c cleaning 68994 clauses out of 138024 with flag 11916076/2475001
105.91/104.54	c cleaning 69997 clauses out of 140029 with flag 12212318/2546000
109.41/108.04	c cleaning 71008 clauses out of 142032 with flag 12523859/2618000
112.90/111.54	c cleaning 72001 clauses out of 144025 with flag 12833210/2691001
116.69/115.33	c cleaning 73009 clauses out of 146025 with flag 13143811/2765002
120.50/119.12	c cleaning 74001 clauses out of 148014 with flag 13462516/2840000
124.50/123.11	c cleaning 75001 clauses out of 150015 with flag 13778432/2916002
128.42/128.60	c cleaning 75994 clauses out of 152012 with flag 14095535/2993000
132.43/132.63	c cleaning 76999 clauses out of 154018 with flag 14403519/3071000
136.32/136.58	c cleaning 77989 clauses out of 156019 with flag 14715856/3150000
140.41/140.60	c cleaning 79008 clauses out of 158030 with flag 15033355/3230000
144.42/144.67	c cleaning 80000 clauses out of 160022 with flag 15353898/3311000
148.53/148.77	c cleaning 80995 clauses out of 162024 with flag 15672794/3393002
152.62/152.85	c cleaning 82003 clauses out of 164028 with flag 15993492/3476001
156.73/156.97	c cleaning 82999 clauses out of 166025 with flag 16319161/3560001
161.23/161.58	c cleaning 84008 clauses out of 168026 with flag 16650789/3645001
165.73/166.10	c cleaning 84998 clauses out of 170018 with flag 16989423/3731001
170.54/170.86	c cleaning 85998 clauses out of 172020 with flag 17337004/3818001
175.12/175.47	c cleaning 86999 clauses out of 174022 with flag 17679060/3906001
179.91/180.28	c cleaning 87994 clauses out of 176022 with flag 18021131/3995000
184.83/185.18	c cleaning 88999 clauses out of 178029 with flag 18377432/4085001
189.69/190.08	c cleaning 90004 clauses out of 180029 with flag 18744371/4176000
194.74/195.12	c cleaning 91000 clauses out of 182025 with flag 19102132/4268000
199.75/200.18	c cleaning 92001 clauses out of 184026 with flag 19469767/4361001
204.94/205.32	c cleaning 93000 clauses out of 186024 with flag 19837006/4455000
210.15/210.52	c cleaning 94005 clauses out of 188024 with flag 20203824/4550000
215.84/216.23	c cleaning 95003 clauses out of 190019 with flag 20585184/4646000
221.36/222.20	c cleaning 95997 clauses out of 192016 with flag 20973954/4743000
227.37/228.28	c cleaning 96999 clauses out of 194020 with flag 21372011/4841001
233.66/234.54	c cleaning 98004 clauses out of 196021 with flag 21777873/4940001
240.37/241.22	c cleaning 99002 clauses out of 198017 with flag 22193768/5040001
246.86/247.75	c cleaning 99995 clauses out of 200014 with flag 22605801/5141000
253.20/254.14	c cleaning 101005 clauses out of 202019 with flag 23021984/5243000
259.20/260.11	c cleaning 101999 clauses out of 204014 with flag 23441076/5346000
265.48/266.44	c cleaning 102998 clauses out of 206015 with flag 23856349/5450000
272.10/273.02	c cleaning 104003 clauses out of 208018 with flag 24284871/5555001
278.98/279.92	c cleaning 104998 clauses out of 210014 with flag 24730238/5661000
286.15/287.16	c cleaning 106002 clauses out of 212018 with flag 25177048/5768002
293.83/294.84	c cleaning 107001 clauses out of 214015 with flag 25632144/5876001
301.90/302.96	c cleaning 108002 clauses out of 216014 with flag 26096271/5985001
311.10/312.16	c cleaning 108996 clauses out of 218012 with flag 26570673/6095001
320.72/321.88	c cleaning 110002 clauses out of 220015 with flag 27055657/6206000
330.22/331.31	c cleaning 111001 clauses out of 222014 with flag 27549505/6318001
339.61/340.72	c cleaning 111998 clauses out of 224012 with flag 28044660/6431000
350.60/350.54	c cleaning 113002 clauses out of 226014 with flag 28554107/6545001
354.13/353.93	c starts		: 8403
354.13/353.93	c conflicts		: 6597605
354.13/353.93	c decisions		: 9031356
354.13/353.93	c propagations		: 55303436
354.13/353.93	c inspects		: 6386188263
354.13/353.93	c shortcuts		: 0
354.13/353.93	c learnt literals	: 8
354.13/353.93	c learnt binary clauses	: 59
354.13/353.93	c learnt ternary clauses	: 225
354.13/353.93	c learnt constraints	: 6597596
354.13/353.93	c ignored constraints	: 0
354.13/353.93	c root simplifications	: 0
354.13/353.93	c removed literals (reason simplification)	: 5698553
354.13/353.93	c reason swapping (by a shorter reason)	: 0
354.13/353.93	c Calls to reduceDB	: 110
354.13/353.93	c Number of update (reduction) of LBD	: 1480474
354.13/353.93	c Imported unit clauses	: 0
354.13/353.93	c No decision after first conflict	: false
354.13/353.93	c number of reductions to clauses (during analyze)	: 0
354.13/353.93	c number of learned constraints concerned by reduction	: 0
354.13/353.93	c number of learning phase by resolution	: 0
354.13/353.93	c number of learning phase by cutting planes	: 0
354.13/353.93	c number of rounding to 1 operations	: 0
354.13/353.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
354.13/353.94	c number of reductions of the coefficients by power 2 	: 0
354.13/353.94	c number of right shift for reduction by power 2 	: 0
354.13/353.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
354.13/353.94	c number of ending skipping 	: 0
354.13/353.94	c number of internal skipping 	: 0
354.13/353.94	c number of derivation steps 	: 0
354.13/353.94	c number of skipped derivation steps 	: 0
354.13/353.94	c number of remaining unassigned 	: 0
354.13/353.94	c number of remaining assigned 	: 0
354.13/353.94	c number of falsified literals weakened from reason	: 0
354.13/353.94	c number of falsified literals weakened from conflict	: 0
354.13/353.94	c time for arithmetic operations	: 0
354.13/353.94	c minimum degree of deleted constraints	: null
354.13/353.94	c maximum degree of deleted constraints	: null
354.13/353.94	c number of deleted constraints	: 0
354.13/353.94	c speed (assignments/second)	: 156328.1726569898
354.13/353.94	c non guided choices	: 193223
354.13/353.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 165549
354.13/353.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 59
354.13/354.00	s UNSATISFIABLE
354.13/354.00	c Total wall clock time (in seconds): 353.868

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:23:36 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 (58491 MiB free)
  memory of node 1: 64507 MiB (61175 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511165-1751200264/watcher-4511165-1751200264 -o /tmp/evaluation-result-4511165-1751200264/solver-4511165-1751200264 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511165-1751200264 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4511165-1751200264.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
solver pid=27952, runsolver pid=27949
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.12 4.14 4.14 5/343 27970
/proc/meminfo: memFree=122536888/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=18930384 memory=59384 CPUtime=0.13 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 6497 0 0 0 11 2 0 0 20 0 18 0 35704168 19384713216 14846 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4732596 14846 5330 1 0 547621 0
[pid=27952/tid=27954] ppid=27949 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 5082 0 0 0 7 1 0 0 20 0 18 0 35704169 19384713216 14846 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35704171 19384713216 14846 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=18930384 memory=59585004335488 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35704172 19384713216 14846 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59384 KiB

[startup+0.205988 s]*
/proc/loadavg: 4.12 4.14 4.14 7/344 27971
/proc/meminfo: memFree=122529856/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=18996948 memory=67716 CPUtime=0.32 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 6930 0 0 0 30 2 0 0 20 0 19 0 35704168 19452874752 16929 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4749237 16929 5426 1 0 548270 0
[pid=27952/tid=27954] ppid=27949 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 5349 0 0 0 16 1 0 0 20 0 19 0 35704169 19452874752 16929 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=18996948 memory=16195 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35704171 19452874752 16929 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35704172 19452874752 16929 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35704186 19452874752 16929 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67716 KiB

[startup+0.306492 s]*
/proc/loadavg: 4.12 4.14 4.14 6/344 27971
/proc/meminfo: memFree=122529856/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=18996948 memory=82444 CPUtime=0.51 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 9477 0 0 0 48 3 0 0 20 0 19 0 35704168 19452874752 20611 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4749237 20611 5426 1 0 549882 0
[pid=27952/tid=27954] ppid=27949 vsize=18996948 memory=-6000919468428060013 CPUtime=0.27 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 5375 0 0 0 26 1 0 0 20 0 19 0 35704169 19452874752 20611 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35704171 19452874752 20611 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35704172 19452874752 20611 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35704186 19452874752 20611 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82444 KiB

[startup+0.700252 s]
/proc/loadavg: 4.12 4.14 4.14 7/344 27971
/proc/meminfo: memFree=122529856/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=18996948 memory=139308 CPUtime=1.27 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 15715 0 0 0 122 5 0 0 20 0 19 0 35704168 19452874752 34827 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4749237 34827 5426 1 0 552801 0
[pid=27952/tid=27954] ppid=27949 vsize=18996948 memory=17280 CPUtime=0.65 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 5442 0 0 0 62 3 0 0 20 0 19 0 35704169 19452874752 34827 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35704171 19452874752 34827 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35704172 19452874752 34827 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35704186 19452874752 34827 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139308 KiB

[startup+1.50022 s]
/proc/loadavg: 4.12 4.14 4.14 6/345 27972
/proc/meminfo: memFree=122486228/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=176680 CPUtime=2.86 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 22376 0 0 0 278 8 0 0 20 0 20 0 35704168 19521036288 44170 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 44170 5458 1 0 554048 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=0 CPUtime=1.44 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 5939 0 0 0 139 5 0 0 20 0 20 0 35704169 19521036288 44170 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 44170 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 44170 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 44170 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176680 KiB

[startup+3.1057 s]
/proc/loadavg: 4.12 4.14 4.14 5/345 27972
/proc/meminfo: memFree=122369544/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=242600 CPUtime=4.89 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 24009 0 0 0 477 12 0 0 20 0 20 0 35704168 19521036288 60650 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 60650 5458 1 0 554050 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=10752 CPUtime=3.02 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 6345 0 0 0 293 9 0 0 20 0 20 0 35704169 19521036288 60650 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=-6000919468428060013 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 60650 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 60650 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 60650 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 242600 KiB

[startup+6.30023 s]
/proc/loadavg: 4.11 4.14 4.14 5/345 27972
/proc/meminfo: memFree=122100492/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=516860 CPUtime=8.28 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 24540 0 0 0 806 22 0 0 20 0 20 0 35704168 19521036288 129215 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 129215 5458 1 0 554051 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=0 CPUtime=6.2 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 6657 0 0 0 602 18 0 0 20 0 20 0 35704169 19521036288 129215 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 129215 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 129215 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=176680 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 129215 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 516860 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.14 4.14 5/345 27972
/proc/meminfo: memFree=121741500/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=869268 CPUtime=14.68 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 27287 0 0 0 1433 35 0 0 20 0 20 0 35704168 19521036288 217317 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 217317 5490 1 0 554051 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=176680 CPUtime=12.57 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 7734 0 0 0 1226 31 0 0 20 0 20 0 35704169 19521036288 217317 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=869268 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 217317 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 217317 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 217317 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 869268 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.13 4.14 5/345 27972
/proc/meminfo: memFree=121301636/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1313704 CPUtime=27.46 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 29754 0 0 0 2690 56 0 0 20 0 20 0 35704168 19521036288 328426 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 328426 5490 1 0 554051 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=869268 CPUtime=25.32 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 8846 0 0 0 2481 51 0 0 20 0 20 0 35704169 19521036288 328426 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 328426 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=-6000919468428060013 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 328426 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 328426 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 27.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313704 KiB

[startup+51.1058 s]
/proc/loadavg: 4.05 4.12 4.13 5/345 27972
/proc/meminfo: memFree=121195116/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1321896 CPUtime=52.85 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 32555 0 0 0 5212 73 0 0 20 0 20 0 35704168 19521036288 330474 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 330474 5490 1 0 554051 0

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

/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 99 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 336127 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=1344508 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 336127 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 221.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1344508 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/347 27989
/proc/meminfo: memFree=119628436/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1354804 CPUtime=281.32 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 43145 0 0 0 27924 208 0 0 20 0 20 0 35704168 19521036288 338701 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 338701 5490 1 0 554051 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=1346556 CPUtime=278.32 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 14461 0 0 0 27635 197 0 0 20 0 20 0 35704169 19521036288 338701 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=-6000919468428060013 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 338701 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 150 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 338701 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=6612 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 338701 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1354804 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/324 28020
/proc/meminfo: memFree=121026048/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1363004 CPUtime=341.2 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 43729 0 0 0 33888 232 0 0 20 0 20 0 35704168 19521036288 340751 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 340751 5490 1 0 554051 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=-6000919468428060013 CPUtime=338.03 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 14526 0 0 0 33583 220 0 0 20 0 20 0 35704169 19521036288 340751 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 340751 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 195 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 340751 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 340751 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1363004 KiB

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

# cumulated CPU time of all completed processes:  user=351.859 s, system=2.40235 s

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

[startup+345.6 s]
/proc/loadavg: 4.16 4.12 4.12 6/347 28058
/proc/meminfo: memFree=121892628/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1365104 CPUtime=344.9 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 49469 0 0 0 34255 235 0 0 20 0 20 0 35704168 19521036288 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 341276 5490 1 0 554589 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=1360956 CPUtime=341.28 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 15197 0 0 0 33907 221 0 0 20 0 20 0 35704169 19521036288 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=1363004 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 195 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=1363004 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 344.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1365104 KiB

[startup+348.8 s]
/proc/loadavg: 4.16 4.12 4.12 5/348 28059
/proc/meminfo: memFree=121776588/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1372528 CPUtime=348.7 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 51554 0 0 0 34633 237 0 0 20 0 20 0 35704168 19521036288 343132 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 343132 5490 1 0 554734 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=1372528 CPUtime=344.44 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 15244 0 0 0 34222 222 0 0 20 0 20 0 35704169 19521036288 343132 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=1365104 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 343132 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 195 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 343132 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=1372528 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 343132 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 348.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1372528 KiB

[startup+352 s]*
/proc/loadavg: 4.15 4.12 4.12 5/348 28059
/proc/meminfo: memFree=121588392/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1364464 CPUtime=352.21 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 51605 0 0 0 34983 238 0 0 20 0 20 0 35704168 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 341116 5490 1 0 554734 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=3328 CPUtime=347.63 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 15255 0 0 0 34540 223 0 0 20 0 20 0 35704169 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=-6000919481330328685 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 195 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=8960 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 352.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1364464 KiB

[startup+352.8 s]
/proc/loadavg: 4.15 4.12 4.12 5/348 28059
/proc/meminfo: memFree=121588392/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1364464 CPUtime=353 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 51605 0 0 0 35062 238 0 0 20 0 20 0 35704168 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 341116 5490 1 0 554734 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=17280 CPUtime=348.43 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 15255 0 0 0 34619 224 0 0 20 0 20 0 35704169 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=6784 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=5188 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 195 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=-6000919468428060013 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 353 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1364464 KiB

[startup+353.6 s]
/proc/loadavg: 4.15 4.12 4.12 5/348 28059
/proc/meminfo: memFree=121542328/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19063512 memory=1364464 CPUtime=353.82 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 51607 0 0 0 35143 239 0 0 20 0 20 0 35704168 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4765878 341116 5490 1 0 554734 0
[pid=27952/tid=27954] ppid=27949 vsize=19063512 memory=-6000919468428060013 CPUtime=349.23 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) R 27949 27952 24970 0 -1 4194368 15255 0 0 0 34699 224 0 0 20 0 20 0 35704169 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35704171 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 195 0 0 0 0 0 0 0 20 0 20 0 35704172 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27971] ppid=27949 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/27952/task/27971/stat : 27971 (Timer-0) S 27949 27952 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35704186 19521036288 341116 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 353.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1364464 KiB

[startup+354.001 s]*
/proc/loadavg: 4.15 4.12 4.12 8/347 28061
/proc/meminfo: memFree=121431372/131249996 swapFree=33010684/33010684
[pid=27952] ppid=27949 vsize=19196640 memory=1365104 CPUtime=354.24 cores=1,3
/proc/27952/stat : 27952 (java) S 27949 27952 24970 0 -1 4194304 52912 0 0 0 35185 239 0 0 20 0 14 0 35704168 19657359360 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
/proc/27952/statm: 4799160 341276 5522 1 0 555368 0
[pid=27952/tid=27954] ppid=27949 vsize=19196640 memory=-6000919481330328685 CPUtime=349.53 cores=1,3
/proc/27952/task/27954/stat : 27954 (java) S 27949 27952 24970 0 -1 4194368 16049 0 0 0 34729 224 0 0 20 0 14 0 35704169 19657359360 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27963] ppid=27949 vsize=19196640 memory=-6000919481330328685 CPUtime=0 cores=1,3
/proc/27952/task/27963/stat : 27963 (Finalizer) S 27949 27952 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 14 0 35704171 19657359360 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
[pid=27952/tid=27970] ppid=27949 vsize=19196640 memory=6516 CPUtime=0 cores=1,3
/proc/27952/task/27970/stat : 27970 (Common-Cleaner) S 27949 27952 24970 0 -1 4194368 195 0 0 0 0 0 0 0 20 0 14 0 35704172 19657359360 341276 18446744073709551615 94852098547712 94852098551408 140727164032768 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94852098559224 94852098560016 94852127023104 140727164037424 140727164037606 140727164037606 140727164043208 0
Current children cumulated CPU time: 354.24 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1365104 KiB

Child status: 20

Real time (s): 354.033
CPU time (s): 354.262
CPU user time (s): 351.859
CPU system time (s): 2.40235
CPU usage (%): 100.065
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1372528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 351.859
system time used= 2.40235
maximum resident set size= 1372528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12307
involuntary context switches= 1646


# summary of solver processes directly reported to runsolver:
#   pid: 27952
#   total CPU time (s): 354.262
#   total CPU user time (s): 351.859
#   total CPU system time (s): 2.40235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.759993 second user time and 1.81811 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:31:04
IDJOB=4511165
IDBENCH=160431
IDSOLVER=3364
FILE ID=nodeC017/4511165-1751200264
RUNJOBID= nodeC017-1751191606-24982
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x60split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511165-1751200264/watcher-4511165-1751200264 -o /tmp/evaluation-result-4511165-1751200264/solver-4511165-1751200264 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511165-1751200264 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4511165-1751200264.opb

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

MD5SUM BENCH= 77ae40a270bfcd4ecd9b94334dd86fa6
RANDOM SEED=1663609313

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122539556 kB
MemAvailable:   125243780 kB
Buffers:            3280 kB
Cached:          3508396 kB
SwapCached:            0 kB
Active:          4486160 kB
Inactive:        3254648 kB
Active(anon):    4247284 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  3254648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69936 kB
Writeback:             0 kB
AnonPages:       4231584 kB
Mapped:           122748 kB
Shmem:             18080 kB
KReclaimable:      99480 kB
Slab:             189000 kB
SReclaimable:      99480 kB
SUnreclaim:        89520 kB
KernelStack:        5296 kB
PageTables:        11928 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7055268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4034560 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-29 14:36:58