Trace number 4503319

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.31 3557.61

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-90.opb
MD5SUM44a09c98c00ea73bd3c28d44044dc987
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.20/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.20/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.20/0.25	c See www.sat4j.org for details.
0.20/0.27	c version PB25.v20250606
0.20/0.30	c java.runtime.name	OpenJDK Runtime Environment
0.20/0.30	c java.vm.name		OpenJDK 64-Bit Server VM
0.20/0.30	c java.vm.version	22.0.1+8-16
0.20/0.30	c java.vm.vendor	Oracle Corporation
0.20/0.30	c sun.arch.data.model	64
0.20/0.30	c java.version		22.0.1
0.20/0.30	c os.name		Linux
0.20/0.30	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.20/0.30	c os.arch		amd64
0.20/0.31	c Free memory 		2104792832
0.20/0.31	c Max memory 		16282288128
0.20/0.31	c Total memory 		2113929216
0.20/0.32	c Number of processors 	2
0.50/0.49	c Pseudo Boolean Optimization by upper bound
0.50/0.49	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.50/0.49	c  - never skip resolution steps
0.50/0.49	c  - Auto-division on coefficients is disabled
0.50/0.49	c  - No postprocessing
0.50/0.49	c  - Conflict is considered as is when resolving
0.50/0.49	c  - Use constraints as they come during conflict analysis
0.50/0.49	c  - Weaken first using unassigned literals
0.50/0.49	c  - Bump strategy: ALWAYS_ONE
0.50/0.49	c  - Bumper: EFFECTIVE
0.50/0.49	c --- Begin Solver configuration ---
0.50/0.49	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.50/0.49	c Learn all clauses as in MiniSAT
0.50/0.49	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.50/0.49	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.50/0.49	c No reason simplification
0.50/0.49	c Dynamic restart strategy considering the size of the coefficients
0.50/0.49	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.50/0.49	c timeout=2147483s
0.50/0.49	c DB Simplification allowed=false
0.50/0.49	c Listener: none
0.50/0.49	c --- End Solver configuration ---
0.50/0.50	c solving HOME/instance-4503319-1751171026.opb
0.50/0.50	c reading problem ... 
0.64/0.64	c using VERIPB proof format
0.64/0.64	c  no objective function found
12.25/8.64	c ... done. Wall clock time 8.141s.
12.25/8.64	c declared #vars     12587
12.25/8.64	c #constraints  284398
12.25/8.64	c constraints type 
12.25/8.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
12.25/8.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
12.25/8.64	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 27909
12.25/8.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
12.25/8.64	c 284398 constraints processed.
16.70/11.38	c cleaning 2500 clauses out of 5000 with flag 0/5000
19.30/13.26	c cleaning 4249 clauses out of 8500 with flag 0/11000
22.11/15.90	c cleaning 5617 clauses out of 11251 with flag 0/18000
26.45/18.90	c cleaning 6813 clauses out of 13634 with flag 0/26000
31.66/22.24	c cleaning 7904 clauses out of 15821 with flag 0/35000
35.76/26.21	c cleaning 8959 clauses out of 17918 with flag 0/45001
39.69/29.84	c cleaning 9976 clauses out of 19960 with flag 0/56002
45.60/35.93	c cleaning 10990 clauses out of 21984 with flag 0/68002
50.90/41.18	c cleaning 11992 clauses out of 23992 with flag 0/81000
56.79/46.68	c cleaning 12995 clauses out of 26000 with flag 0/95000
63.03/52.66	c cleaning 14001 clauses out of 28007 with flag 0/110002
69.73/59.35	c cleaning 14995 clauses out of 30004 with flag 0/126000
77.37/66.99	c cleaning 16002 clauses out of 32009 with flag 0/143000
86.79/75.71	c cleaning 16999 clauses out of 34007 with flag 0/161000
98.08/84.47	c cleaning 17987 clauses out of 36008 with flag 0/180000
119.25/105.11	c cleaning 18992 clauses out of 38021 with flag 0/200000
128.60/114.40	c cleaning 20006 clauses out of 40030 with flag 0/221001
138.91/124.44	c cleaning 21002 clauses out of 42025 with flag 0/243002
149.45/134.70	c cleaning 22002 clauses out of 44022 with flag 0/266001
161.23/146.44	c cleaning 22998 clauses out of 46022 with flag 0/290003
173.75/159.10	c cleaning 23941 clauses out of 48021 with flag 0/315000
193.76/178.95	c cleaning 25005 clauses out of 50080 with flag 0/341000
222.76/207.38	c cleaning 26025 clauses out of 52075 with flag 0/368000
249.81/233.91	c cleaning 26996 clauses out of 54050 with flag 0/396000
290.99/274.42	c cleaning 28003 clauses out of 56055 with flag 0/425001
333.34/316.04	c cleaning 29000 clauses out of 58051 with flag 0/455000
387.32/369.36	c cleaning 30000 clauses out of 60053 with flag 0/486002
428.36/409.63	c cleaning 31012 clauses out of 62053 with flag 0/518002
479.03/459.44	c cleaning 32003 clauses out of 64040 with flag 0/551001
537.15/516.61	c cleaning 32993 clauses out of 66036 with flag 0/585000
601.11/579.83	c cleaning 34008 clauses out of 68045 with flag 0/620002
672.67/653.46	c cleaning 34996 clauses out of 70035 with flag 0/656000
728.20/708.01	c cleaning 36003 clauses out of 72040 with flag 0/693001
790.73/769.36	c cleaning 36995 clauses out of 74037 with flag 0/731001
863.37/840.75	c cleaning 38006 clauses out of 76042 with flag 0/770001
945.88/923.11	c cleaning 38990 clauses out of 78035 with flag 0/810000
1038.54/1016.31	c cleaning 39995 clauses out of 80048 with flag 0/851003
1120.13/1096.41	c cleaning 41006 clauses out of 82051 with flag 0/893001
1244.41/1219.18	c cleaning 42009 clauses out of 84045 with flag 0/936001
1350.98/1323.92	c cleaning 42995 clauses out of 86037 with flag 0/980002
1460.76/1434.13	c cleaning 44001 clauses out of 88042 with flag 0/1025002
1587.70/1559.30	c cleaning 44995 clauses out of 90040 with flag 0/1071001
1704.00/1674.19	c cleaning 45997 clauses out of 92044 with flag 0/1118000
1840.63/1809.94	c cleaning 46986 clauses out of 94047 with flag 0/1166000
1893.84/1862.88	c cleaning 48019 clauses out of 96062 with flag 0/1215001
1939.58/1908.25	c cleaning 49006 clauses out of 98043 with flag 0/1265001
2039.78/2006.98	c cleaning 49990 clauses out of 100038 with flag 0/1316002
2133.37/2101.40	c cleaning 50996 clauses out of 102046 with flag 0/1368000
2256.22/2221.75	c cleaning 52000 clauses out of 104051 with flag 0/1421001
2362.87/2326.69	c cleaning 53014 clauses out of 106051 with flag 0/1475001
2421.52/2386.89	c cleaning 53960 clauses out of 108038 with flag 0/1530002
2498.49/2463.05	c cleaning 54984 clauses out of 110082 with flag 0/1586006
2623.51/2589.58	c cleaning 55993 clauses out of 112092 with flag 0/1643000
2742.10/2708.62	c cleaning 57012 clauses out of 114099 with flag 0/1701000
2811.60/2777.07	c cleaning 57988 clauses out of 116087 with flag 0/1760000
2851.86/2816.70	c cleaning 59042 clauses out of 118099 with flag 0/1820000
2894.15/2858.73	c cleaning 60015 clauses out of 120057 with flag 0/1881000
2943.74/2908.00	c cleaning 61015 clauses out of 122042 with flag 0/1943000
3040.54/3014.85	c cleaning 61999 clauses out of 124027 with flag 0/2006000
3183.66/3156.00	c cleaning 63005 clauses out of 126029 with flag 0/2070001
3318.04/3287.35	c cleaning 63991 clauses out of 128024 with flag 0/2135001
3457.34/3418.07	c cleaning 64994 clauses out of 130032 with flag 0/2201000
3600.03/3557.43	c starts		: 34
3600.03/3557.44	c conflicts		: 2267519
3600.03/3557.44	c decisions		: 3962606
3600.03/3557.44	c propagations		: 829708878
3600.03/3557.44	c inspects		: 12346804207
3600.03/3557.44	c shortcuts		: 0
3600.03/3557.44	c learnt literals	: 0
3600.03/3557.44	c learnt binary clauses	: 76
3600.03/3557.44	c learnt ternary clauses	: 1002
3600.03/3557.44	c learnt constraints	: 2267519
3600.03/3557.44	c ignored constraints	: 0
3600.03/3557.44	c root simplifications	: 0
3600.03/3557.44	c removed literals (reason simplification)	: 0
3600.03/3557.44	c reason swapping (by a shorter reason)	: 0
3600.03/3557.44	c Calls to reduceDB	: 62
3600.03/3557.44	c Number of update (reduction) of LBD	: 2803614
3600.03/3557.44	c Imported unit clauses	: 0
3600.03/3557.44	c No decision after first conflict	: false
3600.03/3557.44	c number of reductions to clauses (during analyze)	: 0
3600.03/3557.44	c number of learned constraints concerned by reduction	: 0
3600.03/3557.44	c number of learning phase by resolution	: 0
3600.03/3557.44	c number of learning phase by cutting planes	: 0
3600.03/3557.44	c number of rounding to 1 operations	: 0
3600.03/3557.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3557.44	c number of reductions of the coefficients by power 2 	: 0
3600.03/3557.44	c number of right shift for reduction by power 2 	: 0
3600.03/3557.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3557.44	c number of ending skipping 	: 0
3600.03/3557.44	c number of internal skipping 	: 0
3600.03/3557.44	c number of derivation steps 	: 60086675
3600.03/3557.44	c number of skipped derivation steps 	: 0
3600.03/3557.44	c number of remaining unassigned 	: 72380
3600.03/3557.45	c number of remaining assigned 	: 664025204
3600.03/3557.45	c number of falsified literals weakened from reason	: 0
3600.03/3557.45	c number of falsified literals weakened from conflict	: 0
3600.03/3557.45	c time for arithmetic operations	: 15412086907
3600.03/3557.45	c minimum degree of deleted constraints	: 1
3600.03/3557.45	c maximum degree of deleted constraints	: 243385736239928565
3600.03/3557.45	c number of deleted constraints	: 2135962
3600.03/3557.45	c speed (assignments/second)	: 233801.22515377824
3600.03/3557.45	c timeout
3600.03/3557.45	c non guided choices	: 125007
3600.18/3557.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 62089
3600.18/3557.57	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 16
3600.18/3557.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 76
3600.18/3557.57	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 69376
3600.18/3557.58	s UNKNOWN
3600.18/3557.58	c Total wall clock time (in seconds): 3557.083

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: 63837 MiB (63330 MiB free)
  memory of node 1: 64465 MiB (63943 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503319-1751171026/watcher-4503319-1751171026 -o /tmp/evaluation-result-4503319-1751171026/solver-4503319-1751171026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21014 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503319-1751171026 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503319-1751171026.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21064, runsolver pid=21059

[startup+0.10007 s]*
/proc/loadavg: 0.95 1.04 1.30 6/268 21085
/proc/meminfo: memFree=130281876/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=18263728 memory=37776 CPUtime=0.04 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 4874 0 78 0 1 3 0 0 20 0 8 0 32782057 18702057472 9444 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4565932 9444 3939 1 0 543712 0
[pid=21064/tid=21077] ppid=21059 vsize=18263728 memory=4026531960 CPUtime=0.03 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 4278 0 79 0 1 2 0 0 20 0 8 0 32782060 18702057472 9444 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21090] ppid=21059 vsize=18363060 memory=228522721619 CPUtime=0 cores=1,3
/proc/21064/task/21090/stat : 21090 (java) R 21059 21064 21002 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 9 0 32782069 18803773440 9444 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18263728 KiB
Current children cumulated memory: 37776 KiB

