Trace number 4430069

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.42 3594.32

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUM0e2b47ba7737bf0edcb2bcb32c5df9e4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20369123
Best CPU time to get the best result obtained on this benchmark2762.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2113181440
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.32/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.22	 - never skip resolution steps
0.32/0.22	 - Auto-division on coefficients is disabled
0.32/0.22	 - No postprocessing
0.32/0.22	 - Conflict is considered as is when resolving
0.32/0.22	 - Use constraints as they come during conflict analysis
0.32/0.22	 - Weaken first using unassigned literals
0.32/0.22	 - Bump strategy: ALWAYS_ONE
0.32/0.22	 - Bumper: EFFECTIVE
0.32/0.22	--- Begin Solver configuration ---
0.32/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.22	Learn all clauses as in MiniSAT
0.32/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.22	No reason simplification
0.32/0.22	Dynamic restart strategy considering the size of the coefficients
0.32/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.22	timeout=2147483s
0.32/0.22	DB Simplification allowed=false
0.32/0.23	Listener: none
0.32/0.23	--- End Solver configuration ---
0.32/0.23	c Pseudo Boolean Optimization by upper bound
0.32/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.23	c  - never skip resolution steps
0.32/0.23	c  - Auto-division on coefficients is disabled
0.32/0.23	c  - No postprocessing
0.32/0.23	c  - Conflict is considered as is when resolving
0.32/0.23	c  - Use constraints as they come during conflict analysis
0.32/0.23	c  - Weaken first using unassigned literals
0.32/0.23	c  - Bump strategy: ALWAYS_ONE
0.32/0.23	c  - Bumper: EFFECTIVE
0.32/0.23	c --- Begin Solver configuration ---
0.32/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.23	c Learn all clauses as in MiniSAT
0.32/0.23	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.23	c No reason simplification
0.32/0.23	c Dynamic restart strategy considering the size of the coefficients
0.32/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.23	c timeout=2147483s
0.32/0.23	c DB Simplification allowed=false
0.32/0.23	c Listener: none
0.32/0.23	c --- End Solver configuration ---
0.32/0.23	c solving HOME/instance-4430069-1721148033.opb
0.32/0.23	c reading problem ... 
0.32/0.24	c  objective function found
3600.05/3594.17	c starts		: 0
3600.05/3594.19	c conflicts		: 0
3600.05/3594.19	c decisions		: 0
3600.05/3594.19	c propagations		: 0
3600.05/3594.19	c inspects		: 0
3600.05/3594.19	c shortcuts		: 0
3600.05/3594.19	c learnt literals	: 0
3600.05/3594.19	c learnt binary clauses	: 0
3600.05/3594.19	c learnt ternary clauses	: 0
3600.05/3594.19	c learnt constraints	: 0
3600.05/3594.19	c ignored constraints	: 0
3600.05/3594.19	c root simplifications	: 0
3600.24/3594.21	c removed literals (reason simplification)	: 0
3600.24/3594.21	c reason swapping (by a shorter reason)	: 0
3600.24/3594.22	c Calls to reduceDB	: 0
3600.24/3594.22	c Number of update (reduction) of LBD	: 0
3600.24/3594.22	c Imported unit clauses	: 0
3600.24/3594.22	c No decision after first conflict	: true
3600.24/3594.22	c number of reductions to clauses (during analyze)	: 0
3600.24/3594.22	c number of learned constraints concerned by reduction	: 0
3600.24/3594.22	c number of learning phase by resolution	: 0
3600.24/3594.22	c number of learning phase by cutting planes	: 0
3600.24/3594.22	c number of rounding to 1 operations	: 0
3600.24/3594.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.24/3594.22	c number of reductions of the coefficients by power 2 	: 0
3600.24/3594.22	c number of right shift for reduction by power 2 	: 0
3600.24/3594.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.24/3594.22	c number of ending skipping 	: 0
3600.24/3594.22	c number of internal skipping 	: 0
3600.24/3594.23	c number of derivation steps 	: 0
3600.24/3594.23	c number of skipped derivation steps 	: 0
3600.24/3594.23	c number of remaining unassigned 	: 0
3600.24/3594.23	c number of remaining assigned 	: 0
3600.24/3594.23	c number of falsified literals weakened from reason	: 0
3600.24/3594.23	c number of falsified literals weakened from conflict	: 0
3600.24/3594.23	c time for arithmetic operations	: 0
3600.24/3594.23	c minimum degree of deleted constraints	: null
3600.24/3594.23	c maximum degree of deleted constraints	: null
3600.24/3594.23	c number of deleted constraints	: 0
3600.24/3594.27	c speed (assignments/second)	: 0.0
3600.24/3594.27	c non guided choices	: 0
3600.24/3594.28	s UNKNOWN
3600.24/3594.28	c Total wall clock time (in seconds): 3594.057

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430069-1721148033/watcher-4430069-1721148033 -o /tmp/evaluation-result-4430069-1721148033/solver-4430069-1721148033 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721140855-848818 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430069-1721148033.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
solver pid=853132, runsolver pid=853129
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.37 4.20 4.18 5/316 853150
/proc/meminfo: memFree=122453084/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=18975048 memory=55904 CPUtime=0.12 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 7091 0 0 0 10 2 0 0 20 0 18 0 166963088 19430449152 13976 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4743762 13976 5556 1 0 550909 0
[pid=853132/tid=853134] ppid=853129 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 6034 0 0 0 6 2 0 0 20 0 18 0 166963088 19430449152 13976 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 166963093 19430449152 13976 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166963094 19430449152 13976 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55904 KiB

