Trace number 4461795

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i5_pp_93.opb
MD5SUM9d9e0a7da5715f208335c49466c86b7d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark750
Best CPU time to get the best result obtained on this benchmark4.29507
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables194375
Total number of constraints194376
Number of constraints which are clauses176895
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints14593
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4461795-1722204305.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
71.35/68.91	c ... done. Wall clock time 68.752s.
71.35/68.91	c declared #vars     194375
71.35/68.91	c #constraints  211857
71.35/68.91	c constraints type 
71.35/68.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 179183
71.35/68.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16197
71.35/68.91	c org.sat4j.specs.Constr$1 => 141
71.35/68.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16195
71.35/68.91	c org.sat4j.pb.constraints.pb.UnitClausePB => 141
71.35/68.91	c 211857 constraints processed.
71.35/68.92	c objective function length is 2888 literals
1008.84/999.45	c cleaning 2475 clauses out of 4961 with flag 0/5000
2640.89/2569.57	c cleaning 4227 clauses out of 8485 with flag 0/11000
3600.02/3505.81	c starts		: 36
3600.02/3505.82	c conflicts		: 15365
3600.02/3505.82	c decisions		: 2000614
3600.02/3505.82	c propagations		: 79648998
3600.02/3505.82	c inspects		: 51851111
3600.02/3505.82	c shortcuts		: 0
3600.02/3505.82	c learnt literals	: 42
3600.02/3505.82	c learnt binary clauses	: 17
3600.02/3505.82	c learnt ternary clauses	: 13
3600.02/3505.82	c learnt constraints	: 15322
3600.02/3505.82	c ignored constraints	: 0
3600.02/3505.82	c root simplifications	: 0
3600.02/3505.82	c removed literals (reason simplification)	: 0
3600.02/3505.82	c reason swapping (by a shorter reason)	: 0
3600.02/3505.82	c Calls to reduceDB	: 2
3600.02/3505.82	c Number of update (reduction) of LBD	: 836
3600.02/3505.82	c Imported unit clauses	: 0
3600.02/3505.82	c No decision after first conflict	: false
3600.02/3505.82	c number of reductions to clauses (during analyze)	: 0
3600.02/3505.82	c number of learned constraints concerned by reduction	: 0
3600.02/3505.82	c number of learning phase by resolution	: 0
3600.02/3505.82	c number of learning phase by cutting planes	: 0
3600.02/3505.82	c number of rounding to 1 operations	: 18162
3600.02/3505.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3505.82	c number of reductions of the coefficients by power 2 	: 0
3600.02/3505.82	c number of right shift for reduction by power 2 	: 0
3600.02/3505.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3505.82	c number of ending skipping 	: 0
3600.02/3505.82	c number of internal skipping 	: 0
3600.02/3505.82	c number of derivation steps 	: 100525
3600.02/3505.82	c number of skipped derivation steps 	: 0
3600.02/3505.82	c number of remaining unassigned 	: 428715
3600.02/3505.82	c number of remaining assigned 	: 29668994
3600.02/3505.82	c number of falsified literals weakened from reason	: 0
3600.02/3505.82	c number of falsified literals weakened from conflict	: 0
3600.02/3505.82	c time for arithmetic operations	: 4590591578
3600.02/3505.83	c minimum degree of deleted constraints	: 2054
3600.02/3505.83	c maximum degree of deleted constraints	: 15937308
3600.02/3505.83	c number of deleted constraints	: 6702
3600.02/3505.83	c speed (assignments/second)	: 23174.81771969145
3600.02/3505.83	c non guided choices	: 6728
3600.02/3505.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 292
3600.02/3505.84	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1207
3600.02/3505.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 17
3600.02/3505.84	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7105
3600.02/3505.84	s UNKNOWN
3600.02/3505.84	c Total wall clock time (in seconds): 3505.689

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=442141, runsolver pid=442138

[startup+0.100477 s]*
/proc/loadavg: 0.12 0.11 0.09 12/329 442161
/proc/meminfo: memFree=125298412/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=18975048 memory=63020 CPUtime=0.13 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 7219 0 0 0 12 1 0 0 20 0 18 0 56953344 19430449152 15755 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4743762 15755 5634 1 0 549323 0
[pid=442141/tid=442143] ppid=442138 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 5765 0 0 0 7 1 0 0 20 0 18 0 56953344 19430449152 15755 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56953347 19430449152 15755 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=18975048 memory=14135545649324636 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56953348 19430449152 15755 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63020 KiB

