Trace number 4432483

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 Resolution Default 2024-07-07? (TO) 3600.17 3602.07

General information on the benchmark

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

Solver Data

0.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.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	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.11	--- Begin Solver configuration ---
0.14/0.11	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.11	Learn all clauses as in MiniSAT
0.14/0.11	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.11	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.11	No reason simplification
0.14/0.11	Glucose 2.1 dynamic restart strategy
0.14/0.11	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.11	timeout=2147483s
0.14/0.11	DB Simplification allowed=false
0.14/0.11	Listener: none
0.14/0.11	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4432483-1721152346.opb
0.14/0.12	c reading problem ... 
0.14/0.14	c  objective function found
19.26/14.63	c ... done. Wall clock time 14.511s.
19.26/14.63	c declared #vars     2000400
19.26/14.63	c #constraints  4940614
19.26/14.63	c constraints type 
19.26/14.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
19.26/14.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
19.26/14.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
19.26/14.63	c org.sat4j.specs.Constr$1 => 3
19.26/14.63	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
19.26/14.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
19.26/14.63	c 4940614 constraints processed.
19.26/14.64	c objective function length is 1019800 literals
156.86/151.43	c cleaning 2501 clauses out of 5002 with flag 20177/5002
1209.08/1205.75	c cleaning 4242 clauses out of 8499 with flag 65507/11000
2352.87/2352.03	c cleaning 5599 clauses out of 11257 with flag 150457/18000
3600.06/3602.03	c starts		: 47
3600.06/3602.03	c conflicts		: 25455
3600.06/3602.03	c decisions		: 1335167
3600.06/3602.03	c propagations		: 2257435013
3600.06/3602.03	c inspects		: 19959627452
3600.06/3602.03	c shortcuts		: 0
3600.06/3602.03	c learnt literals	: 0
3600.06/3602.03	c learnt binary clauses	: 66
3600.06/3602.03	c learnt ternary clauses	: 0
3600.06/3602.03	c learnt constraints	: 25455
3600.06/3602.03	c ignored constraints	: 0
3600.06/3602.03	c root simplifications	: 0
3600.06/3602.03	c removed literals (reason simplification)	: 0
3600.06/3602.03	c reason swapping (by a shorter reason)	: 0
3600.06/3602.03	c Calls to reduceDB	: 3
3600.06/3602.03	c Number of update (reduction) of LBD	: 20131
3600.06/3602.03	c Imported unit clauses	: 0
3600.06/3602.03	c No decision after first conflict	: false
3600.06/3602.03	c number of reductions to clauses (during analyze)	: 0
3600.06/3602.03	c number of learned constraints concerned by reduction	: 0
3600.06/3602.03	c number of learning phase by resolution	: 0
3600.06/3602.03	c number of learning phase by cutting planes	: 0
3600.06/3602.03	c number of rounding to 1 operations	: 0
3600.06/3602.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3602.03	c number of reductions of the coefficients by power 2 	: 0
3600.06/3602.03	c number of right shift for reduction by power 2 	: 0
3600.06/3602.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3602.03	c number of ending skipping 	: 0
3600.06/3602.03	c number of internal skipping 	: 0
3600.06/3602.03	c number of derivation steps 	: 0
3600.06/3602.03	c number of skipped derivation steps 	: 0
3600.06/3602.03	c number of remaining unassigned 	: 0
3600.06/3602.03	c number of remaining assigned 	: 0
3600.06/3602.03	c number of falsified literals weakened from reason	: 0
3600.06/3602.03	c number of falsified literals weakened from conflict	: 0
3600.06/3602.03	c time for arithmetic operations	: 0
3600.06/3602.04	c minimum degree of deleted constraints	: null
3600.06/3602.04	c maximum degree of deleted constraints	: null
3600.06/3602.04	c number of deleted constraints	: 0
3600.06/3602.04	c speed (assignments/second)	: 629296.9809050651
3600.06/3602.04	c non guided choices	: 0
3600.06/3602.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13047
3600.06/3602.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 66
3600.06/3602.05	s UNKNOWN
3600.06/3602.05	c Total wall clock time (in seconds): 3601.924

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 (61457 MiB free)
  memory of node 1: 64473 MiB (60644 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432483-1721152346/watcher-4432483-1721152346 -o /tmp/evaluation-result-4432483-1721152346/solver-4432483-1721152346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721148758-863558 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432483-1721152346.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=865729, runsolver pid=865726

[startup+0.100772 s]*
/proc/loadavg: 4.48 4.21 4.18 8/308 865747
/proc/meminfo: memFree=124863188/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=18975048 memory=65440 CPUtime=0.14 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 7246 0 0 0 12 2 0 0 20 0 18 0 167398248 19430449152 16360 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4743762 16360 5721 1 0 549351 0
[pid=865729/tid=865731] ppid=865726 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) S 865726 865729 863548 0 -1 1077936192 5762 0 0 0 7 1 0 0 20 0 18 0 167398248 19430449152 16360 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167398250 19430449152 16360 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167398251 19430449152 16360 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65440 KiB

