Trace number 4513913

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.14 3540.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
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 benchmark61.6644
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4513913-1751227251.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.52/0.33	c ... done. Wall clock time 0.171s.
0.52/0.33	c declared #vars     3282
0.52/0.33	c #constraints  8080
0.52/0.33	c constraints type 
0.52/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5892
0.52/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1094
0.52/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1094
0.52/0.33	c 8080 constraints processed.
4.65/2.43	c cleaning 2479 clauses out of 5000 with flag 0/5000
8.54/4.99	c cleaning 4257 clauses out of 8521 with flag 0/11000
13.02/8.94	c cleaning 5630 clauses out of 11264 with flag 0/18000
18.58/14.31	c cleaning 6814 clauses out of 13634 with flag 0/26000
25.22/20.94	c cleaning 7907 clauses out of 15820 with flag 0/35000
34.11/29.78	c cleaning 8950 clauses out of 17913 with flag 0/45000
44.33/39.84	c cleaning 9979 clauses out of 19966 with flag 0/56003
57.12/52.36	c cleaning 10986 clauses out of 21986 with flag 0/68002
73.54/68.42	c cleaning 12000 clauses out of 24000 with flag 0/81002
90.78/85.38	c cleaning 12993 clauses out of 25999 with flag 0/95001
110.44/104.56	c cleaning 14000 clauses out of 28005 with flag 0/110000
134.13/127.77	c cleaning 15001 clauses out of 30006 with flag 0/126001
161.81/154.88	c cleaning 15998 clauses out of 32004 with flag 0/143000
192.83/185.00	c cleaning 17002 clauses out of 34006 with flag 0/161000
226.87/218.54	c cleaning 17999 clauses out of 36005 with flag 0/180001
265.64/256.61	c cleaning 19000 clauses out of 38006 with flag 0/200001
307.97/298.27	c cleaning 20000 clauses out of 40007 with flag 0/221002
350.93/340.57	c cleaning 21001 clauses out of 42007 with flag 0/243002
398.30/387.11	c cleaning 21998 clauses out of 44004 with flag 0/266000
455.48/443.48	c cleaning 23002 clauses out of 46011 with flag 0/290005
515.82/502.87	c cleaning 23999 clauses out of 48004 with flag 0/315000
578.41/564.53	c cleaning 24998 clauses out of 50005 with flag 0/341000
643.33/629.63	c cleaning 25999 clauses out of 52007 with flag 0/368000
722.47/707.65	c cleaning 27003 clauses out of 54009 with flag 0/396001
807.05/790.81	c cleaning 27998 clauses out of 56005 with flag 0/425000
891.92/874.38	c cleaning 28993 clauses out of 58007 with flag 0/455000
971.02/952.15	c cleaning 29998 clauses out of 60015 with flag 0/486001
1054.07/1033.63	c cleaning 31004 clauses out of 62016 with flag 0/518000
1142.13/1120.36	c cleaning 32004 clauses out of 64014 with flag 0/551002
1232.78/1209.41	c cleaning 33002 clauses out of 66009 with flag 0/585001
1331.68/1306.78	c cleaning 33999 clauses out of 68006 with flag 0/620000
1440.14/1413.40	c cleaning 35002 clauses out of 70007 with flag 0/656000
1550.52/1521.99	c cleaning 36000 clauses out of 72005 with flag 0/693000
1676.26/1645.23	c cleaning 37000 clauses out of 74007 with flag 0/731002
1798.23/1765.35	c cleaning 37997 clauses out of 76005 with flag 0/770000
1932.78/1897.87	c cleaning 39002 clauses out of 78008 with flag 0/810000
2075.70/2038.52	c cleaning 40000 clauses out of 80006 with flag 0/851000
2217.72/2178.23	c cleaning 41001 clauses out of 82007 with flag 0/893001
2373.63/2331.52	c cleaning 41998 clauses out of 84005 with flag 0/936000
2552.27/2507.59	c cleaning 43001 clauses out of 86008 with flag 0/980001
2725.00/2678.10	c cleaning 44001 clauses out of 88007 with flag 0/1025001
2920.74/2871.34	c cleaning 44999 clauses out of 90005 with flag 0/1071000
3121.27/3068.91	c cleaning 46001 clauses out of 92008 with flag 0/1118002
3316.95/3261.75	c cleaning 46999 clauses out of 94005 with flag 0/1166000
3526.85/3468.68	c cleaning 48002 clauses out of 96007 with flag 0/1215001
3600.00/3540.41	c starts		: 6963
3600.00/3540.41	c conflicts		: 1240378
3600.00/3540.41	c decisions		: 2571665
3600.00/3540.41	c propagations		: 347385376
3600.00/3540.41	c inspects		: 6606715553
3600.00/3540.41	c shortcuts		: 0
3600.00/3540.41	c learnt literals	: 0
3600.00/3540.41	c learnt binary clauses	: 0
3600.00/3540.41	c learnt ternary clauses	: 2694
3600.00/3540.41	c learnt constraints	: 1240378
3600.00/3540.42	c ignored constraints	: 0
3600.00/3540.42	c root simplifications	: 0
3600.00/3540.42	c removed literals (reason simplification)	: 0
3600.00/3540.42	c reason swapping (by a shorter reason)	: 0
3600.00/3540.42	c Calls to reduceDB	: 45
3600.00/3540.42	c Number of update (reduction) of LBD	: 1171708
3600.00/3540.42	c Imported unit clauses	: 0
3600.00/3540.42	c No decision after first conflict	: false
3600.00/3540.42	c number of reductions to clauses (during analyze)	: 0
3600.00/3540.42	c number of learned constraints concerned by reduction	: 0
3600.00/3540.42	c number of learning phase by resolution	: 0
3600.00/3540.42	c number of learning phase by cutting planes	: 0
3600.00/3540.42	c number of rounding to 1 operations	: 0
3600.00/3540.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3540.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3540.42	c number of right shift for reduction by power 2 	: 0
3600.00/3540.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3540.42	c number of ending skipping 	: 0
3600.00/3540.42	c number of internal skipping 	: 0
3600.00/3540.42	c number of derivation steps 	: 44894964
3600.00/3540.42	c number of skipped derivation steps 	: 0
3600.00/3540.42	c number of remaining unassigned 	: 37055
3600.00/3540.42	c number of remaining assigned 	: 363091565
3600.00/3540.42	c number of falsified literals weakened from reason	: 0
3600.00/3540.42	c number of falsified literals weakened from conflict	: 0
3600.00/3540.42	c time for arithmetic operations	: 5597907126
3600.00/3540.42	c minimum degree of deleted constraints	: 1
3600.00/3540.42	c maximum degree of deleted constraints	: 6822720
3600.00/3540.42	c number of deleted constraints	: 1166996
3600.00/3540.42	c speed (assignments/second)	: 98129.13365897533
3600.00/3540.42	c non guided choices	: 11427
3600.00/3540.43	c timeout
3600.00/3540.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15028
3600.00/3540.47	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 58354
3600.00/3540.47	s UNKNOWN
3600.00/3540.47	c Total wall clock time (in seconds): 3540.316

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30742, runsolver pid=30739