[startup+0.21595 s]*
/proc/loadavg: 0.95 1.04 1.30 5/311 21131
/proc/meminfo: memFree=130222556/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=18930384 memory=51136 CPUtime=0.2 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 5983 0 106 0 15 5 0 0 20 0 18 0 32782057 19384713216 12784 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4732596 12784 5283 1 0 547186 0
[pid=21064/tid=21077] ppid=21059 vsize=18930384 memory=3472328132922704156 CPUtime=0.12 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 4799 0 86 0 9 3 0 0 20 0 18 0 32782060 19384713216 12784 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=18930384 memory=13926 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32782070 19384713216 12784 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 32782072 19384713216 12784 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51136 KiB

[startup+0.316871 s]*
/proc/loadavg: 0.95 1.04 1.30 8/320 21140
/proc/meminfo: memFree=130200440/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=18930384 memory=57088 CPUtime=0.35 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 6439 0 110 0 29 6 0 0 20 0 18 0 32782057 19384713216 14272 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4732596 14272 5283 1 0 547595 0
[pid=21064/tid=21077] ppid=21059 vsize=18930384 memory=-6000919498409536365 CPUtime=0.22 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 4997 0 89 0 18 4 0 0 20 0 18 0 32782060 19384713216 14272 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32782070 19384713216 14272 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 32782072 19384713216 14272 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57088 KiB

