Trace number 4459417

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12UNSAT 2571.25 2556.34

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-neos-859770.opb
MD5SUM4a685e943d6a7da38bd3737149184f18
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.77196
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4459417-1721903603.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
1.47/0.88	c ... done. Wall clock time 0.722s.
1.47/0.88	c declared #vars     2504
1.47/0.88	c #constraints  2084
1.47/0.88	c constraints type 
1.47/0.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 529
1.47/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1555
1.47/0.88	c 2084 constraints processed.
1.47/0.89	c objective function length is 2504 literals
114.84/109.07	c cleaning 2489 clauses out of 5000 with flag 0/5000
400.66/393.79	c cleaning 4245 clauses out of 8519 with flag 0/11008
902.99/894.78	c cleaning 5606 clauses out of 11266 with flag 0/18000
1400.14/1389.75	c cleaning 6809 clauses out of 13671 with flag 0/26011
2250.56/2237.31	c cleaning 7895 clauses out of 15852 with flag 0/35001
2571.08/2556.29	c starts		: 63
2571.19/2556.30	c conflicts		: 39632
2571.19/2556.30	c decisions		: 478923
2571.19/2556.30	c propagations		: 7205665
2571.19/2556.30	c inspects		: 382373356
2571.19/2556.30	c shortcuts		: 0
2571.19/2556.30	c learnt literals	: 0
2571.19/2556.30	c learnt binary clauses	: 0
2571.19/2556.30	c learnt ternary clauses	: 0
2571.19/2556.30	c learnt constraints	: 39631
2571.19/2556.30	c ignored constraints	: 0
2571.19/2556.30	c root simplifications	: 0
2571.19/2556.30	c removed literals (reason simplification)	: 0
2571.19/2556.30	c reason swapping (by a shorter reason)	: 0
2571.19/2556.30	c Calls to reduceDB	: 5
2571.19/2556.30	c Number of update (reduction) of LBD	: 0
2571.19/2556.30	c Imported unit clauses	: 0
2571.19/2556.30	c No decision after first conflict	: false
2571.19/2556.30	c number of reductions to clauses (during analyze)	: 0
2571.19/2556.30	c number of learned constraints concerned by reduction	: 0
2571.19/2556.30	c number of learning phase by resolution	: 0
2571.19/2556.30	c number of learning phase by cutting planes	: 0
2571.19/2556.30	c number of rounding to 1 operations	: 85788
2571.19/2556.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2571.19/2556.30	c number of reductions of the coefficients by power 2 	: 0
2571.19/2556.30	c number of right shift for reduction by power 2 	: 0
2571.19/2556.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
2571.19/2556.30	c number of ending skipping 	: 0
2571.19/2556.30	c number of internal skipping 	: 0
2571.19/2556.30	c number of derivation steps 	: 1208532
2571.19/2556.30	c number of skipped derivation steps 	: 0
2571.19/2556.30	c number of remaining unassigned 	: 53944
2571.19/2556.30	c number of remaining assigned 	: 53498204
2571.19/2556.30	c number of falsified literals weakened from reason	: 0
2571.19/2556.30	c number of falsified literals weakened from conflict	: 0
2571.19/2556.30	c time for arithmetic operations	: 3085360377
2571.19/2556.31	c minimum degree of deleted constraints	: 16
2571.19/2556.31	c maximum degree of deleted constraints	: 5075522580005309340526096899784617359186440677966101694994946607555254237287328
2571.19/2556.31	c number of deleted constraints	: 27044
2571.19/2556.31	c speed (assignments/second)	: 2819.767544242394
2571.19/2556.31	c non guided choices	: 0
2571.19/2556.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3265
2571.19/2556.31	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1493
2571.19/2556.31	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7829
2571.19/2556.31	s UNSATISFIABLE
2571.19/2556.31	c Total wall clock time (in seconds): 2556.161

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: 63931 MiB (55310 MiB free)
  memory of node 1: 64510 MiB (46104 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459417-1721903603/watcher-4459417-1721903603 -o /tmp/evaluation-result-4459417-1721903603/solver-4459417-1721903603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721900102-232255 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459417-1721903603.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=234341, runsolver pid=234338

[startup+0.100076 s]*
/proc/loadavg: 4.45 4.54 4.45 7/335 234359
/proc/meminfo: memFree=103806316/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=18975048 memory=64692 CPUtime=0.13 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 7072 0 0 0 12 1 0 0 20 0 18 0 26888834 19430449152 16173 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4743762 16173 5659 1 0 549317 0
[pid=234341/tid=234343] ppid=234338 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 1077936192 5661 0 0 0 7 1 0 0 20 0 18 0 26888835 19430449152 16173 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26888837 19430449152 16173 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=18975048 memory=13565998625699227 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26888838 19430449152 16173 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64692 KiB

[startup+0.206685 s]*
/proc/loadavg: 4.45 4.54 4.45 7/335 234359
/proc/meminfo: memFree=103795492/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=18975048 memory=75604 CPUtime=0.33 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 7643 0 0 0 32 1 0 0 20 0 18 0 26888834 19430449152 18901 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4743762 18901 5792 1 0 549716 0
[pid=234341/tid=234343] ppid=234338 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 5963 0 0 0 17 1 0 0 20 0 18 0 26888835 19430449152 18901 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=18975048 memory=1555553 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26888837 19430449152 18901 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26888838 19430449152 18901 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75604 KiB

[startup+0.306684 s]*
/proc/loadavg: 4.45 4.54 4.45 7/335 234361
/proc/meminfo: memFree=103758384/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=18975048 memory=112528 CPUtime=0.52 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 9204 0 0 0 50 2 0 0 20 0 18 0 26888834 19430449152 28132 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4743762 28132 5823 1 0 550723 0
[pid=234341/tid=234343] ppid=234338 vsize=18975048 memory=-8600300136592810684 CPUtime=0.27 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 6002 0 0 0 25 2 0 0 20 0 18 0 26888835 19430449152 28132 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26888837 19430449152 28132 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26888838 19430449152 28132 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 112528 KiB

[startup+0.700258 s]
/proc/loadavg: 4.58 4.56 4.46 7/336 234362
/proc/meminfo: memFree=103702048/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19041612 memory=168828 CPUtime=1.27 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 10805 0 0 0 123 4 0 0 20 0 19 0 26888834 19498610688 42207 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4760403 42207 5823 1 0 551575 0
[pid=234341/tid=234343] ppid=234338 vsize=19041612 memory=5500 CPUtime=0.62 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 6029 0 0 0 59 3 0 0 20 0 19 0 26888835 19498610688 42207 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19041612 memory=12348 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26888837 19498610688 42207 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26888838 19498610688 42207 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168828 KiB

[startup+1.50068 s]
/proc/loadavg: 4.58 4.56 4.46 7/337 234363
/proc/meminfo: memFree=103661628/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=268784 CPUtime=2.83 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 17486 0 0 0 276 7 0 0 20 0 20 0 26888834 19566772224 67196 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 67196 5876 1 0 553435 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=12348 CPUtime=1.39 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 6443 0 0 0 134 5 0 0 20 0 20 0 26888835 19566772224 67196 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 67196 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 67196 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 67196 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 268784 KiB

[startup+3.10668 s]
/proc/loadavg: 4.58 4.56 4.46 7/337 234363
/proc/meminfo: memFree=102956776/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=816376 CPUtime=6 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 23197 0 0 0 581 19 0 0 20 0 20 0 26888834 19566772224 204094 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 204094 5892 1 0 728323 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=0 CPUtime=2.89 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 7167 0 0 0 274 15 0 0 20 0 20 0 26888835 19566772224 204094 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=13492 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 204094 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 204094 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 204094 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 816376 KiB

[startup+6.3007 s]
/proc/loadavg: 4.53 4.55 4.46 5/337 234363
/proc/meminfo: memFree=102372452/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=1456244 CPUtime=9.57 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 24359 0 0 0 926 31 0 0 20 0 20 0 26888834 19566772224 364061 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 364061 5892 1 0 1033310 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=0 CPUtime=5.99 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 7467 0 0 0 574 25 0 0 20 0 20 0 26888835 19566772224 364061 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 364061 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=13492 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 364061 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=69184 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 364061 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 9.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1456244 KiB

[startup+12.7003 s]
/proc/loadavg: 4.49 4.54 4.46 5/337 234364
/proc/meminfo: memFree=102003496/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=1899924 CPUtime=16.18 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 24955 0 0 0 1578 40 0 0 20 0 20 0 26888834 19566772224 474981 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 474981 5892 1 0 1033322 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=205700 CPUtime=12.24 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 7642 0 0 0 1192 32 0 0 20 0 20 0 26888835 19566772224 474981 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=1721748 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 474981 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=816376 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 474981 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 474981 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 16.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1899924 KiB

[startup+25.5003 s]
/proc/loadavg: 4.49 4.54 4.46 5/337 234366
/proc/meminfo: memFree=101421876/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=2273616 CPUtime=29.73 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 31665 0 0 0 2923 50 0 0 20 0 20 0 26888834 19566772224 568404 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 568404 5892 1 0 1033326 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=1721748 CPUtime=24.82 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 9909 0 0 0 2443 39 0 0 20 0 20 0 26888835 19566772224 568404 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=2248412 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 568404 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 568404 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 568404 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 29.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2273616 KiB

[startup+51.1058 s]
/proc/loadavg: 4.29 4.49 4.44 5/336 234370
/proc/meminfo: memFree=101028988/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=2597636 CPUtime=56.33 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 44950 0 0 0 5573 60 0 0 20 0 20 0 26888834 19566772224 649409 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 649409 5892 1 0 1033345 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=2478228 CPUtime=50.07 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 14181 0 0 0 4962 45 0 0 20 0 20 0 26888835 19566772224 649409 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=2566724 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 649409 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=13492 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 649409 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0

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

/proc/loadavg: 3.21 3.17 3.25 4/306 235625
/proc/meminfo: memFree=116422152/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2523.58 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 264318 0 0 0 252151 207 0 0 20 0 20 0 26888834 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 1024352 5920 1 0 1034447 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2485.79 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 117560 0 0 0 248517 62 0 0 20 0 20 0 26888835 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=4097408 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2523.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4097408 KiB

[startup+2534.4 s]
/proc/loadavg: 3.13 3.16 3.24 4/306 235630
/proc/meminfo: memFree=116421740/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2549.24 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 268406 0 0 0 254716 208 0 0 20 0 20 0 26888834 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 1024352 5920 1 0 1034447 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=69404 CPUtime=2511.24 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 119869 0 0 0 251062 62 0 0 20 0 20 0 26888835 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=5500 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=4097408 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2549.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4097408 KiB

[startup+2547.2 s]
/proc/loadavg: 3.10 3.15 3.23 4/306 235632
/proc/meminfo: memFree=116421392/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2562.1 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 268510 0 0 0 256001 209 0 0 20 0 20 0 26888834 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 1024352 5920 1 0 1034447 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2523.89 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 119957 0 0 0 252327 62 0 0 20 0 20 0 26888835 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=15888 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2562.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4097408 KiB

[startup+2550.4 s]
/proc/loadavg: 3.10 3.15 3.23 4/306 235632
/proc/meminfo: memFree=116421392/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2565.29 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 268514 0 0 0 256320 209 0 0 20 0 20 0 26888834 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 1024352 5920 1 0 1034447 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=5500 CPUtime=2527.08 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 119960 0 0 0 252646 62 0 0 20 0 20 0 26888835 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=15888 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=4097408 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=-8600300136592810684 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2565.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4097408 KiB

[startup+2553.6 s]
/proc/loadavg: 3.18 3.16 3.24 4/306 235633
/proc/meminfo: memFree=116421384/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2568.48 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 268636 0 0 0 256639 209 0 0 20 0 20 0 26888834 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 1024352 5920 1 0 1034447 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=69404 CPUtime=2530.28 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 120082 0 0 0 252966 62 0 0 20 0 20 0 26888835 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=4097408 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=5500 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2568.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4097408 KiB

[startup+2555.2 s]
/proc/loadavg: 3.18 3.16 3.24 4/306 235633
/proc/meminfo: memFree=116421392/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2570.08 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 268636 0 0 0 256799 209 0 0 20 0 20 0 26888834 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 1024352 5920 1 0 1034447 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=13492 CPUtime=2531.87 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 120082 0 0 0 253125 62 0 0 20 0 20 0 26888835 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=4097408 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=3013548 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=69404 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2570.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4097408 KiB

[startup+2556 s]*
/proc/loadavg: 3.16 3.16 3.24 4/306 235633
/proc/meminfo: memFree=116421392/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2570.88 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 268642 0 0 0 256879 209 0 0 20 0 20 0 26888834 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 1024352 5920 1 0 1034447 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=1896 CPUtime=2532.68 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 120088 0 0 0 253206 62 0 0 20 0 20 0 26888835 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=2132 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=-7377878769624964987 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=15888 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2570.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4097408 KiB

[startup+2556.2 s]
/proc/loadavg: 3.16 3.16 3.24 4/306 235633
/proc/meminfo: memFree=116421392/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19108176 memory=4097408 CPUtime=2571.08 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 268672 0 0 0 256899 209 0 0 20 0 20 0 26888834 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4777044 1024352 5920 1 0 1034447 0
[pid=234341/tid=234343] ppid=234338 vsize=19108176 memory=1768 CPUtime=2532.87 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) R 234338 234341 232242 0 -1 4194368 120118 0 0 0 253225 62 0 0 20 0 20 0 26888835 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19108176 memory=40920 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19108176 memory=1896 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234363] ppid=234338 vsize=19108176 memory=2132 CPUtime=0 cores=5,7
/proc/234341/task/234363/stat : 234363 (Timer-0) S 234338 234341 232242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26888924 19566772224 1024352 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2571.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4097408 KiB

