Trace number 4452985

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.23 3569.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v1_shuffle/normalized-grid6_67.shuf-3.opb
MD5SUMb4132c54493d270773d793796589da65
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.070451
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables402
Total number of constraints805
Number of constraints which are clauses804
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint402
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 417
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.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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452985-1721450111.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.14/0.19	c ... done. Wall clock time 0.045s.
0.14/0.19	c declared #vars     402
0.14/0.19	c #constraints  805
0.14/0.19	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 804
0.14/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.14/0.20	c 805 constraints processed.
15.23/12.38	c cleaning 2496 clauses out of 5000 with flag 0/5000
35.62/32.31	c cleaning 4250 clauses out of 8506 with flag 0/11002
62.86/59.12	c cleaning 5621 clauses out of 11255 with flag 0/18001
93.54/89.35	c cleaning 6810 clauses out of 13633 with flag 0/26000
128.99/124.19	c cleaning 7900 clauses out of 15824 with flag 0/35001
155.97/150.71	c cleaning 8952 clauses out of 17924 with flag 0/45001
210.54/204.91	c cleaning 9857 clauses out of 19971 with flag 0/56000
270.98/264.72	c cleaning 9795 clauses out of 22116 with flag 0/68002
318.39/311.61	c cleaning 10046 clauses out of 25320 with flag 0/81001
424.25/415.86	c cleaning 11180 clauses out of 29273 with flag 0/95000
489.18/480.06	c cleaning 11703 clauses out of 33093 with flag 0/110000
585.78/575.34	c cleaning 12854 clauses out of 37390 with flag 0/126000
687.55/676.48	c cleaning 12503 clauses out of 41538 with flag 0/143002
787.80/775.82	c cleaning 14680 clauses out of 47035 with flag 0/161002
954.27/940.82	c cleaning 15336 clauses out of 51356 with flag 0/180003
1099.84/1085.44	c cleaning 15190 clauses out of 56017 with flag 0/200000
1282.38/1266.27	c cleaning 17283 clauses out of 61827 with flag 0/221000
1458.23/1440.81	c cleaning 17905 clauses out of 66544 with flag 0/243000
1708.15/1689.33	c cleaning 20080 clauses out of 71640 with flag 0/266001
1871.96/1851.98	c cleaning 16800 clauses out of 75560 with flag 0/290001
2054.63/2032.93	c cleaning 18442 clauses out of 83759 with flag 0/315000
2345.23/2321.61	c cleaning 21110 clauses out of 91317 with flag 0/341000
2611.35/2586.08	c cleaning 21049 clauses out of 97209 with flag 0/368002
2851.55/2825.05	c cleaning 22241 clauses out of 104158 with flag 0/396000
3179.87/3151.67	c cleaning 23186 clauses out of 110917 with flag 0/425000
3447.99/3418.74	c cleaning 22725 clauses out of 117733 with flag 0/455002
3600.08/3569.62	c starts		: 151
3600.08/3569.62	c timeout
3600.08/3569.62	c conflicts		: 475083
3600.08/3569.62	c decisions		: 904790
3600.08/3569.62	c propagations		: 10976055
3600.08/3569.62	c inspects		: 3140563494
3600.08/3569.62	c shortcuts		: 0
3600.08/3569.62	c learnt literals	: 0
3600.08/3569.62	c learnt binary clauses	: 0
3600.08/3569.62	c learnt ternary clauses	: 0
3600.08/3569.62	c learnt constraints	: 475082
3600.08/3569.62	c ignored constraints	: 0
3600.08/3569.62	c root simplifications	: 0
3600.08/3569.62	c removed literals (reason simplification)	: 0
3600.08/3569.62	c reason swapping (by a shorter reason)	: 0
3600.08/3569.62	c Calls to reduceDB	: 26
3600.08/3569.62	c Number of update (reduction) of LBD	: 0
3600.08/3569.62	c Imported unit clauses	: 0
3600.08/3569.62	c No decision after first conflict	: false
3600.08/3569.62	c number of reductions to clauses (during analyze)	: 0
3600.08/3569.62	c number of learned constraints concerned by reduction	: 0
3600.08/3569.62	c number of learning phase by resolution	: 0
3600.08/3569.62	c number of learning phase by cutting planes	: 0
3600.08/3569.62	c number of rounding to 1 operations	: 2438054
3600.08/3569.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3569.62	c number of reductions of the coefficients by power 2 	: 0
3600.08/3569.62	c number of right shift for reduction by power 2 	: 0
3600.08/3569.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3569.62	c number of ending skipping 	: 0
3600.08/3569.62	c number of internal skipping 	: 0
3600.08/3569.62	c number of derivation steps 	: 3908009
3600.08/3569.62	c number of skipped derivation steps 	: 0
3600.08/3569.62	c number of remaining unassigned 	: 1065536
3600.08/3569.62	c number of remaining assigned 	: 125091078
3600.08/3569.62	c number of falsified literals weakened from reason	: 0
3600.08/3569.62	c number of falsified literals weakened from conflict	: 0
3600.08/3569.62	c time for arithmetic operations	: 5565810816
3600.08/3569.64	c minimum degree of deleted constraints	: 4
3600.08/3569.64	c maximum degree of deleted constraints	: 272189750603151
3600.08/3569.64	c number of deleted constraints	: 359994
3600.08/3569.64	c speed (assignments/second)	: 3075.0084256937857
3600.08/3569.64	c non guided choices	: 93
3600.08/3569.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 83796
3600.08/3569.69	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 692
3600.08/3569.69	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30600
3600.08/3569.69	s UNKNOWN
3600.08/3569.69	c Total wall clock time (in seconds): 3569.539

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (60758 MiB free)
  memory of node 1: 64473 MiB (53194 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452985-1721450111/watcher-4452985-1721450111 -o /tmp/evaluation-result-4452985-1721450111/solver-4452985-1721450111 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037946 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452985-1721450111.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x
Current StackSize limit: 8192 KiB

solver pid=1042607, runsolver pid=1042604

[startup+0.100656 s]*
/proc/loadavg: 4.35 4.25 4.20 8/333 1042625
/proc/meminfo: memFree=116646060/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=18975048 memory=62992 CPUtime=0.14 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 7245 0 0 0 13 1 0 0 20 0 18 0 197177756 19430449152 15748 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4743762 15748 5624 1 0 549373 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 1078198336 5775 0 0 0 8 1 0 0 20 0 18 0 197177756 19430449152 15748 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197177758 19430449152 15748 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 197177759 19430449152 15748 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62992 KiB

[startup+0.209657 s]*
/proc/loadavg: 4.35 4.25 4.20 8/334 1042626
/proc/meminfo: memFree=116637536/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19041612 memory=71876 CPUtime=0.35 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 7802 0 0 0 33 2 0 0 20 0 19 0 197177756 19498610688 17969 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4760403 17969 5786 1 0 549979 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 6070 0 0 0 17 1 0 0 20 0 19 0 197177756 19498610688 17969 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19041612 memory=2643 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197177758 19498610688 17969 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19041612 memory=14126753849280249 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 197177759 19498610688 17969 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (java) R 1042604 1042607 1037935 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 197177776 19498610688 17969 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71876 KiB

[startup+0.305954 s]*
/proc/loadavg: 4.35 4.25 4.20 6/334 1042626
/proc/meminfo: memFree=116620432/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19041612 memory=90960 CPUtime=0.51 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 9993 0 0 0 49 2 0 0 20 0 19 0 197177756 19498610688 22740 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4760403 22740 5871 1 0 551675 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19041612 memory=-7668044098088037217 CPUtime=0.26 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 1077936192 6138 0 0 0 25 1 0 0 20 0 19 0 197177756 19498610688 22740 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197177758 19498610688 22740 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 197177759 19498610688 22740 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197177776 19498610688 22740 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90960 KiB

[startup+0.700656 s]
/proc/loadavg: 4.35 4.25 4.20 7/334 1042626
/proc/meminfo: memFree=116569056/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=180536 CPUtime=1.28 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 13624 0 0 0 124 4 0 0 20 0 20 0 197177756 19566772224 45134 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 45134 5871 1 0 554518 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=46876 CPUtime=0.63 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 6187 0 0 0 60 3 0 0 20 0 20 0 197177756 19566772224 45134 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 45134 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 45134 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=1844 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 45134 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180536 KiB

[startup+1.50027 s]
/proc/loadavg: 4.35 4.25 4.20 8/335 1042627
/proc/meminfo: memFree=116525104/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=225344 CPUtime=2.87 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 19072 0 0 0 280 7 0 0 20 0 20 0 197177756 19566772224 56336 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 56336 5871 1 0 554765 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=12504 CPUtime=1.4 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) S 1042604 1042607 1037935 0 -1 1077936192 6539 0 0 0 136 4 0 0 20 0 20 0 197177756 19566772224 56336 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 56336 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 56336 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=1844 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 56336 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 225344 KiB