[startup+0.213017 s]*
/proc/loadavg: 4.48 4.21 4.18 7/308 865747
/proc/meminfo: memFree=124662564/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=18975048 memory=161008 CPUtime=0.33 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 8913 0 0 0 29 4 0 0 20 0 18 0 167398248 19430449152 40252 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4743762 40252 5854 1 0 550507 0
[pid=865729/tid=865731] ppid=865726 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 5936 0 0 0 16 3 0 0 20 0 18 0 167398248 19430449152 40252 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=18975048 memory=1623 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167398250 19430449152 40252 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167398251 19430449152 40252 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 161008 KiB

[startup+0.310807 s]*
/proc/loadavg: 4.48 4.21 4.18 9/308 865747
/proc/meminfo: memFree=124532472/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=18975048 memory=193672 CPUtime=0.51 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 9738 0 0 0 47 4 0 0 20 0 18 0 167398248 19430449152 48418 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4743762 48418 5854 1 0 550925 0
[pid=865729/tid=865731] ppid=865726 vsize=18975048 memory=-8744692397253173948 CPUtime=0.28 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 5960 0 0 0 25 3 0 0 20 0 18 0 167398248 19430449152 48418 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167398250 19430449152 48418 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167398251 19430449152 48418 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 193672 KiB

[startup+0.700454 s]
/proc/loadavg: 4.48 4.21 4.18 6/309 865748
/proc/meminfo: memFree=124442212/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19041612 memory=270072 CPUtime=1.01 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 9937 0 0 0 96 5 0 0 20 0 19 0 167398248 19498610688 67518 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4760403 67518 5870 1 0 551234 0
[pid=865729/tid=865731] ppid=865726 vsize=19041612 memory=5436 CPUtime=0.61 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 5983 0 0 0 57 4 0 0 20 0 19 0 167398248 19498610688 67518 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19041612 memory=12292 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398250 19498610688 67518 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398251 19498610688 67518 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 270072 KiB

[startup+1.50381 s]
/proc/loadavg: 4.48 4.21 4.18 6/306 865764
/proc/meminfo: memFree=124115424/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19041612 memory=932640 CPUtime=2.26 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 11683 0 0 0 207 19 0 0 20 0 19 0 167398248 19498610688 233160 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4760403 233160 5934 1 0 1077682 0
[pid=865729/tid=865731] ppid=865726 vsize=19041612 memory=0 CPUtime=1.33 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) S 865726 865729 863548 0 -1 1077936192 6586 0 0 0 117 16 0 0 20 0 19 0 167398248 19498610688 233160 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398250 19498610688 233160 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19041612 memory=12292 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398251 19498610688 233160 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 932640 KiB

[startup+3.11381 s]
/proc/loadavg: 4.44 4.21 4.18 7/329 865798
/proc/meminfo: memFree=121767984/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19043716 memory=1542156 CPUtime=4.74 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 23477 0 0 0 441 33 0 0 20 0 19 0 167398248 19500765184 385539 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4760929 385539 5934 1 0 1827871 0
[pid=865729/tid=865731] ppid=865726 vsize=19043716 memory=12292 CPUtime=2.58 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 6839 0 0 0 235 23 0 0 20 0 19 0 167398248 19500765184 385539 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19043716 memory=0 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398250 19500765184 385539 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19043716 memory=0 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398251 19500765184 385539 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19043716 KiB
Current children cumulated memory: 1542156 KiB