[startup+0.206277 s]*
/proc/loadavg: 0.12 0.11 0.09 10/330 442162
/proc/meminfo: memFree=125124620/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=18975048 memory=94300 CPUtime=0.32 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 7781 0 0 0 30 2 0 0 20 0 18 0 56953344 19430449152 23575 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4743762 23575 5802 1 0 549683 0
[pid=442141/tid=442143] ppid=442138 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 6050 0 0 0 16 2 0 0 20 0 18 0 56953344 19430449152 23575 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=18975048 memory=1991471 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56953347 19430449152 23575 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=18975048 memory=15823295995971300 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56953348 19430449152 23575 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94300 KiB

[startup+0.311323 s]*
/proc/loadavg: 0.12 0.11 0.09 11/331 442163
/proc/meminfo: memFree=124384420/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19041612 memory=168968 CPUtime=0.5 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 9522 0 0 0 46 4 0 0 20 0 19 0 56953344 19498610688 42242 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4760403 42242 5834 1 0 551069 0
[pid=442141/tid=442143] ppid=442138 vsize=19041612 memory=-8600302344189092540 CPUtime=0.25 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 6096 0 0 0 22 3 0 0 20 0 19 0 56953344 19498610688 42242 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56953347 19498610688 42242 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56953348 19498610688 42242 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168968 KiB

[startup+0.700274 s]
/proc/loadavg: 1.07 0.31 0.16 11/333 442165
/proc/meminfo: memFree=123496444/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19041612 memory=775728 CPUtime=1.2 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 10467 0 0 0 104 16 0 0 20 0 19 0 56953344 19498610688 193932 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4760403 193932 5850 1 0 1194476 0
[pid=442141/tid=442143] ppid=442138 vsize=19041612 memory=5552 CPUtime=0.57 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 6367 0 0 0 43 14 0 0 20 0 19 0 56953344 19498610688 193932 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19041612 memory=12936 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56953347 19498610688 193932 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56953348 19498610688 193932 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 775728 KiB

[startup+1.50029 s]
/proc/loadavg: 1.07 0.31 0.16 10/333 442165
/proc/meminfo: memFree=121118172/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19041612 memory=2262008 CPUtime=2.3 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 12307 0 0 0 184 46 0 0 20 0 19 0 56953344 19498610688 565502 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4760403 565502 5862 1 0 1721016 0
[pid=442141/tid=442143] ppid=442138 vsize=19041612 memory=12936 CPUtime=1.31 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 7062 0 0 0 89 42 0 0 20 0 19 0 56953344 19498610688 565502 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56953347 19498610688 565502 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56953348 19498610688 565502 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2262008 KiB

[startup+3.10586 s]
/proc/loadavg: 1.07 0.31 0.16 8/333 442167
/proc/meminfo: memFree=117930096/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19041612 memory=3545600 CPUtime=4.05 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 13232 0 0 0 334 71 0 0 20 0 19 0 56953344 19498610688 886400 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4760403 886400 5878 1 0 1817132 0
[pid=442141/tid=442143] ppid=442138 vsize=19041612 memory=0 CPUtime=2.8 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 7655 0 0 0 214 66 0 0 20 0 19 0 56953344 19498610688 886400 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19041612 memory=12936 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56953347 19498610688 886400 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19041612 memory=2651392 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56953348 19498610688 886400 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3545600 KiB

[startup+6.30027 s]
/proc/loadavg: 1.39 0.39 0.18 7/334 442168
/proc/meminfo: memFree=116434324/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19041612 memory=4625376 CPUtime=8.08 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 25574 0 0 0 714 94 0 0 20 0 19 0 56953344 19498610688 1156344 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4760403 1156344 5878 1 0 1823544 0
[pid=442141/tid=442143] ppid=442138 vsize=19041612 memory=0 CPUtime=5.83 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 8461 0 0 0 497 86 0 0 20 0 19 0 56953344 19498610688 1156344 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19041612 memory=2628864 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56953347 19498610688 1156344 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56953348 19498610688 1156344 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 8.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4625376 KiB

