Trace number 4444271

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12UNSAT 472.107 465.212

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157.opb
MD5SUM6d3b7da8b2ee0899aea130eb0a9711be
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.18796
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4444271-1721315376.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.32/0.22	c ... done. Wall clock time 0.069s.
0.32/0.22	c declared #vars     231
0.32/0.22	c #constraints  2707
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.32/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.32/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.32/0.22	c 2707 constraints processed.
14.18/10.55	c cleaning 2497 clauses out of 5000 with flag 0/5000
39.02/34.99	c cleaning 4250 clauses out of 8505 with flag 0/11002
80.84/76.46	c cleaning 5628 clauses out of 11257 with flag 0/18004
139.47/134.47	c cleaning 6811 clauses out of 13625 with flag 0/26000
216.53/211.21	c cleaning 7901 clauses out of 15816 with flag 0/35002
311.47/305.59	c cleaning 8953 clauses out of 17914 with flag 0/45001
423.06/416.59	c cleaning 9980 clauses out of 19960 with flag 0/56000
471.97/465.16	c starts		: 13
471.97/465.18	c conflicts		: 61311
471.97/465.18	c decisions		: 105795
471.97/465.18	c propagations		: 2716520
471.97/465.18	c inspects		: 394861985
471.97/465.18	c shortcuts		: 0
471.97/465.18	c learnt literals	: 0
471.97/465.18	c learnt binary clauses	: 0
471.97/465.18	c learnt ternary clauses	: 4
471.97/465.18	c learnt constraints	: 61310
471.97/465.18	c ignored constraints	: 0
471.97/465.18	c root simplifications	: 0
471.97/465.18	c removed literals (reason simplification)	: 0
471.97/465.18	c reason swapping (by a shorter reason)	: 0
471.97/465.18	c Calls to reduceDB	: 7
471.97/465.18	c Number of update (reduction) of LBD	: 89650
471.97/465.18	c Imported unit clauses	: 0
471.97/465.18	c No decision after first conflict	: false
471.97/465.18	c number of reductions to clauses (during analyze)	: 0
471.97/465.18	c number of learned constraints concerned by reduction	: 0
471.97/465.18	c number of learning phase by resolution	: 0
471.97/465.18	c number of learning phase by cutting planes	: 0
471.97/465.18	c number of rounding to 1 operations	: 0
471.97/465.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
471.97/465.18	c number of reductions of the coefficients by power 2 	: 0
471.97/465.18	c number of right shift for reduction by power 2 	: 0
471.97/465.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
471.97/465.18	c number of ending skipping 	: 0
471.97/465.18	c number of internal skipping 	: 0
471.97/465.18	c number of derivation steps 	: 653616
471.97/465.18	c number of skipped derivation steps 	: 0
471.97/465.18	c number of remaining unassigned 	: 343998
471.97/465.18	c number of remaining assigned 	: 7282515
471.97/465.18	c number of falsified literals weakened from reason	: 0
471.97/465.18	c number of falsified literals weakened from conflict	: 0
471.97/465.18	c time for arithmetic operations	: 2735715675
471.97/465.18	c minimum degree of deleted constraints	: 1
471.97/465.19	c maximum degree of deleted constraints	: 3782555705786003632334451288923030279239755112525385828797972172884135830480606019518093548342708806553365561047489494449031137868841349730046655770114121285457010503133800919936
471.97/465.19	c number of deleted constraints	: 46020
471.97/465.19	c speed (assignments/second)	: 5842.4810736407435
471.97/465.19	c non guided choices	: 121
471.97/465.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1238
471.97/465.20	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 100
471.97/465.20	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13952
471.97/465.20	s UNSATISFIABLE
471.97/465.20	c Total wall clock time (in seconds): 465.046

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (58153 MiB free)
  memory of node 1: 64510 MiB (58824 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444271-1721315376/watcher-4444271-1721315376 -o /tmp/evaluation-result-4444271-1721315376/solver-4444271-1721315376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984931 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444271-1721315376.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=991170, runsolver pid=991167
Current StackSize limit: 8192 KiB


[startup+0.103288 s]*
/proc/loadavg: 4.21 4.27 4.22 6/328 991188
/proc/meminfo: memFree=119741268/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=18975048 memory=64992 CPUtime=0.14 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 7212 0 0 0 12 2 0 0 20 0 18 0 183699476 19430449152 16248 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4743762 16248 5622 1 0 549374 0
[pid=991170/tid=991172] ppid=991167 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 1078198336 5764 0 0 0 7 1 0 0 20 0 18 0 183699476 19430449152 16248 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183699479 19430449152 16248 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183699479 19430449152 16248 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64992 KiB

[startup+0.20575 s]*
/proc/loadavg: 4.21 4.27 4.22 7/328 991188
/proc/meminfo: memFree=119731620/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=18975048 memory=77196 CPUtime=0.32 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 7593 0 0 0 30 2 0 0 20 0 18 0 183699476 19430449152 19299 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4743762 19299 5751 1 0 549672 0
[pid=991170/tid=991172] ppid=991167 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 6034 0 0 0 17 2 0 0 20 0 18 0 183699476 19430449152 19299 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=18975048 memory=15975 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183699479 19430449152 19299 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183699479 19430449152 19299 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77196 KiB

[startup+0.307828 s]*
/proc/loadavg: 4.21 4.27 4.22 7/329 991189
/proc/meminfo: memFree=119715436/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19041612 memory=91436 CPUtime=0.53 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 8195 0 0 0 50 3 0 0 20 0 19 0 183699476 19498610688 22859 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4760403 22859 5848 1 0 550304 0
[pid=991170/tid=991172] ppid=991167 vsize=19041612 memory=-8671515517507642044 CPUtime=0.28 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 6130 0 0 0 26 2 0 0 20 0 19 0 183699476 19498610688 22859 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183699479 19498610688 22859 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183699479 19498610688 22859 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183699499 19498610688 22859 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91436 KiB

[startup+0.700935 s]
/proc/loadavg: 4.21 4.27 4.22 7/329 991189
/proc/meminfo: memFree=119646476/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=182316 CPUtime=1.28 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 15552 0 0 0 122 6 0 0 20 0 20 0 183699476 19566772224 45579 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 45579 5848 1 0 555375 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=13196 CPUtime=0.64 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 6168 0 0 0 61 3 0 0 20 0 20 0 183699476 19566772224 45579 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 45579 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 45579 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 45579 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182316 KiB

[startup+1.50094 s]
/proc/loadavg: 4.21 4.27 4.22 6/330 991190
/proc/meminfo: memFree=119619192/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=211932 CPUtime=2.84 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 21033 0 0 0 277 7 0 0 20 0 20 0 183699476 19566772224 52983 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 52983 5848 1 0 555384 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=13196 CPUtime=1.4 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 6452 0 0 0 136 4 0 0 20 0 20 0 183699476 19566772224 52983 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 52983 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 52983 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 52983 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 211932 KiB

[startup+3.10593 s]
/proc/loadavg: 4.43 4.32 4.24 5/330 991190
/proc/meminfo: memFree=119217592/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=633028 CPUtime=5.88 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 24873 0 0 0 572 16 0 0 20 0 20 0 183699476 19566772224 158257 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 158257 5848 1 0 672736 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 7104 0 0 0 282 11 0 0 20 0 20 0 183699476 19566772224 158257 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 158257 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=367732 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 158257 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 158257 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 633028 KiB

[startup+6.30093 s]
/proc/loadavg: 4.43 4.32 4.24 5/330 991192
/proc/meminfo: memFree=118893248/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=901296 CPUtime=9.57 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 25404 0 0 0 935 22 0 0 20 0 20 0 183699476 19566772224 225324 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 225324 5848 1 0 672756 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=13196 CPUtime=6.06 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 7382 0 0 0 589 17 0 0 20 0 20 0 183699476 19566772224 225324 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 225324 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=5793708754389260631 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 225324 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=5472 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 225324 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 9.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 901296 KiB

[startup+12.7003 s]
/proc/loadavg: 4.40 4.31 4.24 5/330 991192
/proc/meminfo: memFree=118199404/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=1618288 CPUtime=16.43 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 32669 0 0 0 1606 37 0 0 20 0 20 0 183699476 19566772224 404572 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 404572 5848 1 0 673265 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=0 CPUtime=12.3 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 10382 0 0 0 1201 29 0 0 20 0 20 0 183699476 19566772224 404572 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=1587556 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 404572 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 404572 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 404572 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 16.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1618288 KiB

[startup+25.5003 s]
/proc/loadavg: 4.45 4.33 4.24 5/332 991199
/proc/meminfo: memFree=118116728/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=1649208 CPUtime=29.58 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 37407 0 0 0 2920 38 0 0 20 0 20 0 183699476 19566772224 412302 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 412302 5848 1 0 673268 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=1587556 CPUtime=24.92 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 12028 0 0 0 2463 29 0 0 20 0 20 0 183699476 19566772224 412302 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 412302 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=1628628 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 412302 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 412302 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 29.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1649208 KiB

[startup+51.1057 s]
/proc/loadavg: 4.51 4.35 4.25 5/332 991202
/proc/meminfo: memFree=118067056/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=1667760 CPUtime=55.33 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 43457 0 0 0 5493 40 0 0 20 0 20 0 183699476 19566772224 416940 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 416940 5848 1 0 673268 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=1663620 CPUtime=50.16 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 14215 0 0 0 4987 29 0 0 20 0 20 0 183699476 19566772224 416940 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0

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

/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 264 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 475517 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=1897972 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 475517 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 227.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1902068 KiB

[startup+282.3 s]
/proc/loadavg: 4.26 4.31 4.26 5/332 991244
/proc/meminfo: memFree=117499036/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=1967628 CPUtime=288.15 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 69665 0 0 0 28757 58 0 0 20 0 20 0 183699476 19566772224 491907 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 491907 5848 1 0 673284 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=1934860 CPUtime=277.08 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 25555 0 0 0 27677 31 0 0 20 0 20 0 183699476 19566772224 491907 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=45336 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 491907 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=32992 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 322 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 491907 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=1967628 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 491907 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 288.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1967628 KiB

[startup+342.3 s]
/proc/loadavg: 4.19 4.28 4.25 5/333 991255
/proc/meminfo: memFree=117377284/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=2027044 CPUtime=348.46 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 73141 0 0 0 34784 62 0 0 20 0 20 0 183699476 19566772224 506761 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 506761 5848 1 0 673284 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=1934860 CPUtime=336.16 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 27462 0 0 0 33585 31 0 0 20 0 20 0 183699476 19566772224 506761 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=-8671515517507642044 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 506761 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 366 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 506761 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=45336 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 506761 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 348.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2027044 KiB

[startup+402.3 s]
/proc/loadavg: 4.32 4.29 4.26 5/331 991266
/proc/meminfo: memFree=117253412/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=2084396 CPUtime=408.8 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 77318 0 0 0 40813 67 0 0 20 0 20 0 183699476 19566772224 521099 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 521099 5848 1 0 673284 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=1934860 CPUtime=395.21 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 29351 0 0 0 39490 31 0 0 20 0 20 0 183699476 19566772224 521099 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 521099 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=-8671515517507642044 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 381 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 521099 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=2057772 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 521099 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 408.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2084396 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 4.25 4.25 5/331 991277
/proc/meminfo: memFree=117144168/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=2137652 CPUtime=469.13 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 79114 0 0 0 46843 70 0 0 20 0 20 0 183699476 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 534413 5848 1 0 673284 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=45336 CPUtime=454.35 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 30608 0 0 0 45403 32 0 0 20 0 20 0 183699476 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=2121260 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=45336 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 418 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 469.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2137652 KiB

[startup+465.211 s]
# the end of solver process 991170 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=471.387 s, system=0.719695 s

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

[startup+462.4 s]
/proc/loadavg: 4.17 4.25 4.25 5/331 991277
/proc/meminfo: memFree=117144168/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=2137652 CPUtime=469.23 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 79114 0 0 0 46853 70 0 0 20 0 20 0 183699476 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 534413 5848 1 0 673284 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=5444 CPUtime=454.45 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 30608 0 0 0 45413 32 0 0 20 0 20 0 183699476 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=-8671515517507642044 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 418 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=45336 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 469.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2137652 KiB

[startup+464 s]*
/proc/loadavg: 4.15 4.25 4.25 5/331 991278
/proc/meminfo: memFree=117144168/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=2137652 CPUtime=470.83 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 79124 0 0 0 47013 70 0 0 20 0 20 0 183699476 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 534413 5848 1 0 673284 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=-8671515517507642044 CPUtime=456.05 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 30612 0 0 0 45573 32 0 0 20 0 20 0 183699476 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=-7664412599335412094 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=30348 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 418 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=7540 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 534413 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 470.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2137652 KiB

[startup+464.8 s]
/proc/loadavg: 4.15 4.25 4.25 5/331 991278
/proc/meminfo: memFree=117144168/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19108176 memory=2139760 CPUtime=471.66 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 79440 0 0 0 47096 70 0 0 20 0 20 0 183699476 19566772224 534940 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4777044 534940 5863 1 0 673284 0
[pid=991170/tid=991172] ppid=991167 vsize=19108176 memory=-8671515517507642044 CPUtime=456.81 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) R 991167 991170 984920 0 -1 4194368 30615 0 0 0 45649 32 0 0 20 0 20 0 183699476 19566772224 534940 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19108176 memory=139993586842256 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 534940 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19108176 memory=139993586842344 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 418 0 0 0 0 0 0 0 20 0 20 0 183699479 19566772224 534940 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991189] ppid=991167 vsize=19108176 memory=192994339516984 CPUtime=0 cores=4,6
/proc/991170/task/991189/stat : 991189 (Timer-0) S 991167 991170 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183699499 19566772224 534940 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 471.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2139760 KiB

