Trace number 4542433

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.54 3568.68

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height49_pigeons48_holes47.opb
MD5SUM7e0508be19eaed927bf3c4f26c43c105
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 benchmark1875.25
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2878950
Total number of constraints128479
Number of constraints which are clauses64877
Number of constraints which are cardinality constraints (but not clauses)58652
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint47
Maximum length of a constraint52
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 55
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.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.19	c Free memory 		2104792832
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.10/0.20	c Number of processors 	2
0.25/0.29	c Pseudo Boolean Optimization by upper bound
0.25/0.29	c --- Begin Solver configuration ---
0.25/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.29	c Learn all clauses as in MiniSAT
0.25/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.29	c Expensive reason simplification
0.25/0.29	c Glucose 2.1 dynamic restart strategy
0.25/0.29	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.25/0.29	c timeout=2147483s
0.25/0.29	c DB Simplification allowed=false
0.25/0.29	c Listener: none
0.25/0.29	c --- End Solver configuration ---
0.25/0.29	c solving HOME/instance-4542433-1753217797.opb
0.25/0.29	c reading problem ... 
0.25/0.29	c using VERIPB proof format
0.38/0.32	c  no objective function found
272.11/265.75	c ... done. Wall clock time 265.453s.
272.11/265.75	c declared #vars     2878950
272.11/265.75	c #constraints  128479
272.11/265.75	c constraints type 
272.11/265.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63602
272.11/265.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 64877
272.11/265.75	c 128479 constraints processed.
278.35/269.65	c cleaning 2494 clauses out of 5000 with flag 33026/5000
282.71/273.29	c cleaning 4245 clauses out of 8507 with flag 72346/11001
287.19/277.05	c cleaning 5626 clauses out of 11261 with flag 117799/18000
291.97/281.71	c cleaning 6806 clauses out of 13635 with flag 166791/26000
297.23/286.99	c cleaning 7897 clauses out of 15829 with flag 222729/35000
303.82/293.50	c cleaning 8947 clauses out of 17932 with flag 294335/45000
312.20/301.95	c cleaning 9977 clauses out of 19985 with flag 371530/56000
321.97/311.77	c cleaning 10985 clauses out of 22010 with flag 451803/68002
331.38/320.93	c cleaning 11957 clauses out of 24024 with flag 543475/81001
340.16/329.61	c cleaning 12962 clauses out of 26066 with flag 643271/95000
349.55/339.07	c cleaning 13975 clauses out of 28104 with flag 746611/110000
362.00/351.45	c cleaning 14999 clauses out of 30130 with flag 860940/126001
376.35/365.70	c cleaning 15989 clauses out of 32130 with flag 992330/143000
385.97/375.30	c cleaning 16997 clauses out of 34146 with flag 1119533/161005
398.61/387.43	c cleaning 17989 clauses out of 36144 with flag 1240568/180000
410.01/398.75	c cleaning 18977 clauses out of 38156 with flag 1375876/200001
423.85/412.35	c cleaning 20011 clauses out of 40178 with flag 1511387/221000
436.53/425.08	c cleaning 21002 clauses out of 42167 with flag 1667151/243000
451.12/439.64	c cleaning 21992 clauses out of 44167 with flag 1817383/266002
471.87/460.31	c cleaning 22995 clauses out of 46173 with flag 1979049/290000
492.96/481.41	c cleaning 23995 clauses out of 48178 with flag 2176545/315000
516.62/504.96	c cleaning 24999 clauses out of 50183 with flag 2375276/341000
534.94/523.18	c cleaning 25981 clauses out of 52189 with flag 2548440/368005
558.66/546.93	c cleaning 26992 clauses out of 54204 with flag 2740845/396001
577.60/565.82	c cleaning 27918 clauses out of 56212 with flag 2952450/425001
600.94/589.14	c cleaning 29132 clauses out of 58293 with flag 3160346/455000
628.27/616.49	c cleaning 30062 clauses out of 60163 with flag 3383292/486002
645.89/634.01	c cleaning 30992 clauses out of 62099 with flag 3594016/518000
666.33/654.55	c cleaning 32027 clauses out of 64110 with flag 3803768/551003
691.08/678.91	c cleaning 33013 clauses out of 66080 with flag 4047448/585000
725.67/713.41	c cleaning 34012 clauses out of 68068 with flag 4275290/620001
754.24/741.95	c cleaning 34996 clauses out of 70055 with flag 4528505/656000
781.51/768.59	c cleaning 35954 clauses out of 72061 with flag 4765549/693002
801.22/788.22	c cleaning 36956 clauses out of 74105 with flag 5012595/731000
825.81/812.80	c cleaning 37977 clauses out of 76149 with flag 5274707/770000
852.05/839.03	c cleaning 38964 clauses out of 78173 with flag 5529835/810001
880.58/867.37	c cleaning 39986 clauses out of 80208 with flag 5789390/851000
904.83/891.62	c cleaning 40943 clauses out of 82223 with flag 6057319/893001
951.37/938.09	c cleaning 41997 clauses out of 84281 with flag 6386328/936002
1007.37/993.74	c cleaning 43108 clauses out of 86282 with flag 6697546/980000
1094.89/1080.87	c cleaning 44052 clauses out of 88174 with flag 7024279/1025000
1173.60/1159.13	c cleaning 45028 clauses out of 90125 with flag 7333201/1071003
1250.93/1236.39	c cleaning 46005 clauses out of 92096 with flag 7686092/1118002
1326.57/1311.47	c cleaning 47011 clauses out of 94089 with flag 8078701/1166000
1376.33/1360.06	c cleaning 48040 clauses out of 96080 with flag 8661392/1215002
1410.75/1394.00	c cleaning 48986 clauses out of 98038 with flag 8990239/1265000
1475.60/1458.22	c cleaning 49991 clauses out of 100054 with flag 9363126/1316002
1532.33/1514.63	c cleaning 51016 clauses out of 102061 with flag 9743677/1368000
1624.34/1606.42	c cleaning 52010 clauses out of 104049 with flag 10093654/1421004
1709.23/1690.74	c cleaning 53002 clauses out of 106035 with flag 10504257/1475000
1802.32/1783.44	c cleaning 53999 clauses out of 108036 with flag 10912224/1530003
1898.68/1877.45	c cleaning 55001 clauses out of 110034 with flag 11323047/1586000
1979.56/1957.80	c cleaning 55998 clauses out of 112033 with flag 11761713/1643000
2044.20/2022.18	c cleaning 56958 clauses out of 114035 with flag 12223779/1701000
2098.53/2076.14	c cleaning 57983 clauses out of 116078 with flag 12585784/1760001
2150.18/2127.20	c cleaning 58966 clauses out of 118097 with flag 12990644/1820003
2244.55/2221.15	c cleaning 59981 clauses out of 120128 with flag 13427987/1881000
2343.26/2319.49	c cleaning 60994 clauses out of 122152 with flag 13870324/1943005
2437.56/2413.25	c cleaning 61993 clauses out of 124157 with flag 14345501/2006004
2539.07/2514.26	c cleaning 62991 clauses out of 126163 with flag 14824066/2070003
2611.52/2586.25	c cleaning 64071 clauses out of 128171 with flag 15306163/2135002
2711.44/2685.63	c cleaning 65035 clauses out of 130101 with flag 15763307/2201003
2817.63/2791.21	c cleaning 66019 clauses out of 132064 with flag 16207538/2268001
2911.15/2881.91	c cleaning 67000 clauses out of 134044 with flag 16735054/2336000
3026.83/2997.02	c cleaning 67999 clauses out of 136044 with flag 17207523/2405000
3148.71/3118.47	c cleaning 69003 clauses out of 138045 with flag 17740912/2475000
3271.59/3240.85	c cleaning 69993 clauses out of 140042 with flag 18262287/2546000
3403.16/3371.90	c cleaning 71002 clauses out of 142049 with flag 18789517/2618000
3498.46/3467.26	c cleaning 71983 clauses out of 144047 with flag 19303757/2691000
3592.99/3561.39	c cleaning 73003 clauses out of 146064 with flag 19780719/2765000
3600.07/3568.43	c starts		: 757
3600.07/3568.45	c conflicts		: 2777333
3600.07/3568.46	c decisions		: 164895654
3600.07/3568.46	c propagations		: 356496967
3600.07/3568.46	c inspects		: 8118402613
3600.07/3568.46	c shortcuts		: 0
3600.07/3568.46	c learnt literals	: 0
3600.07/3568.46	c learnt binary clauses	: 0
3600.07/3568.46	c learnt ternary clauses	: 0
3600.07/3568.46	c learnt constraints	: 2777333
3600.07/3568.46	c ignored constraints	: 0
3600.07/3568.46	c root simplifications	: 0
3600.07/3568.46	c removed literals (reason simplification)	: 8444399
3600.07/3568.46	c reason swapping (by a shorter reason)	: 0
3600.07/3568.46	c Calls to reduceDB	: 70
3600.07/3568.47	c Number of update (reduction) of LBD	: 1839957
3600.07/3568.48	c Imported unit clauses	: 0
3600.07/3568.48	c No decision after first conflict	: false
3600.07/3568.48	c number of reductions to clauses (during analyze)	: 0
3600.07/3568.48	c number of learned constraints concerned by reduction	: 0
3600.07/3568.48	c number of learning phase by resolution	: 0
3600.07/3568.48	c number of learning phase by cutting planes	: 0
3600.07/3568.48	c number of rounding to 1 operations	: 0
3600.07/3568.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3568.48	c number of reductions of the coefficients by power 2 	: 0
3600.07/3568.48	c number of right shift for reduction by power 2 	: 0
3600.07/3568.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3568.49	c number of ending skipping 	: 0
3600.07/3568.49	c number of internal skipping 	: 0
3600.07/3568.49	c number of derivation steps 	: 0
3600.07/3568.49	c number of skipped derivation steps 	: 0
3600.07/3568.49	c number of remaining unassigned 	: 0
3600.07/3568.49	c number of remaining assigned 	: 0
3600.07/3568.49	c number of falsified literals weakened from reason	: 0
3600.07/3568.50	c number of falsified literals weakened from conflict	: 0
3600.07/3568.50	c time for arithmetic operations	: 0
3600.07/3568.50	c minimum degree of deleted constraints	: null
3600.07/3568.50	c maximum degree of deleted constraints	: null
3600.07/3568.50	c number of deleted constraints	: 0
3600.27/3568.50	c speed (assignments/second)	: 107942.89878049224
3600.27/3568.50	c non guided choices	: 160315442
3600.27/3568.58	c timeout
3600.45/3568.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 85394
3600.45/3568.64	s UNKNOWN
3600.45/3568.64	c Total wall clock time (in seconds): 3568.348

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542433-1753217797/watcher-4542433-1753217797 -o /tmp/evaluation-result-4542433-1753217797/solver-4542433-1753217797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160087 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542433-1753217797 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542433-1753217797.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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_64SLinux 5.14.0-503.14.1.el9_5.x86_64Starting watchdog threadi
Current StackSize limit: 8192 KiB