[startup+2556.3 s]
/proc/loadavg: 3.16 3.16 3.24 4/306 235633
/proc/meminfo: memFree=116421392/131524600 swapFree=131056028/131071996
[pid=234341] ppid=234338 vsize=19241304 memory=4097996 CPUtime=2571.19 cores=5,7
/proc/234341/stat : 234341 (java) S 234338 234341 232242 0 -1 1077936128 271370 0 0 0 256910 209 0 0 20 0 20 0 26888834 19703095296 1024499 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
/proc/234341/statm: 4810326 1024499 5919 1 0 1035129 0
[pid=234341/tid=234343] ppid=234338 vsize=19241304 memory=5500 CPUtime=2532.97 cores=5,7
/proc/234341/task/234343/stat : 234343 (java) S 234338 234341 232242 0 -1 1077936192 121661 0 0 0 253234 63 0 0 20 0 20 0 26888835 19703095296 1024499 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234352] ppid=234338 vsize=19241304 memory=-8600300136592810684 CPUtime=0 cores=5,7
/proc/234341/task/234352/stat : 234352 (Finalizer) S 234338 234341 232242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26888837 19703095296 1024499 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
[pid=234341/tid=234359] ppid=234338 vsize=19241304 memory=-8600300136592810684 CPUtime=0 cores=5,7
/proc/234341/task/234359/stat : 234359 (Common-Cleaner) S 234338 234341 232242 0 -1 1077936192 2505 0 0 0 0 0 0 0 20 0 20 0 26888838 19703095296 1024499 134679101440 94710683344896 94710683348592 140733870255648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94710683356408 94710683357200 94710684426240 140733870257136 140733870257249 140733870257249 140733870264264 0
Current children cumulated CPU time: 2571.19 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4097996 KiB

