Trace number 4493092

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.15 3577.82

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-41-40.opb
MD5SUM1621a26d38c2e16382af4b588e278719
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.014448
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints81
Number of constraints which are clauses41
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
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 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4493092-1751150279.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
0.12/0.17	c ... done. Wall clock time 0.035s.
0.12/0.17	c declared #vars     1640
0.12/0.17	c #constraints  81
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41
0.12/0.17	c 81 constraints processed.
2.13/1.53	c cleaning 2496 clauses out of 5001 with flag 30821/5001
4.41/3.67	c cleaning 4252 clauses out of 8504 with flag 70304/11000
5.93/5.14	c cleaning 5609 clauses out of 11256 with flag 116332/18004
8.75/7.91	c cleaning 6802 clauses out of 13646 with flag 165765/26003
11.95/11.17	c cleaning 7897 clauses out of 15842 with flag 225042/35001
14.53/13.59	c cleaning 8958 clauses out of 17946 with flag 296201/45002
18.26/17.28	c cleaning 9977 clauses out of 19986 with flag 373366/56000
22.33/21.21	c cleaning 10952 clauses out of 22009 with flag 456198/68000
26.88/25.70	c cleaning 11738 clauses out of 24058 with flag 608645/81001
31.13/29.90	c cleaning 13144 clauses out of 26320 with flag 707996/95001
36.77/35.53	c cleaning 14070 clauses out of 28178 with flag 810870/110003
42.91/41.64	c cleaning 15037 clauses out of 30105 with flag 918452/126000
51.68/50.20	c cleaning 16024 clauses out of 32068 with flag 1042107/143000
59.43/57.93	c cleaning 17006 clauses out of 34044 with flag 1172950/161000
68.38/66.87	c cleaning 18003 clauses out of 36038 with flag 1305519/180000
79.19/77.51	c cleaning 19001 clauses out of 38038 with flag 1442034/200003
89.34/87.49	c cleaning 19995 clauses out of 40034 with flag 1592937/221000
103.35/101.44	c cleaning 20993 clauses out of 42040 with flag 1748939/243001
118.05/116.05	c cleaning 21994 clauses out of 44049 with flag 1928652/266003
135.37/133.35	c cleaning 22993 clauses out of 46053 with flag 2111606/290001
150.17/148.04	c cleaning 24000 clauses out of 48059 with flag 2324144/315000
166.53/164.48	c cleaning 24993 clauses out of 50059 with flag 2537013/341000
185.28/183.08	c cleaning 26002 clauses out of 52067 with flag 2755549/368001
199.33/196.83	c cleaning 27020 clauses out of 54065 with flag 2969931/396001
215.26/212.73	c cleaning 28008 clauses out of 56044 with flag 3188590/425000
234.42/231.76	c cleaning 29008 clauses out of 58037 with flag 3387272/455001
249.08/246.44	c cleaning 29999 clauses out of 60028 with flag 3581655/486000
267.82/265.08	c cleaning 31000 clauses out of 62029 with flag 3779734/518000
285.67/282.93	c cleaning 32000 clauses out of 64029 with flag 4002908/551000
305.69/302.82	c cleaning 33001 clauses out of 66029 with flag 4257006/585000
322.85/319.84	c cleaning 33999 clauses out of 68030 with flag 4540726/620002
339.67/336.54	c cleaning 34995 clauses out of 70030 with flag 4864957/656001
356.53/352.99	c cleaning 36000 clauses out of 72034 with flag 5217322/693000
377.99/374.44	c cleaning 37002 clauses out of 74035 with flag 5599855/731001
397.99/394.38	c cleaning 38001 clauses out of 76032 with flag 5979731/770000
421.60/417.83	c cleaning 39000 clauses out of 78033 with flag 6401576/810002
447.33/443.49	c cleaning 40000 clauses out of 80032 with flag 6822975/851001
475.41/471.41	c cleaning 40996 clauses out of 82033 with flag 7235767/893002
512.71/508.62	c cleaning 42001 clauses out of 84036 with flag 7668981/936001
551.42/547.26	c cleaning 43002 clauses out of 86035 with flag 8082263/980001
575.55/570.83	c cleaning 44003 clauses out of 88033 with flag 8505919/1025001
602.15/597.35	c cleaning 44996 clauses out of 90031 with flag 8931063/1071002
639.65/634.77	c cleaning 46001 clauses out of 92033 with flag 9344363/1118000
685.24/680.21	c cleaning 47004 clauses out of 94034 with flag 9775742/1166002
723.45/718.35	c cleaning 47999 clauses out of 96028 with flag 10226713/1215000
760.92/755.75	c cleaning 49002 clauses out of 98030 with flag 10692935/1265001
796.95/791.76	c cleaning 49993 clauses out of 100027 with flag 11216141/1316000
840.02/834.29	c cleaning 51003 clauses out of 102035 with flag 11805691/1368001
865.53/859.64	c cleaning 51994 clauses out of 104032 with flag 12301225/1421001
886.46/880.46	c cleaning 53002 clauses out of 106041 with flag 12655271/1475004
953.99/947.93	c cleaning 53998 clauses out of 108037 with flag 13051018/1530002
985.90/979.59	c cleaning 54985 clauses out of 110037 with flag 13514420/1586000
1029.94/1021.42	c cleaning 55625 clauses out of 112054 with flag 14363235/1643002
1120.95/1111.88	c cleaning 57200 clauses out of 114427 with flag 15348039/1701000
1313.29/1301.85	c cleaning 58113 clauses out of 116227 with flag 16379837/1760000
1449.60/1437.53	c cleaning 59048 clauses out of 118116 with flag 17433619/1820002
1666.04/1651.97	c cleaning 60024 clauses out of 120067 with flag 18423243/1881001
1808.61/1793.56	c cleaning 61016 clauses out of 122042 with flag 19500609/1943000
2038.47/2022.94	c cleaning 62008 clauses out of 124026 with flag 20701286/2006000
2301.70/2283.62	c cleaning 63006 clauses out of 126019 with flag 21936599/2070001
2535.18/2516.90	c cleaning 64000 clauses out of 128012 with flag 23185020/2135000
2784.96/2766.34	c cleaning 64995 clauses out of 130012 with flag 24231431/2201000
2940.97/2921.82	c cleaning 65977 clauses out of 132019 with flag 25244421/2268002
3170.21/3150.65	c cleaning 67019 clauses out of 134040 with flag 26406231/2336000
3325.70/3304.57	c cleaning 68002 clauses out of 136022 with flag 27648749/2405001
3425.06/3403.19	c cleaning 68924 clauses out of 138019 with flag 28651222/2475000
3600.00/3577.72	c timeout
3600.00/3577.72	c starts		: 19060
3600.00/3577.72	c conflicts		: 2535471
3600.00/3577.72	c decisions		: 20483091
3600.00/3577.72	c propagations		: 81581122
3600.00/3577.72	c inspects		: 10854924177
3600.00/3577.72	c shortcuts		: 0
3600.00/3577.72	c learnt literals	: 0
3600.00/3577.72	c learnt binary clauses	: 0
3600.00/3577.72	c learnt ternary clauses	: 0
3600.00/3577.72	c learnt constraints	: 2535471
3600.00/3577.72	c ignored constraints	: 0
3600.00/3577.72	c root simplifications	: 0
3600.00/3577.72	c removed literals (reason simplification)	: 18109640
3600.00/3577.72	c reason swapping (by a shorter reason)	: 0
3600.00/3577.72	c Calls to reduceDB	: 66
3600.00/3577.72	c Number of update (reduction) of LBD	: 1926193
3600.00/3577.72	c Imported unit clauses	: 0
3600.00/3577.72	c No decision after first conflict	: false
3600.00/3577.72	c number of reductions to clauses (during analyze)	: 0
3600.00/3577.72	c number of learned constraints concerned by reduction	: 0
3600.00/3577.72	c number of learning phase by resolution	: 0
3600.00/3577.72	c number of learning phase by cutting planes	: 0
3600.00/3577.72	c number of rounding to 1 operations	: 0
3600.00/3577.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3577.72	c number of reductions of the coefficients by power 2 	: 0
3600.00/3577.72	c number of right shift for reduction by power 2 	: 0
3600.00/3577.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3577.73	c number of ending skipping 	: 0
3600.00/3577.73	c number of internal skipping 	: 0
3600.00/3577.73	c number of derivation steps 	: 0
3600.00/3577.73	c number of skipped derivation steps 	: 0
3600.00/3577.73	c number of remaining unassigned 	: 0
3600.00/3577.73	c number of remaining assigned 	: 0
3600.00/3577.73	c number of falsified literals weakened from reason	: 0
3600.00/3577.73	c number of falsified literals weakened from conflict	: 0
3600.00/3577.73	c time for arithmetic operations	: 0
3600.00/3577.73	c minimum degree of deleted constraints	: null
3600.00/3577.73	c maximum degree of deleted constraints	: null
3600.00/3577.73	c number of deleted constraints	: 0
3600.00/3577.73	c speed (assignments/second)	: 22803.628740339056
3600.00/3577.73	c non guided choices	: 11934
3600.00/3577.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 129566
3600.00/3577.78	s UNKNOWN
3600.00/3577.78	c Total wall clock time (in seconds): 3577.648

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493092-1751150279/watcher-4493092-1751150279 -o /tmp/evaluation-result-4493092-1751150279/solver-4493092-1751150279 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14290 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493092-1751150279.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=15356, runsolver pid=15353
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.21 4.20 4.14 6/337 15374
/proc/meminfo: memFree=125277916/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=18930384 memory=55624 CPUtime=0.12 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 6551 0 0 0 10 2 0 0 20 0 18 0 30705635 19384713216 13906 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4732596 13906 5337 1 0 547604 0
[pid=15356/tid=15358] ppid=15353 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 5048 0 0 0 6 1 0 0 20 0 18 0 30705637 19384713216 13906 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30705639 19384713216 13906 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=18930384 memory=60684515966010 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30705639 19384713216 13906 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55624 KiB

