Trace number 4424396

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.22 3601.08

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph13_wcsp.wbo
MD5SUM3b3f4aa0f9e5bc80725226257d35d467
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark58089
Best CPU time to get the best result obtained on this benchmark3278.57
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables17588
Total number of constraints2800426
Number of soft constraints2799968
Number of constraints which are clauses2799968
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 1167526
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 719469320
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4424396-1720877671.wbo
0.13/0.15	c reading problem ... 
3600.09/3601.02	c starts		: 0
3600.09/3601.02	c conflicts		: 0
3600.09/3601.03	c decisions		: 0
3600.09/3601.03	c propagations		: 0
3600.09/3601.03	c inspects		: 0
3600.09/3601.03	c shortcuts		: 0
3600.09/3601.03	c learnt literals	: 0
3600.09/3601.03	c learnt binary clauses	: 0
3600.09/3601.03	c learnt ternary clauses	: 0
3600.09/3601.03	c learnt constraints	: 0
3600.09/3601.03	c ignored constraints	: 0
3600.09/3601.03	c root simplifications	: 0
3600.09/3601.03	c removed literals (reason simplification)	: 0
3600.09/3601.03	c reason swapping (by a shorter reason)	: 0
3600.09/3601.03	c Calls to reduceDB	: 0
3600.09/3601.03	c Number of update (reduction) of LBD	: 0
3600.09/3601.03	c Imported unit clauses	: 0
3600.09/3601.03	c No decision after first conflict	: true
3600.09/3601.03	c number of reductions to clauses (during analyze)	: 0
3600.09/3601.03	c number of learned constraints concerned by reduction	: 0
3600.09/3601.03	c number of learning phase by resolution	: 0
3600.09/3601.03	c number of learning phase by cutting planes	: 0
3600.09/3601.03	c number of rounding to 1 operations	: 0
3600.09/3601.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3601.03	c number of reductions of the coefficients by power 2 	: 0
3600.09/3601.03	c number of right shift for reduction by power 2 	: 0
3600.09/3601.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3601.03	c number of ending skipping 	: 0
3600.09/3601.03	c number of internal skipping 	: 0
3600.09/3601.03	c number of derivation steps 	: 0
3600.09/3601.03	c number of skipped derivation steps 	: 0
3600.09/3601.03	c number of remaining unassigned 	: 0
3600.09/3601.03	c number of remaining assigned 	: 0
3600.09/3601.03	c number of falsified literals weakened from reason	: 0
3600.09/3601.03	c number of falsified literals weakened from conflict	: 0
3600.09/3601.03	c time for arithmetic operations	: 0
3600.09/3601.03	c minimum degree of deleted constraints	: null
3600.09/3601.03	c maximum degree of deleted constraints	: null
3600.09/3601.03	c number of deleted constraints	: 0
3600.09/3601.04	c speed (assignments/second)	: 0.0
3600.09/3601.04	c non guided choices	: 0
3600.09/3601.05	s UNKNOWN
3600.09/3601.06	c Total wall clock time (in seconds): 3600.9

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (55357 MiB free)
  memory of node 1: 64510 MiB (58785 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424396-1720877671/watcher-4424396-1720877671 -o /tmp/evaluation-result-4424396-1720877671/solver-4424396-1720877671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1720874164-704984 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424396-1720877671.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=707126, runsolver pid=707123
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.28 4.27 4.14 5/334 707144
/proc/meminfo: memFree=116839580/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=18975048 memory=62888 CPUtime=0.13 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 7232 0 0 0 12 1 0 0 20 0 18 0 139931301 19430449152 15722 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4743762 15722 5602 1 0 549357 0
[pid=707126/tid=707128] ppid=707123 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 5766 0 0 0 7 1 0 0 20 0 18 0 139931301 19430449152 15722 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139931304 19430449152 15722 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139931305 19430449152 15722 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62888 KiB

[startup+0.205854 s]*
/proc/loadavg: 4.28 4.27 4.14 7/334 707144
/proc/meminfo: memFree=116790016/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=18975048 memory=116568 CPUtime=0.34 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 7752 0 0 0 31 3 0 0 20 0 18 0 139931301 19430449152 29142 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4743762 29142 5772 1 0 549654 0
[pid=707126/tid=707128] ppid=707123 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 6065 0 0 0 16 2 0 0 20 0 18 0 139931301 19430449152 29142 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=18975048 memory=19020 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139931304 19430449152 29142 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=18975048 memory=15544020042516216 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139931305 19430449152 29142 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 116568 KiB

[startup+0.307716 s]*
/proc/loadavg: 4.28 4.27 4.14 7/335 707145
/proc/meminfo: memFree=116725920/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=176996 CPUtime=0.51 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 9423 0 0 0 47 4 0 0 20 0 19 0 139931301 19498610688 44249 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 44249 5902 1 0 551025 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=-8960871767947518652 CPUtime=0.24 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) S 707123 707126 704971 0 -1 1077936192 6094 0 0 0 21 3 0 0 20 0 19 0 139931301 19498610688 44249 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 44249 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 44249 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 176996 KiB

