Trace number 4446065

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.26 3282.66

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-24.opb
MD5SUM0ffe17eea1acb86364611cfd69bcd9b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.2183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4446065-1721330020.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
6.51/3.85	c ... done. Wall clock time 3.703s.
6.51/3.85	c declared #vars     9342
6.51/3.85	c #constraints  199720
6.51/3.85	c constraints type 
6.51/3.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39953
6.51/3.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
6.51/3.85	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 20102
6.51/3.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 138943
6.51/3.85	c 199720 constraints processed.
9.18/5.27	c cleaning 19 clauses out of 5000 with flag 0/5000
11.13/6.65	c cleaning 3 clauses out of 10983 with flag 0/11002
13.34/8.47	c cleaning 70 clauses out of 17978 with flag 0/18000
16.09/10.90	c cleaning 132 clauses out of 25908 with flag 0/26000
19.65/14.14	c cleaning 384 clauses out of 34776 with flag 0/35000
23.68/18.11	c cleaning 464 clauses out of 44392 with flag 0/45000
28.53/22.93	c cleaning 878 clauses out of 54929 with flag 0/56001
34.87/29.24	c cleaning 807 clauses out of 66050 with flag 0/68000
42.26/36.43	c cleaning 1959 clauses out of 78243 with flag 0/81000
51.43/45.54	c cleaning 1355 clauses out of 90285 with flag 0/95001
62.44/56.42	c cleaning 1961 clauses out of 103929 with flag 0/110000
77.88/71.60	c cleaning 1861 clauses out of 117968 with flag 0/126000
98.10/91.64	c cleaning 1423 clauses out of 133107 with flag 0/143000
122.32/115.56	c cleaning 1519 clauses out of 149684 with flag 0/161000
154.47/147.40	c cleaning 1262 clauses out of 167165 with flag 0/180000
186.28/179.19	c cleaning 2287 clauses out of 185903 with flag 0/200000
215.70/208.17	c cleaning 2894 clauses out of 204616 with flag 0/221000
252.19/244.08	c cleaning 1870 clauses out of 223721 with flag 0/243000
294.46/285.55	c cleaning 3357 clauses out of 244851 with flag 0/266000
345.19/335.95	c cleaning 2769 clauses out of 265497 with flag 0/290003
416.65/407.25	c cleaning 1561 clauses out of 287725 with flag 0/315000
474.86/464.62	c cleaning 4906 clauses out of 312165 with flag 0/341001
528.51/517.17	c cleaning 5343 clauses out of 334259 with flag 0/368001
579.92/567.27	c cleaning 7863 clauses out of 356916 with flag 0/396001
662.11/649.16	c cleaning 3284 clauses out of 378053 with flag 0/425001
748.07/734.42	c cleaning 4222 clauses out of 404769 with flag 0/455001
825.26/809.95	c cleaning 6785 clauses out of 431546 with flag 0/486001
948.94/932.46	c cleaning 2144 clauses out of 456759 with flag 0/518000
1074.48/1057.01	c cleaning 2544 clauses out of 487614 with flag 0/551000
1158.84/1139.15	c cleaning 8645 clauses out of 519070 with flag 0/585000
1253.45/1231.40	c cleaning 9477 clauses out of 545427 with flag 0/620002
1398.48/1373.11	c cleaning 4045 clauses out of 571948 with flag 0/656000
1496.11/1468.97	c cleaning 8541 clauses out of 604903 with flag 0/693000
1692.08/1647.74	c cleaning 4053 clauses out of 634363 with flag 0/731001
1866.16/1796.08	c cleaning 7204 clauses out of 669309 with flag 0/770000
2031.48/1941.15	c cleaning 9628 clauses out of 702107 with flag 0/810002
2237.25/2122.00	c cleaning 6590 clauses out of 733478 with flag 0/851001
2443.73/2302.02	c cleaning 8724 clauses out of 768888 with flag 0/893001
2646.15/2485.78	c cleaning 7284 clauses out of 803164 with flag 0/936001
2780.56/2600.57	c cleaning 11413 clauses out of 839879 with flag 0/980000
3147.48/2912.17	c cleaning 9733 clauses out of 873466 with flag 0/1025000
3590.84/3273.48	c cleaning 5954 clauses out of 909733 with flag 0/1071000
3600.05/3282.52	c starts		: 188
3600.05/3282.52	c conflicts		: 1071922
3600.05/3282.52	c decisions		: 3613167
3600.05/3282.52	c propagations		: 243101673
3600.05/3282.52	c timeout
3600.05/3282.52	c inspects		: 15511783858
3600.05/3282.52	c shortcuts		: 0
3600.05/3282.52	c learnt literals	: 4
3600.05/3282.52	c learnt binary clauses	: 146
3600.05/3282.52	c learnt ternary clauses	: 1727
3600.05/3282.52	c learnt constraints	: 1071918
3600.05/3282.52	c ignored constraints	: 0
3600.05/3282.52	c root simplifications	: 0
3600.05/3282.52	c removed literals (reason simplification)	: 0
3600.05/3282.52	c reason swapping (by a shorter reason)	: 0
3600.05/3282.52	c Calls to reduceDB	: 42
3600.05/3282.52	c Number of update (reduction) of LBD	: 156
3600.05/3282.52	c Imported unit clauses	: 0
3600.05/3282.52	c No decision after first conflict	: false
3600.05/3282.52	c number of reductions to clauses (during analyze)	: 0
3600.05/3282.52	c number of learned constraints concerned by reduction	: 0
3600.05/3282.52	c number of learning phase by resolution	: 0
3600.05/3282.52	c number of learning phase by cutting planes	: 0
3600.05/3282.52	c number of rounding to 1 operations	: 3868822
3600.05/3282.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3282.52	c number of reductions of the coefficients by power 2 	: 0
3600.05/3282.52	c number of right shift for reduction by power 2 	: 0
3600.05/3282.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3282.53	c number of ending skipping 	: 0
3600.05/3282.53	c number of internal skipping 	: 0
3600.05/3282.53	c number of derivation steps 	: 20485111
3600.05/3282.53	c number of skipped derivation steps 	: 0
3600.05/3282.53	c number of remaining unassigned 	: 8828
3600.05/3282.53	c number of remaining assigned 	: 66482128
3600.05/3282.53	c number of falsified literals weakened from reason	: 0
3600.05/3282.53	c number of falsified literals weakened from conflict	: 0
3600.05/3282.53	c time for arithmetic operations	: 58573829067
3600.05/3282.53	c minimum degree of deleted constraints	: 4
3600.05/3282.53	c maximum degree of deleted constraints	: 46090
3600.05/3282.53	c number of deleted constraints	: 167217
3600.05/3282.53	c speed (assignments/second)	: 74146.65534090147
3600.05/3282.53	c non guided choices	: 152099
3600.21/3282.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 654621
3600.21/3282.62	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 345
3600.21/3282.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 146
3600.21/3282.62	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 249589
3600.21/3282.62	s UNKNOWN
3600.21/3282.62	c Total wall clock time (in seconds): 3282.478

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: 63968 MiB (61902 MiB free)
  memory of node 1: 64473 MiB (63059 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446065-1721330020/watcher-4446065-1721330020 -o /tmp/evaluation-result-4446065-1721330020/solver-4446065-1721330020 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991973 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446065-1721330020.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=992021, runsolver pid=992016
Current StackSize limit: 8192 KiB


[startup+0.100922 s]*
/proc/loadavg: 1.09 1.28 2.10 15/325 992104
/proc/meminfo: memFree=127795744/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=18975048 memory=65192 CPUtime=0.14 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 7248 0 0 0 12 2 0 0 20 0 18 0 185164391 19430449152 16298 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4743762 16298 5638 1 0 549373 0
[pid=992021/tid=992028] ppid=992016 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 1077936192 5763 0 0 0 7 1 0 0 20 0 18 0 185164391 19430449152 16298 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=18975048 memory=1905144 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185164393 19430449152 16298 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185164394 19430449152 16298 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65192 KiB

[startup+0.205687 s]*
/proc/loadavg: 1.09 1.28 2.10 14/325 992104
/proc/meminfo: memFree=127630664/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=18975048 memory=123648 CPUtime=0.33 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 7857 0 0 0 30 3 0 0 20 0 18 0 185164391 19430449152 30912 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4743762 30912 5883 1 0 549737 0
[pid=992021/tid=992028] ppid=992016 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 6086 0 0 0 16 2 0 0 20 0 18 0 185164391 19430449152 30912 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=18975048 memory=1905144 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185164393 19430449152 30912 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185164394 19430449152 30912 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 123648 KiB

[startup+0.309553 s]*
/proc/loadavg: 1.09 1.28 2.10 13/329 992108
/proc/meminfo: memFree=127358712/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19041612 memory=199692 CPUtime=0.53 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 9462 0 0 0 48 5 0 0 20 0 19 0 185164391 19498610688 49923 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4760403 49923 5899 1 0 551013 0
[pid=992021/tid=992028] ppid=992016 vsize=19041612 memory=-8959746988876014268 CPUtime=0.26 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) S 992016 992021 991963 0 -1 1077936192 6121 0 0 0 23 3 0 0 20 0 19 0 185164391 19498610688 49923 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185164393 19498610688 49923 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185164394 19498610688 49923 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 199692 KiB