solver pid=161116, runsolver pid=161113

[startup+0.100061 s]*
/proc/loadavg: 4.26 4.37 4.42 5/324 161134
/proc/meminfo: memFree=89050416/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18930384 memory=50308 CPUtime=0.1 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 5793 0 0 0 7 3 0 0 20 0 18 0 237458686 19384713216 12577 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4732596 12577 5303 1 0 547002 0
[pid=161116/tid=161118] ppid=161113 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 4715 0 0 0 6 2 0 0 20 0 18 0 237458687 19384713216 12577 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237458692 19384713216 12577 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237458693 19384713216 12577 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50308 KiB

[startup+0.205674 s]*
/proc/loadavg: 4.26 4.37 4.42 6/324 161134
/proc/meminfo: memFree=89042224/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18930384 memory=57336 CPUtime=0.25 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 6464 0 0 0 21 4 0 0 20 0 18 0 237458686 19384713216 14334 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4732596 14334 5367 1 0 547603 0
[pid=161116/tid=161118] ppid=161113 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 5052 0 0 0 15 3 0 0 20 0 18 0 237458687 19384713216 14334 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237458692 19384713216 14334 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237458693 19384713216 14334 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57336 KiB

[startup+0.305613 s]*
/proc/loadavg: 4.26 4.37 4.42 5/324 161134
/proc/meminfo: memFree=89021744/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18930384 memory=93604 CPUtime=0.38 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 6762 0 0 0 33 5 0 0 20 0 18 0 237458686 19384713216 23401 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4732596 23401 5431 1 0 547817 0
[pid=161116/tid=161118] ppid=161113 vsize=18930384 memory=-8961153268593763004 CPUtime=0.28 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 5270 0 0 0 24 4 0 0 20 0 18 0 237458687 19384713216 23401 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237458692 19384713216 23401 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237458693 19384713216 23401 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93604 KiB