[startup+0.708473 s]
/proc/loadavg: 4.28 4.27 4.14 6/335 707145
/proc/meminfo: memFree=116398608/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=1104452 CPUtime=1.24 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 13186 0 0 0 102 22 0 0 20 0 19 0 139931301 19498610688 276113 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 276113 5918 1 0 1148399 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=5432 CPUtime=0.59 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 6536 0 0 0 39 20 0 0 20 0 19 0 139931301 19498610688 276625 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=12576 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 276625 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 276625 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1104452 KiB

[startup+1.50047 s]
/proc/loadavg: 4.28 4.27 4.14 6/335 707145
/proc/meminfo: memFree=114797624/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=2675788 CPUtime=2.77 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 23740 0 0 0 222 55 0 0 20 0 19 0 139931301 19498610688 668947 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 668947 5918 1 0 1152539 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=12576 CPUtime=1.36 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 7290 0 0 0 85 51 0 0 20 0 19 0 139931301 19498610688 668947 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 668947 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 668947 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2675788 KiB

[startup+3.10578 s]
/proc/loadavg: 4.42 4.30 4.15 5/335 707145
/proc/meminfo: memFree=113478440/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=3417700 CPUtime=4.68 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 24222 0 0 0 398 70 0 0 20 0 19 0 139931301 19498610688 854425 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 854425 5934 1 0 1152547 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=0 CPUtime=2.88 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 7652 0 0 0 223 65 0 0 20 0 19 0 139931301 19498610688 854425 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=12576 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 854425 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=3413340 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 854425 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 4.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3417700 KiB

[startup+6.30029 s]
/proc/loadavg: 4.42 4.30 4.15 5/335 707145
/proc/meminfo: memFree=112967372/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=3927548 CPUtime=7.94 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 25118 0 0 0 714 80 0 0 20 0 19 0 139931301 19498610688 981887 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 981887 5934 1 0 1282063 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=0 CPUtime=5.89 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 7979 0 0 0 513 76 0 0 20 0 19 0 139931301 19498610688 981887 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=3017804 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 981887 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 981887 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3927548 KiB

[startup+12.7003 s]
/proc/loadavg: 4.36 4.29 4.14 5/335 707147
/proc/meminfo: memFree=112944328/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=3952508 CPUtime=14.51 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 26008 0 0 0 1369 82 0 0 20 0 19 0 139931301 19498610688 988127 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 988127 5934 1 0 1282064 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=3948412 CPUtime=11.93 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 8750 0 0 0 1117 76 0 0 20 0 19 0 139931301 19498610688 988127 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=3942116 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 988127 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=16102554769556802 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 988127 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 14.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3952508 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.28 4.14 5/335 707148
/proc/meminfo: memFree=112904916/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=3998296 CPUtime=27.53 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 28785 0 0 0 2669 84 0 0 20 0 19 0 139931301 19498610688 999574 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 999574 5934 1 0 1282064 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=3981892 CPUtime=24.2 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 9869 0 0 0 2344 76 0 0 20 0 19 0 139931301 19498610688 999574 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 999574 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 999574 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3998296 KiB