[startup+0.207813 s]*
/proc/loadavg: 4.37 4.20 4.18 7/316 853150
/proc/meminfo: memFree=122443524/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=18975048 memory=66292 CPUtime=0.32 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 7958 0 0 0 29 3 0 0 20 0 18 0 166963088 19430449152 16573 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4743762 16573 5704 1 0 551635 0
[pid=853132/tid=853134] ppid=853129 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 6508 0 0 0 15 2 0 0 20 0 18 0 166963088 19430449152 16573 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=18975048 memory=671 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 166963093 19430449152 16573 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166963094 19430449152 16573 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66292 KiB

[startup+0.313813 s]*
/proc/loadavg: 4.37 4.20 4.18 8/316 853150
/proc/meminfo: memFree=122358464/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=18975048 memory=150672 CPUtime=0.52 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 8141 0 0 0 48 4 0 0 20 0 18 0 166963088 19430449152 37668 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4743762 37668 5704 1 0 551692 0
[pid=853132/tid=853134] ppid=853129 vsize=18975048 memory=-8528526220815868604 CPUtime=0.27 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 6645 0 0 0 24 3 0 0 20 0 18 0 166963088 19430449152 37668 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 166963093 19430449152 37668 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166963094 19430449152 37668 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 150672 KiB

[startup+0.700803 s]
/proc/loadavg: 4.37 4.20 4.18 8/316 853152
/proc/meminfo: memFree=122307972/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=256476 CPUtime=1.26 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 10721 0 0 0 119 7 0 0 20 0 19 0 166963088 19498610688 64119 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 64119 5805 1 0 553613 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=5544 CPUtime=0.63 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 6686 0 0 0 58 5 0 0 20 0 19 0 166963088 19498610688 64119 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=12776 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 64119 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166963094 19498610688 64119 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 256476 KiB

[startup+1.5008 s]
/proc/loadavg: 4.37 4.20 4.18 6/317 853153
/proc/meminfo: memFree=122233872/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=338372 CPUtime=2.49 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 11354 0 0 0 239 10 0 0 20 0 19 0 166963088 19498610688 84593 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 84593 5845 1 0 1161487 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=12776 CPUtime=1.24 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 6742 0 0 0 118 6 0 0 20 0 19 0 166963088 19498610688 84593 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 84593 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166963094 19498610688 84593 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 338372 KiB

[startup+3.10581 s]
/proc/loadavg: 4.42 4.22 4.19 5/317 853153
/proc/meminfo: memFree=120920436/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=1504164 CPUtime=4.88 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 12591 0 0 0 454 34 0 0 20 0 19 0 166963088 19498610688 376041 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 376041 5877 1 0 1161581 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=0 CPUtime=2.57 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 7799 0 0 0 229 28 0 0 20 0 19 0 166963088 19498610688 376041 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=12776 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 376041 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=815052 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166963094 19498610688 376041 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1504164 KiB

[startup+6.3008 s]
/proc/loadavg: 4.42 4.22 4.19 5/317 853153
/proc/meminfo: memFree=116582956/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3620004 CPUtime=9.05 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 17459 0 0 0 827 78 0 0 20 0 19 0 166963088 19498610688 905001 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 905001 5892 1 0 1773500 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=0 CPUtime=5.51 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 9049 0 0 0 484 67 0 0 20 0 19 0 166963088 19498610688 905001 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=498668 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 905001 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=224194199869 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166963094 19498610688 905001 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3620004 KiB