[startup+0.700248 s]
/proc/loadavg: 4.26 4.37 4.42 5/324 161134
/proc/meminfo: memFree=88590908/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18996948 memory=915304 CPUtime=0.92 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 9238 0 0 0 67 25 0 0 20 0 19 0 237458686 19452874752 228826 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4749237 228826 5463 1 0 549180 0
[pid=161116/tid=161118] ppid=161113 vsize=18996948 memory=27136 CPUtime=0.66 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 6123 0 0 0 43 23 0 0 20 0 19 0 237458687 19452874752 228826 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237458692 19452874752 228826 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237458693 19452874752 228826 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 915304 KiB

[startup+1.50062 s]
/proc/loadavg: 4.26 4.37 4.42 7/325 161135
/proc/meminfo: memFree=88154276/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18996948 memory=1038220 CPUtime=1.98 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 9863 0 0 0 170 28 0 0 20 0 19 0 237458686 19452874752 259555 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4749237 259555 5463 1 0 701654 0
[pid=161116/tid=161118] ppid=161113 vsize=18996948 memory=3200 CPUtime=1.41 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 6271 0 0 0 116 25 0 0 20 0 19 0 237458687 19452874752 259555 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237458692 19452874752 259555 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237458693 19452874752 259555 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1038220 KiB

