Trace number 4427628

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.18 3604.17

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUM0e2b47ba7737bf0edcb2bcb32c5df9e4
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 benchmark20369123
Best CPU time to get the best result obtained on this benchmark2762.4
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 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
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.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4427628-1720998141.opb
0.14/0.15	c reading problem ... 
0.14/0.17	c  objective function found
3600.07/3604.11	c starts		: 0
3600.07/3604.12	c conflicts		: 0
3600.07/3604.12	c decisions		: 0
3600.07/3604.12	c propagations		: 0
3600.07/3604.12	c inspects		: 0
3600.07/3604.12	c shortcuts		: 0
3600.07/3604.12	c learnt literals	: 0
3600.07/3604.12	c learnt binary clauses	: 0
3600.07/3604.12	c learnt ternary clauses	: 0
3600.07/3604.12	c learnt constraints	: 0
3600.07/3604.12	c ignored constraints	: 0
3600.07/3604.12	c root simplifications	: 0
3600.07/3604.12	c removed literals (reason simplification)	: 0
3600.07/3604.12	c reason swapping (by a shorter reason)	: 0
3600.07/3604.12	c Calls to reduceDB	: 0
3600.07/3604.12	c Number of update (reduction) of LBD	: 0
3600.07/3604.12	c Imported unit clauses	: 0
3600.07/3604.12	c No decision after first conflict	: true
3600.07/3604.12	c number of reductions to clauses (during analyze)	: 0
3600.07/3604.12	c number of learned constraints concerned by reduction	: 0
3600.07/3604.12	c number of learning phase by resolution	: 0
3600.07/3604.12	c number of learning phase by cutting planes	: 0
3600.07/3604.12	c number of rounding to 1 operations	: 0
3600.07/3604.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3604.12	c number of reductions of the coefficients by power 2 	: 0
3600.07/3604.12	c number of right shift for reduction by power 2 	: 0
3600.07/3604.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3604.12	c number of ending skipping 	: 0
3600.07/3604.12	c number of internal skipping 	: 0
3600.07/3604.13	c number of derivation steps 	: 0
3600.07/3604.13	c number of skipped derivation steps 	: 0
3600.07/3604.13	c number of remaining unassigned 	: 0
3600.07/3604.13	c number of remaining assigned 	: 0
3600.07/3604.13	c number of falsified literals weakened from reason	: 0
3600.07/3604.13	c number of falsified literals weakened from conflict	: 0
3600.07/3604.13	c time for arithmetic operations	: 0
3600.07/3604.14	c minimum degree of deleted constraints	: null
3600.07/3604.14	c maximum degree of deleted constraints	: null
3600.07/3604.14	c number of deleted constraints	: 0
3600.07/3604.14	c speed (assignments/second)	: 0.0
3600.07/3604.14	c non guided choices	: 0
3600.07/3604.14	s UNKNOWN
3600.07/3604.15	c Total wall clock time (in seconds): 3603.992

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427628-1720998141/watcher-4427628-1720998141 -o /tmp/evaluation-result-4427628-1720998141/solver-4427628-1720998141 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1720994547-789563 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427628-1720998141.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=792312, runsolver pid=792309

[startup+0.100288 s]*
/proc/loadavg: 4.43 4.23 4.12 8/327 792330
/proc/meminfo: memFree=126443600/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=18993908 memory=65840 CPUtime=0.14 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 7298 0 0 0 12 2 0 0 20 0 18 0 151976683 19449761792 16460 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4748477 16460 5795 1 0 549381 0
[pid=792312/tid=792314] ppid=792309 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 5832 0 0 0 7 1 0 0 20 0 18 0 151976684 19449761792 16460 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=18993908 memory=228556276070 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151976686 19449761792 16460 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=18993908 memory=15819997461109392 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151976687 19449761792 16460 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 65840 KiB

[startup+0.205736 s]*
/proc/loadavg: 4.43 4.23 4.12 7/327 792330
/proc/meminfo: memFree=126351360/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=18993908 memory=148916 CPUtime=0.32 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 7812 0 0 0 29 3 0 0 20 0 18 0 151976683 19449761792 37229 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4748477 37229 6073 1 0 549660 0
[pid=792312/tid=792314] ppid=792309 vsize=18993908 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 6128 0 0 0 16 3 0 0 20 0 18 0 151976684 19449761792 37229 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=18993908 memory=16956 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151976686 19449761792 37229 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=18993908 memory=15538522484377282 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151976687 19449761792 37229 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 148916 KiB