[startup+12.7004 s]
/proc/loadavg: 4.38 4.21 4.19 8/317 853154
/proc/meminfo: memFree=116149492/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3621588 CPUtime=15.77 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 18583 0 0 0 1498 79 0 0 20 0 19 0 166963088 19498610688 905397 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 905397 5892 1 0 1773500 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=3620268 CPUtime=11.83 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 9772 0 0 0 1115 68 0 0 20 0 19 0 166963088 19498610688 905397 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=3620268 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 905397 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=14127831902849289 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166963094 19498610688 905397 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 15.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3621588 KiB

[startup+25.5005 s]
/proc/loadavg: 4.45 4.23 4.19 5/317 853156
/proc/meminfo: memFree=115909096/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3624872 CPUtime=29.8 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 28836 0 0 0 2897 83 0 0 20 0 19 0 166963088 19498610688 906218 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 906218 5892 1 0 1777453 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=3624724 CPUtime=24.49 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 10992 0 0 0 2380 69 0 0 20 0 19 0 166963088 19498610688 906218 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 906218 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166963094 19498610688 906218 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 29.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3624872 KiB

[startup+51.1137 s]
/proc/loadavg: 4.49 4.26 4.20 5/318 853162
/proc/meminfo: memFree=115486476/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3625196 CPUtime=56.65 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 43787 0 0 0 5575 90 0 0 20 0 19 0 166963088 19498610688 906299 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 906299 5892 1 0 1777496 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=0 CPUtime=49.88 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 14026 0 0 0 4918 70 0 0 20 0 19 0 166963088 19498610688 906299 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=3621588 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 906299 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=1504164 CPUtime=0 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166963094 19498610688 906299 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 56.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3625196 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.24 4.20 5/318 853171
/proc/meminfo: memFree=115470388/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3625512 CPUtime=107.9 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 52981 0 0 0 10695 95 0 0 20 0 19 0 166963088 19498610688 906378 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 906378 5892 1 0 1777496 0

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

/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 3873 0 0 0 1 0 0 0 20 0 19 0 166963094 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3228.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628404 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.30 4.27 5/319 854924
/proc/meminfo: memFree=111759712/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3288.28 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 242303 0 0 0 328422 406 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 907101 5892 1 0 1777998 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=11464 CPUtime=3255.59 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 119375 0 0 0 325461 98 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 3951 0 0 0 1 0 0 0 20 0 19 0 166963094 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3288.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628404 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.29 4.27 5/317 854936
/proc/meminfo: memFree=111757412/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3348.27 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 245761 0 0 0 334416 411 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 907101 5892 1 0 1777998 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3315.13 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 121235 0 0 0 331415 98 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 73 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=2720 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=16116 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 4029 0 0 0 1 0 0 0 20 0 19 0 166963094 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3348.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628404 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.25 4.26 5/317 854946
/proc/meminfo: memFree=111753076/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3408.27 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 249205 0 0 0 340410 417 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 907101 5892 1 0 1777998 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=12776 CPUtime=3374.71 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 123042 0 0 0 337372 99 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 73 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 4112 0 0 0 1 0 0 0 20 0 19 0 166963094 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3408.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628404 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.20 4.24 5/317 854956
/proc/meminfo: memFree=111719732/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3468.27 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 252535 0 0 0 346405 422 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 907101 5892 1 0 1777998 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=12776 CPUtime=3434.28 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 124869 0 0 0 343328 100 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 73 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=11464 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=11464 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 4190 0 0 0 1 0 0 0 20 0 19 0 166963094 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3468.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.21 4.24 5/317 854967
/proc/meminfo: memFree=111715204/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3528.25 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 255908 0 0 0 352397 428 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 907101 5892 1 0 1777998 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=19508 CPUtime=3493.84 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 126732 0 0 0 349284 100 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 75 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=32144 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 4268 0 0 0 1 0 0 0 20 0 19 0 166963094 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3528.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628404 KiB