[startup+3.10914 s]
/proc/loadavg: 4.26 4.37 4.42 5/325 161135
/proc/meminfo: memFree=87128688/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18996948 memory=1779040 CPUtime=3.93 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 12678 0 0 0 348 45 0 0 20 0 19 0 237458686 19452874752 444760 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4749237 444760 5495 1 0 1043160 0
[pid=161116/tid=161118] ppid=161113 vsize=18996948 memory=11264 CPUtime=2.87 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 6713 0 0 0 248 39 0 0 20 0 19 0 237458687 19452874752 444760 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237458692 19452874752 444760 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237458693 19452874752 444760 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1779040 KiB

[startup+6.30039 s]
/proc/loadavg: 4.24 4.36 4.42 5/325 161135
/proc/meminfo: memFree=86475852/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18996948 memory=2257620 CPUtime=7.41 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 14041 0 0 0 685 56 0 0 20 0 19 0 237458686 19452874752 564405 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4749237 564405 5495 1 0 1318894 0
[pid=161116/tid=161118] ppid=161113 vsize=18996948 memory=5632 CPUtime=5.81 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 7266 0 0 0 532 49 0 0 20 0 19 0 237458687 19452874752 564405 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237458692 19452874752 564405 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18996948 memory=-8961153268593763004 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237458693 19452874752 564405 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 7.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2257620 KiB