[startup+0.305737 s]*
/proc/loadavg: 4.43 4.23 4.12 7/327 792330
/proc/meminfo: memFree=126310804/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=18993908 memory=178812 CPUtime=0.51 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 9961 0 0 0 47 4 0 0 20 0 18 0 151976683 19449761792 44703 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4748477 44703 6073 1 0 551008 0
[pid=792312/tid=792314] ppid=792309 vsize=18993908 memory=-8529086975973958332 CPUtime=0.28 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 6141 0 0 0 25 3 0 0 20 0 18 0 151976684 19449761792 44703 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151976686 19449761792 44703 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151976687 19449761792 44703 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 178812 KiB

[startup+0.701743 s]
/proc/loadavg: 4.43 4.23 4.12 6/328 792331
/proc/meminfo: memFree=126210232/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=284816 CPUtime=1.1 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 10486 0 0 0 103 7 0 0 20 0 19 0 151976683 19517923328 71204 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 71204 6073 1 0 551574 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=5628 CPUtime=0.61 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) S 792309 792312 789551 0 -1 1077936192 6172 0 0 0 56 5 0 0 20 0 19 0 151976684 19517923328 71204 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=13124 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 71204 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=5013 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 71204 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 284816 KiB

[startup+1.50074 s]
/proc/loadavg: 4.43 4.23 4.12 8/328 792331
/proc/meminfo: memFree=126077708/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=1182492 CPUtime=2.4 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 12122 0 1 0 215 25 0 0 20 0 19 0 151976683 19517923328 295623 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 295623 6137 1 0 1078037 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=13124 CPUtime=1.35 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 6821 0 0 0 113 22 0 0 20 0 19 0 151976684 19517923328 295623 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=5013 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 295623 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 295623 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 1182492 KiB

[startup+3.10576 s]
/proc/loadavg: 4.39 4.22 4.12 5/328 792333
/proc/meminfo: memFree=124231404/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=2274080 CPUtime=4.26 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 13808 0 1 0 380 46 0 0 20 0 19 0 151976683 19517923328 568520 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 568520 6137 1 0 1679653 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=0 CPUtime=2.73 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 7459 0 0 0 233 40 0 0 20 0 19 0 151976684 19517923328 568520 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=13124 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 568520 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=6657 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 568520 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 2274080 KiB

[startup+6.30027 s]
/proc/loadavg: 4.39 4.22 4.12 5/328 792333
/proc/meminfo: memFree=122675052/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3515332 CPUtime=7.79 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 17377 0 1 0 708 71 0 0 20 0 19 0 151976683 19517923328 878833 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 878833 6153 1 0 1681615 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=13124 CPUtime=5.79 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 8294 0 0 0 517 62 0 0 20 0 19 0 151976684 19517923328 878833 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=-8529086975973958332 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 878833 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=16813 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 878833 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 7.79 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3515332 KiB

[startup+12.7003 s]
/proc/loadavg: 4.36 4.22 4.11 6/326 792399
/proc/meminfo: memFree=123962724/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3522104 CPUtime=14.34 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 20453 0 1 0 1362 72 0 0 20 0 19 0 151976683 19517923328 880526 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 880526 6153 1 0 1681615 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=3519028 CPUtime=12.12 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 8993 0 0 0 1149 63 0 0 20 0 19 0 151976684 19517923328 880526 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=13124 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 880526 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 880526 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 14.34 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3522104 KiB

[startup+25.5007 s]
/proc/loadavg: 4.56 4.27 4.13 5/329 792405
/proc/meminfo: memFree=120551536/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3534632 CPUtime=27.59 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 33146 0 1 0 2684 75 0 0 20 0 19 0 151976683 19517923328 883658 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883658 6153 1 0 1684819 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=42056 CPUtime=24.81 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 10782 0 0 0 2418 63 0 0 20 0 19 0 151976684 19517923328 883658 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883658 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=171 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883658 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 27.59 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3534632 KiB

