Trace number 4454185

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12UNSAT 206.448 201.606

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-11diag_spec_greater.opb
MD5SUM07e0fc22cb9615e1fd2cd7b0a9063b70
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.008706
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables418
Total number of constraints508
Number of constraints which are clauses363
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint2
Maximum length of a constraint143
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 2097152
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 8388607
Number of bits of the biggest sum of numbers23
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 		2104792832
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.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: ASSIGNED
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Armin Biere (Picosat) restarts strategy
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4454185-1721488138.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.19	c ... done. Wall clock time 0.043s.
0.14/0.19	c declared #vars     418
0.14/0.19	c #constraints  652
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 308
0.14/0.19	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 223
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121
0.14/0.19	c 652 constraints processed.
122.43/118.73	c cleaning 2498 clauses out of 5000 with flag 0/5001
206.30/201.55	c starts		: 34
206.30/201.57	c conflicts		: 9639
206.30/201.57	c decisions		: 10307
206.30/201.57	c propagations		: 1742564
206.30/201.57	c inspects		: 87314360
206.30/201.57	c shortcuts		: 0
206.30/201.57	c learnt literals	: 1
206.30/201.57	c learnt binary clauses	: 0
206.30/201.57	c learnt ternary clauses	: 0
206.30/201.57	c learnt constraints	: 9637
206.30/201.57	c ignored constraints	: 0
206.30/201.57	c root simplifications	: 0
206.30/201.57	c removed literals (reason simplification)	: 0
206.30/201.57	c reason swapping (by a shorter reason)	: 0
206.30/201.57	c Calls to reduceDB	: 1
206.30/201.57	c Number of update (reduction) of LBD	: 2
206.30/201.57	c Imported unit clauses	: 0
206.30/201.57	c No decision after first conflict	: false
206.30/201.57	c number of reductions to clauses (during analyze)	: 0
206.30/201.57	c number of learned constraints concerned by reduction	: 0
206.30/201.57	c number of learning phase by resolution	: 0
206.30/201.57	c number of learning phase by cutting planes	: 0
206.30/201.57	c number of rounding to 1 operations	: 594924
206.30/201.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
206.30/201.57	c number of reductions of the coefficients by power 2 	: 0
206.30/201.57	c number of right shift for reduction by power 2 	: 0
206.30/201.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
206.30/201.57	c number of ending skipping 	: 0
206.30/201.57	c number of internal skipping 	: 0
206.30/201.57	c number of derivation steps 	: 1339588
206.30/201.57	c number of skipped derivation steps 	: 0
206.30/201.57	c number of remaining unassigned 	: 8889
206.30/201.57	c number of remaining assigned 	: 6739736
206.30/201.57	c number of falsified literals weakened from reason	: 0
206.30/201.57	c number of falsified literals weakened from conflict	: 0
206.30/201.57	c time for arithmetic operations	: 1843210980
206.30/201.57	c minimum degree of deleted constraints	: 8
206.30/201.57	c maximum degree of deleted constraints	: 22556178171
206.30/201.57	c number of deleted constraints	: 2498
206.30/201.57	c speed (assignments/second)	: 8653.371338901745
206.30/201.57	c non guided choices	: 21
206.30/201.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1911
206.30/201.58	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 13
206.30/201.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5215
206.30/201.58	s UNSATISFIABLE
206.30/201.58	c Total wall clock time (in seconds): 201.433

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454185-1721488138/watcher-4454185-1721488138 -o /tmp/evaluation-result-4454185-1721488138/solver-4454185-1721488138 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721488150-1093486 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4454185-1721488138.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=1093863, runsolver pid=1093860

[startup+0.102871 s]*
/proc/loadavg: 3.89 4.11 4.09 11/324 1093882
/proc/meminfo: memFree=126981676/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=18975048 memory=65424 CPUtime=0.14 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 7259 0 0 0 12 2 0 0 20 0 18 0 200975636 19430449152 16356 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4743762 16356 5688 1 0 549389 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 5796 0 0 0 8 1 0 0 20 0 18 0 200975636 19430449152 16356 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200975638 19430449152 16356 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200975639 19430449152 16356 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65424 KiB