[startup+12.7003 s]
/proc/loadavg: 4.38 4.39 4.43 5/325 161135
/proc/meminfo: memFree=85906648/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18996948 memory=2779456 CPUtime=14.8 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 23550 0 0 0 1408 72 0 0 20 0 19 0 237458686 19452874752 694864 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4749237 694864 5495 1 0 1613794 0
[pid=161116/tid=161118] ppid=161113 vsize=18996948 memory=2258516 CPUtime=11.83 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 8128 0 0 0 1125 58 0 0 20 0 19 0 237458687 19452874752 694864 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18996948 memory=27136 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237458692 19452874752 694864 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237458693 19452874752 694864 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 14.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2779456 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.37 4.42 5/325 161135
/proc/meminfo: memFree=84990392/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18996948 memory=3659140 CPUtime=27.82 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 27530 0 0 0 2690 92 0 0 20 0 19 0 237458686 19452874752 914785 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4749237 914785 5495 1 0 2077531 0
[pid=161116/tid=161118] ppid=161113 vsize=18996948 memory=2258516 CPUtime=23.61 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 9616 0 0 0 2287 74 0 0 20 0 19 0 237458687 19452874752 914785 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18996948 memory=-8961153268593763004 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237458692 19452874752 914785 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18996948 memory=3650908 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237458693 19452874752 914785 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 27.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3659140 KiB

[startup+51.1132 s]
/proc/loadavg: 4.46 4.41 4.43 5/324 161202
/proc/meminfo: memFree=87436168/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18996948 memory=4130804 CPUtime=53.9 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 32636 0 0 0 5283 107 0 0 20 0 19 0 237458686 19452874752 1032701 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4749237 1032701 5495 1 0 2336555 0
[pid=161116/tid=161118] ppid=161113 vsize=18996948 memory=4130804 CPUtime=47.48 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 12118 0 0 0 4664 84 0 0 20 0 19 0 237458687 19452874752 1032701 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237458692 19452874752 1032701 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=18996948 memory=4120564 CPUtime=0 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237458693 19452874752 1032701 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 53.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4130804 KiB

[startup+102.3 s]
/proc/loadavg: 4.37 4.40 4.43 5/325 161205
/proc/meminfo: memFree=83464796/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=18996948 memory=5462004 CPUtime=105.78 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 38086 0 0 0 10431 147 0 0 20 0 19 0 237458686 19452874752 1365501 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4749237 1365501 5495 1 0 2986204 0
[pid=161116/tid=161118] ppid=161113 vsize=18996948 memory=5462004 CPUtime=94.68 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/327 161380
/proc/meminfo: memFree=48487396/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=19063512 memory=12741080 CPUtime=3253.12 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 330300 0 0 0 323599 1713 0 0 20 0 20 0 237458686 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4765878 3185270 5559 1 0 3436768 0
[pid=161116/tid=161118] ppid=161113 vsize=19063512 memory=-4421386504770841185 CPUtime=3164.38 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 200832 0 0 0 315011 1427 0 0 20 0 20 0 237458687 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237458692 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=19063512 memory=14720 CPUtime=0.01 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 4382 0 0 0 0 1 0 0 20 0 20 0 237458693 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161223] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0 cores=5,7
/proc/161116/task/161223/stat : 161223 (Timer-0) S 161113 161116 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237485272 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3253.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12741080 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.18 4.18 5/327 161382
/proc/meminfo: memFree=48952360/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=19063512 memory=12741080 CPUtime=3313.3 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 334231 0 0 0 329587 1743 0 0 20 0 20 0 237458686 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4765878 3185270 5559 1 0 3436768 0
[pid=161116/tid=161118] ppid=161113 vsize=19063512 memory=12741080 CPUtime=3223.9 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 203727 0 0 0 320936 1454 0 0 20 0 20 0 237458687 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237458692 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0.01 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 4424 0 0 0 0 1 0 0 20 0 20 0 237458693 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161223] ppid=161113 vsize=19063512 memory=27136 CPUtime=0 cores=5,7
/proc/161116/task/161223/stat : 161223 (Timer-0) S 161113 161116 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237485272 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3313.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12741080 KiB