[startup+51.1059 s]
/proc/loadavg: 4.37 4.25 4.13 5/329 792408
/proc/meminfo: memFree=120546180/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3532632 CPUtime=53.75 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 47386 0 1 0 5296 79 0 0 20 0 19 0 151976683 19517923328 883158 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883158 6153 1 0 1685331 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=20776 CPUtime=50.23 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 12903 0 0 0 4960 63 0 0 20 0 19 0 151976684 19517923328 883158 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=3532212 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883158 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=-8529086975973958332 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883158 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 53.75 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3532632 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.23 4.12 5/327 792419
/proc/meminfo: memFree=119918232/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3532884 CPUtime=104.88 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 55709 0 1 0 10405 83 0 0 20 0 19 0 151976683 19517923328 883221 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883221 6153 1 0 1685331 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=3532884 CPUtime=101.12 cores=1,3

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

/proc/meminfo: memFree=106156696/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533416 CPUtime=3219.07 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 231219 0 1 0 321614 293 0 0 20 0 19 0 151976683 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883354 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=3533412 CPUtime=3201.06 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 104404 0 0 0 320020 86 0 0 20 0 19 0 151976684 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=3533392 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=3533400 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4328 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3219.07 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533416 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.24 4.20 5/328 794055
/proc/meminfo: memFree=105416940/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533416 CPUtime=3278.94 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 234223 0 1 0 327597 297 0 0 20 0 19 0 151976683 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883354 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=3533416 CPUtime=3260.67 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 105976 0 0 0 325981 86 0 0 20 0 19 0 151976684 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=12304 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=42056 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4419 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3278.94 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.21 4.19 5/328 794067
/proc/meminfo: memFree=105414432/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533416 CPUtime=3338.81 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 237031 0 1 0 333578 303 0 0 20 0 19 0 151976683 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883354 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=3533416 CPUtime=3320.27 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 107412 0 0 0 331940 87 0 0 20 0 19 0 151976684 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=12304 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=42056 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4510 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883354 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3338.81 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.18 4.18 5/329 794246
/proc/meminfo: memFree=105409908/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533424 CPUtime=3398.66 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 239271 0 1 0 339560 306 0 0 20 0 19 0 151976683 19517923328 883356 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883356 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=3533424 CPUtime=3379.87 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 108545 0 0 0 337900 87 0 0 20 0 19 0 151976684 19517923328 883356 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=3533420 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883356 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=13124 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4605 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883356 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3398.66 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533424 KiB

[startup+3462.3 s]
/proc/loadavg: 3.91 4.13 4.16 4/303 794290
/proc/meminfo: memFree=120855572/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533424 CPUtime=3458.55 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 241370 0 1 0 345545 310 0 0 20 0 19 0 151976683 19517923328 883356 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883356 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=13124 CPUtime=3439.48 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 109996 0 0 0 343860 88 0 0 20 0 19 0 151976684 19517923328 883356 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=3533424 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883356 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=-8529086975973958332 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4697 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883356 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3458.55 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533424 KiB

[startup+3522.3 s]
/proc/loadavg: 3.39 3.94 4.09 4/303 794316
/proc/meminfo: memFree=120850796/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533444 CPUtime=3518.43 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 244349 0 1 0 351529 314 0 0 20 0 19 0 151976683 19517923328 883361 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883361 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=3533424 CPUtime=3499.09 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 111560 0 0 0 349821 88 0 0 20 0 19 0 151976684 19517923328 883361 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=13124 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883361 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=42056 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4789 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883361 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3518.43 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533444 KiB

[startup+3582.3 s]
/proc/loadavg: 3.27 3.80 4.03 4/302 794326
/proc/meminfo: memFree=120846648/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533468 CPUtime=3578.3 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 247342 0 1 0 357512 318 0 0 20 0 19 0 151976683 19517923328 883367 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883367 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=12304 CPUtime=3558.71 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 113101 0 0 0 355782 89 0 0 20 0 19 0 151976684 19517923328 883367 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=13124 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883367 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=13124 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4881 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883367 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3578.3 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.11 s]
/proc/loadavg: 3.09 3.71 4.00 3/276 794364
/proc/meminfo: memFree=122528540/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533472 CPUtime=3600.07 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 249283 0 1 0 359687 320 0 0 20 0 19 0 151976683 19517923328 883368 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883368 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=12304 CPUtime=3580.37 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 113660 0 0 0 357948 89 0 0 20 0 19 0 151976684 19517923328 883368 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=3533468 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883368 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=3533472 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4973 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883368 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533472 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.97 s, system=3.21659 s

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

