Trace number 4446035

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.61 3534.04

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-60.opb
MD5SUM0cc29dda69c4373ab2687cf37dcdce8e
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 benchmark70.6443
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.16/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.16/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.16/0.12	c java.vm.version	22.0.1+8-16
0.16/0.12	c java.vm.vendor	Oracle Corporation
0.16/0.12	c sun.arch.data.model	64
0.16/0.12	c java.version		22.0.1
0.16/0.12	c os.name		Linux
0.16/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.16/0.12	c os.arch		amd64
0.16/0.12	c Free memory 		2115194816
0.16/0.12	c Max memory 		16282288128
0.16/0.12	c Total memory 		2122317824
0.16/0.13	c Number of processors 	2
0.34/0.29	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.29	 - never skip resolution steps
0.34/0.29	 - Auto-division on coefficients is disabled
0.34/0.29	 - No postprocessing
0.34/0.29	 - Conflict is considered as is when resolving
0.34/0.29	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.34/0.29	 - Weaken first using unassigned literals
0.34/0.29	 - Bump strategy: ALWAYS_ONE
0.34/0.29	 - Bumper: ASSIGNED
0.34/0.29	--- Begin Solver configuration ---
0.34/0.29	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.34/0.29	Learn all clauses as in MiniSAT
0.34/0.29	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.29	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.29	No reason simplification
0.34/0.29	Armin Biere (Picosat) restarts strategy
0.34/0.29	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.34/0.29	timeout=2147483s
0.34/0.29	DB Simplification allowed=false
0.34/0.29	Listener: none
0.34/0.29	--- End Solver configuration ---
0.34/0.29	c Pseudo Boolean Optimization by upper bound
0.34/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.29	c  - never skip resolution steps
0.34/0.29	c  - Auto-division on coefficients is disabled
0.34/0.29	c  - No postprocessing
0.34/0.29	c  - Conflict is considered as is when resolving
0.34/0.29	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.34/0.29	c  - Weaken first using unassigned literals
0.34/0.29	c  - Bump strategy: ALWAYS_ONE
0.34/0.29	c  - Bumper: ASSIGNED
0.34/0.29	c --- Begin Solver configuration ---
0.34/0.29	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.34/0.29	c Learn all clauses as in MiniSAT
0.34/0.29	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.29	c No reason simplification
0.34/0.29	c Armin Biere (Picosat) restarts strategy
0.34/0.29	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.34/0.29	c timeout=2147483s
0.34/0.29	c DB Simplification allowed=false
0.34/0.29	c Listener: none
0.34/0.29	c --- End Solver configuration ---
0.34/0.29	c solving HOME/instance-4446035-1721326940.opb
0.34/0.29	c reading problem ... 
0.34/0.29	c  no objective function found
9.30/6.84	c ... done. Wall clock time 6.557s.
9.30/6.84	c declared #vars     12587
9.30/6.84	c #constraints  284398
9.30/6.84	c constraints type 
9.30/6.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
9.30/6.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
9.30/6.84	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 27909
9.30/6.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
9.30/6.84	c 284398 constraints processed.
13.43/8.99	c cleaning 18 clauses out of 5000 with flag 0/5000
15.91/10.51	c cleaning 1 clauses out of 10982 with flag 0/11000
18.21/12.51	c cleaning 4 clauses out of 17981 with flag 0/18000
21.65/15.33	c cleaning 9 clauses out of 25977 with flag 0/26000
26.48/18.74	c cleaning 137 clauses out of 34969 with flag 0/35001
31.69/23.41	c cleaning 104 clauses out of 44831 with flag 0/45000
37.52/29.15	c cleaning 147 clauses out of 55727 with flag 0/56000
43.39/34.85	c cleaning 735 clauses out of 67580 with flag 0/68000
51.85/43.24	c cleaning 90 clauses out of 79845 with flag 0/81000
62.42/53.64	c cleaning 59 clauses out of 93757 with flag 0/95002
74.41/65.37	c cleaning 788 clauses out of 108696 with flag 0/110000
89.64/80.56	c cleaning 674 clauses out of 123908 with flag 0/126000
105.48/96.37	c cleaning 1595 clauses out of 140235 with flag 0/143001
126.40/117.15	c cleaning 1329 clauses out of 156639 with flag 0/161000
149.57/140.12	c cleaning 1972 clauses out of 174310 with flag 0/180000
172.73/162.99	c cleaning 1708 clauses out of 192344 with flag 0/200006
208.18/197.82	c cleaning 2530 clauses out of 211631 with flag 0/221001
252.46/241.12	c cleaning 3113 clauses out of 231100 with flag 0/243000
310.36/296.91	c cleaning 2027 clauses out of 250986 with flag 0/266000
374.00/360.11	c cleaning 718 clauses out of 272959 with flag 0/290000
438.69/424.79	c cleaning 1222 clauses out of 297241 with flag 0/315000
499.78/485.55	c cleaning 304 clauses out of 322019 with flag 0/341000
539.66/524.31	c cleaning 6424 clauses out of 348718 with flag 0/368003
618.06/602.53	c cleaning 1867 clauses out of 370291 with flag 0/396000
733.10/717.35	c cleaning 306 clauses out of 397423 with flag 0/425000
807.71/791.04	c cleaning 4087 clauses out of 427116 with flag 0/455000
893.97/875.26	c cleaning 6025 clauses out of 454028 with flag 0/486000
997.96/977.82	c cleaning 2222 clauses out of 480002 with flag 0/518000
1180.97/1158.98	c cleaning 1755 clauses out of 510781 with flag 0/551001
1360.90/1336.57	c cleaning 4877 clauses out of 543025 with flag 0/585000
1434.89/1408.65	c cleaning 10019 clauses out of 573148 with flag 0/620000
1529.55/1501.77	c cleaning 6881 clauses out of 599129 with flag 0/656000
1651.52/1621.52	c cleaning 2604 clauses out of 629250 with flag 0/693002
1815.50/1782.60	c cleaning 1882 clauses out of 664645 with flag 0/731001
1939.84/1905.07	c cleaning 7084 clauses out of 701762 with flag 0/770000
2183.37/2147.69	c cleaning 0 clauses out of 734681 with flag 0/810003
2405.94/2367.09	c cleaning 2385 clauses out of 775678 with flag 0/851000
2632.95/2589.44	c cleaning 4042 clauses out of 815293 with flag 0/893000
2809.34/2754.21	c cleaning 10377 clauses out of 854252 with flag 0/936001
2996.79/2938.51	c cleaning 6360 clauses out of 887875 with flag 0/980001
3295.38/3234.96	c cleaning 2707 clauses out of 926514 with flag 0/1025000
3514.28/3451.50	c cleaning 4391 clauses out of 969808 with flag 0/1071001
3600.17/3533.85	c starts		: 188
3600.17/3533.87	c conflicts		: 1089322
3600.17/3533.87	c decisions		: 3371586
3600.17/3533.87	c propagations		: 454114299
3600.17/3533.87	c inspects		: 21753450402
3600.17/3533.87	c shortcuts		: 0
3600.17/3533.87	c learnt literals	: 5
3600.17/3533.87	c learnt binary clauses	: 212
3600.17/3533.87	c learnt ternary clauses	: 1450
3600.17/3533.87	c learnt constraints	: 1089317
3600.17/3533.87	c ignored constraints	: 0
3600.17/3533.87	c root simplifications	: 0
3600.17/3533.87	c removed literals (reason simplification)	: 0
3600.17/3533.87	c reason swapping (by a shorter reason)	: 0
3600.17/3533.87	c Calls to reduceDB	: 42
3600.17/3533.87	c Number of update (reduction) of LBD	: 134
3600.17/3533.87	c Imported unit clauses	: 0
3600.17/3533.87	c No decision after first conflict	: false
3600.17/3533.87	c number of reductions to clauses (during analyze)	: 0
3600.17/3533.87	c number of learned constraints concerned by reduction	: 0
3600.17/3533.87	c number of learning phase by resolution	: 0
3600.17/3533.87	c number of learning phase by cutting planes	: 0
3600.17/3533.87	c number of rounding to 1 operations	: 2024004
3600.17/3533.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.17/3533.87	c number of reductions of the coefficients by power 2 	: 0
3600.17/3533.87	c number of right shift for reduction by power 2 	: 0
3600.17/3533.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.17/3533.87	c number of ending skipping 	: 0
3600.17/3533.87	c number of internal skipping 	: 0
3600.17/3533.87	c number of derivation steps 	: 18752840
3600.17/3533.87	c number of skipped derivation steps 	: 0
3600.17/3533.87	c number of remaining unassigned 	: 10101
3600.17/3533.87	c number of remaining assigned 	: 36494992
3600.17/3533.87	c number of falsified literals weakened from reason	: 0
3600.17/3533.87	c number of falsified literals weakened from conflict	: 0
3600.17/3533.87	c time for arithmetic operations	: 32020659809
3600.17/3533.87	c minimum degree of deleted constraints	: 4
3600.17/3533.87	c maximum degree of deleted constraints	: 238535
3600.17/3533.87	c number of deleted constraints	: 105579
3600.17/3533.87	c timeout
3600.17/3533.88	c speed (assignments/second)	: 128753.2616843946
3600.17/3533.88	c non guided choices	: 210276
3600.55/3534.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 837236
3600.55/3534.01	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 238
3600.55/3534.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 212
3600.55/3534.01	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 146052
3600.55/3534.01	s UNKNOWN
3600.55/3534.01	c Total wall clock time (in seconds): 3533.729

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: 64096 MiB (48484 MiB free)
  memory of node 1: 64473 MiB (55697 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446035-1721326940/watcher-4446035-1721326940 -o /tmp/evaluation-result-4446035-1721326940/solver-4446035-1721326940 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968472 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446035-1721326940.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=976207, runsolver pid=976204

[startup+0.104555 s]*
/proc/loadavg: 4.26 4.32 4.26 7/318 976225
/proc/meminfo: memFree=106646244/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=18975048 memory=56676 CPUtime=0.16 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 6777 0 0 0 14 2 0 0 20 0 18 0 184852767 19430449152 14169 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4743762 14169 5521 1 0 551050 0
[pid=976207/tid=976209] ppid=976204 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 5670 0 0 0 9 1 0 0 20 0 18 0 184852768 19430449152 14169 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184852770 19430449152 14169 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184852771 19430449152 14169 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56676 KiB

[startup+0.221599 s]*
/proc/loadavg: 4.26 4.32 4.26 7/318 976225
/proc/meminfo: memFree=106639124/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=18975048 memory=64068 CPUtime=0.34 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 7440 0 0 0 31 3 0 0 20 0 18 0 184852767 19430449152 16017 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4743762 16017 5706 1 0 551588 0
[pid=976207/tid=976209] ppid=976204 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 5920 0 0 0 18 1 0 0 20 0 18 0 184852768 19430449152 16017 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=18975048 memory=18025 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184852770 19430449152 16017 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184852771 19430449152 16017 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64068 KiB

[startup+0.313596 s]*
/proc/loadavg: 4.26 4.32 4.26 7/318 976225
/proc/meminfo: memFree=106633824/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=18975048 memory=69224 CPUtime=0.48 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 7689 0 0 0 45 3 0 0 20 0 18 0 184852767 19430449152 17306 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4743762 17306 5711 1 0 551725 0
[pid=976207/tid=976209] ppid=976204 vsize=18975048 memory=-8889376028528779964 CPUtime=0.27 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 6058 0 0 0 25 2 0 0 20 0 18 0 184852768 19430449152 17306 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184852770 19430449152 17306 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184852771 19430449152 17306 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69224 KiB

[startup+0.708458 s]
/proc/loadavg: 4.26 4.32 4.26 6/319 976226
/proc/meminfo: memFree=106540876/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19041612 memory=378072 CPUtime=1.18 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 9652 0 0 0 108 10 0 0 20 0 19 0 184852767 19498610688 94518 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4760403 94518 5833 1 0 553096 0
[pid=976207/tid=976209] ppid=976204 vsize=19041612 memory=5624 CPUtime=0.59 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 6242 0 0 0 51 8 0 0 20 0 19 0 184852768 19498610688 94518 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19041612 memory=11936 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184852770 19498610688 94518 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184852771 19498610688 94518 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 378072 KiB

[startup+1.50059 s]
/proc/loadavg: 4.26 4.32 4.26 7/319 976226
/proc/meminfo: memFree=105620952/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19041612 memory=1329572 CPUtime=2.73 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 21535 0 0 0 241 32 0 0 20 0 19 0 184852767 19498610688 332393 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4760403 332393 5833 1 0 558989 0
[pid=976207/tid=976209] ppid=976204 vsize=19041612 memory=0 CPUtime=1.34 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 6700 0 0 0 107 27 0 0 20 0 19 0 184852768 19498610688 332393 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184852770 19498610688 332393 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19041612 memory=11936 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184852771 19498610688 332393 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1329572 KiB

[startup+3.10594 s]
/proc/loadavg: 4.40 4.35 4.27 7/319 976226
/proc/meminfo: memFree=104403428/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19041612 memory=2295176 CPUtime=5.05 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 23961 0 0 0 453 52 0 0 20 0 19 0 184852767 19498610688 573794 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4760403 573794 5833 1 0 803895 0
[pid=976207/tid=976209] ppid=976204 vsize=19041612 memory=11936 CPUtime=2.76 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) S 976204 976207 968460 0 -1 1077936192 7222 0 0 0 230 46 0 0 20 0 19 0 184852768 19498610688 573794 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184852770 19498610688 573794 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19041612 memory=4332896153167183 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184852771 19498610688 573794 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 5.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2295176 KiB