[startup+0.208513 s]*
/proc/loadavg: 3.89 4.11 4.09 14/328 1093886
/proc/meminfo: memFree=126868760/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19041612 memory=74276 CPUtime=0.33 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 7827 0 0 0 31 2 0 0 20 0 19 0 200975636 19498610688 18569 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4760403 18569 5828 1 0 550015 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19041612 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 6111 0 0 0 18 1 0 0 20 0 19 0 200975636 19498610688 18569 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19041612 memory=15975 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200975638 19498610688 18569 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19041612 memory=14698495600756458 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200975639 19498610688 18569 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200975655 19498610688 18569 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74276 KiB

[startup+0.310513 s]*
/proc/loadavg: 3.89 4.11 4.09 10/307 1093888
/proc/meminfo: memFree=126877584/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19041612 memory=113908 CPUtime=0.53 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 9071 0 0 0 50 3 0 0 20 0 19 0 200975636 19498610688 28477 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4760403 28477 5860 1 0 550584 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19041612 memory=-7594579129166816607 CPUtime=0.29 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 6152 0 0 0 27 2 0 0 20 0 19 0 200975636 19498610688 28477 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200975638 19498610688 28477 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200975639 19498610688 28477 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200975655 19498610688 28477 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113908 KiB

[startup+0.700513 s]
/proc/loadavg: 3.89 4.11 4.09 9/306 1093922
/proc/meminfo: memFree=126749624/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=175940 CPUtime=1.25 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 14920 0 0 0 120 5 0 0 20 0 20 0 200975636 19566772224 43985 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 43985 5876 1 0 554458 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=13196 CPUtime=0.64 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 6253 0 0 0 61 3 0 0 20 0 20 0 200975636 19566772224 43985 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 43985 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 43985 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 43985 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175940 KiB

[startup+1.50052 s]
/proc/loadavg: 4.30 4.19 4.12 10/330 1093955
/proc/meminfo: memFree=126410048/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=501756 CPUtime=2.83 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 20672 0 0 0 271 12 0 0 20 0 20 0 200975636 19566772224 125439 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 125439 5892 1 0 558435 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=13196 CPUtime=1.42 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 6433 0 0 0 134 8 0 0 20 0 20 0 200975636 19566772224 125439 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 125439 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 125439 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 125439 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 501756 KiB

[startup+3.10652 s]
/proc/loadavg: 4.30 4.19 4.12 7/331 1093958
/proc/meminfo: memFree=123090060/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1133620 CPUtime=5.94 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 21761 0 0 0 570 24 0 0 20 0 20 0 200975636 19566772224 283405 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 283405 5892 1 0 559041 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=0 CPUtime=3 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 6746 0 0 0 280 20 0 0 20 0 20 0 200975636 19566772224 283405 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 283405 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 283405 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 283405 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1133620 KiB

[startup+6.30024 s]
/proc/loadavg: 4.36 4.21 4.12 6/331 1093958
/proc/meminfo: memFree=121941996/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1323460 CPUtime=9.47 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 23412 0 0 0 920 27 0 0 20 0 20 0 200975636 19566772224 330865 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 330865 5892 1 0 559043 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=0 CPUtime=6.17 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 7763 0 0 0 594 23 0 0 20 0 20 0 200975636 19566772224 330865 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 330865 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 330865 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 330865 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 9.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323460 KiB

[startup+12.7003 s]
/proc/loadavg: 4.33 4.20 4.12 5/331 1093959
/proc/meminfo: memFree=121575800/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1334112 CPUtime=15.91 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 26191 0 0 0 1563 28 0 0 20 0 20 0 200975636 19566772224 333528 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 333528 5892 1 0 559043 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=13196 CPUtime=12.51 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 8131 0 0 0 1227 24 0 0 20 0 20 0 200975636 19566772224 333528 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=1330016 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 333528 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 333528 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=1329992 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 333528 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334112 KiB

[startup+25.5003 s]
/proc/loadavg: 4.51 4.25 4.14 5/331 1094095
/proc/meminfo: memFree=121058288/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1342444 CPUtime=28.89 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 32779 0 0 0 2860 29 0 0 20 0 20 0 200975636 19566772224 335611 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 335611 5892 1 0 559043 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=1330016 CPUtime=25.22 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 9888 0 0 0 2498 24 0 0 20 0 20 0 200975636 19566772224 335611 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 335611 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=1338296 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 335611 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=569340 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 335611 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 28.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1342444 KiB