[startup+3604.11 s]
/proc/loadavg: 3.09 3.71 4.00 3/276 794364
/proc/meminfo: memFree=122528540/131524600 swapFree=131071996/131071996
[pid=792312] ppid=792309 vsize=19060472 memory=3533472 CPUtime=3600.07 cores=1,3
/proc/792312/stat : 792312 (java) S 792309 792312 789551 0 -1 1077936128 249283 0 1 0 359687 320 0 0 20 0 19 0 151976683 19517923328 883368 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
/proc/792312/statm: 4765118 883368 6153 1 0 1686504 0
[pid=792312/tid=792314] ppid=792309 vsize=19060472 memory=12304 CPUtime=3580.37 cores=1,3
/proc/792312/task/792314/stat : 792314 (java) R 792309 792312 789551 0 -1 4194368 113660 0 0 0 357948 89 0 0 20 0 19 0 151976684 19517923328 883368 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792323] ppid=792309 vsize=19060472 memory=3533468 CPUtime=0 cores=1,3
/proc/792312/task/792323/stat : 792323 (Finalizer) S 792309 792312 789551 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151976686 19517923328 883368 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
[pid=792312/tid=792330] ppid=792309 vsize=19060472 memory=3533472 CPUtime=0 cores=1,3
/proc/792312/task/792330/stat : 792330 (Common-Cleaner) S 792309 792312 789551 0 -1 1077936192 4973 0 0 0 0 0 0 0 20 0 19 0 151976687 19517923328 883368 134679101440 94869249986560 94869249990256 140720928020208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94869249998072 94869249998864 94869272936448 140720928023540 140720928023653 140720928023653 140720928030664 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3533472 KiB

Child status: 143

Real time (s): 3604.17
CPU time (s): 3600.18
CPU user time (s): 3596.97
CPU system time (s): 3.21659
CPU usage (%): 99.8894
Max. virtual memory (cumulated for all children) (KiB): 19064192
Max. memory (cumulated for all children) (KiB): 3546232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.97
system time used= 3.21659
maximum resident set size= 3546232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252308
page faults= 1
swaps= 0
block input operations= 232
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314720
involuntary context switches= 10775


# summary of solver processes directly reported to runsolver:
#   pid: 792312
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3596.97
#   total CPU system time (s): 3.21659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81166 second user time and 18.1637 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-15 01:02:35
IDJOB=4427628
IDBENCH=155744
IDSOLVER=3046
FILE ID=nodeC018/4427628-1720998141
RUNJOBID= nodeC018-1720994547-789563
SLURM_JOB_ID= 7505302
Free space on /tmp= 889864 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_8_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427628-1720998141/watcher-4427628-1720998141 -o /tmp/evaluation-result-4427628-1720998141/solver-4427628-1720998141 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1720994547-789563 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427628-1720998141.opb

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

MD5SUM BENCH= 0e2b47ba7737bf0edcb2bcb32c5df9e4
RANDOM SEED=18983235

nodeC018.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		: 3600.576
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.52
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		: 3603.703
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.30
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		: 3675.279
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.52
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		: 3601.579
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.30
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		: 3600.186
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.52
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		: 3686.910
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.30
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		: 3675.070
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.52
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		: 3670.651
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126500584 kB
MemAvailable:   126663416 kB
Buffers:          331640 kB
Cached:           674196 kB
SwapCached:            0 kB
Active:           502180 kB
Inactive:        3939380 kB
Active(anon):       1548 kB
Inactive(anon):  3471880 kB
Active(file):     500632 kB
Inactive(file):   467500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            223952 kB
Writeback:             0 kB
AnonPages:       3433924 kB
Mapped:           124788 kB
Shmem:             37712 kB
KReclaimable:      69048 kB
Slab:             172556 kB
SReclaimable:      69048 kB
SUnreclaim:       103508 kB
KernelStack:        4976 kB
PageTables:        16776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7244560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57952 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3155968 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:      209620 kB
DirectMap2M:    10049536 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 889848 MiB
End job on nodeC018 at 2024-07-15 02:02:39