[startup+0.700332 s]
/proc/loadavg: 0.95 1.04 1.30 7/320 21140
/proc/meminfo: memFree=130175300/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=18930384 memory=71620 CPUtime=0.75 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 6916 0 113 0 68 7 0 0 20 0 18 0 32782057 19384713216 17905 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4732596 17905 5411 1 0 547977 0
[pid=21064/tid=21077] ppid=21059 vsize=18930384 memory=17152 CPUtime=0.43 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 5374 0 90 0 38 5 0 0 20 0 18 0 32782060 19384713216 17905 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=18930384 memory=5632 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32782070 19384713216 17905 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=18930384 memory=324 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 32782072 19384713216 17905 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71620 KiB

[startup+1.50037 s]
/proc/loadavg: 0.95 1.04 1.30 9/324 21144
/proc/meminfo: memFree=129730732/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=18996948 memory=1050856 CPUtime=2.31 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 9430 0 118 0 193 38 0 0 20 0 19 0 32782057 19452874752 262714 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4749237 262714 5475 1 0 549625 0
[pid=21064/tid=21077] ppid=21059 vsize=18996948 memory=0 CPUtime=1.18 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) S 21059 21064 21002 0 -1 4194368 5881 0 90 0 84 34 0 0 20 0 19 0 32782060 19452874752 262714 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782070 19452874752 262714 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=18996948 memory=211309297979 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 32782072 19452874752 262714 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1050856 KiB

