Trace number 4461835

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.1 3600.54

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.95_1.opb
MD5SUM7f3731a2c6eed9d82857e81cf2dabc60
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6112
Best CPU time to get the best result obtained on this benchmark92.2177
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250000
Total number of constraints250001
Number of constraints which are clauses150000
Number of constraints which are cardinality constraints (but not clauses)100000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint100000
Number of terms in the objective function 100000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100000
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100000
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: ASSIGNED
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Armin Biere (Picosat) restarts strategy
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4461835-1722204330.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  objective function found
166.38/163.35	c ... done. Wall clock time 163.196s.
166.38/163.35	c declared #vars     250000
166.38/163.35	c #constraints  350002
166.38/163.35	c constraints type 
166.38/163.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15474
166.38/163.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90067
166.38/163.36	c org.sat4j.specs.Constr$1 => 2904
166.38/163.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 238855
166.38/163.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 2702
166.38/163.36	c 350002 constraints processed.
166.38/163.37	c objective function length is 100000 literals
3600.02/3600.52	c starts		: 1
3600.02/3600.52	c conflicts		: 200
3600.02/3600.52	c decisions		: 55005
3600.02/3600.52	c propagations		: 7864201
3600.02/3600.52	c inspects		: 1533230
3600.02/3600.52	c shortcuts		: 0
3600.02/3600.52	c learnt literals	: 0
3600.02/3600.52	c learnt binary clauses	: 0
3600.02/3600.52	c learnt ternary clauses	: 0
3600.02/3600.52	c learnt constraints	: 199
3600.02/3600.52	c ignored constraints	: 0
3600.02/3600.52	c root simplifications	: 0
3600.02/3600.52	c removed literals (reason simplification)	: 0
3600.02/3600.52	c reason swapping (by a shorter reason)	: 0
3600.02/3600.52	c Calls to reduceDB	: 0
3600.02/3600.52	c Number of update (reduction) of LBD	: 0
3600.02/3600.52	c Imported unit clauses	: 0
3600.02/3600.52	c No decision after first conflict	: true
3600.02/3600.52	c number of reductions to clauses (during analyze)	: 0
3600.02/3600.52	c number of learned constraints concerned by reduction	: 0
3600.02/3600.52	c number of learning phase by resolution	: 0
3600.02/3600.52	c number of learning phase by cutting planes	: 0
3600.02/3600.52	c number of rounding to 1 operations	: 0
3600.02/3600.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3600.52	c number of reductions of the coefficients by power 2 	: 0
3600.02/3600.52	c number of right shift for reduction by power 2 	: 0
3600.02/3600.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3600.52	c number of ending skipping 	: 0
3600.02/3600.52	c number of internal skipping 	: 0
3600.02/3600.52	c number of derivation steps 	: 408
3600.02/3600.52	c number of skipped derivation steps 	: 0
3600.02/3600.52	c number of remaining unassigned 	: 0
3600.02/3600.52	c number of remaining assigned 	: 0
3600.02/3600.52	c number of falsified literals weakened from reason	: 0
3600.02/3600.52	c number of falsified literals weakened from conflict	: 0
3600.02/3600.52	c time for arithmetic operations	: 0
3600.02/3600.52	c minimum degree of deleted constraints	: null
3600.02/3600.52	c maximum degree of deleted constraints	: null
3600.02/3600.52	c number of deleted constraints	: 0
3600.02/3600.52	c speed (assignments/second)	: 2288.0457900044285
3600.02/3600.52	c non guided choices	: 0
3600.02/3600.52	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 199
3600.02/3600.52	s UNKNOWN
3600.02/3600.52	c Total wall clock time (in seconds): 3600.366

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461835-1722204330/watcher-4461835-1722204330 -o /tmp/evaluation-result-4461835-1722204330/solver-4461835-1722204330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1722204304-442028 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4461835-1722204330.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=442218, runsolver pid=442215

