Trace number 4443935

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.41 3451.78

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
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 benchmark8.6827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.14	c java.vm.version	22.0.1+8-16
0.13/0.14	c java.vm.vendor	Oracle Corporation
0.13/0.14	c sun.arch.data.model	64
0.13/0.14	c java.version		22.0.1
0.13/0.14	c os.name		Linux
0.13/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.14	c os.arch		amd64
0.13/0.14	c Free memory 		2113181440
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.13/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.21	 - never skip resolution steps
0.13/0.21	 - Auto-division on coefficients is disabled
0.13/0.21	 - No postprocessing
0.13/0.21	 - Conflict is considered as is when resolving
0.13/0.21	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.21	 - Weaken first using unassigned literals
0.13/0.21	 - Bump strategy: ALWAYS_ONE
0.13/0.21	 - Bumper: ASSIGNED
0.13/0.21	--- Begin Solver configuration ---
0.13/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.21	Learn all clauses as in MiniSAT
0.13/0.21	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.21	No reason simplification
0.13/0.21	Armin Biere (Picosat) restarts strategy
0.13/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.21	timeout=2147483s
0.13/0.21	DB Simplification allowed=false
0.13/0.21	Listener: none
0.13/0.21	--- End Solver configuration ---
0.13/0.22	c Pseudo Boolean Optimization by upper bound
0.13/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.22	c  - never skip resolution steps
0.13/0.22	c  - Auto-division on coefficients is disabled
0.13/0.22	c  - No postprocessing
0.13/0.22	c  - Conflict is considered as is when resolving
0.13/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.22	c  - Weaken first using unassigned literals
0.13/0.22	c  - Bump strategy: ALWAYS_ONE
0.13/0.22	c  - Bumper: ASSIGNED
0.13/0.22	c --- Begin Solver configuration ---
0.13/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.22	c Learn all clauses as in MiniSAT
0.13/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.22	c No reason simplification
0.13/0.22	c Armin Biere (Picosat) restarts strategy
0.13/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.22	c timeout=2147483s
0.13/0.22	c DB Simplification allowed=false
0.13/0.22	c Listener: none
0.13/0.22	c --- End Solver configuration ---
0.13/0.22	c solving HOME/instance-4443935-1721316983.opb
0.13/0.22	c reading problem ... 
0.13/0.22	c  no objective function found
2.75/1.52	c ... done. Wall clock time 1.306s.
2.75/1.52	c declared #vars     1020
2.75/1.52	c #constraints  43180
2.75/1.52	c constraints type 
2.75/1.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
2.75/1.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
2.75/1.52	c 43180 constraints processed.
6.13/3.27	c cleaning 32 clauses out of 5000 with flag 0/5000
8.85/4.62	c cleaning 21 clauses out of 10968 with flag 0/11000
10.52/6.10	c cleaning 52 clauses out of 17952 with flag 0/18005
14.27/8.76	c cleaning 89 clauses out of 25895 with flag 0/26000
17.88/11.67	c cleaning 99 clauses out of 34807 with flag 0/35001
21.87/15.25	c cleaning 193 clauses out of 44708 with flag 0/45001
26.60/19.26	c cleaning 149 clauses out of 55516 with flag 0/56002
31.44/23.89	c cleaning 201 clauses out of 67365 with flag 0/68000
38.50/30.71	c cleaning 197 clauses out of 80165 with flag 0/81001
45.43/37.49	c cleaning 238 clauses out of 93967 with flag 0/95000
54.94/46.76	c cleaning 261 clauses out of 108730 with flag 0/110001
65.50/57.04	c cleaning 249 clauses out of 124468 with flag 0/126000
78.22/69.43	c cleaning 272 clauses out of 141219 with flag 0/143000
92.89/83.79	c cleaning 482 clauses out of 158949 with flag 0/161002
111.93/102.56	c cleaning 372 clauses out of 177466 with flag 0/180001
128.57/118.74	c cleaning 300 clauses out of 197094 with flag 0/200001
151.21/140.88	c cleaning 520 clauses out of 217799 with flag 0/221006
176.63/165.52	c cleaning 577 clauses out of 239273 with flag 0/243000
211.20/199.22	c cleaning 561 clauses out of 261696 with flag 0/266000
250.37/237.57	c cleaning 441 clauses out of 285137 with flag 0/290002
293.78/279.94	c cleaning 515 clauses out of 309697 with flag 0/315003
342.44/327.49	c cleaning 562 clauses out of 335179 with flag 0/341000
387.73/371.79	c cleaning 639 clauses out of 361620 with flag 0/368003
441.82/424.35	c cleaning 771 clauses out of 388978 with flag 0/396000
498.12/478.60	c cleaning 519 clauses out of 417208 with flag 0/425001
559.61/538.20	c cleaning 605 clauses out of 446689 with flag 0/455001
623.64/600.23	c cleaning 923 clauses out of 477083 with flag 0/486000
712.66/686.27	c cleaning 914 clauses out of 508162 with flag 0/518002
794.84/765.65	c cleaning 846 clauses out of 540246 with flag 0/551000
913.26/880.72	c cleaning 1588 clauses out of 573401 with flag 0/585001
1012.99/976.49	c cleaning 732 clauses out of 606812 with flag 0/620000
1111.35/1070.56	c cleaning 784 clauses out of 642080 with flag 0/656000
1223.38/1177.65	c cleaning 1030 clauses out of 678296 with flag 0/693000
1363.66/1312.64	c cleaning 1469 clauses out of 715273 with flag 0/731007
1500.75/1444.23	c cleaning 1930 clauses out of 752797 with flag 0/770000
1615.64/1554.13	c cleaning 1152 clauses out of 790867 with flag 0/810000
1735.17/1669.23	c cleaning 1506 clauses out of 830715 with flag 0/851000
1895.30/1823.29	c cleaning 1229 clauses out of 871209 with flag 0/893000
2100.31/2018.56	c cleaning 1039 clauses out of 912981 with flag 0/936001
2303.58/2212.26	c cleaning 1204 clauses out of 955941 with flag 0/980000
2513.79/2413.70	c cleaning 1578 clauses out of 999737 with flag 0/1025000
2704.65/2597.84	c cleaning 1657 clauses out of 1044159 with flag 0/1071000
2944.10/2826.48	c cleaning 1446 clauses out of 1089507 with flag 0/1118005
3217.91/3089.40	c cleaning 2124 clauses out of 1136057 with flag 0/1166001
3502.04/3358.12	c cleaning 1583 clauses out of 1182932 with flag 0/1215000
3600.03/3451.52	c starts		: 190
3600.03/3451.53	c timeout
3600.03/3451.54	c conflicts		: 1231773
3600.03/3451.54	c decisions		: 1476374
3600.03/3451.54	c propagations		: 109647637
3600.03/3451.54	c inspects		: 8263010951
3600.03/3451.54	c shortcuts		: 0
3600.03/3451.54	c learnt literals	: 0
3600.03/3451.54	c learnt binary clauses	: 0
3600.03/3451.54	c learnt ternary clauses	: 0
3600.03/3451.54	c learnt constraints	: 1231772
3600.03/3451.54	c ignored constraints	: 0
3600.03/3451.54	c root simplifications	: 0
3600.03/3451.54	c removed literals (reason simplification)	: 0
3600.03/3451.54	c reason swapping (by a shorter reason)	: 0
3600.03/3451.54	c Calls to reduceDB	: 45
3600.03/3451.54	c Number of update (reduction) of LBD	: 1895
3600.03/3451.55	c Imported unit clauses	: 0
3600.03/3451.55	c No decision after first conflict	: false
3600.03/3451.55	c number of reductions to clauses (during analyze)	: 0
3600.03/3451.55	c number of learned constraints concerned by reduction	: 0
3600.03/3451.55	c number of learning phase by resolution	: 0
3600.03/3451.55	c number of learning phase by cutting planes	: 0
3600.03/3451.55	c number of rounding to 1 operations	: 186854
3600.03/3451.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3451.55	c number of reductions of the coefficients by power 2 	: 0
3600.03/3451.55	c number of right shift for reduction by power 2 	: 0
3600.03/3451.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3451.55	c number of ending skipping 	: 0
3600.03/3451.55	c number of internal skipping 	: 0
3600.03/3451.55	c number of derivation steps 	: 30599069
3600.03/3451.55	c number of skipped derivation steps 	: 0
3600.03/3451.55	c number of remaining unassigned 	: 7
3600.03/3451.55	c number of remaining assigned 	: 16799811
3600.03/3451.55	c number of falsified literals weakened from reason	: 0
3600.03/3451.55	c number of falsified literals weakened from conflict	: 0
3600.03/3451.55	c time for arithmetic operations	: 2747262562
3600.03/3451.56	c minimum degree of deleted constraints	: 4
3600.03/3451.56	c maximum degree of deleted constraints	: 61
3600.03/3451.56	c number of deleted constraints	: 33651
3600.03/3451.56	c speed (assignments/second)	: 31781.619770013796
3600.03/3451.56	c non guided choices	: 194
3600.30/3451.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 972965
3600.30/3451.75	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 85
3600.30/3451.75	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 225071
3600.30/3451.75	s UNKNOWN
3600.30/3451.75	c Total wall clock time (in seconds): 3451.542

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: 64059 MiB (57977 MiB free)
  memory of node 1: 64510 MiB (54061 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443935-1721316983/watcher-4443935-1721316983 -o /tmp/evaluation-result-4443935-1721316983/solver-4443935-1721316983 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957069 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443935-1721316983.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=958468, runsolver pid=958465

[startup+0.109019 s]*
/proc/loadavg: 4.62 3.93 3.46 6/317 958486
/proc/meminfo: memFree=114691648/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=18975048 memory=56308 CPUtime=0.13 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 6630 0 0 0 11 2 0 0 20 0 18 0 183857880 19430449152 14077 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4743762 14077 5581 1 0 550926 0
[pid=958468/tid=958470] ppid=958465 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 5539 0 0 0 7 1 0 0 20 0 18 0 183857880 19430449152 14077 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183857883 19430449152 14077 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183857883 19430449152 14077 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56308 KiB

[startup+0.215005 s]*
/proc/loadavg: 4.62 3.93 3.46 8/317 958486
/proc/meminfo: memFree=114679984/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=18975048 memory=67972 CPUtime=0.31 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 7520 0 0 0 29 2 0 0 20 0 18 0 183857880 19430449152 16993 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4743762 16993 5610 1 0 551693 0
[pid=958468/tid=958470] ppid=958465 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 6066 0 0 0 18 1 0 0 20 0 18 0 183857880 19430449152 16993 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=18975048 memory=671 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183857883 19430449152 16993 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183857883 19430449152 16993 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67972 KiB

[startup+0.321007 s]*
/proc/loadavg: 4.62 3.93 3.46 7/317 958486
/proc/meminfo: memFree=114666996/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=18975048 memory=83660 CPUtime=0.52 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 7619 0 0 0 49 3 0 0 20 0 18 0 183857880 19430449152 20915 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4743762 20915 5806 1 0 551722 0
[pid=958468/tid=958470] ppid=958465 vsize=18975048 memory=-8815627377050952380 CPUtime=0.29 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 6091 0 0 0 28 1 0 0 20 0 18 0 183857880 19430449152 20915 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183857883 19430449152 20915 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183857883 19430449152 20915 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83660 KiB

[startup+0.701003 s]
/proc/loadavg: 4.62 3.93 3.46 5/317 958486
/proc/meminfo: memFree=114616276/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19041612 memory=164100 CPUtime=1.18 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 9374 0 0 0 113 5 0 0 20 0 19 0 183857880 19498610688 41025 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4760403 41025 5806 1 0 553063 0
[pid=958468/tid=958470] ppid=958465 vsize=19041612 memory=5544 CPUtime=0.62 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 6132 0 0 0 59 3 0 0 20 0 19 0 183857880 19498610688 41025 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19041612 memory=12776 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183857883 19498610688 41025 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183857883 19498610688 41025 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164100 KiB

[startup+1.503 s]
/proc/loadavg: 4.62 3.93 3.46 6/318 958487
/proc/meminfo: memFree=114579680/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19041612 memory=264112 CPUtime=2.75 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 25838 0 0 0 266 9 0 0 20 0 19 0 183857880 19498610688 66028 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4760403 66028 5870 1 0 559260 0
[pid=958468/tid=958470] ppid=958465 vsize=19041612 memory=12776 CPUtime=1.39 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 6754 0 0 0 135 4 0 0 20 0 19 0 183857880 19498610688 66028 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183857883 19498610688 66028 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183857883 19498610688 66028 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 264112 KiB

[startup+3.106 s]
/proc/loadavg: 4.62 3.93 3.46 6/319 958489
/proc/meminfo: memFree=114305352/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19108176 memory=438296 CPUtime=5.94 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 29828 0 0 0 579 15 0 0 20 0 20 0 183857880 19566772224 109574 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4777044 109574 5870 1 0 559878 0
[pid=958468/tid=958470] ppid=958465 vsize=19108176 memory=198340509722 CPUtime=2.91 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 8015 0 0 0 283 8 0 0 20 0 20 0 183857880 19566772224 109574 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 109574 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 109574 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19108176 memory=265980 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183858033 19566772224 109574 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 438296 KiB

[startup+6.301 s]
/proc/loadavg: 4.73 3.97 3.48 5/319 958489
/proc/meminfo: memFree=113808468/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19108176 memory=1009508 CPUtime=11.01 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 30940 0 0 0 1075 26 0 0 20 0 20 0 183857880 19566772224 252377 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4777044 252377 5870 1 0 666459 0
[pid=958468/tid=958470] ppid=958465 vsize=19108176 memory=0 CPUtime=6.01 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 8526 0 0 0 582 19 0 0 20 0 20 0 183857880 19566772224 252377 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 252377 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19108176 memory=294480 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 252377 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19108176 memory=798564 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183858033 19566772224 252377 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 11.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1009508 KiB

[startup+12.7005 s]
/proc/loadavg: 4.75 3.99 3.49 5/319 958489
/proc/meminfo: memFree=112855956/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19108176 memory=2043708 CPUtime=19.04 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 33627 0 0 0 1856 48 0 0 20 0 20 0 183857880 19566772224 510927 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4777044 510927 5870 1 0 1029979 0
[pid=958468/tid=958470] ppid=958465 vsize=19108176 memory=1715988 CPUtime=11.97 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 9028 0 0 0 1158 39 0 0 20 0 20 0 183857880 19566772224 510927 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 510927 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19108176 memory=6083344288465904467 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 510927 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183858033 19566772224 510927 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 19.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2043708 KiB

[startup+25.5004 s]
/proc/loadavg: 4.66 4.00 3.50 5/319 958492
/proc/meminfo: memFree=112100236/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19108176 memory=2478972 CPUtime=33.23 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 38952 0 0 0 3263 60 0 0 20 0 20 0 183857880 19566772224 619743 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4777044 619743 5874 1 0 1029985 0
[pid=958468/tid=958470] ppid=958465 vsize=19108176 memory=6083344288465904467 CPUtime=24.03 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 11140 0 0 0 2356 47 0 0 20 0 20 0 183857880 19566772224 619743 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 619743 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19108176 memory=1984 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 619743 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19108176 memory=-8815627377050952380 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183858033 19566772224 619743 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 33.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2478972 KiB

[startup+51.1138 s]
/proc/loadavg: 4.49 4.02 3.52 5/319 958495
/proc/meminfo: memFree=110858036/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19108176 memory=3571204 CPUtime=59.48 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 46060 0 0 0 5863 85 0 0 20 0 20 0 183857880 19566772224 892801 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4777044 892801 5874 1 0 1307815 0
[pid=958468/tid=958470] ppid=958465 vsize=19108176 memory=3571176 CPUtime=48.9 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 14976 0 0 0 4820 70 0 0 20 0 20 0 183857880 19566772224 892801 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 892801 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 183857883 19566772224 892801 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183858033 19566772224 892801 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0

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

Current children cumulated memory: 7282428 KiB

[startup+3162.3 s]
/proc/loadavg: 4.86 4.48 4.34 5/321 960397
/proc/meminfo: memFree=117555184/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19174740 memory=7282428 CPUtime=3294.29 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 424070 0 0 0 329049 380 0 0 20 0 21 0 183857880 19634933760 1820607 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4793685 1820607 5889 1 0 1865307 0
[pid=958468/tid=958470] ppid=958465 vsize=19174740 memory=7282428 CPUtime=3077.53 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 249737 0 0 0 307598 155 0 0 20 0 21 0 183857880 19634933760 1820607 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19174740 memory=7282428 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 183857883 19634933760 1820607 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19174740 memory=7282428 CPUtime=0.01 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 3732 0 0 0 0 1 0 0 20 0 21 0 183857883 19634933760 1820607 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19174740 memory=7282428 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183858033 19634933760 1820607 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 3294.29 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7282428 KiB

[startup+3222.3 s]
/proc/loadavg: 4.48 4.44 4.34 5/321 960407
/proc/meminfo: memFree=116635648/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19174740 memory=7282600 CPUtime=3358.42 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 433129 0 0 0 335458 384 0 0 20 0 21 0 183857880 19634933760 1820650 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4793685 1820650 5889 1 0 1865352 0
[pid=958468/tid=958470] ppid=958465 vsize=19174740 memory=7282472 CPUtime=3135.91 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 254580 0 0 0 313436 155 0 0 20 0 21 0 183857880 19634933760 1820650 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19174740 memory=7282600 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 183857883 19634933760 1820650 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19174740 memory=7282600 CPUtime=0.01 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 3828 0 0 0 0 1 0 0 20 0 21 0 183857883 19634933760 1820650 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19174740 memory=19508 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183858033 19634933760 1820650 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 3358.42 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7282600 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.43 4.34 5/324 960476
/proc/meminfo: memFree=116515968/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19174740 memory=7282740 CPUtime=3422.41 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 441933 0 0 0 341852 389 0 0 20 0 21 0 183857880 19634933760 1820685 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4793685 1820685 5889 1 0 1865394 0
[pid=958468/tid=958470] ppid=958465 vsize=19174740 memory=7282676 CPUtime=3194.06 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 259887 0 0 0 319249 157 0 0 20 0 21 0 183857880 19634933760 1820685 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19174740 memory=7282676 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 183857883 19634933760 1820685 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19174740 memory=11464 CPUtime=0.01 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 3922 0 0 0 0 1 0 0 20 0 21 0 183857883 19634933760 1820685 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19174740 memory=7282676 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183858033 19634933760 1820685 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 3422.41 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7282740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.38 4.33 5/324 960487
/proc/meminfo: memFree=116428644/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19174740 memory=7282744 CPUtime=3485.5 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 450772 0 0 0 348156 394 0 0 20 0 21 0 183857880 19634933760 1820686 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4793685 1820686 5889 1 0 1865394 0
[pid=958468/tid=958470] ppid=958465 vsize=19174740 memory=11464 CPUtime=3252.8 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 265931 0 0 0 325122 158 0 0 20 0 21 0 183857880 19634933760 1820686 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19174740 memory=7282744 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 183857883 19634933760 1820686 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19174740 memory=7282744 CPUtime=0.01 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 4015 0 0 0 0 1 0 0 20 0 21 0 183857883 19634933760 1820686 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19174740 memory=7282744 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183858033 19634933760 1820686 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 3485.5 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7282744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.40 4.34 5/324 960498
/proc/meminfo: memFree=116339520/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19174740 memory=7282760 CPUtime=3548.33 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 459293 0 0 0 354435 398 0 0 20 0 21 0 183857880 19634933760 1820690 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4793685 1820690 5889 1 0 1865394 0
[pid=958468/tid=958470] ppid=958465 vsize=19174740 memory=7282760 CPUtime=3310.98 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 270927 0 0 0 330939 159 0 0 20 0 21 0 183857880 19634933760 1820690 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19174740 memory=7282760 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 183857883 19634933760 1820690 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19174740 memory=5544 CPUtime=0.01 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 4098 0 0 0 0 1 0 0 20 0 21 0 183857883 19634933760 1820690 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19174740 memory=7282760 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183858033 19634933760 1820690 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 3548.33 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7282760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3451.5 s]
/proc/loadavg: 4.21 4.35 4.33 5/323 960507
/proc/meminfo: memFree=116289560/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19174740 memory=7282764 CPUtime=3600.03 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 467513 0 0 0 359602 401 0 0 20 0 21 0 183857880 19634933760 1820691 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4793685 1820691 5889 1 0 1865395 0
[pid=958468/tid=958470] ppid=958465 vsize=19174740 memory=11464 CPUtime=3359.16 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) R 958465 958468 957012 0 -1 4194368 276046 0 0 0 335756 160 0 0 20 0 21 0 183857880 19634933760 1820691 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19174740 memory=7282764 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 183857883 19634933760 1820691 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19174740 memory=43720 CPUtime=0.01 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 4205 0 0 0 0 1 0 0 20 0 21 0 183857883 19634933760 1820691 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958488] ppid=958465 vsize=19174740 memory=32144 CPUtime=0 cores=4,6
/proc/958468/task/958488/stat : 958488 (Timer-0) S 958465 958468 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183858033 19634933760 1820691 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7282764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.36 s, system=4.05131 s

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