[startup+3.10612 s]
/proc/loadavg: 0.95 1.04 1.30 8/324 21144
/proc/meminfo: memFree=121291980/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=18996948 memory=2044384 CPUtime=5.2 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 23085 0 118 0 456 64 0 0 20 0 19 0 32782057 19452874752 511096 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4749237 511096 5475 1 0 739668 0
[pid=21064/tid=21077] ppid=21059 vsize=18996948 memory=0 CPUtime=2.71 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 6369 0 90 0 215 56 0 0 20 0 19 0 32782060 19452874752 511096 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782070 19452874752 511096 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=18996948 memory=127364 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 32782072 19452874752 511096 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2044384 KiB

[startup+6.30028 s]
/proc/loadavg: 1.35 1.13 1.32 10/326 21146
/proc/meminfo: memFree=115146768/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=18996948 memory=4680588 CPUtime=9.78 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 25877 0 118 0 862 116 0 0 20 0 19 0 32782057 19452874752 1170147 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4749237 1170147 5475 1 0 1410222 0
[pid=21064/tid=21077] ppid=21059 vsize=18996948 memory=127364 CPUtime=5.53 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 7992 0 90 0 445 108 0 0 20 0 19 0 32782060 19452874752 1170147 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782070 19452874752 1170147 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=18996948 memory=-6000919498409536365 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 32782072 19452874752 1170147 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4680588 KiB

[startup+12.7004 s]
/proc/loadavg: 1.72 1.21 1.35 5/327 21147
/proc/meminfo: memFree=109728308/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=6374200 CPUtime=18.6 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 27970 0 119 0 1706 154 0 0 20 0 20 0 32782057 19521036288 1593550 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 1593550 5475 1 0 1840942 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=0 CPUtime=11.55 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 9029 0 90 0 1012 143 0 0 20 0 20 0 32782060 19521036288 1593550 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1593550 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1593550 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 1593550 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 18.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6374200 KiB