[startup+0.100059 s]*
/proc/loadavg: 4.28 4.31 4.25 5/344 30760
/proc/meminfo: memFree=120290760/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=18930384 memory=57724 CPUtime=0.13 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 38405364 19384713216 14431 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4732596 14431 5336 1 0 547619 0
[pid=30742/tid=30744] ppid=30739 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 5068 0 0 0 7 1 0 0 20 0 18 0 38405365 19384713216 14431 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38405367 19384713216 14431 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=18930384 memory=59585004340264 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38405368 19384713216 14431 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57724 KiB

[startup+0.205928 s]*
/proc/loadavg: 4.28 4.31 4.25 7/344 30760
/proc/meminfo: memFree=120257044/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=18930384 memory=89216 CPUtime=0.32 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 7147 0 0 0 30 2 0 0 20 0 18 0 38405364 19384713216 22304 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4732596 22304 5464 1 0 547994 0
[pid=30742/tid=30744] ppid=30739 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 5399 0 0 0 16 2 0 0 20 0 18 0 38405365 19384713216 22304 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=18930384 memory=19950 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38405367 19384713216 22304 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38405368 19384713216 22304 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 89216 KiB

[startup+0.305853 s]*
/proc/loadavg: 4.28 4.31 4.25 6/345 30761
/proc/meminfo: memFree=120195604/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=18996948 memory=155364 CPUtime=0.52 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 8790 0 0 0 48 4 0 0 20 0 19 0 38405364 19452874752 38841 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4749237 38841 5496 1 0 549332 0
[pid=30742/tid=30744] ppid=30739 vsize=18996948 memory=-6000919468444970092 CPUtime=0.25 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 5444 0 0 0 22 3 0 0 20 0 19 0 38405365 19452874752 38841 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38405367 19452874752 38841 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38405368 19452874752 38841 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155364 KiB

[startup+0.700232 s]
/proc/loadavg: 4.28 4.31 4.25 6/346 30762
/proc/meminfo: memFree=120177456/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=202580 CPUtime=1.27 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 10252 0 0 0 122 5 0 0 20 0 20 0 38405364 19521036288 50645 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 50645 5496 1 0 550316 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=13568 CPUtime=0.57 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 5540 0 0 0 53 4 0 0 20 0 20 0 38405365 19521036288 50645 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 50645 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 50645 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 50645 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202580 KiB