[startup+12.7003 s]
/proc/loadavg: 1.68 0.47 0.21 5/334 442169
/proc/meminfo: memFree=115263988/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19041612 memory=4649952 CPUtime=14.67 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 26399 0 0 0 1372 95 0 0 20 0 19 0 56953344 19498610688 1162488 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4760403 1162488 5878 1 0 1823559 0
[pid=442141/tid=442143] ppid=442138 vsize=19041612 memory=4643808 CPUtime=11.89 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 9225 0 0 0 1103 86 0 0 20 0 19 0 56953344 19498610688 1162488 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19041612 memory=4633568 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56953347 19498610688 1162488 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19041612 memory=14417003444176302 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56953348 19498610688 1162488 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4649952 KiB

[startup+25.5003 s]
/proc/loadavg: 2.35 0.65 0.27 6/311 442208
/proc/meminfo: memFree=116183340/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19041612 memory=4679400 CPUtime=27.77 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 32134 0 0 0 2680 97 0 0 20 0 19 0 56953344 19498610688 1169850 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4760403 1169850 5878 1 0 1823589 0
[pid=442141/tid=442143] ppid=442138 vsize=19041612 memory=4675304 CPUtime=24.28 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 10556 0 0 0 2342 86 0 0 20 0 19 0 56953344 19498610688 1169850 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56953347 19498610688 1169850 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19041612 memory=4629472 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56953348 19498610688 1169850 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 27.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4679400 KiB

[startup+51.1058 s]
/proc/loadavg: 3.19 1.02 0.41 6/330 442240
/proc/meminfo: memFree=112871408/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19041612 memory=4687712 CPUtime=53.5 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 37064 0 0 0 5250 100 0 0 20 0 19 0 56953344 19498610688 1171928 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4760403 1171928 5878 1 0 1823589 0
[pid=442141/tid=442143] ppid=442138 vsize=19041612 memory=2284 CPUtime=49.63 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 13143 0 0 0 4876 87 0 0 20 0 19 0 56953344 19498610688 1171928 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19041612 memory=4658144 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56953347 19498610688 1171928 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19041612 memory=3545600 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56953348 19498610688 1171928 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 53.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4687712 KiB

[startup+102.3 s]
/proc/loadavg: 3.77 1.51 0.61 5/331 442251
/proc/meminfo: memFree=111924992/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19108176 memory=4707516 CPUtime=108.4 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 59540 0 0 0 10733 107 0 0 20 0 20 0 56953344 19566772224 1176879 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4777044 1176879 5916 1 0 1824146 0

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