[startup+3451.6 s]
/proc/loadavg: 4.21 4.35 4.33 5/323 960507
/proc/meminfo: memFree=116289560/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19374432 memory=7283848 CPUtime=3600.2 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 471395 0 0 0 359618 402 0 0 20 0 22 0 183857880 19839418368 1820962 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4843608 1820962 5903 1 0 1866357 0
[pid=958468/tid=958470] ppid=958465 vsize=19374432 memory=-8815627377050952380 CPUtime=3359.19 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) S 958465 958468 957012 0 -1 1077936192 276137 0 0 0 335759 160 0 0 20 0 22 0 183857880 19839418368 1820962 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19374432 memory=32664 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 22 0 183857883 19839418368 1820962 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19374432 memory=3680 CPUtime=0.01 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 4205 0 0 0 0 1 0 0 20 0 22 0 183857883 19839418368 1820962 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 7283848 KiB

[startup+3451.7 s]
/proc/loadavg: 4.21 4.35 4.33 5/323 960507
/proc/meminfo: memFree=116289560/131655788 swapFree=131071996/131071996
[pid=958468] ppid=958465 vsize=19374432 memory=7283928 CPUtime=3600.3 cores=4,6
/proc/958468/stat : 958468 (java) S 958465 958468 957012 0 -1 1077936128 471513 0 0 0 359628 402 0 0 20 0 22 0 183857880 19839418368 1820982 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
/proc/958468/statm: 4843608 1820982 5903 1 0 1866361 0
[pid=958468/tid=958470] ppid=958465 vsize=19374432 memory=11464 CPUtime=3359.19 cores=4,6
/proc/958468/task/958470/stat : 958470 (java) S 958465 958468 957012 0 -1 1077936192 276137 0 0 0 335759 160 0 0 20 0 22 0 183857880 19839418368 1820982 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958479] ppid=958465 vsize=19374432 memory=7282764 CPUtime=0 cores=4,6
/proc/958468/task/958479/stat : 958479 (Finalizer) S 958465 958468 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 22 0 183857883 19839418368 1820982 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
[pid=958468/tid=958486] ppid=958465 vsize=19374432 memory=43720 CPUtime=0.01 cores=4,6
/proc/958468/task/958486/stat : 958486 (Common-Cleaner) S 958465 958468 957012 0 -1 1077936192 4205 0 0 0 0 1 0 0 20 0 22 0 183857883 19839418368 1820982 134679101440 94712532348928 94712532352624 140723889621824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712532360440 94712532361232 94712560488448 140723889628143 140723889628256 140723889628256 140723889635272 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 7283928 KiB