[startup+51.1059 s]
/proc/loadavg: 4.28 4.28 4.14 5/331 707153
/proc/meminfo: memFree=112855008/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=4039768 CPUtime=53.37 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 33086 0 0 0 5248 89 0 0 20 0 19 0 139931301 19498610688 1009942 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1009942 5934 1 0 1282064 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=0 CPUtime=49.13 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 12235 0 0 0 4836 77 0 0 20 0 19 0 139931301 19498610688 1009942 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=3952508 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1009942 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=3417700 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1009942 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 53.37 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4039768 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 4.13 4.10 2/252 707264
/proc/meminfo: memFree=125702384/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=4105656 CPUtime=104.83 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 39717 0 0 0 10386 97 0 0 20 0 19 0 139931301 19498610688 1026414 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1026414 5934 1 0 1282064 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=4081000 CPUtime=99.15 cores=5,7

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

/proc/meminfo: memFree=124761336/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5029688 CPUtime=3162.82 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 268420 0 0 0 315800 482 0 0 20 0 19 0 139931301 19498610688 1257422 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1257422 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=5029548 CPUtime=3123.4 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 122018 0 0 0 312207 133 0 0 20 0 19 0 139931301 19498610688 1257422 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=5029548 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1257422 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=-8960871767947518652 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 4406 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1257422 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3162.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5029688 KiB

[startup+3222.3 s]
/proc/loadavg: 1.12 1.13 1.19 2/255 708971
/proc/meminfo: memFree=124755208/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5035188 CPUtime=3222.61 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 272424 0 0 0 321771 490 0 0 20 0 19 0 139931301 19498610688 1258797 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1258797 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=5029548 CPUtime=3182.75 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 124221 0 0 0 318141 134 0 0 20 0 19 0 139931301 19498610688 1258797 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=5029548 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1258797 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=5035188 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 4492 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1258797 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3222.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5035188 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.14 1.19 2/255 708982
/proc/meminfo: memFree=124755000/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3282.38 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 276547 0 0 0 327742 496 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1258814 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=12576 CPUtime=3242.07 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 126223 0 0 0 324073 134 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=35160 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=5035256 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 4578 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3282.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5035256 KiB

[startup+3342.3 s]
/proc/loadavg: 1.26 1.16 1.19 2/258 709052
/proc/meminfo: memFree=124754620/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3342.2 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 280117 0 0 0 333717 503 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1258814 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3301.45 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 127927 0 0 0 330010 135 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=12576 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=11596 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 4664 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3342.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5035256 KiB

[startup+3402.3 s]
/proc/loadavg: 1.14 1.14 1.18 2/256 709063
/proc/meminfo: memFree=124754424/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3401.98 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 283675 0 0 0 339688 510 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1258814 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=11596 CPUtime=3360.8 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 129659 0 0 0 335944 136 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=11596 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=5035256 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 4750 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3401.98 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5035256 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.14 1.18 2/256 709073
/proc/meminfo: memFree=124754088/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3461.8 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 286861 0 0 0 345663 517 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1258814 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3420.18 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 131175 0 0 0 341882 136 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=5035256 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=5035256 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 4836 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3461.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5035256 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.13 1.17 2/256 709083
/proc/meminfo: memFree=124753828/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3521.58 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 290034 0 0 0 351635 523 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1258814 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3479.53 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 133072 0 0 0 347816 137 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=5035256 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=5035256 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 4922 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3521.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5035256 KiB