[startup+3.10665 s]
/proc/loadavg: 4.40 4.26 4.20 6/335 1042627
/proc/meminfo: memFree=115881384/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=865984 CPUtime=5.77 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 25217 0 0 0 557 20 0 0 20 0 20 0 197177756 19566772224 216496 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 216496 5871 1 0 738860 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=0 CPUtime=2.95 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 7479 0 0 0 279 16 0 0 20 0 20 0 197177756 19566772224 216496 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=-7668044098088037217 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 216496 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 216496 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 216496 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 865984 KiB

[startup+6.30066 s]
/proc/loadavg: 4.40 4.26 4.20 5/335 1042627
/proc/meminfo: memFree=115674088/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=1012516 CPUtime=8.97 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 25867 0 0 0 874 23 0 0 20 0 20 0 197177756 19566772224 253129 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 253129 5871 1 0 738873 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=2232 CPUtime=6.03 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 7651 0 0 0 584 19 0 0 20 0 20 0 197177756 19566772224 253129 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 253129 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 253129 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 253129 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1012516 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 4.27 4.21 5/335 1042628
/proc/meminfo: memFree=115036988/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=1638480 CPUtime=15.68 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 32236 0 0 0 1530 38 0 0 20 0 20 0 197177756 19566772224 409620 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 409620 5871 1 0 739135 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=12504 CPUtime=12.34 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 10680 0 0 0 1202 32 0 0 20 0 20 0 197177756 19566772224 409620 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=1053476 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 409620 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=46876 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 409620 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 409620 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 15.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1638480 KiB

