Trace number 4429957

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 Cutting Planes 2024 2024-07-12? (TO) 3600.22 3548.29

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx57.opb
MD5SUM27eb6e8556144c078dca5501dcfcfe75
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.154546
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2850
Total number of constraints3286
Number of constraints which are clauses2844
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.12	c Free memory 		2115194816
0.13/0.12	c Max memory 		16282288128
0.13/0.12	c Total memory 		2122317824
0.13/0.12	c Number of processors 	2
0.13/0.19	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.19	 - never skip resolution steps
0.13/0.19	 - Auto-division on coefficients is disabled
0.13/0.19	 - No postprocessing
0.13/0.19	 - Conflict is considered as is when resolving
0.13/0.19	 - Use constraints as they come during conflict analysis
0.13/0.19	 - Weaken first using unassigned literals
0.13/0.19	 - Bump strategy: ALWAYS_ONE
0.13/0.19	 - Bumper: EFFECTIVE
0.13/0.19	--- Begin Solver configuration ---
0.13/0.19	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.19	Learn all clauses as in MiniSAT
0.13/0.19	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.19	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.19	No reason simplification
0.13/0.19	Dynamic restart strategy considering the size of the coefficients
0.13/0.19	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.19	timeout=2147483s
0.13/0.19	DB Simplification allowed=false
0.13/0.19	Listener: none
0.13/0.19	--- End Solver configuration ---
0.13/0.20	c Pseudo Boolean Optimization by upper bound
0.13/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.20	c  - never skip resolution steps
0.13/0.20	c  - Auto-division on coefficients is disabled
0.13/0.20	c  - No postprocessing
0.13/0.20	c  - Conflict is considered as is when resolving
0.13/0.20	c  - Use constraints as they come during conflict analysis
0.13/0.20	c  - Weaken first using unassigned literals
0.13/0.20	c  - Bump strategy: ALWAYS_ONE
0.13/0.20	c  - Bumper: EFFECTIVE
0.13/0.20	c --- Begin Solver configuration ---
0.13/0.20	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.20	c Learn all clauses as in MiniSAT
0.13/0.20	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.20	c No reason simplification
0.13/0.20	c Dynamic restart strategy considering the size of the coefficients
0.13/0.20	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.20	c timeout=2147483s
0.13/0.20	c DB Simplification allowed=false
0.13/0.20	c Listener: none
0.13/0.20	c --- End Solver configuration ---
0.13/0.20	c solving HOME/instance-4429957-1721120321.opb
0.13/0.20	c reading problem ... 
0.13/0.20	c  objective function found
0.73/0.48	c ... done. Wall clock time 0.278s.
0.73/0.48	c declared #vars     2850
0.73/0.48	c #constraints  3343
0.73/0.48	c constraints type 
0.73/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2844
0.73/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
0.73/0.48	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 384
0.73/0.48	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.73/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 57
0.73/0.48	c 3343 constraints processed.
0.73/0.49	c objective function length is 6 literals
34.46/30.45	c cleaning 2501 clauses out of 5002 with flag 0/5002
130.92/125.56	c cleaning 4251 clauses out of 8501 with flag 0/11002
190.98/184.21	c cleaning 5615 clauses out of 11248 with flag 0/18000
256.79/248.96	c cleaning 6805 clauses out of 13634 with flag 0/26001
347.13/338.38	c cleaning 7907 clauses out of 15830 with flag 0/35002
469.40/459.14	c cleaning 8954 clauses out of 17924 with flag 0/45003
644.12/631.90	c cleaning 9969 clauses out of 19967 with flag 0/56000
822.55/807.90	c cleaning 10987 clauses out of 21999 with flag 0/68001
1040.34/1023.57	c cleaning 11989 clauses out of 24011 with flag 0/81000
1306.66/1288.24	c cleaning 12982 clauses out of 26022 with flag 0/95000
1596.04/1573.27	c cleaning 14009 clauses out of 28041 with flag 0/110001
1939.68/1912.75	c cleaning 14997 clauses out of 30031 with flag 0/126000
2328.91/2294.26	c cleaning 16003 clauses out of 32035 with flag 0/143001
2787.92/2747.50	c cleaning 17001 clauses out of 34032 with flag 0/161001
3288.19/3239.05	c cleaning 17995 clauses out of 36031 with flag 0/180001
3600.06/3548.22	c starts		: 13
3600.06/3548.23	c conflicts		: 192671
3600.06/3548.23	c decisions		: 225826
3600.06/3548.23	c propagations		: 5620699
3600.06/3548.23	c inspects		: 1238335416
3600.06/3548.23	c shortcuts		: 0
3600.06/3548.23	c learnt literals	: 0
3600.06/3548.23	c learnt binary clauses	: 0
3600.06/3548.23	c learnt ternary clauses	: 0
3600.06/3548.23	c learnt constraints	: 192670
3600.06/3548.23	c ignored constraints	: 0
3600.06/3548.23	c root simplifications	: 0
3600.06/3548.23	c removed literals (reason simplification)	: 0
3600.06/3548.23	c reason swapping (by a shorter reason)	: 0
3600.06/3548.23	c Calls to reduceDB	: 15
3600.06/3548.23	c Number of update (reduction) of LBD	: 141794
3600.06/3548.23	c Imported unit clauses	: 0
3600.06/3548.23	c No decision after first conflict	: false
3600.06/3548.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3548.23	c number of learned constraints concerned by reduction	: 0
3600.06/3548.23	c number of learning phase by resolution	: 0
3600.06/3548.23	c number of learning phase by cutting planes	: 0
3600.06/3548.23	c number of rounding to 1 operations	: 0
3600.06/3548.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3548.23	c number of reductions of the coefficients by power 2 	: 0
3600.06/3548.23	c number of right shift for reduction by power 2 	: 0
3600.06/3548.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3548.23	c number of ending skipping 	: 0
3600.06/3548.23	c number of internal skipping 	: 0
3600.06/3548.23	c number of derivation steps 	: 3098898
3600.06/3548.23	c number of skipped derivation steps 	: 0
3600.06/3548.23	c number of remaining unassigned 	: 56035
3600.06/3548.23	c number of remaining assigned 	: 393603314
3600.06/3548.23	c number of falsified literals weakened from reason	: 0
3600.06/3548.23	c number of falsified literals weakened from conflict	: 0
3600.06/3548.23	c time for arithmetic operations	: 9877370901
3600.06/3548.24	c timeout
3600.06/3548.25	c minimum degree of deleted constraints	: 136
3600.06/3548.25	c maximum degree of deleted constraints	: 88875890151433200
3600.06/3548.25	c number of deleted constraints	: 161965
3600.06/3548.25	c speed (assignments/second)	: 1584.2969471406716
3600.06/3548.25	c non guided choices	: 2191
3600.06/3548.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30705
3600.06/3548.26	s UNKNOWN
3600.06/3548.26	c Total wall clock time (in seconds): 3548.072

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (60491 MiB free)
  memory of node 1: 64510 MiB (60058 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429957-1721120321/watcher-4429957-1721120321 -o /tmp/evaluation-result-4429957-1721120321/solver-4429957-1721120321 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721116745-836660 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429957-1721120321.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=838875, runsolver pid=838872

[startup+0.100112 s]*
/proc/loadavg: 4.60 4.28 4.21 7/319 838893
/proc/meminfo: memFree=123405792/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=18975048 memory=58892 CPUtime=0.13 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 6712 0 0 0 10 3 0 0 20 0 18 0 164188533 19430449152 14723 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4743762 14723 5672 1 0 551003 0
[pid=838875/tid=838877] ppid=838872 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 5665 0 0 0 7 2 0 0 20 0 18 0 164188533 19430449152 14723 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164188539 19430449152 14723 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164188540 19430449152 14723 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58892 KiB

[startup+0.214117 s]*
/proc/loadavg: 4.60 4.28 4.21 8/319 838893
/proc/meminfo: memFree=123392500/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=18975048 memory=75468 CPUtime=0.35 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 7515 0 0 0 31 4 0 0 20 0 18 0 164188533 19430449152 18867 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4743762 18867 5867 1 0 551726 0
[pid=838875/tid=838877] ppid=838872 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 6079 0 0 0 17 3 0 0 20 0 18 0 164188533 19430449152 18867 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164188539 19430449152 18867 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164188540 19430449152 18867 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75468 KiB

[startup+0.324128 s]*
/proc/loadavg: 4.60 4.28 4.21 7/319 838893
/proc/meminfo: memFree=123357464/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=18975048 memory=113244 CPUtime=0.54 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 7774 0 0 0 50 4 0 0 20 0 18 0 164188533 19430449152 28311 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4743762 28311 5899 1 0 551897 0
[pid=838875/tid=838877] ppid=838872 vsize=18975048 memory=-9031514286175134396 CPUtime=0.3 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 6109 0 0 0 27 3 0 0 20 0 18 0 164188533 19430449152 28311 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164188539 19430449152 28311 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164188540 19430449152 28311 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 113244 KiB

[startup+0.70032 s]
/proc/loadavg: 4.60 4.28 4.21 7/321 838895
/proc/meminfo: memFree=123263788/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=167288 CPUtime=1.23 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 9314 0 0 0 117 6 0 0 20 0 20 0 164188533 19566772224 41822 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 41822 5937 1 0 552906 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=5512 CPUtime=0.61 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 6261 0 0 0 57 4 0 0 20 0 20 0 164188533 19566772224 41822 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 41822 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=280016969851560 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 41822 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 41822 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 167288 KiB

[startup+1.50711 s]
/proc/loadavg: 4.60 4.28 4.21 7/321 838897
/proc/meminfo: memFree=123112948/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=187196 CPUtime=2.81 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 20425 0 0 0 273 8 0 0 20 0 20 0 164188533 19566772224 46799 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 46799 5937 1 0 556654 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=11992 CPUtime=1.34 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 6530 0 0 0 130 4 0 0 20 0 20 0 164188533 19566772224 46799 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 46799 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 46799 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=280016969704720 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 46799 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187196 KiB

[startup+3.1061 s]
/proc/loadavg: 4.79 4.32 4.23 7/321 838897
/proc/meminfo: memFree=122544368/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=693360 CPUtime=5.98 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 24234 0 0 0 579 19 0 0 20 0 20 0 164188533 19566772224 173340 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 173340 5937 1 0 557780 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=0 CPUtime=2.89 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 7284 0 0 0 275 14 0 0 20 0 20 0 164188533 19566772224 173340 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 173340 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 173340 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 173340 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 693360 KiB

[startup+6.30111 s]
/proc/loadavg: 4.79 4.32 4.23 5/321 838897
/proc/meminfo: memFree=122353800/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=870860 CPUtime=9.81 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 25400 0 0 0 958 23 0 0 20 0 20 0 164188533 19566772224 217715 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 217715 5937 1 0 718605 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=11992 CPUtime=5.85 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 7363 0 0 0 568 17 0 0 20 0 20 0 164188533 19566772224 217715 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 217715 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 217715 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=187196 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 217715 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 9.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 870860 KiB

[startup+12.7004 s]
/proc/loadavg: 4.89 4.35 4.24 5/321 838899
/proc/meminfo: memFree=120300568/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=1399304 CPUtime=16.33 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 25841 0 0 0 1600 33 0 0 20 0 20 0 164188533 19566772224 349826 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 349826 5937 1 0 718617 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=0 CPUtime=12.05 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 1077936192 7697 0 0 0 1179 26 0 0 20 0 20 0 164188533 19566772224 349826 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 349826 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=1399304 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 349826 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 349826 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1399304 KiB

[startup+25.5005 s]
/proc/loadavg: 4.85 4.37 4.24 5/321 838901
/proc/meminfo: memFree=119090680/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=2430592 CPUtime=29.47 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 31486 0 0 0 2891 56 0 0 20 0 20 0 164188533 19566772224 607648 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 607648 5937 1 0 1234577 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=1399304 CPUtime=24.27 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 9267 0 0 0 2384 43 0 0 20 0 20 0 164188533 19566772224 607648 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=-9031514286175134396 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 607648 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=41176 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 607648 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 607648 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 29.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2430592 KiB

[startup+51.1137 s]
/proc/loadavg: 4.64 4.35 4.24 7/321 838905
/proc/meminfo: memFree=117220732/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=3602732 CPUtime=55.83 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 38413 0 0 0 5503 80 0 0 20 0 20 0 164188533 19566772224 900683 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 900683 5937 1 0 1234630 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=3487820 CPUtime=49.3 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 11901 0 0 0 4867 63 0 0 20 0 20 0 164188533 19566772224 900683 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=41176 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 900683 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0

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

/proc/meminfo: memFree=112317856/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=4727052 CPUtime=3208.55 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 295046 0 0 0 320553 302 0 0 20 0 20 0 164188533 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 1181763 5974 1 0 1193877 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=41456 CPUtime=3105.79 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 128656 0 0 0 310491 88 0 0 20 0 20 0 164188533 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=4727044 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=4727052 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 2307 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=4727052 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 3208.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4727052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.20 4.20 5/319 840110
/proc/meminfo: memFree=112317292/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=4727052 CPUtime=3269.26 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 295758 0 0 0 326621 305 0 0 20 0 20 0 164188533 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 1181763 5974 1 0 1193877 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=4727044 CPUtime=3164.77 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 129196 0 0 0 316389 88 0 0 20 0 20 0 164188533 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=4727052 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=4727052 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 2307 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=4727052 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 1181763 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 3269.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4727052 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.20 4.20 5/319 840120
/proc/meminfo: memFree=114285984/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=4727388 CPUtime=3331.31 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 308574 0 0 0 332821 310 0 0 20 0 20 0 164188533 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 1181847 5974 1 0 1193961 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=4727388 CPUtime=3223.81 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 134393 0 0 0 322293 88 0 0 20 0 20 0 164188533 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 55 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=4727388 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 2307 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=31652 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 3331.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4727388 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.21 4.20 5/319 840130
/proc/meminfo: memFree=114285608/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=4727388 CPUtime=3391.62 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 312309 0 0 0 338849 313 0 0 20 0 20 0 164188533 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 1181847 5974 1 0 1193961 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=4727052 CPUtime=3282.62 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 136316 0 0 0 328174 88 0 0 20 0 20 0 164188533 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=4727388 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=4727388 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 1181847 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 3391.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4727388 KiB

[startup+3402.3 s]
/proc/loadavg: 4.41 4.25 4.21 5/319 840141
/proc/meminfo: memFree=114892256/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=4727392 CPUtime=3453.44 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 324495 0 0 0 345026 318 0 0 20 0 20 0 164188533 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 1181848 5974 1 0 1193961 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=4727388 CPUtime=3341.26 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 139178 0 0 0 334038 88 0 0 20 0 20 0 164188533 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 57 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=4727392 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=4727392 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 3453.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4727392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.25 4.21 5/320 840538
/proc/meminfo: memFree=114891740/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=4727392 CPUtime=3513.55 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 325484 0 0 0 351034 321 0 0 20 0 20 0 164188533 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 1181848 5974 1 0 1193961 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=4727388 CPUtime=3399.88 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 140007 0 0 0 339899 89 0 0 20 0 20 0 164188533 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 61 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=4727392 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=4727392 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=4727392 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 1181848 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 3513.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4727392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.28 4.22 5/320 840616
/proc/meminfo: memFree=112639864/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=4727400 CPUtime=3573.88 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 329082 0 0 0 357064 324 0 0 20 0 20 0 164188533 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 1181850 5974 1 0 1193961 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=4727392 CPUtime=3458.41 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 141855 0 0 0 345752 89 0 0 20 0 20 0 164188533 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 61 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=41456 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=4727400 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 2459 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 3573.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4727400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3548.2 s]
/proc/loadavg: 4.46 4.31 4.24 7/318 840887
/proc/meminfo: memFree=113347444/131655788 swapFree=131071996/131071996
[pid=838875] ppid=838872 vsize=19108176 memory=4727400 CPUtime=3600.06 cores=4,6
/proc/838875/stat : 838875 (java) S 838872 838875 836649 0 -1 1077936128 329357 0 0 0 359681 325 0 0 20 0 20 0 164188533 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
/proc/838875/statm: 4777044 1181850 5974 1 0 1193961 0
[pid=838875/tid=838877] ppid=838872 vsize=19108176 memory=-9031514286175134396 CPUtime=3483.88 cores=4,6
/proc/838875/task/838877/stat : 838877 (java) R 838872 838875 836649 0 -1 4194368 142020 0 0 0 348299 89 0 0 20 0 20 0 164188533 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 61 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838886] ppid=838872 vsize=19108176 memory=5551 CPUtime=0 cores=4,6
/proc/838875/task/838886/stat : 838886 (Finalizer) S 838872 838875 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164188539 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838893] ppid=838872 vsize=19108176 memory=29743 CPUtime=0 cores=4,6
/proc/838875/task/838893/stat : 838893 (Common-Cleaner) S 838872 838875 836649 0 -1 1077936192 2459 0 0 0 0 0 0 0 20 0 20 0 164188540 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
[pid=838875/tid=838895] ppid=838872 vsize=19108176 memory=4122254034764617085 CPUtime=0 cores=4,6
/proc/838875/task/838895/stat : 838895 (Timer-0) S 838872 838875 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164188582 19566772224 1181850 134679101440 94010453741568 94010453745264 140726367439664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94010453753080 94010453753872 94010463739904 140726367446005 140726367446113 140726367446113 140726367453128 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4727400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.94 s, system=3.27863 s

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