[startup+0.703695 s]
/proc/loadavg: 1.09 1.28 2.10 13/329 992108
/proc/meminfo: memFree=125639304/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19041612 memory=954732 CPUtime=1.28 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 13185 0 0 0 107 21 0 0 20 0 19 0 185164391 19498610688 238683 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4760403 238683 5899 1 0 552846 0
[pid=992021/tid=992028] ppid=992016 vsize=19041612 memory=5628 CPUtime=0.64 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 6485 0 0 0 46 18 0 0 20 0 19 0 185164391 19498610688 238683 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19041612 memory=13124 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185164393 19498610688 238683 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185164394 19498610688 238683 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 954732 KiB

[startup+1.5047 s]
/proc/loadavg: 1.09 1.28 2.10 12/329 992108
/proc/meminfo: memFree=122756684/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19041612 memory=2228960 CPUtime=2.83 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 23336 0 0 0 236 47 0 0 20 0 19 0 185164391 19498610688 557240 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4760403 557240 5899 1 0 1046124 0
[pid=992021/tid=992028] ppid=992016 vsize=19041612 memory=13124 CPUtime=1.39 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 7198 0 0 0 96 43 0 0 20 0 19 0 185164391 19498610688 557240 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185164393 19498610688 557240 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185164394 19498610688 557240 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2228960 KiB