[startup+0.102824 s]*
/proc/loadavg: 2.35 0.65 0.27 7/332 442236
/proc/meminfo: memFree=116131940/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=18975048 memory=65456 CPUtime=0.14 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 7201 0 0 0 12 2 0 0 20 0 18 0 56955862 19430449152 16364 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4743762 16364 5744 1 0 549322 0
[pid=442218/tid=442220] ppid=442215 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 1077936192 5768 0 0 0 7 1 0 0 20 0 18 0 56955862 19430449152 16364 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56955865 19430449152 16364 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=18975048 memory=14135545649324636 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56955865 19430449152 16364 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65456 KiB

[startup+0.205979 s]*
/proc/loadavg: 2.35 0.65 0.27 7/332 442236
/proc/meminfo: memFree=116112912/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=18975048 memory=85312 CPUtime=0.32 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 8214 0 0 0 30 2 0 0 20 0 18 0 56955862 19430449152 21328 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4743762 21328 5866 1 0 550157 0
[pid=442218/tid=442220] ppid=442215 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 6008 0 0 0 16 1 0 0 20 0 18 0 56955862 19430449152 21328 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=18975048 memory=1991471 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56955865 19430449152 21328 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=18975048 memory=15823295995971300 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56955865 19430449152 21328 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85312 KiB

[startup+0.312855 s]*
/proc/loadavg: 2.64 0.74 0.30 6/332 442236
/proc/meminfo: memFree=116073420/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=18975048 memory=124024 CPUtime=0.52 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 9505 0 0 0 49 3 0 0 20 0 18 0 56955862 19430449152 31006 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4743762 31006 5882 1 0 551026 0
[pid=442218/tid=442220] ppid=442215 vsize=18975048 memory=-8817036976744669884 CPUtime=0.26 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 6027 0 0 0 24 2 0 0 20 0 18 0 56955862 19430449152 31006 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56955865 19430449152 31006 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56955865 19430449152 31006 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 124024 KiB

[startup+0.700294 s]
/proc/loadavg: 2.64 0.74 0.30 5/333 442237
/proc/meminfo: memFree=115863944/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19041612 memory=1051976 CPUtime=1.03 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 10964 0 0 0 82 21 0 0 20 0 19 0 56955862 19498610688 262994 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4760403 262994 5914 1 0 1113263 0
[pid=442218/tid=442220] ppid=442215 vsize=19041612 memory=5552 CPUtime=0.6 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 6501 0 0 0 41 19 0 0 20 0 19 0 56955862 19498610688 262994 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19041612 memory=12936 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 262994 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 262994 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1051976 KiB

[startup+1.5003 s]
/proc/loadavg: 2.64 0.74 0.30 5/333 442237
/proc/meminfo: memFree=114517684/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19041612 memory=2182488 CPUtime=1.86 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 11570 0 0 0 143 43 0 0 20 0 19 0 56955862 19498610688 545622 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4760403 545622 5914 1 0 1113287 0
[pid=442218/tid=442220] ppid=442215 vsize=19041612 memory=12936 CPUtime=1.39 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 7062 0 0 0 98 41 0 0 20 0 19 0 56955862 19498610688 545622 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 545622 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 545622 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2182488 KiB

[startup+3.10599 s]
/proc/loadavg: 2.64 0.74 0.30 5/333 442237
/proc/meminfo: memFree=113409456/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19041612 memory=2647392 CPUtime=3.56 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 11906 0 0 0 303 53 0 0 20 0 19 0 56955862 19498610688 661848 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4760403 661848 5914 1 0 1113293 0
[pid=442218/tid=442220] ppid=442215 vsize=19041612 memory=0 CPUtime=2.96 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 7350 0 0 0 246 50 0 0 20 0 19 0 56955862 19498610688 661848 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19041612 memory=12936 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 661848 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19041612 memory=2641240 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 661848 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2647392 KiB