/proc/meminfo: memFree=110442060/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19174740 memory=5788760 CPUtime=3181.64 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 522466 0 0 0 317855 309 0 0 20 0 21 0 56953344 19634933760 1447190 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4793685 1447190 5944 1 0 1462133 0
[pid=442141/tid=442143] ppid=442138 vsize=19174740 memory=5788728 CPUtime=3075.04 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 188888 0 0 0 307386 118 0 0 20 0 21 0 56953344 19634933760 1447190 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19174740 memory=5788760 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 56953347 19634933760 1447190 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19174740 memory=13520 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 4259 0 0 0 0 0 0 0 20 0 21 0 56953348 19634933760 1447190 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442244] ppid=442138 vsize=19174740 memory=13520 CPUtime=0 cores=5,7
/proc/442141/task/442244/stat : 442244 (Timer-0) S 442138 442141 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 56960239 19634933760 1447190 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 3181.64 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5788760 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.26 4.15 5/336 444468
/proc/meminfo: memFree=110524004/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19174740 memory=5790676 CPUtime=3243.8 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 537533 0 0 0 324067 313 0 0 20 0 21 0 56953344 19634933760 1447669 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4793685 1447669 5944 1 0 1462133 0
[pid=442141/tid=442143] ppid=442138 vsize=19174740 memory=5788784 CPUtime=3134.28 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 191941 0 0 0 313309 119 0 0 20 0 21 0 56953344 19634933760 1447669 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19174740 memory=5792884 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 56953347 19634933760 1447669 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19174740 memory=13520 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 4353 0 0 0 0 0 0 0 20 0 21 0 56953348 19634933760 1447669 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442244] ppid=442138 vsize=19174740 memory=5552 CPUtime=0 cores=5,7
/proc/442141/task/442244/stat : 442244 (Timer-0) S 442138 442141 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 56960239 19634933760 1447669 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 3243.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5790676 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.24 4.15 5/338 444648
/proc/meminfo: memFree=110522904/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19174740 memory=5790696 CPUtime=3307.58 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 562072 0 0 0 330439 319 0 0 20 0 21 0 56953344 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4793685 1447674 5944 1 0 1462133 0
[pid=442141/tid=442143] ppid=442138 vsize=19174740 memory=5790696 CPUtime=3193.54 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 196060 0 0 0 319235 119 0 0 20 0 21 0 56953344 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19174740 memory=5790696 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 56953347 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19174740 memory=5790696 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 4486 0 0 0 0 0 0 0 20 0 21 0 56953348 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442244] ppid=442138 vsize=19174740 memory=16120 CPUtime=0 cores=5,7
/proc/442141/task/442244/stat : 442244 (Timer-0) S 442138 442141 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 56960239 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 3307.58 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5790696 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.21 4.15 5/338 444659
/proc/meminfo: memFree=110522892/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19174740 memory=5790696 CPUtime=3367.49 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 565156 0 0 0 336428 321 0 0 20 0 21 0 56953344 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4793685 1447674 5944 1 0 1462133 0
[pid=442141/tid=442143] ppid=442138 vsize=19174740 memory=13520 CPUtime=3253.41 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 198940 0 0 0 325222 119 0 0 20 0 21 0 56953344 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19174740 memory=5790696 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 56953347 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19174740 memory=5790696 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 4486 0 0 0 0 0 0 0 20 0 21 0 56953348 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442244] ppid=442138 vsize=19174740 memory=108 CPUtime=0 cores=5,7
/proc/442141/task/442244/stat : 442244 (Timer-0) S 442138 442141 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 56960239 19634933760 1447674 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 3367.49 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5790696 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.22 4.15 7/338 444672
/proc/meminfo: memFree=110520740/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19174740 memory=5792744 CPUtime=3428.16 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 573490 0 0 0 342492 324 0 0 20 0 21 0 56953344 19634933760 1448186 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4793685 1448186 5944 1 0 1462133 0
[pid=442141/tid=442143] ppid=442138 vsize=19174740 memory=5790696 CPUtime=3312.96 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 202400 0 0 0 331176 120 0 0 20 0 21 0 56953344 19634933760 1448186 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19174740 memory=5790696 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 56953347 19634933760 1448186 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19174740 memory=5792744 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 4603 0 0 0 0 0 0 0 20 0 21 0 56953348 19634933760 1448186 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442244] ppid=442138 vsize=19174740 memory=5790696 CPUtime=0 cores=5,7
/proc/442141/task/442244/stat : 442244 (Timer-0) S 442138 442141 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 56960239 19634933760 1448186 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 3428.16 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5792744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.19 4.15 5/335 444696
/proc/meminfo: memFree=110520280/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19174740 memory=5792776 CPUtime=3488.81 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 581565 0 0 0 348554 327 0 0 20 0 21 0 56953344 19634933760 1448194 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4793685 1448194 5944 1 0 1462133 0
[pid=442141/tid=442143] ppid=442138 vsize=19174740 memory=5790696 CPUtime=3372.35 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 205336 0 0 0 337115 120 0 0 20 0 21 0 56953344 19634933760 1448194 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19174740 memory=5792776 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 56953347 19634933760 1448194 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19174740 memory=5792776 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 4746 0 0 0 0 0 0 0 20 0 21 0 56953348 19634933760 1448194 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442244] ppid=442138 vsize=19174740 memory=5792776 CPUtime=0 cores=5,7
/proc/442141/task/442244/stat : 442244 (Timer-0) S 442138 442141 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 56960239 19634933760 1448194 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 3488.81 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5792776 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.23 4.16 5/335 444707
/proc/meminfo: memFree=110520016/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19174740 memory=5792940 CPUtime=3552.8 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 610268 0 0 0 354947 333 0 0 20 0 21 0 56953344 19634933760 1448235 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4793685 1448235 5960 1 0 1462133 0
[pid=442141/tid=442143] ppid=442138 vsize=19174740 memory=5790696 CPUtime=3431.69 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 209802 0 0 0 343049 120 0 0 20 0 21 0 56953344 19634933760 1448235 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19174740 memory=5792776 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 56953347 19634933760 1448235 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19174740 memory=13520 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 4835 0 0 0 0 0 0 0 20 0 21 0 56953348 19634933760 1448235 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442244] ppid=442138 vsize=19174740 memory=13520 CPUtime=0 cores=5,7
/proc/442141/task/442244/stat : 442244 (Timer-0) S 442138 442141 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 56960239 19634933760 1448235 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 3552.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5792940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3505.8 s]
/proc/loadavg: 4.19 4.21 4.16 5/335 444714
/proc/meminfo: memFree=110519732/131524600 swapFree=131056028/131071996
[pid=442141] ppid=442138 vsize=19174740 memory=5792964 CPUtime=3600.02 cores=5,7
/proc/442141/stat : 442141 (java) S 442138 442141 442017 0 -1 1077936128 630584 0 0 0 359665 337 0 0 20 0 21 0 56953344 19634933760 1448241 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
/proc/442141/statm: 4793685 1448241 5960 1 0 1462133 0
[pid=442141/tid=442143] ppid=442138 vsize=19174740 memory=-8600302344189092540 CPUtime=3474.87 cores=5,7
/proc/442141/task/442143/stat : 442143 (java) R 442138 442141 442017 0 -1 4194368 213716 0 0 0 347366 121 0 0 20 0 21 0 56953344 19634933760 1448241 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442152] ppid=442138 vsize=19174740 memory=7216 CPUtime=0 cores=5,7
/proc/442141/task/442152/stat : 442152 (Finalizer) S 442138 442141 442017 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 56953347 19634933760 1448241 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442159] ppid=442138 vsize=19174740 memory=26536 CPUtime=0 cores=5,7
/proc/442141/task/442159/stat : 442159 (Common-Cleaner) S 442138 442141 442017 0 -1 1077936192 4874 0 0 0 0 0 0 0 20 0 21 0 56953348 19634933760 1448241 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
[pid=442141/tid=442244] ppid=442138 vsize=19174740 memory=3408 CPUtime=0 cores=5,7
/proc/442141/task/442244/stat : 442244 (Timer-0) S 442138 442141 442017 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 56960239 19634933760 1448241 134679101440 93865287712768 93865287716464 140726353523712 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93865287724280 93865287725072 93865304334336 140726353527791 140726353527904 140726353527904 140726353534920 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5792964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.75 s, system=3.40413 s

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