[startup+3582.3 s]
/proc/loadavg: 1.15 1.14 1.17 2/255 709095
/proc/meminfo: memFree=124753672/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3581.42 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 293629 0 0 0 357612 530 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1258814 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3538.9 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 134799 0 0 0 353752 138 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=11596 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=5035256 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 5008 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3581.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5035256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601 s]*
/proc/loadavg: 1.11 1.13 1.17 2/255 709099
/proc/meminfo: memFree=124753412/131524600 swapFree=131071996/131071996
[pid=707126] ppid=707123 vsize=19041612 memory=5035256 CPUtime=3600.09 cores=5,7
/proc/707126/stat : 707126 (java) S 707123 707126 704971 0 -1 1077936128 295083 0 0 0 359477 532 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
/proc/707126/statm: 4760403 1258814 5935 1 0 1282114 0
[pid=707126/tid=707128] ppid=707123 vsize=19041612 memory=-8960871767947518652 CPUtime=3557.39 cores=5,7
/proc/707126/task/707128/stat : 707128 (java) R 707123 707126 704971 0 -1 4194368 135307 0 0 0 355601 138 0 0 20 0 19 0 139931301 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707137] ppid=707123 vsize=19041612 memory=-8693842200556977312 CPUtime=0 cores=5,7
/proc/707126/task/707137/stat : 707137 (Finalizer) S 707123 707126 704971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139931304 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
[pid=707126/tid=707144] ppid=707123 vsize=19041612 memory=3906652981499789397 CPUtime=0 cores=5,7
/proc/707126/task/707144/stat : 707144 (Common-Cleaner) S 707123 707126 704971 0 -1 1077936192 5094 0 0 0 0 0 0 0 20 0 19 0 139931305 19498610688 1258814 134679101440 94558934687744 94558934691440 140722646262352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94558934699256 94558934700048 94558960168960 140722646266838 140722646266951 140722646266951 140722646273992 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5035256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.88 s, system=5.33568 s

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

Child status: 143

Real time (s): 3601.08
CPU time (s): 3600.22
CPU user time (s): 3594.88
CPU system time (s): 5.33568
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 5035256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.88
system time used= 5.33568
maximum resident set size= 5036912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297890
page faults= 0
swaps= 0
block input operations= 24
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 682462
involuntary context switches= 14782


# summary of solver processes directly reported to runsolver:
#   pid: 707126
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3594.88
#   total CPU system time (s): 5.33568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17211 second user time and 18.0538 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-13 15:34:44
IDJOB=4424396
IDBENCH=144142
IDSOLVER=3035
FILE ID=nodeC022/4424396-1720877671
RUNJOBID= nodeC022-1720874164-704984
SLURM_JOB_ID= 7483763
Free space on /tmp= 889984 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424396-1720877671/watcher-4424396-1720877671 -o /tmp/evaluation-result-4424396-1720877671/solver-4424396-1720877671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1720874164-704984 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424396-1720877671.wbo

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

MD5SUM BENCH= 3b3f4aa0f9e5bc80725226257d35d467
RANDOM SEED=642242431

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116881376 kB
MemAvailable:   116872800 kB
Buffers:          321492 kB
Cached:           517740 kB
SwapCached:            0 kB
Active:           483904 kB
Inactive:       13580400 kB
Active(anon):       1556 kB
Inactive(anon): 13261264 kB
Active(file):     482348 kB
Inactive(file):   319136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             89156 kB
Writeback:             0 kB
AnonPages:      13224420 kB
Mapped:           121524 kB
Shmem:             37720 kB
KReclaimable:      59172 kB
Slab:             156296 kB
SReclaimable:      59172 kB
SUnreclaim:        97124 kB
KernelStack:        5104 kB
PageTables:        35960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15187860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53440 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12912640 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:      180948 kB
DirectMap2M:    10078208 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 889996 MiB
End job on nodeC022 at 2024-07-13 16:34:45