[startup+6.30031 s]
/proc/loadavg: 2.75 0.79 0.32 5/333 442237
/proc/meminfo: memFree=113206116/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19041612 memory=2659904 CPUtime=7.44 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 24435 0 0 0 689 55 0 0 20 0 19 0 56955862 19498610688 664976 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4760403 664976 5930 1 0 1119342 0
[pid=442218/tid=442220] ppid=442215 vsize=19041612 memory=0 CPUtime=6.11 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 7732 0 0 0 561 50 0 0 20 0 19 0 56955862 19498610688 664976 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19041612 memory=2250072 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 664976 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19041612 memory=224194199869 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 664976 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 7.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2659904 KiB

[startup+12.7003 s]
/proc/loadavg: 2.85 0.85 0.34 5/333 442238
/proc/meminfo: memFree=113131548/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19041612 memory=2666792 CPUtime=13.91 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 27145 0 0 0 1335 56 0 0 20 0 19 0 56955862 19498610688 666698 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4760403 666698 5930 1 0 1119382 0
[pid=442218/tid=442220] ppid=442215 vsize=19041612 memory=2664260 CPUtime=12.38 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 8832 0 0 0 1187 51 0 0 20 0 19 0 56955862 19498610688 666698 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19041612 memory=2664000 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 666698 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19041612 memory=14417003444176302 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 666698 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 13.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2666792 KiB

[startup+25.5003 s]
/proc/loadavg: 3.03 0.95 0.38 5/330 442240
/proc/meminfo: memFree=112871436/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19041612 memory=2681604 CPUtime=26.81 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 28464 0 0 0 2623 58 0 0 20 0 19 0 56955862 19498610688 670401 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4760403 670401 5930 1 0 1119382 0
[pid=442218/tid=442220] ppid=442215 vsize=19041612 memory=2677296 CPUtime=24.94 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 9554 0 0 0 2443 51 0 0 20 0 19 0 56955862 19498610688 670401 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 670401 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 670401 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 26.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2681604 KiB

[startup+51.1059 s]
/proc/loadavg: 3.53 1.27 0.51 5/331 442245
/proc/meminfo: memFree=112081688/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19041612 memory=2707208 CPUtime=52.58 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 32599 0 0 0 5196 62 0 0 20 0 19 0 56955862 19498610688 676802 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4760403 676802 5930 1 0 1119382 0
[pid=442218/tid=442220] ppid=442215 vsize=19041612 memory=0 CPUtime=50 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 11908 0 0 0 4949 51 0 0 20 0 19 0 56955862 19498610688 676802 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19041612 memory=2666792 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 676802 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19041612 memory=2647392 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56955865 19498610688 676802 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 52.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2707208 KiB

[startup+102.3 s]
/proc/loadavg: 3.85 1.71 0.70 5/331 442255
/proc/meminfo: memFree=111776944/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19041612 memory=2736432 CPUtime=104.47 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 43847 0 0 0 10378 69 0 0 20 0 19 0 56955862 19498610688 684108 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4760403 684108 5930 1 0 1119399 0

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