[startup+6.30659 s]
/proc/loadavg: 4.40 4.35 4.27 6/319 976226
/proc/meminfo: memFree=101827536/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19041612 memory=4865948 CPUtime=8.81 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 25934 0 0 0 778 103 0 0 20 0 19 0 184852767 19498610688 1216487 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4760403 1216487 5833 1 0 1461911 0
[pid=976207/tid=976209] ppid=976204 vsize=19041612 memory=11936 CPUtime=5.71 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 8612 0 0 0 475 96 0 0 20 0 19 0 184852768 19498610688 1216487 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19041612 memory=2295064 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184852770 19498610688 1216487 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19041612 memory=12740 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184852771 19498610688 1216487 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 8.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4865948 KiB

[startup+12.7006 s]
/proc/loadavg: 4.48 4.37 4.28 6/320 976229
/proc/meminfo: memFree=101136064/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19108176 memory=5558460 CPUtime=18.47 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 32111 0 0 0 1729 118 0 0 20 0 20 0 184852767 19566772224 1389615 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4777044 1389615 5833 1 0 1634002 0
[pid=976207/tid=976209] ppid=976204 vsize=19108176 memory=12740 CPUtime=11.8 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 9662 0 0 0 1072 108 0 0 20 0 20 0 184852768 19566772224 1389615 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19108176 memory=5555928 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184852770 19566772224 1389615 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19108176 memory=4865948 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184852771 19566772224 1389615 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19108176 memory=2295176 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184853452 19566772224 1389615 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 18.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5558460 KiB