Child status: 143

Real time (s): 3505.87
CPU time (s): 3600.15
CPU user time (s): 3596.75
CPU system time (s): 3.40413
CPU usage (%): 102.689
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 7257524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.75
system time used= 3.40413
maximum resident set size= 7257524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 633635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117273
involuntary context switches= 12127


# summary of solver processes directly reported to runsolver:
#   pid: 442141
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3596.75
#   total CPU system time (s): 3.40413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4959 second user time and 11.2956 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-29 00:05:05
IDJOB=4461795
IDBENCH=178870
IDSOLVER=3046
FILE ID=nodeC015/4461795-1722204305
RUNJOBID= nodeC015-1722204304-442030
SLURM_JOB_ID= 8248624
Free space on /tmp= 890064 MiB

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

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

MD5SUM BENCH= 9d9e0a7da5715f208335c49466c86b7d
RANDOM SEED=1194767636

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125604336 kB
MemAvailable:   129469844 kB
Buffers:          404804 kB
Cached:          4130404 kB
SwapCached:          280 kB
Active:          1329076 kB
Inactive:        3657288 kB
Active(anon):       4372 kB
Inactive(anon):   507432 kB
Active(file):    1324704 kB
Inactive(file):  3149856 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:             18916 kB
Writeback:             0 kB
AnonPages:        450744 kB
Mapped:           116668 kB
Shmem:             60652 kB
KReclaimable:     452356 kB
Slab:             577924 kB
SReclaimable:     452356 kB
SUnreclaim:       125568 kB
KernelStack:        4916 kB
PageTables:        10844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7212984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

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