[startup+25.5003 s]
/proc/loadavg: 4.42 4.28 4.21 5/335 1042630
/proc/meminfo: memFree=114793296/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=1841408 CPUtime=28.75 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 34780 0 0 0 2832 43 0 0 20 0 20 0 197177756 19566772224 460352 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 460352 5871 1 0 739137 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=6944656574621848725 CPUtime=24.92 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 11859 0 0 0 2458 34 0 0 20 0 20 0 197177756 19566772224 460352 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 460352 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=3555 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 460352 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 460352 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 28.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1841408 KiB

[startup+51.1061 s]
/proc/loadavg: 4.35 4.27 4.21 5/330 1042634
/proc/meminfo: memFree=114626120/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=1888712 CPUtime=54.74 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 44706 0 0 0 5427 47 0 0 20 0 20 0 197177756 19566772224 472178 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 472178 5871 1 0 739137 0

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

/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 726682 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=2906728 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 3618 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 726682 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=2906728 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 726682 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 3190.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2906728 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.33 4.24 6/335 1044407
/proc/meminfo: memFree=112886864/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=2906728 CPUtime=3251.19 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 295869 0 0 0 324883 236 0 0 20 0 20 0 197177756 19566772224 726682 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 726682 5910 1 0 739588 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=2906728 CPUtime=3166.74 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 128806 0 0 0 316613 61 0 0 20 0 20 0 197177756 19566772224 726682 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 40 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=2906728 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 726682 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=2906728 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 3696 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 726682 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 726682 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 3251.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2906728 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.40 4.27 5/335 1044417
/proc/meminfo: memFree=112886656/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=3311.19 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 299140 0 0 0 330880 239 0 0 20 0 20 0 197177756 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 726693 5910 1 0 739588 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=2906728 CPUtime=3225.72 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 130880 0 0 0 322510 62 0 0 20 0 20 0 197177756 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 40 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=47172 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 3779 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 3311.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2906772 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.42 4.29 5/336 1044489
/proc/meminfo: memFree=112885196/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=3371.42 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 302150 0 0 0 336898 244 0 0 20 0 20 0 197177756 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 726693 5910 1 0 739588 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=12504 CPUtime=3284.92 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 132371 0 0 0 328429 63 0 0 20 0 20 0 197177756 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 40 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 3863 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 3371.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2906772 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.36 4.27 5/337 1044500
/proc/meminfo: memFree=112777412/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=3431.55 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 305474 0 0 0 342908 247 0 0 20 0 20 0 197177756 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 726693 5910 1 0 739588 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=3344 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 134543 0 0 0 334337 63 0 0 20 0 20 0 197177756 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 50 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 3940 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 726693 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 3431.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2906772 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.33 4.27 5/337 1044510
/proc/meminfo: memFree=112777208/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=2906840 CPUtime=3492.01 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 309415 0 0 0 348951 250 0 0 20 0 20 0 197177756 19566772224 726710 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 726710 5926 1 0 739588 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=5544 CPUtime=3402.91 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 136570 0 0 0 340227 64 0 0 20 0 20 0 197177756 19566772224 726710 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=2906772 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 726710 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 3987 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 726710 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=47172 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 726710 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 3492.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2906840 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.29 4.26 4/310 1044555
/proc/meminfo: memFree=119476544/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=2906888 CPUtime=3552.44 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 312842 0 0 0 354990 254 0 0 20 0 20 0 197177756 19566772224 726722 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 726722 5926 1 0 739588 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=11476 CPUtime=3462.07 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 138716 0 0 0 346143 64 0 0 20 0 20 0 197177756 19566772224 726722 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=2906888 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 726722 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 4085 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 726722 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 726722 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 3552.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2906888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.6 s]
/proc/loadavg: 3.24 4.04 4.17 3/284 1044598
/proc/meminfo: memFree=122569856/131524600 swapFree=131071996/131071996
[pid=1042607] ppid=1042604 vsize=19108176 memory=2906904 CPUtime=3600.08 cores=4,6
/proc/1042607/stat : 1042607 (java) S 1042604 1042607 1037935 0 -1 1077936128 316354 0 0 0 359751 257 0 0 20 0 20 0 197177756 19566772224 726726 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
/proc/1042607/statm: 4777044 726726 5926 1 0 739588 0
[pid=1042607/tid=1042609] ppid=1042604 vsize=19108176 memory=11476 CPUtime=3508.73 cores=4,6
/proc/1042607/task/1042609/stat : 1042609 (java) R 1042604 1042607 1037935 0 -1 4194368 140605 0 0 0 350809 64 0 0 20 0 20 0 197177756 19566772224 726726 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042618] ppid=1042604 vsize=19108176 memory=2906904 CPUtime=0 cores=4,6
/proc/1042607/task/1042618/stat : 1042618 (Finalizer) S 1042604 1042607 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197177758 19566772224 726726 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042625] ppid=1042604 vsize=19108176 memory=2906904 CPUtime=0 cores=4,6
/proc/1042607/task/1042625/stat : 1042625 (Common-Cleaner) S 1042604 1042607 1037935 0 -1 1077936192 4184 0 0 0 0 0 0 0 20 0 20 0 197177759 19566772224 726726 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
[pid=1042607/tid=1042626] ppid=1042604 vsize=19108176 memory=-7097531092259201404 CPUtime=0 cores=4,6
/proc/1042607/task/1042626/stat : 1042626 (Timer-0) S 1042604 1042607 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197177776 19566772224 726726 134679101440 93960858742784 93960858746480 140730992834064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960858754296 93960858755088 93960860303360 140730992841710 140730992841823 140730992841823 140730992848840 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2906904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.64 s, system=2.58787 s

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