[startup+25.5005 s]
/proc/loadavg: 4.41 4.35 4.27 6/320 976230
/proc/meminfo: memFree=101135024/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19108176 memory=5557312 CPUtime=33.86 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 36994 0 0 0 3266 120 0 0 20 0 20 0 184852767 19566772224 1389328 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4777044 1389328 5865 1 0 1634020 0
[pid=976207/tid=976209] ppid=976204 vsize=19108176 memory=5557124 CPUtime=24.46 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 12080 0 0 0 2337 109 0 0 20 0 20 0 184852768 19566772224 1389328 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19108176 memory=-8889376028528779964 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184852770 19566772224 1389328 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19108176 memory=17879 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184852771 19566772224 1389328 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19108176 memory=-8889376028528779964 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184853452 19566772224 1389328 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 33.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5557312 KiB

[startup+51.1134 s]
/proc/loadavg: 4.27 4.32 4.27 6/320 976235
/proc/meminfo: memFree=101123924/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19108176 memory=5568140 CPUtime=59.94 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 41922 0 0 0 5871 123 0 0 20 0 20 0 184852767 19566772224 1392035 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4777044 1392035 5865 1 0 1634020 0
[pid=976207/tid=976209] ppid=976204 vsize=19108176 memory=12740 CPUtime=49.53 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 14001 0 0 0 4843 110 0 0 20 0 20 0 184852768 19566772224 1392035 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19108176 memory=5563768 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184852770 19566772224 1392035 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184852771 19566772224 1392035 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19108176 memory=5561712 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184853452 19566772224 1392035 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 59.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5568140 KiB


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