[startup+0.205659 s]*
/proc/loadavg: 4.19 4.20 4.14 7/338 15375
/proc/meminfo: memFree=125273820/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=18996948 memory=64024 CPUtime=0.31 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 7034 0 0 0 29 2 0 0 20 0 19 0 30705635 19452874752 16006 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4749237 16006 5433 1 0 548187 0
[pid=15356/tid=15358] ppid=15353 vsize=18996948 memory=4026532124 CPUtime=0.17 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 5296 0 0 0 16 1 0 0 20 0 19 0 30705637 19452874752 16006 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=18996948 memory=16880 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 16006 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 16006 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30705654 19452874752 16006 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64024 KiB

[startup+0.305667 s]*
/proc/loadavg: 4.19 4.20 4.14 7/338 15375
/proc/meminfo: memFree=125273820/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=18996948 memory=68300 CPUtime=0.51 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 9166 0 0 0 48 3 0 0 20 0 19 0 30705635 19452874752 17075 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4749237 17075 5433 1 0 549238 0
[pid=15356/tid=15358] ppid=15353 vsize=18996948 memory=-6000919494181480302 CPUtime=0.27 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 5304 0 0 0 26 1 0 0 20 0 19 0 30705637 19452874752 17075 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 17075 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 17075 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30705654 19452874752 17075 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68300 KiB