Child status: 143

Real time (s): 3451.78
CPU time (s): 3600.41
CPU user time (s): 3596.36
CPU system time (s): 4.05131
CPU usage (%): 104.306
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 7283928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.36
system time used= 4.05131
maximum resident set size= 7284928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127585
involuntary context switches= 10720


# summary of solver processes directly reported to runsolver:
#   pid: 958468
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3596.36
#   total CPU system time (s): 4.05131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0105 second user time and 38.0587 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 17:36:35
IDJOB=4443935
IDBENCH=147891
IDSOLVER=3046
FILE ID=nodeC009/4443935-1721316983
RUNJOBID= nodeC009-1721316605-957069
SLURM_JOB_ID= 7542654
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443935-1721316983/watcher-4443935-1721316983 -o /tmp/evaluation-result-4443935-1721316983/solver-4443935-1721316983 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957069 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443935-1721316983.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=2128412478

nodeC009.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	: 0xb00001f
cpu MHz		: 3634.106
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3608.084
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.402
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.494
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3644.837
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3625.018
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.328
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.439
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114727376 kB
MemAvailable:   115468436 kB
Buffers:          513012 kB
Cached:          1066368 kB
SwapCached:            0 kB
Active:          1011424 kB
Inactive:       15344096 kB
Active(anon):       1460 kB
Inactive(anon): 14812376 kB
Active(file):    1009964 kB
Inactive(file):   531720 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2280 kB
Writeback:             0 kB
AnonPages:      14775876 kB
Mapped:           126300 kB
Shmem:             37700 kB
KReclaimable:      78812 kB
Slab:             178264 kB
SReclaimable:      78812 kB
SUnreclaim:        99452 kB
KernelStack:        4848 kB
PageTables:        39004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15863976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14467072 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-18 18:34:07