/proc/meminfo: memFree=117720408/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19174740 memory=6873536 CPUtime=3282.8 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 464054 0 0 0 327883 397 0 0 20 0 21 0 184852767 19634933760 1718384 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4793685 1718384 5897 1 0 1735371 0
[pid=976207/tid=976209] ppid=976204 vsize=19174740 memory=6873532 CPUtime=3175.82 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 249755 0 0 0 317414 168 0 0 20 0 21 0 184852768 19634933760 1718384 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19174740 memory=6873536 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184852770 19634933760 1718384 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19174740 memory=6873536 CPUtime=0.01 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 4406 0 0 0 0 1 0 0 20 0 21 0 184852771 19634933760 1718384 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19174740 memory=6873536 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 184853452 19634933760 1718384 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 3282.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6873536 KiB

[startup+3282.3 s]
/proc/loadavg: 1.12 1.12 1.47 2/241 978104
/proc/meminfo: memFree=117720128/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19174740 memory=6873540 CPUtime=3343.16 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 474015 0 0 0 333915 401 0 0 20 0 21 0 184852767 19634933760 1718385 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4793685 1718385 5897 1 0 1735371 0
[pid=976207/tid=976209] ppid=976204 vsize=19174740 memory=6873540 CPUtime=3235.52 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 254927 0 0 0 323383 169 0 0 20 0 21 0 184852768 19634933760 1718385 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19174740 memory=6873540 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184852770 19634933760 1718385 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19174740 memory=12740 CPUtime=0.01 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 4499 0 0 0 0 1 0 0 20 0 21 0 184852771 19634933760 1718385 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19174740 memory=6873536 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 184853452 19634933760 1718385 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 3343.16 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6873540 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.12 1.44 2/241 978114
/proc/meminfo: memFree=117719716/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19174740 memory=6873544 CPUtime=3403.52 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 479177 0 0 0 339947 405 0 0 20 0 21 0 184852767 19634933760 1718386 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4793685 1718386 5897 1 0 1735371 0
[pid=976207/tid=976209] ppid=976204 vsize=19174740 memory=6873544 CPUtime=3295.21 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 259641 0 0 0 329351 170 0 0 20 0 21 0 184852768 19634933760 1718386 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19174740 memory=2268 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184852770 19634933760 1718386 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19174740 memory=0 CPUtime=0.01 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 4579 0 0 0 0 1 0 0 20 0 21 0 184852771 19634933760 1718386 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19174740 memory=29488 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 184853452 19634933760 1718386 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 3403.52 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6873544 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.11 1.42 2/241 978125
/proc/meminfo: memFree=117719416/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19174740 memory=6873548 CPUtime=3464.8 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 488934 0 0 0 346071 409 0 0 20 0 21 0 184852767 19634933760 1718387 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4793685 1718387 5897 1 0 1735371 0
[pid=976207/tid=976209] ppid=976204 vsize=19174740 memory=2268 CPUtime=3354.41 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 265097 0 0 0 335270 171 0 0 20 0 21 0 184852768 19634933760 1718387 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19174740 memory=6873544 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184852770 19634933760 1718387 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19174740 memory=6873544 CPUtime=0.01 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 4725 0 0 0 0 1 0 0 20 0 21 0 184852771 19634933760 1718387 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19174740 memory=6873544 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 184853452 19634933760 1718387 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 3464.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6873548 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.10 1.40 2/241 978135
/proc/meminfo: memFree=117719080/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19174740 memory=6873552 CPUtime=3525.07 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 494544 0 0 0 352093 414 0 0 20 0 21 0 184852767 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4793685 1718388 5897 1 0 1735371 0
[pid=976207/tid=976209] ppid=976204 vsize=19174740 memory=2268 CPUtime=3414.11 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 270276 0 0 0 341239 172 0 0 20 0 21 0 184852768 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19174740 memory=6873544 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184852770 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19174740 memory=11936 CPUtime=0.01 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 4806 0 0 0 0 1 0 0 20 0 21 0 184852771 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19174740 memory=7682191576155856034 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 184853452 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 3525.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6873552 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.11 1.38 2/243 978149
/proc/meminfo: memFree=117718800/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19174740 memory=6873552 CPUtime=3585.57 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 503668 0 0 0 358138 419 0 0 20 0 21 0 184852767 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4793685 1718388 5897 1 0 1735371 0
[pid=976207/tid=976209] ppid=976204 vsize=19174740 memory=6873552 CPUtime=3473.63 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 274993 0 0 0 347190 173 0 0 20 0 21 0 184852768 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19174740 memory=12740 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184852770 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19174740 memory=6873552 CPUtime=0.01 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 4858 0 0 0 0 1 0 0 20 0 21 0 184852771 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19174740 memory=5624 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 184853452 19634933760 1718388 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 3585.57 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6873552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3533.8 s]
/proc/loadavg: 1.17 1.12 1.38 3/243 978151
/proc/meminfo: memFree=117703288/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19174740 memory=6889188 CPUtime=3600.17 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 520178 0 0 0 359593 424 0 0 20 0 21 0 184852767 19634933760 1722297 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4793685 1722297 5897 1 0 1739220 0
[pid=976207/tid=976209] ppid=976204 vsize=19174740 memory=1976 CPUtime=3484.96 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) R 976204 976207 968460 0 -1 4194368 285513 0 0 0 348322 174 0 0 20 0 21 0 184852768 19634933760 1722297 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19174740 memory=20508 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184852770 19634933760 1722297 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19174740 memory=21664 CPUtime=0.01 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 4858 0 0 0 0 1 0 0 20 0 21 0 184852771 19634933760 1722297 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976227] ppid=976204 vsize=19174740 memory=5624 CPUtime=0 cores=1,3
/proc/976207/task/976227/stat : 976227 (Timer-0) S 976204 976207 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 184853452 19634933760 1722297 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6889188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.33 s, system=4.28015 s

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