[startup+3.10606 s]
/proc/loadavg: 1.81 1.43 2.14 9/330 992109
/proc/meminfo: memFree=117352672/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19041612 memory=3254420 CPUtime=5.79 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 24211 0 0 0 512 67 0 0 20 0 19 0 185164391 19498610688 813605 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4760403 813605 5899 1 0 1046504 0
[pid=992021/tid=992028] ppid=992016 vsize=19041612 memory=0 CPUtime=2.91 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 7701 0 0 0 228 63 0 0 20 0 19 0 185164391 19498610688 813605 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19041612 memory=13124 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185164393 19498610688 813605 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19041612 memory=33 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185164394 19498610688 813605 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3254420 KiB

[startup+6.30869 s]
/proc/loadavg: 1.81 1.43 2.14 7/332 992113
/proc/meminfo: memFree=113800204/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=3982640 CPUtime=10.55 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 25416 0 0 0 972 83 0 0 20 0 20 0 185164391 19566772224 995660 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 995660 5899 1 0 1232829 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=0 CPUtime=5.99 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 8166 0 0 0 521 78 0 0 20 0 20 0 185164391 19566772224 995660 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 995660 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 995660 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=48536 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 995660 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 10.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3982640 KiB

[startup+12.7003 s]
/proc/loadavg: 2.37 1.56 2.18 6/333 992114
/proc/meminfo: memFree=113022292/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=3979528 CPUtime=18.23 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 26474 0 0 0 1740 83 0 0 20 0 20 0 185164391 19566772224 994882 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 994882 5899 1 0 1232920 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=-8744981581645783740 CPUtime=12.28 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 9051 0 0 0 1150 78 0 0 20 0 20 0 185164391 19566772224 994882 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=3977480 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 994882 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 994882 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 994882 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 18.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3979528 KiB