Child status: 20

Real time (s): 2556.34
CPU time (s): 2571.25
CPU user time (s): 2569.13
CPU system time (s): 2.11476
CPU usage (%): 100.583
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4097996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2569.13
system time used= 2.11476
maximum resident set size= 4098876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82913
involuntary context switches= 5960


# summary of solver processes directly reported to runsolver:
#   pid: 234341
#   total CPU time (s): 2571.25
#   total CPU user time (s): 2569.13
#   total CPU system time (s): 2.11476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46921 second user time and 12.5514 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-25 12:33:23
IDJOB=4459417
IDBENCH=178796
IDSOLVER=3046
FILE ID=nodeC016/4459417-1721903603
RUNJOBID= nodeC016-1721900102-232255
SLURM_JOB_ID= 8089388
Free space on /tmp= 889988 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-neos-859770.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459417-1721903603/watcher-4459417-1721903603 -o /tmp/evaluation-result-4459417-1721903603/solver-4459417-1721903603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721900102-232255 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459417-1721903603.opb

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

MD5SUM BENCH= 4a685e943d6a7da38bd3737149184f18
RANDOM SEED=531330516

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        103850076 kB
MemAvailable:   106976996 kB
Buffers:          315456 kB
Cached:          3493264 kB
SwapCached:          284 kB
Active:          2446900 kB
Inactive:       24285724 kB
Active(anon):       2428 kB
Inactive(anon): 22973876 kB
Active(file):    2444472 kB
Inactive(file):  1311848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:              8412 kB
Writeback:             0 kB
AnonPages:      22923664 kB
Mapped:           124312 kB
Shmem:             52400 kB
KReclaimable:     420496 kB
Slab:             542280 kB
SReclaimable:     420496 kB
SUnreclaim:       121784 kB
KernelStack:        5100 kB
PageTables:        54740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   24482676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17184 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22659072 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:      373460 kB
DirectMap2M:    42391552 kB
DirectMap1G:    93323264 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC016 at 2024-07-25 13:15:59