[startup+3534 s]*
/proc/loadavg: 1.17 1.12 1.38 5/244 978154
/proc/meminfo: memFree=117701940/131655788 swapFree=131071996/131071996
[pid=976207] ppid=976204 vsize=19374432 memory=6890256 CPUtime=3600.55 cores=1,3
/proc/976207/stat : 976207 (java) S 976204 976207 968460 0 -1 1077936128 524334 0 0 0 359630 425 0 0 20 0 22 0 184852767 19839418368 1722564 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
/proc/976207/statm: 4843608 1722564 5896 1 0 1740234 0
[pid=976207/tid=976209] ppid=976204 vsize=19374432 memory=-8889376028528779964 CPUtime=3485.01 cores=1,3
/proc/976207/task/976209/stat : 976209 (java) S 976204 976207 968460 0 -1 1077936192 285605 0 0 0 348327 174 0 0 20 0 22 0 184852768 19839418368 1722564 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976218] ppid=976204 vsize=19374432 memory=-7160572391023207039 CPUtime=0 cores=1,3
/proc/976207/task/976218/stat : 976218 (Finalizer) S 976204 976207 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 184852770 19839418368 1722564 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=976225] ppid=976204 vsize=19374432 memory=21916 CPUtime=0.01 cores=1,3
/proc/976207/task/976225/stat : 976225 (Common-Cleaner) S 976204 976207 968460 0 -1 1077936192 4858 0 0 0 0 1 0 0 20 0 22 0 184852771 19839418368 1722564 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
[pid=976207/tid=978153] ppid=976204 vsize=19374432 memory=31092 CPUtime=0.08 cores=1,3
/proc/976207/task/978153/stat : 978153 (Thread-0) R 976204 976207 968460 0 -1 4194368 562 0 0 0 8 0 0 0 20 0 22 0 185206152 19839418368 1722564 134679101440 94281683361792 94281683365488 140736168018656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94281683373304 94281683374096 94281705390080 140736168023023 140736168023136 140736168023136 140736168030152 0
Current children cumulated CPU time: 3600.55 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 6890256 KiB