[startup+6.30081 s]
/proc/loadavg: 4.44 4.21 4.18 7/330 865799
/proc/meminfo: memFree=118826796/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19041612 memory=2197404 CPUtime=9.02 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 26031 0 0 0 854 48 0 0 20 0 19 0 167398248 19498610688 549351 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4760403 549351 5934 1 0 2670194 0
[pid=865729/tid=865731] ppid=865726 vsize=19041612 memory=12292 CPUtime=5.15 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 7233 0 0 0 480 35 0 0 20 0 19 0 167398248 19498610688 549351 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19041612 memory=1200032 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398250 19498610688 549351 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19041612 memory=12064 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398251 19498610688 549351 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2197404 KiB

[startup+12.7003 s]
/proc/loadavg: 4.65 4.25 4.20 5/331 865802
/proc/meminfo: memFree=114862520/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19041612 memory=4295000 CPUtime=17.03 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 28685 0 0 0 1610 93 0 0 20 0 19 0 167398248 19498610688 1073750 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4760403 1073750 5934 1 0 3142701 0
[pid=865729/tid=865731] ppid=865726 vsize=19041612 memory=12064 CPUtime=10.43 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 8230 0 0 0 974 69 0 0 20 0 19 0 167398248 19498610688 1073750 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19041612 memory=12292 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398250 19498610688 1073750 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19041612 memory=3440 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398251 19498610688 1073750 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 17.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4295000 KiB

[startup+25.5003 s]
/proc/loadavg: 4.73 4.29 4.21 5/333 865805
/proc/meminfo: memFree=111892708/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4884592 CPUtime=31.2 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 29982 0 0 0 3014 106 0 0 20 0 20 0 167398248 19566772224 1221148 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1221148 5972 1 0 3143084 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=4647256 CPUtime=22.87 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 8972 0 0 0 2208 79 0 0 20 0 20 0 167398248 19566772224 1221148 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=998176 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1221148 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1221148 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1221148 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 31.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4884592 KiB

[startup+51.1063 s]
/proc/loadavg: 4.55 4.28 4.21 5/333 865810
/proc/meminfo: memFree=111671480/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4884780 CPUtime=56.76 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 32768 0 0 0 5568 108 0 0 20 0 20 0 167398248 19566772224 1221195 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1221195 5972 1 0 3143084 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=12064 CPUtime=48.4 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 10928 0 0 0 4760 80 0 0 20 0 20 0 167398248 19566772224 1221195 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=4884780 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1221195 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=4884592 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1221195 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1221195 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 56.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4884780 KiB

[startup+102.3 s]
/proc/loadavg: 4.41 4.29 4.21 5/332 865820

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

