Trace number 4542550

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-06? (TO) 3600.62 3572.64

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
MD5SUMa8e56f9e5ad0cb5cee4856e95cb4d672
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 benchmark1193.42
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106882
Number of constraints which are clauses54005
Number of constraints which are cardinality constraints (but not clauses)48506
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2106806208
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.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4542550-1753221228.opb
0.11/0.14	c reading problem ... 
0.11/0.15	c using VERIPB proof format
0.11/0.16	c  no objective function found
156.87/153.49	c ... done. Wall clock time 153.348s.
156.87/153.50	c declared #vars     2235696
156.87/153.50	c #constraints  106882
156.87/153.50	c constraints type 
156.97/153.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 52877
156.97/153.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 54005
156.97/153.50	c 106882 constraints processed.
162.03/156.70	c cleaning 2493 clauses out of 5002 with flag 31084/5002
165.63/160.17	c cleaning 4245 clauses out of 8507 with flag 69293/11000
169.06/163.38	c cleaning 5619 clauses out of 11263 with flag 116808/18001
173.18/167.47	c cleaning 6807 clauses out of 13643 with flag 167057/26000
177.02/171.25	c cleaning 7900 clauses out of 15837 with flag 225494/35001
181.70/175.98	c cleaning 8944 clauses out of 17936 with flag 292055/45000
186.29/180.59	c cleaning 9981 clauses out of 19993 with flag 370318/56001
192.03/186.21	c cleaning 10994 clauses out of 22013 with flag 449701/68002
198.61/192.82	c cleaning 11989 clauses out of 24019 with flag 531558/81002
207.45/201.56	c cleaning 12989 clauses out of 26028 with flag 623476/95000
214.63/208.72	c cleaning 13978 clauses out of 28039 with flag 725050/110000
221.86/215.88	c cleaning 15011 clauses out of 30062 with flag 829290/126001
231.06/225.09	c cleaning 16007 clauses out of 32051 with flag 927578/143001
247.34/241.39	c cleaning 17008 clauses out of 34045 with flag 1054101/161002
267.47/261.40	c cleaning 18006 clauses out of 36037 with flag 1194226/180002
284.10/277.86	c cleaning 18744 clauses out of 38029 with flag 1363738/200000
296.07/289.85	c cleaning 20058 clauses out of 40286 with flag 1523737/221001
312.04/305.85	c cleaning 21022 clauses out of 42227 with flag 1690003/243000
331.19/324.94	c cleaning 22007 clauses out of 44206 with flag 1857654/266001
351.15/344.99	c cleaning 23011 clauses out of 46198 with flag 2022493/290000
374.70/368.42	c cleaning 24002 clauses out of 48190 with flag 2211982/315003
396.65/390.21	c cleaning 25076 clauses out of 50186 with flag 2379882/341001
420.85/414.33	c cleaning 26039 clauses out of 52110 with flag 2570664/368001
443.49/437.05	c cleaning 27025 clauses out of 54070 with flag 2787599/396000
470.95/464.19	c cleaning 28011 clauses out of 56045 with flag 2971425/425000
497.48/490.77	c cleaning 29007 clauses out of 58035 with flag 3186372/455001
517.65/510.81	c cleaning 29994 clauses out of 60028 with flag 3404332/486001
549.02/542.19	c cleaning 30993 clauses out of 62034 with flag 3638612/518001
581.78/574.87	c cleaning 32002 clauses out of 64040 with flag 3899419/551000
617.11/610.15	c cleaning 33005 clauses out of 66038 with flag 4176467/585000
652.99/646.05	c cleaning 34001 clauses out of 68035 with flag 4478494/620002
695.01/688.02	c cleaning 34992 clauses out of 70032 with flag 4790905/656000
722.93/716.02	c cleaning 36005 clauses out of 72041 with flag 5085806/693001
750.03/743.16	c cleaning 37002 clauses out of 74036 with flag 5330586/731001
782.35/775.49	c cleaning 37993 clauses out of 76033 with flag 5579602/770000
821.70/814.75	c cleaning 38996 clauses out of 78042 with flag 5840692/810002
866.47/859.48	c cleaning 40001 clauses out of 80045 with flag 6156596/851001
914.68/907.67	c cleaning 41002 clauses out of 82047 with flag 6491343/893004
969.56/962.45	c cleaning 41999 clauses out of 84042 with flag 6843377/936001
1029.75/1022.59	c cleaning 43005 clauses out of 86044 with flag 7217945/980002
1063.76/1056.21	c cleaning 43994 clauses out of 88037 with flag 7504556/1025000
1091.45/1083.99	c cleaning 44963 clauses out of 90044 with flag 7800003/1071001
1138.55/1131.01	c cleaning 45976 clauses out of 92082 with flag 8119680/1118002
1171.29/1163.73	c cleaning 47032 clauses out of 94109 with flag 8426808/1166005
1201.55/1193.99	c cleaning 48014 clauses out of 96072 with flag 8737999/1215000
1245.99/1238.34	c cleaning 48982 clauses out of 98059 with flag 9076965/1265001
1284.73/1277.08	c cleaning 50017 clauses out of 100076 with flag 9408508/1316000
1326.57/1318.47	c cleaning 50999 clauses out of 102061 with flag 9738109/1368002
1391.43/1383.34	c cleaning 52003 clauses out of 104063 with flag 10086975/1421003
1423.63/1415.58	c cleaning 52977 clauses out of 106057 with flag 10482675/1475000
1473.11/1465.09	c cleaning 53962 clauses out of 108080 with flag 10820965/1530000
1505.70/1497.65	c cleaning 54971 clauses out of 110120 with flag 11208542/1586002
1584.65/1576.23	c cleaning 55983 clauses out of 112147 with flag 11570550/1643000
1677.06/1668.46	c cleaning 56997 clauses out of 114169 with flag 11968096/1701005
1721.94/1713.02	c cleaning 57960 clauses out of 116167 with flag 12378275/1760000
1769.29/1758.87	c cleaning 58992 clauses out of 118207 with flag 12767256/1820000
1826.32/1815.88	c cleaning 60097 clauses out of 120218 with flag 13182775/1881003
1893.70/1882.91	c cleaning 61033 clauses out of 122118 with flag 13637265/1943000
1939.15/1928.18	c cleaning 62023 clauses out of 124085 with flag 14049117/2006000
1988.86/1977.82	c cleaning 63000 clauses out of 126065 with flag 14460891/2070003
2042.59/2031.40	c cleaning 63999 clauses out of 128062 with flag 14870073/2135000
2088.93/2077.67	c cleaning 65006 clauses out of 130063 with flag 15344338/2201000
2137.04/2125.56	c cleaning 66008 clauses out of 132057 with flag 15836463/2268000
2233.58/2221.72	c cleaning 67000 clauses out of 134049 with flag 16362064/2336000
2285.72/2273.60	c cleaning 67964 clauses out of 136051 with flag 16848483/2405002
2334.76/2322.49	c cleaning 69001 clauses out of 138088 with flag 17293474/2475003
2390.22/2377.67	c cleaning 69994 clauses out of 140084 with flag 17759283/2546000
2444.39/2430.05	c cleaning 71000 clauses out of 142091 with flag 18218613/2618001
2507.86/2493.34	c cleaning 71979 clauses out of 144090 with flag 18680899/2691000
2555.09/2540.13	c cleaning 73000 clauses out of 146111 with flag 19158407/2765000
2606.55/2591.24	c cleaning 73940 clauses out of 148111 with flag 19630780/2840000
2666.45/2650.90	c cleaning 75046 clauses out of 150172 with flag 20129718/2916001
2741.23/2725.56	c cleaning 76036 clauses out of 152126 with flag 20683462/2993001
2809.91/2793.86	c cleaning 77021 clauses out of 154089 with flag 21254562/3071000
2897.36/2879.35	c cleaning 78008 clauses out of 156070 with flag 21753191/3150002
2963.20/2945.04	c cleaning 78999 clauses out of 158062 with flag 22271091/3230002
3015.05/2996.55	c cleaning 79958 clauses out of 160062 with flag 22813698/3311001
3099.27/3078.96	c cleaning 80971 clauses out of 162105 with flag 23410027/3393002
3244.00/3223.25	c cleaning 81982 clauses out of 164132 with flag 23982337/3476000
3397.38/3374.37	c cleaning 82997 clauses out of 166150 with flag 24695862/3560000
3468.09/3442.71	c cleaning 83977 clauses out of 168153 with flag 25283842/3645000
3541.15/3513.61	c cleaning 84956 clauses out of 170176 with flag 25815766/3731000
3600.42/3572.53	c timeout
3600.42/3572.54	c starts		: 964
3600.42/3572.54	c conflicts		: 3801051
3600.42/3572.54	c decisions		: 209488171
3600.42/3572.54	c propagations		: 452145204
3600.42/3572.54	c inspects		: 10230118320
3600.42/3572.54	c shortcuts		: 0
3600.42/3572.54	c learnt literals	: 0
3600.42/3572.54	c learnt binary clauses	: 0
3600.42/3572.54	c learnt ternary clauses	: 0
3600.42/3572.54	c learnt constraints	: 3801051
3600.42/3572.54	c ignored constraints	: 0
3600.42/3572.54	c root simplifications	: 0
3600.42/3572.54	c removed literals (reason simplification)	: 8187866
3600.42/3572.54	c reason swapping (by a shorter reason)	: 0
3600.42/3572.54	c Calls to reduceDB	: 82
3600.42/3572.54	c Number of update (reduction) of LBD	: 2506099
3600.42/3572.54	c Imported unit clauses	: 0
3600.42/3572.54	c No decision after first conflict	: false
3600.42/3572.54	c number of reductions to clauses (during analyze)	: 0
3600.42/3572.54	c number of learned constraints concerned by reduction	: 0
3600.42/3572.54	c number of learning phase by resolution	: 0
3600.42/3572.54	c number of learning phase by cutting planes	: 0
3600.42/3572.54	c number of rounding to 1 operations	: 0
3600.42/3572.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.42/3572.54	c number of reductions of the coefficients by power 2 	: 0
3600.42/3572.54	c number of right shift for reduction by power 2 	: 0
3600.42/3572.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.42/3572.54	c number of ending skipping 	: 0
3600.42/3572.54	c number of internal skipping 	: 0
3600.42/3572.54	c number of derivation steps 	: 0
3600.42/3572.54	c number of skipped derivation steps 	: 0
3600.42/3572.54	c number of remaining unassigned 	: 0
3600.42/3572.54	c number of remaining assigned 	: 0
3600.42/3572.54	c number of falsified literals weakened from reason	: 0
3600.42/3572.54	c number of falsified literals weakened from conflict	: 0
3600.42/3572.54	c time for arithmetic operations	: 0
3600.42/3572.54	c minimum degree of deleted constraints	: null
3600.42/3572.54	c maximum degree of deleted constraints	: null
3600.42/3572.54	c number of deleted constraints	: 0
3600.42/3572.54	c speed (assignments/second)	: 132245.95112215015
3600.42/3572.54	c non guided choices	: 203216836
3600.58/3572.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 155271
3600.58/3572.60	s UNKNOWN
3600.58/3572.60	c Total wall clock time (in seconds): 3572.457

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62253 MiB free)
  memory of node 1: 64507 MiB (62824 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542550-1753221228/watcher-4542550-1753221228 -o /tmp/evaluation-result-4542550-1753221228/solver-4542550-1753221228 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170144 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542550-1753221228 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542550-1753221228.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=170243, runsolver pid=170234

[startup+0.100063 s]*
/proc/loadavg: 1.15 1.89 2.95 8/333 170272
/proc/meminfo: memFree=127981604/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18930384 memory=53072 CPUtime=0.11 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 6393 0 0 0 9 2 0 0 20 0 18 0 237800814 19384713216 13268 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4732596 13268 5367 1 0 547560 0
[pid=170243/tid=170256] ppid=170234 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 4990 0 0 0 6 1 0 0 20 0 18 0 237800815 19384713216 13268 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237800818 19384713216 13268 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18930384 memory=59585004324181 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237800818 19384713216 13268 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53072 KiB

[startup+0.205872 s]*
/proc/loadavg: 1.15 1.89 2.95 9/334 170273
/proc/meminfo: memFree=127485120/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18930384 memory=167708 CPUtime=0.28 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 6885 0 0 0 23 5 0 0 20 0 18 0 237800814 19384713216 41927 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4732596 41927 5431 1 0 547866 0
[pid=170243/tid=170256] ppid=170234 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 5392 0 0 0 13 4 0 0 20 0 18 0 237800815 19384713216 41927 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237800818 19384713216 41927 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237800818 19384713216 41927 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 167708 KiB

[startup+0.305973 s]*
/proc/loadavg: 1.15 1.89 2.95 8/334 170273
/proc/meminfo: memFree=126616832/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18930384 memory=538500 CPUtime=0.42 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 7094 0 0 0 29 13 0 0 20 0 18 0 237800814 19384713216 134625 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4732596 134625 5431 1 0 547872 0
[pid=170243/tid=170256] ppid=170234 vsize=18930384 memory=-8888531629368976060 CPUtime=0.26 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 5587 0 0 0 15 11 0 0 20 0 18 0 237800815 19384713216 134625 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237800818 19384713216 134625 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237800818 19384713216 134625 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 538500 KiB

[startup+0.700249 s]
/proc/loadavg: 1.15 1.89 2.95 9/336 170275
/proc/meminfo: memFree=125831096/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18996948 memory=768844 CPUtime=1.01 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 8886 0 0 0 84 17 0 0 20 0 19 0 237800814 19452874752 192211 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4749237 192211 5463 1 0 549175 0
[pid=170243/tid=170256] ppid=170234 vsize=18996948 memory=27264 CPUtime=0.63 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 5689 0 0 0 48 15 0 0 20 0 19 0 237800815 19452874752 192211 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 192211 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 192211 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 768844 KiB

[startup+1.50025 s]
/proc/loadavg: 1.15 1.89 2.95 6/336 170275
/proc/meminfo: memFree=124196996/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18996948 memory=947472 CPUtime=1.9 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 9649 0 0 0 169 21 0 0 20 0 19 0 237800814 19452874752 236868 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4749237 236868 5463 1 0 783110 0
[pid=170243/tid=170256] ppid=170234 vsize=18996948 memory=3328 CPUtime=1.38 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 5828 0 0 0 120 18 0 0 20 0 19 0 237800815 19452874752 236868 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 236868 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 236868 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 947472 KiB

[startup+3.10584 s]
/proc/loadavg: 1.37 1.93 2.96 6/336 170275
/proc/meminfo: memFree=121247840/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18996948 memory=1627196 CPUtime=3.9 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 13449 0 0 0 354 36 0 0 20 0 19 0 237800814 19452874752 406799 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4749237 406799 5495 1 0 1104356 0
[pid=170243/tid=170256] ppid=170234 vsize=18996948 memory=10752 CPUtime=2.89 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 6207 0 0 0 259 30 0 0 20 0 19 0 237800815 19452874752 406799 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 406799 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 406799 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1627196 KiB

[startup+6.30022 s]
/proc/loadavg: 1.37 1.93 2.96 5/337 170276
/proc/meminfo: memFree=120558672/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18996948 memory=1819856 CPUtime=7.42 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 19634 0 0 0 700 42 0 0 20 0 19 0 237800814 19452874752 454964 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4749237 454964 5495 1 0 1226534 0
[pid=170243/tid=170256] ppid=170234 vsize=18996948 memory=5632 CPUtime=5.92 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 6552 0 0 0 558 34 0 0 20 0 19 0 237800815 19452874752 454964 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 454964 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18996948 memory=-8888531629368976060 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 454964 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 7.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1819856 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.96 2.97 6/337 170276
/proc/meminfo: memFree=119375480/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18996948 memory=2311072 CPUtime=13.97 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 21155 0 0 0 1345 52 0 0 20 0 19 0 237800814 19452874752 577768 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4749237 577768 5495 1 0 1541958 0
[pid=170243/tid=170256] ppid=170234 vsize=18996948 memory=1821968 CPUtime=11.95 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 7079 0 0 0 1154 41 0 0 20 0 19 0 237800815 19452874752 577768 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18996948 memory=27264 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 577768 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18996948 memory=16620 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 577768 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 13.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2311072 KiB

[startup+25.5002 s]
/proc/loadavg: 2.19 2.08 2.99 5/337 170276
/proc/meminfo: memFree=118271412/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18996948 memory=2665476 CPUtime=26.95 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 24099 0 0 0 2636 59 0 0 20 0 19 0 237800814 19452874752 666369 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4749237 666369 5495 1 0 1742492 0
[pid=170243/tid=170256] ppid=170234 vsize=18996948 memory=1821968 CPUtime=24.05 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 7895 0 0 0 2359 46 0 0 20 0 19 0 237800815 19452874752 666369 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18996948 memory=-8888531629368976060 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 666369 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18996948 memory=2659292 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 666369 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 26.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2665476 KiB

[startup+51.1059 s]
/proc/loadavg: 2.93 2.27 3.03 5/337 170277
/proc/meminfo: memFree=117335088/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18996948 memory=2690360 CPUtime=52.93 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 27773 0 0 0 5231 62 0 0 20 0 19 0 237800814 19452874752 672590 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4749237 672590 5495 1 0 1742492 0
[pid=170243/tid=170256] ppid=170234 vsize=18996948 memory=-8888531629368976060 CPUtime=48.31 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 9557 0 0 0 4784 47 0 0 20 0 19 0 237800815 19452874752 672590 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=18996948 memory=2124636 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 672590 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=18996948 memory=16620 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237800818 19452874752 672590 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 52.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2690360 KiB

[startup+102.3 s]
/proc/loadavg: 3.95 2.64 3.12 5/337 170278
/proc/meminfo: memFree=116358372/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=18996948 memory=2906300 CPUtime=104.96 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 32494 0 0 0 10426 70 0 0 20 0 19 0 237800814 19452874752 726575 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4749237 726575 5495 1 0 1836493 0

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

Current children cumulated memory: 7238736 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.22 4.18 5/339 170534
/proc/meminfo: memFree=72476228/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=19063512 memory=7239120 CPUtime=3305.19 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 293319 0 0 0 328947 1572 0 0 20 0 20 0 237800814 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4765878 1809780 5559 1 0 1837631 0
[pid=170243/tid=170256] ppid=170234 vsize=19063512 memory=7239120 CPUtime=3249.13 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 167816 0 0 0 323478 1435 0 0 20 0 20 0 237800815 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=19063512 memory=7238736 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=19063512 memory=7238736 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 2841 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170281] ppid=170234 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/170243/task/170281/stat : 170281 (Timer-0) S 170234 170243 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237816172 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3305.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7239120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.17 5/339 170543
/proc/meminfo: memFree=72076720/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=19063512 memory=7239120 CPUtime=3365.45 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 298906 0 0 0 334951 1594 0 0 20 0 20 0 237800814 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4765878 1809780 5559 1 0 1837631 0
[pid=170243/tid=170256] ppid=170234 vsize=19063512 memory=21952 CPUtime=3308.55 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 171330 0 0 0 329401 1454 0 0 20 0 20 0 237800815 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=19063512 memory=7239120 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=19063512 memory=7239120 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 2982 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170281] ppid=170234 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/170243/task/170281/stat : 170281 (Timer-0) S 170234 170243 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237816172 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3365.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7239120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.24 4.19 5/339 170545
/proc/meminfo: memFree=71591580/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=19063512 memory=7239120 CPUtime=3425.62 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 303706 0 0 0 340943 1619 0 0 20 0 20 0 237800814 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4765878 1809780 5559 1 0 1837637 0
[pid=170243/tid=170256] ppid=170234 vsize=19063512 memory=7239120 CPUtime=3368.06 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 174944 0 0 0 335327 1479 0 0 20 0 20 0 237800815 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=19063512 memory=7239120 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 3074 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170281] ppid=170234 vsize=19063512 memory=7239120 CPUtime=0 cores=1,3
/proc/170243/task/170281/stat : 170281 (Timer-0) S 170234 170243 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237816172 19521036288 1809780 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3425.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7239120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.22 4.18 5/339 170547
/proc/meminfo: memFree=71089516/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=19063512 memory=7239248 CPUtime=3487.66 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 308746 0 0 0 347117 1649 0 0 20 0 20 0 237800814 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4765878 1809812 5559 1 0 1837637 0
[pid=170243/tid=170256] ppid=170234 vsize=19063512 memory=7239120 CPUtime=3427.7 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 177548 0 0 0 341265 1505 0 0 20 0 20 0 237800815 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 3075 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170281] ppid=170234 vsize=19063512 memory=7239248 CPUtime=0 cores=1,3
/proc/170243/task/170281/stat : 170281 (Timer-0) S 170234 170243 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237816172 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3487.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7239248 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/339 170549
/proc/meminfo: memFree=70674168/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=19063512 memory=7239248 CPUtime=3549.83 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 316096 0 0 0 353303 1680 0 0 20 0 20 0 237800814 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4765878 1809812 5559 1 0 1837637 0
[pid=170243/tid=170256] ppid=170234 vsize=19063512 memory=7239248 CPUtime=3487.15 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 180959 0 0 0 347183 1532 0 0 20 0 20 0 237800815 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=19063512 memory=7239248 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=19063512 memory=7239248 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 3216 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170281] ppid=170234 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/170243/task/170281/stat : 170281 (Timer-0) S 170234 170243 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237816172 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3549.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7239248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.3 s]
/proc/loadavg: 4.19 4.21 4.18 5/317 170563
/proc/meminfo: memFree=77170720/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=19063512 memory=7239248 CPUtime=3600.03 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 319374 0 0 0 358295 1708 0 0 20 0 20 0 237800814 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4765878 1809812 5559 1 0 1837637 0
[pid=170243/tid=170256] ppid=170234 vsize=19063512 memory=7239248 CPUtime=3536.71 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) R 170234 170243 170132 0 -1 4194368 181998 0 0 0 352113 1558 0 0 20 0 20 0 237800815 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=19063512 memory=7239248 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=19063512 memory=7239248 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 3357 0 0 0 0 0 0 0 20 0 20 0 237800818 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170281] ppid=170234 vsize=19063512 memory=7239248 CPUtime=0 cores=1,3
/proc/170243/task/170281/stat : 170281 (Timer-0) S 170234 170243 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237816172 19521036288 1809812 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7239248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.51 s, system=17.1069 s

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