[startup+25.5003 s]
/proc/loadavg: 2.77 1.68 2.21 6/332 992115
/proc/meminfo: memFree=113008956/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=3980344 CPUtime=31.12 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 31700 0 0 0 3027 85 0 0 20 0 20 0 185164391 19566772224 995086 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 995086 5936 1 0 1232920 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=0 CPUtime=24.92 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 10594 0 0 0 2414 78 0 0 20 0 20 0 185164391 19566772224 995086 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 995086 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=1906744 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 995086 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 995086 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 31.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3980344 KiB

[startup+51.1058 s]
/proc/loadavg: 3.25 1.88 2.27 6/332 992120
/proc/meminfo: memFree=112816380/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=3988768 CPUtime=57.09 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 38786 0 0 0 5621 88 0 0 20 0 20 0 185164391 19566772224 997192 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 997192 5936 1 0 1232920 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=3984664 CPUtime=50.08 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 13673 0 0 0 4929 79 0 0 20 0 20 0 185164391 19566772224 997192 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=100 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 997192 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 997192 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 997192 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 57.09 s
Current children cumulated vsize: 19108176 KiB

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

[startup+2982.3 s]
/proc/loadavg: 5.17 5.09 4.78 6/336 993835
/proc/meminfo: memFree=93830792/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=7183616 CPUtime=3227.71 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 723001 0 0 0 322266 505 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 1795904 5980 1 0 1809816 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=7183616 CPUtime=2910.6 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 319948 0 0 0 290888 172 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 3455 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 3227.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7183616 KiB

[startup+3042.3 s]
/proc/loadavg: 5.07 5.07 4.79 8/334 993848
/proc/meminfo: memFree=93655640/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=7183616 CPUtime=3303.01 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 744380 0 0 0 329779 522 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 1795904 5980 1 0 1809816 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=5628 CPUtime=2968.98 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 330608 0 0 0 296723 175 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=5628 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 3518 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 3303.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7183616 KiB

[startup+3102.3 s]
/proc/loadavg: 5.12 5.09 4.82 7/334 993858
/proc/meminfo: memFree=93553872/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=7183616 CPUtime=3376.15 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 761167 0 0 0 337079 536 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 1795904 5980 1 0 1809816 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=14364 CPUtime=3027.06 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 339599 0 0 0 302530 176 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 3520 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=48536 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 3376.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7183616 KiB

[startup+3162.3 s]
/proc/loadavg: 4.82 5.01 4.81 5/331 993934
/proc/meminfo: memFree=100250496/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=7183616 CPUtime=3451.68 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 766888 0 0 0 344613 555 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 1795904 5980 1 0 1809816 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=7183616 CPUtime=3085.5 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 341567 0 0 0 308372 178 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=100 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 3574 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 3451.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7183616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.89 4.98 4.81 6/332 993947
/proc/meminfo: memFree=99326700/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=7183616 CPUtime=3528.36 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 786877 0 0 0 352262 574 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 1795904 5980 1 0 1809816 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=14364 CPUtime=3143.56 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 350686 0 0 0 314177 179 0 0 20 0 20 0 185164391 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=48536 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 3660 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=7183616 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 1795904 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 3528.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7183616 KiB

[startup+3282.3 s]
/proc/loadavg: 4.62 4.89 4.79 5/332 993957
/proc/meminfo: memFree=98503244/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=7994520 CPUtime=3599.85 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 790797 0 0 0 359380 605 0 0 20 0 20 0 185164391 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 1998630 5980 1 0 2012428 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=7981888 CPUtime=3202.09 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 353177 0 0 0 320012 197 0 0 20 0 20 0 185164391 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 32 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=48536 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 3687 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=7981880 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 3599.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7994520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3282.5 s]
/proc/loadavg: 4.62 4.89 4.79 5/332 993957
/proc/meminfo: memFree=98503244/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19108176 memory=7994520 CPUtime=3600.05 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 790821 0 0 0 359400 605 0 0 20 0 20 0 185164391 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4777044 1998630 5980 1 0 2012428 0
[pid=992021/tid=992028] ppid=992016 vsize=19108176 memory=7981888 CPUtime=3202.29 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) R 992016 992021 991963 0 -1 4194368 353201 0 0 0 320032 197 0 0 20 0 20 0 185164391 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 32 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185164393 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19108176 memory=48536 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 3687 0 0 0 0 0 0 0 20 0 20 0 185164394 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992110] ppid=992016 vsize=19108176 memory=7981880 CPUtime=0 cores=0,2
/proc/992021/task/992110/stat : 992110 (Timer-0) S 992016 992021 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185164777 19566772224 1998630 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7994520 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.18 s, system=6.0868 s

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