[startup+3342.3 s]
/proc/loadavg: 3.89 4.11 4.16 4/301 161418
/proc/meminfo: memFree=55305916/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=19063512 memory=12741080 CPUtime=3373.54 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 339342 0 0 0 335588 1766 0 0 20 0 20 0 237458686 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4765878 3185270 5559 1 0 3436768 0
[pid=161116/tid=161118] ppid=161113 vsize=19063512 memory=801 CPUtime=3283.32 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 206782 0 0 0 326859 1473 0 0 20 0 20 0 237458687 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237458692 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0.01 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 4561 0 0 0 0 1 0 0 20 0 20 0 237458693 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161223] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0 cores=5,7
/proc/161116/task/161223/stat : 161223 (Timer-0) S 161113 161116 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237485272 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3373.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12741080 KiB

[startup+3402.3 s]
/proc/loadavg: 3.46 3.95 4.10 4/300 161420
/proc/meminfo: memFree=55046776/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=19063512 memory=12741080 CPUtime=3433.58 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 345500 0 0 0 341562 1796 0 0 20 0 20 0 237458686 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4765878 3185270 5559 1 0 3436768 0
[pid=161116/tid=161118] ppid=161113 vsize=19063512 memory=14720 CPUtime=3342.55 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 211430 0 0 0 332758 1497 0 0 20 0 20 0 237458687 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237458692 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=19063512 memory=12800 CPUtime=0.01 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 4692 0 0 0 0 1 0 0 20 0 20 0 237458693 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161223] ppid=161113 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/161116/task/161223/stat : 161223 (Timer-0) S 161113 161116 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237485272 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3433.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12741080 KiB

[startup+3462.3 s]
/proc/loadavg: 3.24 3.81 4.04 4/300 161422
/proc/meminfo: memFree=54756004/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=19063512 memory=12741080 CPUtime=3493.43 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 351789 0 0 0 347519 1824 0 0 20 0 20 0 237458686 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4765878 3185270 5559 1 0 3436768 0
[pid=161116/tid=161118] ppid=161113 vsize=19063512 memory=-8961153268593763004 CPUtime=3401.39 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 215598 0 0 0 338617 1522 0 0 20 0 20 0 237458687 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237458692 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=19063512 memory=14720 CPUtime=0.02 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 4794 0 0 0 1 1 0 0 20 0 20 0 237458693 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161223] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0 cores=5,7
/proc/161116/task/161223/stat : 161223 (Timer-0) S 161113 161116 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237485272 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3493.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12741080 KiB

[startup+3522.3 s]
/proc/loadavg: 3.31 3.72 3.99 4/300 161424
/proc/meminfo: memFree=54450600/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=19063512 memory=12741080 CPUtime=3553.77 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 354716 0 0 0 353523 1854 0 0 20 0 20 0 237458686 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4765878 3185270 5559 1 0 3436768 0
[pid=161116/tid=161118] ppid=161113 vsize=19063512 memory=-8961153268593763004 CPUtime=3460.66 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 217051 0 0 0 344519 1547 0 0 20 0 20 0 237458687 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237458692 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0.02 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 4892 0 0 0 1 1 0 0 20 0 20 0 237458693 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161223] ppid=161113 vsize=19063512 memory=12741080 CPUtime=0 cores=5,7
/proc/161116/task/161223/stat : 161223 (Timer-0) S 161113 161116 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237485272 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3553.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12741080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568.4 s]
/proc/loadavg: 3.11 3.62 3.94 3/275 161459
/proc/meminfo: memFree=58893308/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=19063512 memory=12741080 CPUtime=3600.07 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 360925 0 0 0 358125 1882 0 0 20 0 20 0 237458686 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4765878 3185270 5559 1 0 3436768 0
[pid=161116/tid=161118] ppid=161113 vsize=19063512 memory=-8961153268593763004 CPUtime=3506.22 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) R 161113 161116 160073 0 -1 4194368 221917 0 0 0 349049 1573 0 0 20 0 20 0 237458687 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=19063512 memory=10112 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237458692 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=19063512 memory=9216 CPUtime=0.02 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 4892 0 0 0 1 1 0 0 20 0 20 0 237458693 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161223] ppid=161113 vsize=19063512 memory=26140 CPUtime=0 cores=5,7
/proc/161116/task/161223/stat : 161223 (Timer-0) S 161113 161116 160073 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237485272 19521036288 3185270 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12741080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.67 s, system=18.8741 s

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