[startup+25.5004 s]
/proc/loadavg: 2.08 1.30 1.38 5/328 21148
/proc/meminfo: memFree=108716840/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=6384516 CPUtime=35.07 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 34025 0 119 0 3347 160 0 0 20 0 20 0 32782057 19521036288 1596129 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 1596129 5507 1 0 1841151 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=4680588 CPUtime=24.11 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 11468 0 90 0 2265 146 0 0 20 0 20 0 32782060 19521036288 1596129 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=30244 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1596129 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=-6000919468411874157 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1596129 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 1596129 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 35.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6384516 KiB

[startup+51.1136 s]
/proc/loadavg: 2.97 1.59 1.47 5/329 21149
/proc/meminfo: memFree=108611496/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=6395064 CPUtime=61.54 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 39617 0 119 0 5990 164 0 0 20 0 20 0 32782057 19521036288 1598766 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 1598766 5507 1 0 1841232 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=6392996 CPUtime=48.78 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 12940 0 90 0 4730 148 0 0 20 0 20 0 32782060 19521036288 1598766 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1598766 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=6382456 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1598766 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=132 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 1598766 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 61.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6395064 KiB

[startup+102.3 s]

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

[startup+3222.3 s]
/proc/loadavg: 4.12 4.18 4.10 5/331 21325
/proc/meminfo: memFree=97923568/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=7315988 CPUtime=3251.37 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 301167 0 119 0 324448 689 0 0 20 0 20 0 32782057 19521036288 1828997 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 1828997 5507 1 0 1842707 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=7315860 CPUtime=3118.45 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 178015 0 90 0 311388 457 0 0 20 0 20 0 32782060 19521036288 1828997 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1828997 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 2860 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1828997 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=2760 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 1828997 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 3251.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7315988 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.10 6/330 21328
/proc/meminfo: memFree=97843292/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=7317012 CPUtime=3313.05 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 304845 0 119 0 330608 697 0 0 20 0 20 0 32782057 19521036288 1829253 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 1829253 5507 1 0 1843006 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=7315988 CPUtime=3176.74 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 179197 0 90 0 317212 462 0 0 20 0 20 0 32782060 19521036288 1829253 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=7315988 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1829253 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=-6000919468411874157 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 2953 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1829253 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 1829253 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 3313.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7317012 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.09 5/332 21337
/proc/meminfo: memFree=101611412/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=3456160 CPUtime=3374.63 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 314161 0 119 0 336750 713 0 0 20 0 20 0 32782057 19521036288 864040 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 864040 5507 1 0 876590 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=-6000919468411874157 CPUtime=3235.57 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 185057 0 90 0 323085 472 0 0 20 0 20 0 32782060 19521036288 864040 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=7317012 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 864040 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 3054 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 864040 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=4788 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 864040 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 3374.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3456160 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.17 4.10 5/332 21339
/proc/meminfo: memFree=101874288/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=3257796 CPUtime=3441.24 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 323954 0 119 0 343328 796 0 0 20 0 20 0 32782057 19521036288 814449 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 814449 5507 1 0 832947 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=14720 CPUtime=3292.25 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 189327 0 90 0 328682 543 0 0 20 0 20 0 32782060 19521036288 814449 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=3320924 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 814449 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 3105 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 814449 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=3040708 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 814449 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 3441.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3257796 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.20 4.11 5/331 21341
/proc/meminfo: memFree=102006104/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=3774792 CPUtime=3502.61 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 328612 0 119 0 349443 818 0 0 20 0 20 0 32782057 19521036288 943698 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 943698 5507 1 0 964491 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=14720 CPUtime=3350.2 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 192592 0 90 0 334460 560 0 0 20 0 20 0 32782060 19521036288 943698 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 943698 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 3204 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 943698 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=3774792 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 943698 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 3502.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3774792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.21 4.12 6/332 21344
/proc/meminfo: memFree=104894728/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=4267336 CPUtime=3564.09 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 330900 0 119 0 355573 836 0 0 20 0 20 0 32782057 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 1066834 5507 1 0 1089771 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=3774792 CPUtime=3408.15 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 193801 0 90 0 340240 575 0 0 20 0 20 0 32782060 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 3256 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=4267336 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 3564.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4267336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3557.4 s]
/proc/loadavg: 4.38 4.25 4.13 5/332 21411
/proc/meminfo: memFree=111921656/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19063512 memory=4267336 CPUtime=3600.03 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 330983 0 119 0 359162 841 0 0 20 0 20 0 32782057 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4765878 1066834 5507 1 0 1089771 0
[pid=21064/tid=21077] ppid=21059 vsize=19063512 memory=245635481903 CPUtime=3442.1 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) R 21059 21064 21002 0 -1 4194368 193831 0 90 0 343632 578 0 0 20 0 20 0 32782060 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19063512 memory=54113165640434 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19063512 memory=4048791251879985184 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 3256 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21147] ppid=21059 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/21064/task/21147/stat : 21147 (Timer-0) S 21059 21064 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782922 19521036288 1066834 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4267336 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.87 s, system=8.43828 s

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