[startup+0.700218 s]
/proc/loadavg: 4.19 4.20 4.14 6/338 15375
/proc/meminfo: memFree=125272056/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=18996948 memory=77368 CPUtime=1.23 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 10705 0 0 0 120 3 0 0 20 0 19 0 30705635 19452874752 19342 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4749237 19342 5433 1 0 550382 0
[pid=15356/tid=15358] ppid=15353 vsize=18996948 memory=17408 CPUtime=0.66 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 5315 0 0 0 65 1 0 0 20 0 19 0 30705637 19452874752 19342 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 19342 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 19342 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30705654 19452874752 19342 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77368 KiB

[startup+1.50025 s]
/proc/loadavg: 4.19 4.20 4.14 6/338 15375
/proc/meminfo: memFree=125263864/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=18996948 memory=87736 CPUtime=2.13 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 13556 0 0 0 209 4 0 0 20 0 19 0 30705635 19452874752 21934 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4749237 21934 5433 1 0 550384 0
[pid=15356/tid=15358] ppid=15353 vsize=18996948 memory=0 CPUtime=1.45 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 5459 0 0 0 144 1 0 0 20 0 19 0 30705637 19452874752 21934 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 21934 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 21934 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30705654 19452874752 21934 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 2.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87736 KiB

[startup+3.10552 s]
/proc/loadavg: 4.19 4.20 4.14 6/338 15375
/proc/meminfo: memFree=125237276/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=18996948 memory=107832 CPUtime=3.92 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 15996 0 0 0 387 5 0 0 20 0 19 0 30705635 19452874752 26958 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4749237 26958 5433 1 0 550734 0
[pid=15356/tid=15358] ppid=15353 vsize=18996948 memory=10752 CPUtime=3.05 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 6555 0 0 0 303 2 0 0 20 0 19 0 30705637 19452874752 26958 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=18996948 memory=-6000919494181480302 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 26958 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 26958 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30705654 19452874752 26958 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 107832 KiB