Child status: 143

Real time (s): 3534.04
CPU time (s): 3600.61
CPU user time (s): 3596.33
CPU system time (s): 4.28015
CPU usage (%): 101.884
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 6890256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.33
system time used= 4.28015
maximum resident set size= 6891304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524569
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121169
involuntary context switches= 5352


# summary of solver processes directly reported to runsolver:
#   pid: 976207
#   total CPU time (s): 3600.61
#   total CPU user time (s): 3596.33
#   total CPU system time (s): 4.28015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.506 second user time and 34.2173 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 20:22:32
IDJOB=4446035
IDBENCH=155441
IDSOLVER=3046
FILE ID=nodeC005/4446035-1721326940
RUNJOBID= nodeC005-1721317707-968472
SLURM_JOB_ID= 7542668
Free space on /tmp= 723720 MiB

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

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

MD5SUM BENCH= 0cc29dda69c4373ab2687cf37dcdce8e
RANDOM SEED=1322228793

nodeC005.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		: 3513.468
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	: 6983.53
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		: 3491.767
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.35
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.335
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	: 6983.53
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.190
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.35
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		: 3512.215
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	: 6983.53
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		: 3496.066
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.35
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.333
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	: 6983.53
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.186
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        106682192 kB
MemAvailable:   112091708 kB
Buffers:          493708 kB
Cached:          5698628 kB
SwapCached:            0 kB
Active:          1097556 kB
Inactive:       23148360 kB
Active(anon):       3464 kB
Inactive(anon): 18095716 kB
Active(file):    1094092 kB
Inactive(file):  5052644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12616 kB
Writeback:             0 kB
AnonPages:      18052320 kB
Mapped:           128104 kB
Shmem:             45896 kB
KReclaimable:     205956 kB
Slab:             324092 kB
SReclaimable:     205956 kB
SUnreclaim:       118136 kB
KernelStack:        4812 kB
PageTables:        45608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18650316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58656 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17709056 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC005 at 2024-07-18 21:21:26