[startup+51.1057 s]
/proc/loadavg: 4.31 4.22 4.13 5/331 1094098
/proc/meminfo: memFree=119906280/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1354764 CPUtime=54.53 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 40004 0 0 0 5421 32 0 0 20 0 20 0 200975636 19566772224 338691 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 338691 5892 1 0 559043 0

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

/proc/meminfo: memFree=119387292/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1377580 CPUtime=105.9 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 52860 0 0 0 10554 36 0 0 20 0 20 0 200975636 19566772224 344395 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 344395 5892 1 0 559043 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=11544 CPUtime=101.47 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 16486 0 0 0 10121 26 0 0 20 0 20 0 200975636 19566772224 344395 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=1375460 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 344395 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=1375472 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 93 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 344395 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=1373400 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 344395 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 105.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1377580 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.20 4.13 5/334 1094124
/proc/meminfo: memFree=118320496/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1404004 CPUtime=166.44 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 66534 0 0 0 16604 40 0 0 20 0 20 0 200975636 19566772224 351001 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 351001 5892 1 0 559958 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=49576 CPUtime=160.95 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 20942 0 0 0 16068 27 0 0 20 0 20 0 200975636 19566772224 351001 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=1404004 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 351001 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=1404004 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 109 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 351001 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=1404004 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 351001 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 166.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1404004 KiB

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

# cumulated CPU time of all completed processes:  user=206.002 s, system=0.446381 s

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

[startup+179.2 s]
/proc/loadavg: 4.12 4.19 4.13 5/334 1094125
/proc/meminfo: memFree=118186496/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1416364 CPUtime=183.55 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 72525 0 0 0 18313 42 0 0 20 0 20 0 200975636 19566772224 354091 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 354091 5892 1 0 559958 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=1399892 CPUtime=177.7 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 21423 0 0 0 17743 27 0 0 20 0 20 0 200975636 19566772224 354091 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=1408100 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 354091 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=1403988 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 168 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 354091 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=140698297220945 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 354091 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 183.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1416364 KiB

[startup+192 s]*
/proc/loadavg: 4.17 4.20 4.13 6/334 1094128
/proc/meminfo: memFree=118089928/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1424572 CPUtime=196.36 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 74323 0 0 0 19593 43 0 0 20 0 20 0 200975636 19566772224 356143 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 356143 5892 1 0 559958 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=-7522521535128888423 CPUtime=190.38 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 22071 0 0 0 19011 27 0 0 20 0 20 0 200975636 19566772224 356143 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=-6933350163988322758 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 356143 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=4948 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 168 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 356143 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=3777756 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 356143 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 196.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1424572 KiB

[startup+198.4 s]
/proc/loadavg: 4.16 4.20 4.13 5/334 1094129
/proc/meminfo: memFree=118030204/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1426660 CPUtime=202.75 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 74933 0 0 0 20232 43 0 0 20 0 20 0 200975636 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 356665 5892 1 0 559958 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=1422524 CPUtime=196.74 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 22153 0 0 0 19647 27 0 0 20 0 20 0 200975636 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=1424572 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 168 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=1418412 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 202.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1426660 KiB

[startup+200 s]*
/proc/loadavg: 4.16 4.20 4.13 5/334 1094129
/proc/meminfo: memFree=118030220/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1426660 CPUtime=204.36 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 74937 0 0 0 20393 43 0 0 20 0 20 0 200975636 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 356665 5892 1 0 559958 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=-7522521535128888423 CPUtime=198.34 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 22157 0 0 0 19807 27 0 0 20 0 20 0 200975636 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=-6933350163988322758 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=-6933350163988322758 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 168 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=11556 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 204.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1426660 KiB

[startup+200.8 s]
/proc/loadavg: 4.16 4.20 4.13 5/334 1094129
/proc/meminfo: memFree=118030220/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1426660 CPUtime=205.15 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 74939 0 0 0 20472 43 0 0 20 0 20 0 200975636 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 356665 5892 1 0 559958 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=49576 CPUtime=199.13 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 22159 0 0 0 19886 27 0 0 20 0 20 0 200975636 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=-7594579129166816607 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=32196 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 168 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=1812 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 356665 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 205.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1426660 KiB