[startup+3582.3 s]
/proc/loadavg: 3.34 3.99 4.17 4/264 855044
/proc/meminfo: memFree=122981384/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3588.25 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 257752 0 0 0 358390 435 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 907101 5892 1 0 1777998 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=12776 CPUtime=3553.38 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 128100 0 0 0 355237 101 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 75 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=11464 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 4346 0 0 0 1 0 0 0 20 0 19 0 166963094 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3588.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.11 s]
/proc/loadavg: 2.89 3.86 4.12 2/241 855084
/proc/meminfo: memFree=124456608/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3600.05 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 259716 0 0 0 359568 437 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4760403 907101 5892 1 0 1777998 0
[pid=853132/tid=853134] ppid=853129 vsize=19041612 memory=3628404 CPUtime=3565.1 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 128720 0 0 0 356409 101 0 0 20 0 19 0 166963088 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 75 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166963093 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19041612 memory=3628404 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 4346 0 0 0 1 0 0 0 20 0 19 0 166963094 19498610688 907101 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628404 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.02 s, system=4.40099 s

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

[startup+3594.21 s]
/proc/loadavg: 2.89 3.86 4.12 2/241 855084
/proc/meminfo: memFree=124456608/131655788 swapFree=131071996/131071996
[pid=853132] ppid=853129 vsize=19241304 memory=3629016 CPUtime=3600.24 cores=4,6
/proc/853132/stat : 853132 (java) S 853129 853132 848807 0 -1 1077936128 262438 0 0 0 359586 438 0 0 20 0 22 0 166963088 19703095296 907254 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
/proc/853132/statm: 4810326 907254 5891 1 0 1778901 0
[pid=853132/tid=853134] ppid=853129 vsize=19241304 memory=525 CPUtime=3565.2 cores=4,6
/proc/853132/task/853134/stat : 853134 (java) R 853129 853132 848807 0 -1 4194368 128720 0 0 0 356419 101 0 0 20 0 22 0 166963088 19703095296 907254 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 75 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853143] ppid=853129 vsize=19241304 memory=25083 CPUtime=0 cores=4,6
/proc/853132/task/853143/stat : 853143 (Finalizer) S 853129 853132 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 22 0 166963093 19703095296 907254 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
[pid=853132/tid=853150] ppid=853129 vsize=19241304 memory=28184 CPUtime=0.01 cores=4,6
/proc/853132/task/853150/stat : 853150 (Common-Cleaner) S 853129 853132 848807 0 -1 1077936192 4346 0 0 0 1 0 0 0 20 0 22 0 166963094 19703095296 907254 134679101440 94016960139264 94016960142960 140727192348400 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016960150776 94016960151568 94016967823360 140727192351733 140727192351841 140727192351841 140727192358856 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3629016 KiB

[startup+3594.3 s]*
/proc/loadavg: 2.89 3.86 4.12 2/224 855087
/proc/meminfo: memFree=127974476/131655788 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): 3594.32
CPU time (s): 3600.42
CPU user time (s): 3596.02
CPU system time (s): 4.40099
CPU usage (%): 100.17
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3642024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.02
system time used= 4.40099
maximum resident set size= 3642024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262842
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298442
involuntary context switches= 6284


# summary of solver processes directly reported to runsolver:
#   pid: 853132
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3596.02
#   total CPU system time (s): 4.40099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0811 second user time and 39.2909 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 18:40:47
IDJOB=4430069
IDBENCH=155744
IDSOLVER=3052
FILE ID=nodeC009/4430069-1721148033
RUNJOBID= nodeC009-1721140855-848818
SLURM_JOB_ID= 7505723
Free space on /tmp= 723536 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_8_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430069-1721148033/watcher-4430069-1721148033 -o /tmp/evaluation-result-4430069-1721148033/solver-4430069-1721148033 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721140855-848818 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430069-1721148033.opb

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

MD5SUM BENCH= 0e2b47ba7737bf0edcb2bcb32c5df9e4
RANDOM SEED=1420599749

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122488728 kB
MemAvailable:   124329252 kB
Buffers:          429400 kB
Cached:          2234928 kB
SwapCached:            0 kB
Active:           744196 kB
Inactive:        7843968 kB
Active(anon):       1452 kB
Inactive(anon):  5960084 kB
Active(file):     742744 kB
Inactive(file):  1883884 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            237432 kB
Writeback:             0 kB
AnonPages:       5923908 kB
Mapped:           124696 kB
Shmem:             37700 kB
KReclaimable:     107852 kB
Slab:             206812 kB
SReclaimable:     107852 kB
SUnreclaim:        98960 kB
KernelStack:        4816 kB
PageTables:        21824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11038628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53376 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5648384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723552 MiB
End job on nodeC009 at 2024-07-16 19:40:41