[startup+465.201 s]
/proc/loadavg: 4.15 4.25 4.25 5/331 991278
/proc/meminfo: memFree=117135976/131524600 swapFree=131071996/131071996
[pid=991170] ppid=991167 vsize=19241304 memory=2140436 CPUtime=472.09 cores=4,6
/proc/991170/stat : 991170 (java) S 991167 991170 984920 0 -1 1077936128 82305 0 0 0 47138 71 0 0 20 0 19 0 183699476 19703095296 535109 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
/proc/991170/statm: 4810326 535109 5859 1 0 673959 0
[pid=991170/tid=991172] ppid=991167 vsize=19241304 memory=-8671515517507642044 CPUtime=457.16 cores=4,6
/proc/991170/task/991172/stat : 991172 (java) S 991167 991170 984920 0 -1 1077936192 32022 0 0 0 45684 32 0 0 20 0 18 0 183699476 19703095296 535109 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991181] ppid=991167 vsize=19241304 memory=18472 CPUtime=0 cores=4,6
/proc/991170/task/991181/stat : 991181 (Finalizer) S 991167 991170 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183699479 19703095296 535109 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
[pid=991170/tid=991188] ppid=991167 vsize=19241304 memory=20564 CPUtime=0 cores=4,6
/proc/991170/task/991188/stat : 991188 (Common-Cleaner) S 991167 991170 984920 0 -1 1077936192 418 0 0 0 0 0 0 0 20 0 18 0 183699479 19703095296 535109 134679101440 94379203088384 94379203092080 140735092283520 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379203099896 94379203100688 94379228782592 140735092290548 140735092290656 140735092290656 140735092297672 0
Current children cumulated CPU time: 472.09 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2140436 KiB