[startup+1.50024 s]
/proc/loadavg: 4.28 4.31 4.25 6/346 30762
/proc/meminfo: memFree=120130952/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=369288 CPUtime=2.86 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 17935 0 0 0 276 10 0 0 20 0 20 0 38405364 19521036288 92322 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 92322 5496 1 0 552350 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=0 CPUtime=1.29 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 6114 0 0 0 122 7 0 0 20 0 20 0 38405365 19521036288 92322 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 92322 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 92322 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 92322 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 369288 KiB

[startup+3.10562 s]
/proc/loadavg: 4.28 4.31 4.25 5/346 30762
/proc/meminfo: memFree=119198960/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=1209776 CPUtime=5.98 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 23379 0 0 0 569 29 0 0 20 0 20 0 38405364 19521036288 302444 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 302444 5496 1 0 554919 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=10752 CPUtime=2.84 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 7034 0 0 0 259 25 0 0 20 0 20 0 38405365 19521036288 302444 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=-6000919468444970092 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 302444 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 302444 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 302444 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1209776 KiB

[startup+6.30022 s]
/proc/loadavg: 4.33 4.32 4.26 5/346 30762
/proc/meminfo: memFree=118975264/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=1324824 CPUtime=10.35 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 27477 0 0 0 1002 33 0 0 20 0 20 0 38405364 19521036288 331206 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 331206 5496 1 0 555919 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 8073 0 0 0 570 28 0 0 20 0 20 0 38405365 19521036288 331206 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 331206 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 331206 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=414344 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 331206 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 10.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324824 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.32 4.26 5/346 30773
/proc/meminfo: memFree=118888180/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=1332924 CPUtime=16.97 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 33883 0 0 0 1661 36 0 0 20 0 20 0 38405364 19521036288 333231 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 333231 5496 1 0 555919 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=414344 CPUtime=12.27 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 9470 0 0 0 1198 29 0 0 20 0 20 0 38405365 19521036288 333231 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=1328776 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 333231 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 333231 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 333231 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 16.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1332924 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.32 4.26 5/346 30773
/proc/meminfo: memFree=118760284/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=1345276 CPUtime=29.87 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 38258 0 0 0 2947 40 0 0 20 0 20 0 38405364 19521036288 336319 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 336319 5496 1 0 555919 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=-6000919468444970092 CPUtime=24.83 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 11087 0 0 0 2450 33 0 0 20 0 20 0 38405365 19521036288 336319 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=1343192 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 336319 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 336319 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 336319 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 29.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1345276 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.29 4.25 5/346 30774
/proc/meminfo: memFree=118083512/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=1799240 CPUtime=55.88 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 41677 0 0 0 5534 54 0 0 20 0 20 0 38405364 19521036288 449810 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 449810 5528 1 0 662446 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=1799240 CPUtime=49.8 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 12719 0 0 0 4935 45 0 0 20 0 20 0 38405365 19521036288 449810 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 449810 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0

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

/proc/meminfo: memFree=108698548/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=3640744 CPUtime=3216.04 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 144961 0 0 0 321239 365 0 0 20 0 20 0 38405364 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 910186 5528 1 0 924405 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=14720 CPUtime=3078.22 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 68524 0 0 0 307577 245 0 0 20 0 20 0 38405365 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=3640744 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=3640744 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 1799 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=3640744 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 3216.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3640744 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.21 4.18 5/343 30929
/proc/meminfo: memFree=108618636/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=3640744 CPUtime=3276.98 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 145250 0 0 0 327330 368 0 0 20 0 20 0 38405364 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 910186 5528 1 0 924405 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=3640744 CPUtime=3136.73 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 68750 0 0 0 313426 247 0 0 20 0 20 0 38405365 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=3640744 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=3640744 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 1799 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 910186 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 3276.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3640744 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/343 30931
/proc/meminfo: memFree=108546192/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=3640872 CPUtime=3337.77 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 147734 0 0 0 333404 373 0 0 20 0 20 0 38405364 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 910218 5528 1 0 924408 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=3640872 CPUtime=3195.4 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 70449 0 0 0 319291 249 0 0 20 0 20 0 38405365 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=3640872 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 1799 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=3640872 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 3337.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3640872 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.22 4.19 5/343 30938
/proc/meminfo: memFree=108446560/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=3640872 CPUtime=3398.8 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 149907 0 0 0 339501 379 0 0 20 0 20 0 38405364 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 910218 5528 1 0 924408 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=5632 CPUtime=3253.73 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 71851 0 0 0 325121 252 0 0 20 0 20 0 38405365 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=3640872 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=3640872 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 1863 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 3398.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3640872 KiB