[startup+6.30021 s]
/proc/loadavg: 4.17 4.20 4.14 6/338 15375
/proc/meminfo: memFree=125167904/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=18996948 memory=149256 CPUtime=7.13 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 17808 0 0 0 707 6 0 0 20 0 19 0 30705635 19452874752 37314 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4749237 37314 5433 1 0 550741 0
[pid=15356/tid=15358] ppid=15353 vsize=18996948 memory=0 CPUtime=6.24 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 7374 0 0 0 621 3 0 0 20 0 19 0 30705637 19452874752 37314 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 37314 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30705639 19452874752 37314 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=18996948 memory=90808 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30705654 19452874752 37314 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 7.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149256 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.19 4.14 6/339 15376
/proc/meminfo: memFree=124786784/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=209508 CPUtime=13.73 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 24898 0 0 0 1365 8 0 0 20 0 20 0 30705635 19521036288 52377 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 52377 5465 1 0 552197 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=90808 CPUtime=12.59 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 7890 0 0 0 1256 3 0 0 20 0 20 0 30705637 19521036288 52377 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=203092 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 52377 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 52377 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 52377 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 13.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 209508 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.19 4.14 5/339 15376
/proc/meminfo: memFree=124537308/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=404656 CPUtime=26.68 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 26664 0 0 0 2656 12 0 0 20 0 20 0 30705635 19521036288 101164 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 101164 5465 1 0 552197 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=203092 CPUtime=25.19 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 8518 0 0 0 2516 3 0 0 20 0 20 0 30705637 19521036288 101164 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 101164 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=326804 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 101164 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 101164 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 26.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 404656 KiB

[startup+51.1056 s]
/proc/loadavg: 4.14 4.18 4.14 6/339 15377
/proc/meminfo: memFree=123938032/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=777756 CPUtime=52.58 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 27412 0 0 0 5240 18 0 0 20 0 20 0 30705635 19521036288 194439 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 194439 5497 1 0 552197 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=533780 CPUtime=50.36 cores=4,6

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