[startup+3572.4 s]
/proc/loadavg: 4.19 4.21 4.18 5/317 170563
/proc/meminfo: memFree=77170720/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=19263204 memory=7239632 CPUtime=3600.23 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 320990 0 0 0 358315 1708 0 0 20 0 21 0 237800814 19725520896 1809908 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4815801 1809908 5559 1 0 1838524 0
[pid=170243/tid=170256] ppid=170234 vsize=19263204 memory=7239248 CPUtime=3536.72 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) S 170234 170243 170132 0 -1 4194368 182000 0 0 0 352114 1558 0 0 20 0 21 0 237800815 19725520896 1809908 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=19263204 memory=1792 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237800818 19725520896 1809908 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=19263204 memory=1920 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 3357 0 0 0 0 0 0 0 20 0 21 0 237800818 19725520896 1809908 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7239632 KiB

[startup+3572.6 s]
/proc/loadavg: 4.19 4.21 4.18 5/317 170563
/proc/meminfo: memFree=77170720/131249996 swapFree=33010672/33010684
[pid=170243] ppid=170234 vsize=19263204 memory=7240016 CPUtime=3600.58 cores=1,3
/proc/170243/stat : 170243 (java) S 170234 170243 170132 0 -1 4194304 322078 0 0 0 358350 1708 0 0 20 0 21 0 237800814 19725520896 1810004 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
/proc/170243/statm: 4815801 1810004 5559 1 0 1838573 0
[pid=170243/tid=170256] ppid=170234 vsize=19263204 memory=-8888531629368976060 CPUtime=3536.73 cores=1,3
/proc/170243/task/170256/stat : 170256 (java) S 170234 170243 170132 0 -1 4194368 182408 0 0 0 352115 1558 0 0 20 0 21 0 237800815 19725520896 1810004 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170265] ppid=170234 vsize=19263204 memory=6784 CPUtime=0 cores=1,3
/proc/170243/task/170265/stat : 170265 (Finalizer) S 170234 170243 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237800818 19725520896 1810004 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
[pid=170243/tid=170272] ppid=170234 vsize=19263204 memory=7239248 CPUtime=0 cores=1,3
/proc/170243/task/170272/stat : 170272 (Common-Cleaner) S 170234 170243 170132 0 -1 4194368 3357 0 0 0 0 0 0 0 20 0 21 0 237800818 19725520896 1810004 18446744073709551615 94816169336832 94816169340528 140725496208608 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94816169348344 94816169349136 94816175165440 140725496215892 140725496216036 140725496216036 140725496221640 0
Current children cumulated CPU time: 3600.58 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7240016 KiB