Child status: 143

Real time (s): 3548.29
CPU time (s): 3600.22
CPU user time (s): 3596.94
CPU system time (s): 3.27863
CPU usage (%): 101.464
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4893676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.94
system time used= 3.27862
maximum resident set size= 4893676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332438
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119938
involuntary context switches= 13215


# summary of solver processes directly reported to runsolver:
#   pid: 838875
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.94
#   total CPU system time (s): 3.27863

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7828 second user time and 34.9272 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 10:58:53
IDJOB=4429957
IDBENCH=148774
IDSOLVER=3052
FILE ID=nodeC008/4429957-1721120321
RUNJOBID= nodeC008-1721116745-836660
SLURM_JOB_ID= 7505659
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx57.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429957-1721120321/watcher-4429957-1721120321 -o /tmp/evaluation-result-4429957-1721120321/solver-4429957-1721120321 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721116745-836660 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429957-1721120321.opb

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

MD5SUM BENCH= 27eb6e8556144c078dca5501dcfcfe75
RANDOM SEED=1154051259

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123443108 kB
MemAvailable:   123675808 kB
Buffers:          420016 kB
Cached:           656568 kB
SwapCached:            0 kB
Active:           654264 kB
Inactive:        7023008 kB
Active(anon):       1476 kB
Inactive(anon):  6636908 kB
Active(file):     652788 kB
Inactive(file):   386100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5720 kB
Writeback:           144 kB
AnonPages:       6600372 kB
Mapped:           124072 kB
Shmem:             37704 kB
KReclaimable:      67688 kB
Slab:             161844 kB
SReclaimable:      67688 kB
SUnreclaim:        94156 kB
KernelStack:        4864 kB
PageTables:        23068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12049652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52256 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6293504 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC008 at 2024-07-16 11:58:02