/proc/meminfo: memFree=110522824/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19108176 memory=2871492 CPUtime=3282.26 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 157055 0 0 0 328032 194 0 0 20 0 20 0 56955862 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4777044 717873 6000 1 0 1119907 0
[pid=442218/tid=442220] ppid=442215 vsize=19108176 memory=2871492 CPUtime=3271.35 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 68132 0 0 0 327077 58 0 0 20 0 20 0 56955862 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19108176 memory=-8817036976744669884 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 6233 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442280] ppid=442215 vsize=19108176 memory=2871492 CPUtime=0 cores=4,6
/proc/442218/task/442280/stat : 442280 (Timer-0) S 442215 442218 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56972206 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3282.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2871492 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.15 5/335 444688
/proc/meminfo: memFree=110520364/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19108176 memory=2871492 CPUtime=3342.17 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 158123 0 0 0 334022 195 0 0 20 0 20 0 56955862 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4777044 717873 6000 1 0 1119907 0
[pid=442218/tid=442220] ppid=442215 vsize=19108176 memory=13520 CPUtime=3331.21 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 68769 0 0 0 333063 58 0 0 20 0 20 0 56955862 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19108176 memory=32540 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19108176 memory=2871492 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 6375 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442280] ppid=442215 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/442218/task/442280/stat : 442280 (Timer-0) S 442215 442218 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56972206 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3342.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2871492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.24 4.16 5/335 444699
/proc/meminfo: memFree=110520120/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19108176 memory=2871492 CPUtime=3402.09 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 159148 0 0 0 340012 197 0 0 20 0 20 0 56955862 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4777044 717873 6000 1 0 1119907 0
[pid=442218/tid=442220] ppid=442215 vsize=19108176 memory=2871492 CPUtime=3391.09 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 69381 0 0 0 339050 59 0 0 20 0 20 0 56955862 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19108176 memory=2871492 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 6488 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442280] ppid=442215 vsize=19108176 memory=2871492 CPUtime=0 cores=4,6
/proc/442218/task/442280/stat : 442280 (Timer-0) S 442215 442218 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56972206 19566772224 717873 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3402.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2871492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.22 4.16 5/335 444710
/proc/meminfo: memFree=110519832/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19108176 memory=2871496 CPUtime=3462.02 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 160369 0 0 0 346002 200 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4777044 717874 6000 1 0 1119907 0
[pid=442218/tid=442220] ppid=442215 vsize=19108176 memory=2871492 CPUtime=3450.94 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 70080 0 0 0 345035 59 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19108176 memory=2871496 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19108176 memory=12936 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 6601 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442280] ppid=442215 vsize=19108176 memory=2871496 CPUtime=0 cores=4,6
/proc/442218/task/442280/stat : 442280 (Timer-0) S 442215 442218 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56972206 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3462.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2871496 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.20 4.16 5/332 444856
/proc/meminfo: memFree=111153292/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19108176 memory=2871496 CPUtime=3521.93 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 161530 0 0 0 351991 202 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4777044 717874 6000 1 0 1119907 0
[pid=442218/tid=442220] ppid=442215 vsize=19108176 memory=2871496 CPUtime=3510.79 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 70806 0 0 0 351020 59 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19108176 memory=2871496 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19108176 memory=2871492 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 6715 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442280] ppid=442215 vsize=19108176 memory=2871496 CPUtime=0 cores=4,6
/proc/442218/task/442280/stat : 442280 (Timer-0) S 442215 442218 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56972206 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3521.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2871496 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.22 4.17 5/332 444868
/proc/meminfo: memFree=110750632/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19108176 memory=2871496 CPUtime=3581.84 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 162707 0 0 0 357979 205 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4777044 717874 6000 1 0 1119907 0
[pid=442218/tid=442220] ppid=442215 vsize=19108176 memory=2871496 CPUtime=3570.65 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 71531 0 0 0 357006 59 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19108176 memory=12936 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19108176 memory=2871496 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 6828 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442280] ppid=442215 vsize=19108176 memory=82876 CPUtime=0 cores=4,6
/proc/442218/task/442280/stat : 442280 (Timer-0) S 442215 442218 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56972206 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3581.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2871496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.5 s]
/proc/loadavg: 4.18 4.21 4.17 5/332 444871
/proc/meminfo: memFree=110468492/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19108176 memory=2871496 CPUtime=3600.02 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 163549 0 0 0 359796 206 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4777044 717874 6000 1 0 1119907 0
[pid=442218/tid=442220] ppid=442215 vsize=19108176 memory=82876 CPUtime=3588.81 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 72030 0 0 0 358822 59 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19108176 memory=-8817036976744669884 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19108176 memory=2871496 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 6828 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442280] ppid=442215 vsize=19108176 memory=82876 CPUtime=0 cores=4,6
/proc/442218/task/442280/stat : 442280 (Timer-0) S 442215 442218 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56972206 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2871496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.02 s, system=2.07835 s

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