Child status: 143

Real time (s): 3572.64
CPU time (s): 3600.62
CPU user time (s): 3583.51
CPU system time (s): 17.1069
CPU usage (%): 100.783
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7240016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.51
system time used= 17.1069
maximum resident set size= 7240144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19679720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127356
involuntary context switches= 9946


# summary of solver processes directly reported to runsolver:
#   pid: 170243
#   total CPU time (s): 3600.62
#   total CPU user time (s): 3583.51
#   total CPU system time (s): 17.1069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41868 second user time and 17.1637 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-22 23:53:49
IDJOB=4542550
IDBENCH=163934
IDSOLVER=3364
FILE ID=nodeC024/4542550-1753221228
RUNJOBID= nodeC024-1753221228-170144
SLURM_JOB_ID= 9687809
Free space on /tmp= 432920 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542550-1753221228/watcher-4542550-1753221228 -o /tmp/evaluation-result-4542550-1753221228/solver-4542550-1753221228 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170144 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542550-1753221228 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542550-1753221228.opb

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

MD5SUM BENCH= a8e56f9e5ad0cb5cee4856e95cb4d672
RANDOM SEED=1017199242

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		: 3599.928
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.457
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.196
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.666
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		: 3599.661
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		: 3599.656
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.681
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.598
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:        128333276 kB
MemAvailable:   128981520 kB
Buffers:            2128 kB
Cached:          1410632 kB
SwapCached:            8 kB
Active:          1888120 kB
Inactive:         283416 kB
Active(anon):     783436 kB
Inactive(anon):     1588 kB
Active(file):    1104684 kB
Inactive(file):   281828 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            123192 kB
Writeback:             0 kB
AnonPages:        761312 kB
Mapped:           127936 kB
Shmem:             26248 kB
KReclaimable:     201540 kB
Slab:             297496 kB
SReclaimable:     201540 kB
SUnreclaim:        95956 kB
KernelStack:        4744 kB
PageTables:         4108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6904784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151032 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 397944 MiB
End job on nodeC024 at 2025-07-23 00:53:22