/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1675234 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 2043 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1675234 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=6449032 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 1675234 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3182.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6700936 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/341 15549
/proc/meminfo: memFree=101450684/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3243.4 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 137191 0 0 0 324117 223 0 0 20 0 20 0 30705635 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 1754652 5529 1 0 1884319 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=17408 CPUtime=3196.55 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 53051 0 0 0 319610 45 0 0 20 0 20 0 30705637 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=-6000919494181480302 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 2085 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3243.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7018608 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/340 15551
/proc/meminfo: memFree=101368132/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3303.54 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 138872 0 0 0 330129 225 0 0 20 0 20 0 30705635 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 1754652 5529 1 0 1884319 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3256.16 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 53348 0 0 0 325571 45 0 0 20 0 20 0 30705637 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 2111 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=19712 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3303.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7018608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/339 15553
/proc/meminfo: memFree=101024164/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3363.89 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 141367 0 0 0 336164 225 0 0 20 0 20 0 30705635 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 1754652 5529 1 0 1884319 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=5632 CPUtime=3315.54 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 55133 0 0 0 331509 45 0 0 20 0 20 0 30705637 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 2111 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3363.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7018608 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.11 4.09 6/338 15555
/proc/meminfo: memFree=101024292/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3424.26 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 143541 0 0 0 342200 226 0 0 20 0 20 0 30705635 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 1754652 5529 1 0 1884319 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=5632 CPUtime=3374.89 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 55790 0 0 0 337444 45 0 0 20 0 20 0 30705637 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 2184 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3424.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7018608 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.15 4.10 5/338 15756
/proc/meminfo: memFree=114977196/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3484.61 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 146538 0 0 0 348233 228 0 0 20 0 20 0 30705635 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 1754652 5529 1 0 1884319 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=5632 CPUtime=3434.24 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 57186 0 0 0 343379 45 0 0 20 0 20 0 30705637 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 2236 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3484.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7018608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.20 4.12 7/339 15891
/proc/meminfo: memFree=120498732/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3544.73 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 148932 0 0 0 354244 229 0 0 20 0 20 0 30705635 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 1754652 5529 1 0 1884319 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3493.81 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 58279 0 0 0 349335 46 0 0 20 0 20 0 30705637 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 2236 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3544.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7018608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.7 s]
/proc/loadavg: 4.26 4.20 4.12 5/340 15959
/proc/meminfo: memFree=119560708/131249996 swapFree=33010684/33010684
[pid=15356] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3600 cores=4,6
/proc/15356/stat : 15356 (java) S 15353 15356 14279 0 -1 4194304 149706 0 0 0 359768 232 0 0 20 0 20 0 30705635 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
/proc/15356/statm: 4765878 1754652 5529 1 0 1884319 0
[pid=15356/tid=15358] ppid=15353 vsize=19063512 memory=7018608 CPUtime=3549.05 cores=4,6
/proc/15356/task/15358/stat : 15358 (java) R 15353 15356 14279 0 -1 4194368 58957 0 0 0 354858 47 0 0 20 0 20 0 30705637 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15367] ppid=15353 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/15356/task/15367/stat : 15367 (Finalizer) S 15353 15356 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15374] ppid=15353 vsize=19063512 memory=-4050210904893342093 CPUtime=0 cores=4,6
/proc/15356/task/15374/stat : 15374 (Common-Cleaner) S 15353 15356 14279 0 -1 4194368 2258 0 0 0 0 0 0 0 20 0 20 0 30705639 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
[pid=15356/tid=15375] ppid=15353 vsize=19063512 memory=7018608 CPUtime=0 cores=4,6
/proc/15356/task/15375/stat : 15375 (Timer-0) S 15353 15356 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30705654 19521036288 1754652 18446744073709551615 94611732144128 94611732147824 140735103072848 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94611732155640 94611732156432 94611749306368 140735103076737 140735103076838 140735103076838 140735103082440 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7018608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.81 s, system=2.34309 s

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

[startup+3577.81 s]*
/proc/loadavg: 4.26 4.20 4.12 7/322 15962
/proc/meminfo: memFree=122661380/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3577.82
CPU time (s): 3600.15
CPU user time (s): 3597.81
CPU system time (s): 2.34309
CPU usage (%): 100.624
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7018608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.81
system time used= 2.34309
maximum resident set size= 7019504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152346
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111398
involuntary context switches= 4172


# summary of solver processes directly reported to runsolver:
#   pid: 15356
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.81
#   total CPU system time (s): 2.34309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.5005 second user time and 17.724 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 00:37:59
IDJOB=4493092
IDBENCH=147840
IDSOLVER=3363
FILE ID=nodeC022/4493092-1751150279
RUNJOBID= nodeC022-1751146546-14290
SLURM_JOB_ID= 9587461
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-41-40.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493092-1751150279/watcher-4493092-1751150279 -o /tmp/evaluation-result-4493092-1751150279/solver-4493092-1751150279 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14290 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493092-1751150279.opb

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

MD5SUM BENCH= 1621a26d38c2e16382af4b588e278719
RANDOM SEED=371843392

nodeC022 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.734
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.44
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.714
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.159
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.44
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.461
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.726
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.44
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.675
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.44
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		: 3589.446
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125290392 kB
MemAvailable:   124915288 kB
Buffers:            3280 kB
Cached:           414456 kB
SwapCached:            0 kB
Active:          5202156 kB
Inactive:         166668 kB
Active(anon):    4969148 kB
Inactive(anon):        0 kB
Active(file):     233008 kB
Inactive(file):   166668 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               756 kB
Writeback:             0 kB
AnonPages:       4954172 kB
Mapped:           122048 kB
Shmem:             18060 kB
KReclaimable:      85072 kB
Slab:             168660 kB
SReclaimable:      85072 kB
SUnreclaim:        83588 kB
KernelStack:        5116 kB
PageTables:        13456 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7895772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4716544 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-29 01:37:37