Child status: 20

Real time (s): 465.212
CPU time (s): 472.107
CPU user time (s): 471.387
CPU system time (s): 0.719695
CPU usage (%): 101.482
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2140436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 471.387
system time used= 0.719695
maximum resident set size= 2141372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82391
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20133
involuntary context switches= 2125


# summary of solver processes directly reported to runsolver:
#   pid: 991170
#   total CPU time (s): 472.107
#   total CPU user time (s): 471.387
#   total CPU system time (s): 0.719695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.937872 second user time and 2.33421 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 17:09:49
IDJOB=4444271
IDBENCH=147938
IDSOLVER=3052
FILE ID=nodeC017/4444271-1721315376
RUNJOBID= nodeC017-1721306301-984931
SLURM_JOB_ID= 7542642
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444271-1721315376/watcher-4444271-1721315376 -o /tmp/evaluation-result-4444271-1721315376/solver-4444271-1721315376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984931 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444271-1721315376.opb

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

MD5SUM BENCH= 6d3b7da8b2ee0899aea130eb0a9711be
RANDOM SEED=1521522230

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119785672 kB
MemAvailable:   121647108 kB
Buffers:          519628 kB
Cached:          2167928 kB
SwapCached:            0 kB
Active:          1207604 kB
Inactive:        9881204 kB
Active(anon):       1552 kB
Inactive(anon):  8437420 kB
Active(file):    1206052 kB
Inactive(file):  1443784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:       8401300 kB
Mapped:           126560 kB
Shmem:             37720 kB
KReclaimable:     102496 kB
Slab:             214940 kB
SReclaimable:     102496 kB
SUnreclaim:       112444 kB
KernelStack:        5008 kB
PageTables:        26448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9835860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67520 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8065024 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-18 17:17:34