[startup+3600.5 s]
/proc/loadavg: 4.18 4.21 4.17 5/332 444871
/proc/meminfo: memFree=110468492/131524600 swapFree=131056028/131071996
[pid=442218] ppid=442215 vsize=19108176 memory=2871496 CPUtime=3600.02 cores=4,6
/proc/442218/stat : 442218 (java) S 442215 442218 442017 0 -1 1077936128 163549 0 0 0 359796 206 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
/proc/442218/statm: 4777044 717874 6000 1 0 1119907 0
[pid=442218/tid=442220] ppid=442215 vsize=19108176 memory=82876 CPUtime=3588.81 cores=4,6
/proc/442218/task/442220/stat : 442220 (java) R 442215 442218 442017 0 -1 4194368 72030 0 0 0 358822 59 0 0 20 0 20 0 56955862 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442229] ppid=442215 vsize=19108176 memory=-8817036976744669884 CPUtime=0 cores=4,6
/proc/442218/task/442229/stat : 442229 (Finalizer) S 442215 442218 442017 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442236] ppid=442215 vsize=19108176 memory=2871496 CPUtime=0 cores=4,6
/proc/442218/task/442236/stat : 442236 (Common-Cleaner) S 442215 442218 442017 0 -1 1077936192 6828 0 0 0 0 0 0 0 20 0 20 0 56955865 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
[pid=442218/tid=442280] ppid=442215 vsize=19108176 memory=82876 CPUtime=0 cores=4,6
/proc/442218/task/442280/stat : 442280 (Timer-0) S 442215 442218 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56972206 19566772224 717874 134679101440 94849437122560 94849437126256 140732626856480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849437134072 94849437134864 94849460580352 140732626858991 140732626859104 140732626859104 140732626866120 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2871496 KiB

Child status: 143

Real time (s): 3600.54
CPU time (s): 3600.1
CPU user time (s): 3598.02
CPU system time (s): 2.07835
CPU usage (%): 99.9876
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2871496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.02
system time used= 2.07835
maximum resident set size= 2872728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166369
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165344
involuntary context switches= 1848


# summary of solver processes directly reported to runsolver:
#   pid: 442218
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.02
#   total CPU system time (s): 2.07835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53754 second user time and 17.7401 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-29 00:05:30
IDJOB=4461835
IDBENCH=178871
IDSOLVER=3046
FILE ID=nodeC015/4461835-1722204330
RUNJOBID= nodeC015-1722204304-442028
SLURM_JOB_ID= 8248624
Free space on /tmp= 890048 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.95_1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461835-1722204330/watcher-4461835-1722204330 -o /tmp/evaluation-result-4461835-1722204330/solver-4461835-1722204330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1722204304-442028 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4461835-1722204330.opb

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

MD5SUM BENCH= 7f3731a2c6eed9d82857e81cf2dabc60
RANDOM SEED=260534927

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116176176 kB
MemAvailable:   120060676 kB
Buffers:          404852 kB
Cached:          4149396 kB
SwapCached:          280 kB
Active:          1341608 kB
Inactive:       13054880 kB
Active(anon):       4416 kB
Inactive(anon):  9898520 kB
Active(file):    1337192 kB
Inactive(file):  3156360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:             17476 kB
Writeback:             0 kB
AnonPages:       9841184 kB
Mapped:           117100 kB
Shmem:             60652 kB
KReclaimable:     452356 kB
Slab:             578716 kB
SReclaimable:     452356 kB
SUnreclaim:       126360 kB
KernelStack:        5056 kB
PageTables:        29792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15331832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9555968 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:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC015 at 2024-07-29 01:05:31