[startup+3402.3 s]
/proc/loadavg: 3.63 4.07 4.14 3/294 31009
/proc/meminfo: memFree=121346044/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=3640872 CPUtime=3459.52 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 150235 0 0 0 345568 384 0 0 20 0 20 0 38405364 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 910218 5528 1 0 924408 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=13568 CPUtime=3312.24 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 71910 0 0 0 330969 255 0 0 20 0 20 0 38405365 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 1903 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=3640872 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 3459.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3640872 KiB

[startup+3462.3 s]
/proc/loadavg: 2.57 3.69 4.00 2/269 31045
/proc/meminfo: memFree=125675032/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=3640872 CPUtime=3520.45 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 150352 0 0 0 351656 389 0 0 20 0 20 0 38405364 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 910218 5528 1 0 924427 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=13568 CPUtime=3370.72 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 71941 0 0 0 336814 258 0 0 20 0 20 0 38405365 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 1904 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 910218 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 3520.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3640872 KiB

[startup+3522.3 s]
/proc/loadavg: 1.64 3.21 3.81 2/269 31048
/proc/meminfo: memFree=125672040/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=3641000 CPUtime=3581.66 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 152327 0 0 0 357770 396 0 0 20 0 20 0 38405364 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 910250 5528 1 0 924464 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=3641000 CPUtime=3429.03 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 73669 0 0 0 342641 262 0 0 20 0 20 0 38405365 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=3641000 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 1904 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=2944 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 3581.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3641000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.4 s]
/proc/loadavg: 1.45 3.07 3.75 2/269 31049
/proc/meminfo: memFree=125664704/131250000 swapFree=33010684/33010684
[pid=30742] ppid=30739 vsize=19063512 memory=3641000 CPUtime=3600 cores=4,6
/proc/30742/stat : 30742 (java) S 30739 30742 29422 0 -1 4194304 153395 0 0 0 359603 397 0 0 20 0 20 0 38405364 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
/proc/30742/statm: 4765878 910250 5528 1 0 924464 0
[pid=30742/tid=30744] ppid=30739 vsize=19063512 memory=-6000919468444970092 CPUtime=3446.61 cores=4,6
/proc/30742/task/30744/stat : 30744 (java) R 30739 30742 29422 0 -1 4194368 74012 0 0 0 344398 263 0 0 20 0 20 0 38405365 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30753] ppid=30739 vsize=19063512 memory=13568 CPUtime=0 cores=4,6
/proc/30742/task/30753/stat : 30753 (Finalizer) S 30739 30742 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38405367 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30760] ppid=30739 vsize=19063512 memory=2944 CPUtime=0 cores=4,6
/proc/30742/task/30760/stat : 30760 (Common-Cleaner) S 30739 30742 29422 0 -1 4194368 1904 0 0 0 0 0 0 0 20 0 20 0 38405368 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
[pid=30742/tid=30762] ppid=30739 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/30742/task/30762/stat : 30762 (Timer-0) S 30739 30742 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38405398 19521036288 910250 18446744073709551615 94073264508928 94073264512624 140721819747344 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94073264520440 94073264521232 94073295192064 140721819748653 140721819748838 140721819748838 140721819754440 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3641000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.15 s, system=3.99107 s

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

Child status: 143

Real time (s): 3540.5
CPU time (s): 3600.14
CPU user time (s): 3596.15
CPU system time (s): 3.99107
CPU usage (%): 101.685
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3641000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.15
system time used= 3.99107
maximum resident set size= 3642024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155927
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1231240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158627
involuntary context switches= 24241


# summary of solver processes directly reported to runsolver:
#   pid: 30742
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3596.15
#   total CPU system time (s): 3.99107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.44351 second user time and 15.8846 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 22:00:51
IDJOB=4513913
IDBENCH=162581
IDSOLVER=3362
FILE ID=nodeC013/4513913-1751227251
RUNJOBID= nodeC013-1751220047-29433
SLURM_JOB_ID= 9587674
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513913-1751227251/watcher-4513913-1751227251 -o /tmp/evaluation-result-4513913-1751227251/solver-4513913-1751227251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751220047-29433 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513913-1751227251 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513913-1751227251.opb

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=1521018319

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120322108 kB
MemAvailable:   120831112 kB
Buffers:            3280 kB
Cached:          1312268 kB
SwapCached:            0 kB
Active:          9246428 kB
Inactive:        1068636 kB
Active(anon):    9012924 kB
Inactive(anon):        0 kB
Active(file):     233504 kB
Inactive(file):  1068636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13760 kB
Writeback:           124 kB
AnonPages:       9002704 kB
Mapped:           118396 kB
Shmem:             13284 kB
KReclaimable:      91804 kB
Slab:             179556 kB
SReclaimable:      91804 kB
SUnreclaim:        87752 kB
KernelStack:        5280 kB
PageTables:        21264 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11475732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8751104 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC013 at 2025-06-29 22:59:52