[startup+3282.61 s]
/proc/loadavg: 4.62 4.89 4.79 5/332 993957
/proc/meminfo: memFree=98503244/131524600 swapFree=131071216/131071996
[pid=992021] ppid=992016 vsize=19307868 memory=7995160 CPUtime=3600.21 cores=0,2
/proc/992021/stat : 992021 (java) S 992016 992021 991963 0 -1 1077936128 792982 0 0 0 359415 606 0 0 20 0 21 0 185164391 19771256832 1998790 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
/proc/992021/statm: 4826967 1998790 5979 1 0 2013363 0
[pid=992021/tid=992028] ppid=992016 vsize=19307868 memory=-8744981581645783740 CPUtime=3202.31 cores=0,2
/proc/992021/task/992028/stat : 992028 (java) S 992016 992021 991963 0 -1 1077936192 353254 0 0 0 320034 197 0 0 20 0 21 0 185164391 19771256832 1998790 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 32 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992070] ppid=992016 vsize=19307868 memory=20776 CPUtime=0 cores=0,2
/proc/992021/task/992070/stat : 992070 (Finalizer) S 992016 992021 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185164393 19771256832 1998790 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
[pid=992021/tid=992087] ppid=992016 vsize=19307868 memory=19760 CPUtime=0 cores=0,2
/proc/992021/task/992087/stat : 992087 (Common-Cleaner) S 992016 992021 991963 0 -1 1077936192 3687 0 0 0 0 0 0 0 20 0 21 0 185164394 19771256832 1998790 134679101440 94702662815744 94702662819440 140725610595424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94702662827256 94702662828048 94702674989056 140725610603503 140725610603616 140725610603616 140725610610632 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 7995160 KiB

Child status: 143

Real time (s): 3282.66
CPU time (s): 3600.26
CPU user time (s): 3594.18
CPU system time (s): 6.0868
CPU usage (%): 109.675
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 7995160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.18
system time used= 6.0868
maximum resident set size= 7996052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 793164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121625
involuntary context switches= 46066


# summary of solver processes directly reported to runsolver:
#   pid: 992021
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3594.18
#   total CPU system time (s): 6.0868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.9199 second user time and 16.8008 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 21:13:52
IDJOB=4446065
IDBENCH=155442
IDSOLVER=3046
FILE ID=nodeC018/4446065-1721330020
RUNJOBID= nodeC018-1721330032-991973
SLURM_JOB_ID= 7542703
Free space on /tmp= 890048 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-24.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446065-1721330020/watcher-4446065-1721330020 -o /tmp/evaluation-result-4446065-1721330020/solver-4446065-1721330020 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991973 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446065-1721330020.opb

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

MD5SUM BENCH= 0ffe17eea1acb86364611cfd69bcd9b8
RANDOM SEED=107026050

nodeC018.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3628.727
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3646.216
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3562.002
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3606.287
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3424.618
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3669.625
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3645.060
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3257.743
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127962528 kB
MemAvailable:   129772480 kB
Buffers:          491276 kB
Cached:          2149900 kB
SwapCached:          148 kB
Active:           996176 kB
Inactive:        1979692 kB
Active(anon):       1460 kB
Inactive(anon):   379012 kB
Active(file):     994716 kB
Inactive(file):  1600680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             36320 kB
Writeback:             0 kB
AnonPages:        334352 kB
Mapped:           107624 kB
Shmem:             45784 kB
KReclaimable:     108756 kB
Slab:             204304 kB
SReclaimable:     108756 kB
SUnreclaim:        95548 kB
KernelStack:        3936 kB
PageTables:         9976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     775812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890008 MiB
End job on nodeC018 at 2024-07-18 22:08:35