[startup+201.201 s]
/proc/loadavg: 4.14 4.19 4.13 6/334 1094129
/proc/meminfo: memFree=118003540/131524600 swapFree=131071996/131071996
[pid=1093863] ppid=1093860 vsize=19108176 memory=1426664 CPUtime=205.78 cores=4,6
/proc/1093863/stat : 1093863 (java) S 1093860 1093863 1093475 0 -1 1077936128 81135 0 0 0 20535 43 0 0 20 0 20 0 200975636 19566772224 356666 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
/proc/1093863/statm: 4777044 356666 5892 1 0 559958 0
[pid=1093863/tid=1093865] ppid=1093860 vsize=19108176 memory=15829 CPUtime=199.53 cores=4,6
/proc/1093863/task/1093865/stat : 1093865 (java) R 1093860 1093863 1093475 0 -1 4194368 22284 0 0 0 19926 27 0 0 20 0 20 0 200975636 19566772224 356666 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093874] ppid=1093860 vsize=19108176 memory=1088 CPUtime=0 cores=4,6
/proc/1093863/task/1093874/stat : 1093874 (Finalizer) S 1093860 1093863 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975638 19566772224 356666 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093881] ppid=1093860 vsize=19108176 memory=3761412992928069208 CPUtime=0 cores=4,6
/proc/1093863/task/1093881/stat : 1093881 (Common-Cleaner) S 1093860 1093863 1093475 0 -1 1077936192 168 0 0 0 0 0 0 0 20 0 20 0 200975639 19566772224 356666 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
[pid=1093863/tid=1093886] ppid=1093860 vsize=19108176 memory=4736 CPUtime=0 cores=4,6
/proc/1093863/task/1093886/stat : 1093886 (Timer-0) S 1093860 1093863 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975655 19566772224 356666 134679101440 94700157591552 94700157595248 140720896646864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700157603064 94700157603856 94700177235968 140720896652270 140720896652383 140720896652383 140720896659400 0
Current children cumulated CPU time: 205.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1426664 KiB

[startup+201.6 s]*
/proc/loadavg: 4.14 4.19 4.13 7/317 1094131
/proc/meminfo: memFree=119339828/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 201.606
CPU time (s): 206.448
CPU user time (s): 206.002
CPU system time (s): 0.446381
CPU usage (%): 102.402
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1428844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.002
system time used= 0.446381
maximum resident set size= 1430424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83903
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8895
involuntary context switches= 657


# summary of solver processes directly reported to runsolver:
#   pid: 1093863
#   total CPU time (s): 206.448
#   total CPU user time (s): 206.002
#   total CPU system time (s): 0.446381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.394411 second user time and 1.07653 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-20 17:09:10
IDJOB=4454185
IDBENCH=176071
IDSOLVER=3046
FILE ID=nodeC017/4454185-1721488138
RUNJOBID= nodeC017-1721488150-1093486
SLURM_JOB_ID= 7545780
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-11diag_spec_greater.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454185-1721488138/watcher-4454185-1721488138 -o /tmp/evaluation-result-4454185-1721488138/solver-4454185-1721488138 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721488150-1093486 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4454185-1721488138.opb

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

MD5SUM BENCH= 07e0fc22cb9615e1fd2cd7b0a9063b70
RANDOM SEED=14599027

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		: 3648.139
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		: 3605.861
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		: 3645.952
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		: 3620.413
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		: 3604.578
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		: 3622.662
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		: 3605.281
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		: 3602.977
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:        127102988 kB
MemAvailable:   129595848 kB
Buffers:          615424 kB
Cached:          2702760 kB
SwapCached:            0 kB
Active:          1322964 kB
Inactive:        2434364 kB
Active(anon):       1520 kB
Inactive(anon):   483520 kB
Active(file):    1321444 kB
Inactive(file):  1950844 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3636 kB
Writeback:             0 kB
AnonPages:        439216 kB
Mapped:           127156 kB
Shmem:             45912 kB
KReclaimable:     120436 kB
Slab:             237456 kB
SReclaimable:     120436 kB
SUnreclaim:       117020 kB
KernelStack:        4944 kB
PageTables:        10680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7451424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72992 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      305876 kB
DirectMap2M:    43507712 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-20 17:12:32