[startup+3557.5 s]
/proc/loadavg: 4.38 4.25 4.13 5/332 21411
/proc/meminfo: memFree=111921656/131382112 swapFree=33010684/33010684
[pid=21064] ppid=21059 vsize=19263204 memory=4267976 CPUtime=3600.18 cores=1,3
/proc/21064/stat : 21064 (java) S 21059 21064 21002 0 -1 4194304 333438 0 119 0 359177 841 0 0 20 0 21 0 32782057 19725520896 1066994 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
/proc/21064/statm: 4815801 1066994 5507 1 0 1090690 0
[pid=21064/tid=21077] ppid=21059 vsize=19263204 memory=4267336 CPUtime=3442.13 cores=1,3
/proc/21064/task/21077/stat : 21077 (java) S 21059 21064 21002 0 -1 4194368 194137 0 90 0 343635 578 0 0 20 0 21 0 32782060 19725520896 1066994 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21101] ppid=21059 vsize=19263204 memory=4267336 CPUtime=0 cores=1,3
/proc/21064/task/21101/stat : 21101 (Finalizer) S 21059 21064 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32782070 19725520896 1066994 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
[pid=21064/tid=21119] ppid=21059 vsize=19263204 memory=14720 CPUtime=0 cores=1,3
/proc/21064/task/21119/stat : 21119 (Common-Cleaner) S 21059 21064 21002 0 -1 4194368 3256 0 0 0 0 0 0 0 20 0 21 0 32782072 19725520896 1066994 18446744073709551615 94811803447296 94811803450992 140730298727024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94811803458808 94811803459600 94811805376512 140730298730797 140730298730982 140730298730982 140730298736584 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4267976 KiB

Child status: 143

Real time (s): 3557.61
CPU time (s): 3600.31
CPU user time (s): 3591.87
CPU system time (s): 8.43828
CPU usage (%): 101.2
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7318292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.87
system time used= 8.43828
maximum resident set size= 7318292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333658
page faults= 119
swaps= 0
block input operations= 7320
block output operations= 2223136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130369
involuntary context switches= 13489


# summary of solver processes directly reported to runsolver:
#   pid: 21064
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3591.87
#   total CPU system time (s): 8.43828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5226 second user time and 37.1291 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 06:23:47
IDJOB=4503319
IDBENCH=155421
IDSOLVER=3362
FILE ID=nodeC005/4503319-1751171026
RUNJOBID= nodeC005-1751171026-21014
SLURM_JOB_ID= 9587533
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-90.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503319-1751171026/watcher-4503319-1751171026 -o /tmp/evaluation-result-4503319-1751171026/solver-4503319-1751171026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21014 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503319-1751171026 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503319-1751171026.opb

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

MD5SUM BENCH= 44a09c98c00ea73bd3c28d44044dc987
RANDOM SEED=1446321554

nodeC005 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		: 1197.280
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.90
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		: 1197.245
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.90
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.229
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.90
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		: 1197.235
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.90
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		: 1197.734
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.90
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.239
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.90
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.246
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.90
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		: 1197.079
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130329968 kB
MemAvailable:   129958556 kB
Buffers:            3280 kB
Cached:           422376 kB
SwapCached:            0 kB
Active:           279780 kB
Inactive:         211912 kB
Active(anon):      83996 kB
Inactive(anon):        0 kB
Active(file):     195784 kB
Inactive(file):   211912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46968 kB
Writeback:             0 kB
AnonPages:         69244 kB
Mapped:           102756 kB
Shmem:             17960 kB
KReclaimable:      85360 kB
Slab:             167132 kB
SReclaimable:      85360 kB
SUnreclaim:        81772 kB
KernelStack:        3936 kB
PageTables:         2828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC005 at 2025-06-29 07:23:05