[startup+3568.6 s]
/proc/loadavg: 3.11 3.62 3.94 3/275 161459
/proc/meminfo: memFree=58893308/131382112 swapFree=33009904/33010684
[pid=161116] ppid=161113 vsize=19263204 memory=12741976 CPUtime=3600.45 cores=5,7
/proc/161116/stat : 161116 (java) S 161113 161116 160073 0 -1 4194304 363488 0 0 0 358162 1883 0 0 20 0 21 0 237458686 19725520896 3185494 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
/proc/161116/statm: 4815801 3185494 5559 1 0 3437705 0
[pid=161116/tid=161118] ppid=161113 vsize=19263204 memory=1920 CPUtime=3506.39 cores=5,7
/proc/161116/task/161118/stat : 161118 (java) S 161113 161116 160073 0 -1 4194368 222186 0 0 0 349066 1573 0 0 20 0 21 0 237458687 19725520896 3185494 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161127] ppid=161113 vsize=19263204 memory=5888 CPUtime=0 cores=5,7
/proc/161116/task/161127/stat : 161127 (Finalizer) S 161113 161116 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237458692 19725520896 3185494 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
[pid=161116/tid=161134] ppid=161113 vsize=19263204 memory=12288 CPUtime=0.02 cores=5,7
/proc/161116/task/161134/stat : 161134 (Common-Cleaner) S 161113 161116 160073 0 -1 4194368 4892 0 0 0 1 1 0 0 20 0 21 0 237458693 19725520896 3185494 18446744073709551615 94500525998080 94500526001776 140730977678432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94500526009592 94500526010384 94500532035584 140730977679700 140730977679844 140730977679844 140730977685448 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 12741976 KiB

Child status: 143

Real time (s): 3568.68
CPU time (s): 3600.54
CPU user time (s): 3581.67
CPU system time (s): 18.8741
CPU usage (%): 100.893
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 12741976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.67
system time used= 18.8741
maximum resident set size= 12742232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16550680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125275
involuntary context switches= 16144


# summary of solver processes directly reported to runsolver:
#   pid: 161116
#   total CPU time (s): 3600.54
#   total CPU user time (s): 3581.67
#   total CPU system time (s): 18.8741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2974 second user time and 36.2751 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-22 22:56:38
IDJOB=4542433
IDBENCH=163926
IDSOLVER=3364
FILE ID=nodeC001/4542433-1753217797
RUNJOBID= nodeC001-1753210643-160087
SLURM_JOB_ID= 9687785
Free space on /tmp= 427412 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_height49_pigeons48_holes47.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542433-1753217797/watcher-4542433-1753217797 -o /tmp/evaluation-result-4542433-1753217797/solver-4542433-1753217797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160087 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542433-1753217797 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542433-1753217797.opb

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

MD5SUM BENCH= 7e0508be19eaed927bf3c4f26c43c105
RANDOM SEED=790457793

nodeC001 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	: 0xb00001f
cpu MHz		: 3591.511
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.739
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.096
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1198.095
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.501
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.167
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.392
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.769
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        89086708 kB
MemAvailable:   121543836 kB
Buffers:            1668 kB
Cached:         31103472 kB
SwapCached:          136 kB
Active:          9107228 kB
Inactive:       30227964 kB
Active(anon):    8228580 kB
Inactive(anon):    27556 kB
Active(file):     878648 kB
Inactive(file): 30200408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89428 kB
Writeback:         24520 kB
AnonPages:       8233132 kB
Mapped:           128100 kB
Shmem:             25972 kB
KReclaimable:    2439200 kB
Slab:            2569780 kB
SReclaimable:    2439200 kB
SUnreclaim:       130580 kB
KernelStack:        4944 kB
PageTables:        19776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12051636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7991296 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 412192 MiB
End job on nodeC001 at 2025-07-22 23:56:07