/proc/meminfo: memFree=103156844/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4883220 CPUtime=3221.18 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 170123 0 0 0 321825 293 0 0 20 0 20 0 167398248 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1220805 6004 1 0 3143300 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=4883220 CPUtime=3209.01 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 105155 0 0 0 320798 103 0 0 20 0 20 0 167398248 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=4883220 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=296904 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 7540 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=4883220 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 3221.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883220 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.12 4.15 5/331 867571
/proc/meminfo: memFree=103156200/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4883220 CPUtime=3281.04 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 172903 0 0 0 327809 295 0 0 20 0 20 0 167398248 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1220805 6004 1 0 3143300 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=4883220 CPUtime=3268.82 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 107423 0 0 0 326778 104 0 0 20 0 20 0 167398248 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=42056 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 7677 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=4883220 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1220805 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 3281.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883220 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/331 867582
/proc/meminfo: memFree=103155916/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3340.95 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 175757 0 0 0 333796 299 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1220806 6004 1 0 3143300 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3328.61 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 109085 0 0 0 332757 104 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 7802 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 3340.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883224 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/331 867592
/proc/meminfo: memFree=103155592/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3400.82 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 177742 0 0 0 339780 302 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1220806 6004 1 0 3143300 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3388.42 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 110747 0 0 0 338737 105 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 7930 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 3400.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883224 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.20 4.17 5/330 867602
/proc/meminfo: memFree=103122284/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3460.68 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 180096 0 0 0 345763 305 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1220806 6004 1 0 3143300 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3448.22 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 112638 0 0 0 344717 105 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 8078 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 3460.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883224 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/332 867617
/proc/meminfo: memFree=103121796/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3520.54 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 182396 0 0 0 351745 309 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1220806 6004 1 0 3143300 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3508.01 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 114552 0 0 0 350696 105 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 8206 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 3520.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883224 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/332 867627
/proc/meminfo: memFree=103117508/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3580.4 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 184492 0 0 0 357727 313 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1220806 6004 1 0 3143300 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3567.82 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 116317 0 0 0 356676 106 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 8339 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=4883224 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 3580.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602 s]*
/proc/loadavg: 4.25 4.18 4.17 5/334 867769
/proc/meminfo: memFree=116105552/131524600 swapFree=131071996/131071996
[pid=865729] ppid=865726 vsize=19108176 memory=4883224 CPUtime=3600.06 cores=0,2
/proc/865729/stat : 865729 (java) S 865726 865729 863548 0 -1 1077936128 185020 0 0 0 359691 315 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
/proc/865729/statm: 4777044 1220806 6004 1 0 3143300 0
[pid=865729/tid=865731] ppid=865726 vsize=19108176 memory=-8888244626785673916 CPUtime=3587.45 cores=0,2
/proc/865729/task/865731/stat : 865731 (java) R 865726 865729 863548 0 -1 4194368 116691 0 0 0 358639 106 0 0 20 0 20 0 167398248 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865740] ppid=865726 vsize=19108176 memory=17970 CPUtime=0 cores=0,2
/proc/865729/task/865740/stat : 865740 (Finalizer) S 865726 865729 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398250 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865747] ppid=865726 vsize=19108176 memory=3978707302790280982 CPUtime=0 cores=0,2
/proc/865729/task/865747/stat : 865747 (Common-Cleaner) S 865726 865729 863548 0 -1 1077936192 8485 0 0 0 0 0 0 0 20 0 20 0 167398251 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
[pid=865729/tid=865803] ppid=865726 vsize=19108176 memory=4968 CPUtime=0 cores=0,2
/proc/865729/task/865803/stat : 865803 (Timer-0) S 865726 865729 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167399727 19566772224 1220806 134679101440 93909025603584 93909025607280 140736285915456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93909025615096 93909025615888 93909036228608 140736285918215 140736285918305 140736285918305 140736285925320 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883224 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597 s, system=3.16743 s

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

Child status: 143

Real time (s): 3602.07
CPU time (s): 3600.17
CPU user time (s): 3597
CPU system time (s): 3.16743
CPU usage (%): 99.9472
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4890484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597
system time used= 3.16743
maximum resident set size= 4890484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187994
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146575
involuntary context switches= 25042


# summary of solver processes directly reported to runsolver:
#   pid: 865729
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597
#   total CPU system time (s): 3.16743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.08399 second user time and 19.171 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-16 19:52:40
IDJOB=4432483
IDBENCH=155748
IDSOLVER=3058
FILE ID=nodeC020/4432483-1721152346
RUNJOBID= nodeC020-1721148758-863558
SLURM_JOB_ID= 7505743
Free space on /tmp= 889628 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_3_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432483-1721152346/watcher-4432483-1721152346 -o /tmp/evaluation-result-4432483-1721152346/solver-4432483-1721152346 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721148758-863558 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432483-1721152346.opb

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

MD5SUM BENCH= 4f3174f37d2a17c7e83bc7c52ff48d45
RANDOM SEED=885153998

nodeC020.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		: 3683.098
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	: 7000.05
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		: 3600.205
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.84
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		: 3642.550
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	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.032
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.84
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		: 3682.543
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	: 7000.05
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		: 3600.027
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.84
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		: 3600.121
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	: 7000.05
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		: 3600.205
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125051240 kB
MemAvailable:   127225940 kB
Buffers:          436224 kB
Cached:          2555840 kB
SwapCached:            0 kB
Active:           801020 kB
Inactive:        5029672 kB
Active(anon):       1584 kB
Inactive(anon):  2874840 kB
Active(file):     799436 kB
Inactive(file):  2154832 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            427636 kB
Writeback:             0 kB
AnonPages:       2837696 kB
Mapped:           124028 kB
Shmem:             37720 kB
KReclaimable:     120508 kB
Slab:             229412 kB
SReclaimable:     120508 kB
SUnreclaim:       108904 kB
KernelStack:        4720 kB
PageTables:        15276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14539192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61312 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2447360 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889640 MiB
End job on nodeC020 at 2024-07-16 20:52:43