[startup+3569.71 s]*
/proc/loadavg: 3.24 4.04 4.17 3/266 1044601
/proc/meminfo: memFree=125376228/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3569.72
CPU time (s): 3600.23
CPU user time (s): 3597.64
CPU system time (s): 2.58787
CPU usage (%): 100.855
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2906904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.64
system time used= 2.58787
maximum resident set size= 2908400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143941
involuntary context switches= 12120


# summary of solver processes directly reported to runsolver:
#   pid: 1042607
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.64
#   total CPU system time (s): 2.58787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.60573 second user time and 19.8882 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-20 06:35:24
IDJOB=4452985
IDBENCH=165823
IDSOLVER=3046
FILE ID=nodeC027/4452985-1721450111
RUNJOBID= nodeC027-1721442917-1037946
SLURM_JOB_ID= 7545652
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v1_shuffle/normalized-grid6_67.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452985-1721450111/watcher-4452985-1721450111 -o /tmp/evaluation-result-4452985-1721450111/solver-4452985-1721450111 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037946 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452985-1721450111.opb

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

MD5SUM BENCH= b4132c54493d270773d793796589da65
RANDOM SEED=137830616

nodeC027.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		: 3673.553
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	: 7000.36
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		: 3647.038
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	: 7006.29
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		: 3642.123
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	: 7000.36
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		: 3600.199
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	: 7006.29
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		: 3636.139
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	: 7000.36
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		: 3647.154
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	: 7006.29
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		: 3651.961
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	: 7000.36
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		: 3600.190
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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116688384 kB
MemAvailable:   118447088 kB
Buffers:          531556 kB
Cached:          2065240 kB
SwapCached:            0 kB
Active:          1024428 kB
Inactive:       13160932 kB
Active(anon):       1552 kB
Inactive(anon): 11632916 kB
Active(file):    1022876 kB
Inactive(file):  1528016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:      11588444 kB
Mapped:           127272 kB
Shmem:             45912 kB
KReclaimable:      95268 kB
Slab:             208892 kB
SReclaimable:      95268 kB
SUnreclaim:       113624 kB
KernelStack:        5088 kB
PageTables:        32736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14444732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71616 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11233280 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC027 at 2024-07-20 07:34:53