Trace number 4460013

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-12SAT (TO)-22503 3600.29 3577.74

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern60-60.opb
MD5SUM93ed2607cb9e7eaa6de474e9ba688804
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-82737
Best CPU time to get the best result obtained on this benchmark3600.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 52575
Biggest coefficient in the objective function 13565
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 6490280
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 13565
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 6490280
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)52515
Sum of products size (including duplicates)172450
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2115194816
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.15	c Number of processors 	2
0.12/0.23	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.23	 - never skip resolution steps
0.12/0.23	 - Auto-division on coefficients is disabled
0.12/0.23	 - No postprocessing
0.12/0.23	 - Conflict is considered as is when resolving
0.12/0.23	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.23	 - Weaken first using unassigned literals
0.12/0.23	 - Bump strategy: ALWAYS_ONE
0.12/0.23	 - Bumper: ASSIGNED
0.12/0.23	--- Begin Solver configuration ---
0.12/0.23	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.23	Learn all clauses as in MiniSAT
0.12/0.23	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.23	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.23	No reason simplification
0.12/0.23	Armin Biere (Picosat) restarts strategy
0.12/0.23	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.23	timeout=2147483s
0.12/0.23	DB Simplification allowed=false
0.12/0.23	Listener: none
0.12/0.23	--- End Solver configuration ---
0.12/0.23	c Pseudo Boolean Optimization by upper bound
0.12/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.23	c  - never skip resolution steps
0.12/0.23	c  - Auto-division on coefficients is disabled
0.12/0.23	c  - No postprocessing
0.12/0.23	c  - Conflict is considered as is when resolving
0.12/0.23	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.23	c  - Weaken first using unassigned literals
0.12/0.23	c  - Bump strategy: ALWAYS_ONE
0.12/0.23	c  - Bumper: ASSIGNED
0.12/0.23	c --- Begin Solver configuration ---
0.12/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.23	c Learn all clauses as in MiniSAT
0.12/0.23	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.23	c No reason simplification
0.12/0.23	c Armin Biere (Picosat) restarts strategy
0.12/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.23	c timeout=2147483s
0.12/0.23	c DB Simplification allowed=false
0.12/0.23	c Listener: none
0.12/0.23	c --- End Solver configuration ---
0.12/0.23	c solving HOME/instance-4460013-1721942753.opb
0.12/0.23	c reading problem ... 
0.12/0.23	c  objective function found
36.31/33.61	c ... done. Wall clock time 33.38s.
36.31/33.61	c declared #vars     60
36.31/33.61	c internal #vars     52575
36.31/33.61	c #constraints  105030
36.31/33.61	c constraints type 
36.31/33.61	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 52515
36.31/33.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 52515
36.31/33.61	c 105030 constraints processed.
36.31/33.62	c objective function length is 52575 literals
36.67/33.81	c SATISFIABLE
36.67/33.81	c OPTIMIZING...
36.67/33.81	c Got one! Elapsed wall clock time (in seconds):33.581
36.67/33.81	o 0
44.29/39.53	c Got one! Elapsed wall clock time (in seconds):39.309
44.29/39.54	o -1711
69.99/62.79	c Got one! Elapsed wall clock time (in seconds):62.572
69.99/62.80	o -3306
101.55/92.78	c Got one! Elapsed wall clock time (in seconds):92.554
101.55/92.78	o -6103
157.82/147.97	c Got one! Elapsed wall clock time (in seconds):147.741
157.82/147.97	o -7415
242.06/231.14	c Got one! Elapsed wall clock time (in seconds):230.904
242.06/231.14	o -8680
280.21/268.50	c Got one! Elapsed wall clock time (in seconds):268.277
280.21/268.50	o -12243
517.95/504.87	c Got one! Elapsed wall clock time (in seconds):504.648
517.95/504.87	o -12402
780.84/766.82	c Got one! Elapsed wall clock time (in seconds):766.593
780.84/766.82	o -14535
964.25/949.32	c Got one! Elapsed wall clock time (in seconds):949.096
964.25/949.32	o -15494
1068.44/1052.97	c Got one! Elapsed wall clock time (in seconds):1052.743
1068.44/1052.97	o -18758
1769.71/1752.06	c Got one! Elapsed wall clock time (in seconds):1751.839
1769.71/1752.06	o -21980
3177.78/3156.56	c Got one! Elapsed wall clock time (in seconds):3156.339
3177.78/3156.56	o -22503
3600.04/3577.65	c starts		: 15
3600.04/3577.65	c conflicts		: 167
3600.04/3577.65	c decisions		: 1028
3600.04/3577.65	c propagations		: 1444856
3600.04/3577.66	c inspects		: 12965671
3600.04/3577.66	c shortcuts		: 0
3600.04/3577.66	c learnt literals	: 0
3600.04/3577.66	c learnt binary clauses	: 0
3600.04/3577.66	c learnt ternary clauses	: 0
3600.04/3577.66	c learnt constraints	: 167
3600.04/3577.66	c ignored constraints	: 0
3600.04/3577.66	c root simplifications	: 0
3600.04/3577.66	c removed literals (reason simplification)	: 0
3600.04/3577.66	c reason swapping (by a shorter reason)	: 0
3600.04/3577.66	c Calls to reduceDB	: 0
3600.04/3577.66	c Number of update (reduction) of LBD	: 0
3600.04/3577.66	c Imported unit clauses	: 0
3600.04/3577.66	c No decision after first conflict	: false
3600.04/3577.66	c number of reductions to clauses (during analyze)	: 0
3600.04/3577.66	c number of learned constraints concerned by reduction	: 0
3600.04/3577.66	c number of learning phase by resolution	: 0
3600.04/3577.66	c number of learning phase by cutting planes	: 0
3600.04/3577.66	c number of rounding to 1 operations	: 225418
3600.04/3577.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3577.66	c number of reductions of the coefficients by power 2 	: 0
3600.04/3577.66	c number of right shift for reduction by power 2 	: 0
3600.04/3577.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3577.66	c number of ending skipping 	: 0
3600.04/3577.68	c number of internal skipping 	: 0
3600.04/3577.68	c number of derivation steps 	: 397401
3600.04/3577.68	c number of skipped derivation steps 	: 0
3600.04/3577.68	c number of remaining unassigned 	: 0
3600.04/3577.68	c number of remaining assigned 	: 2238804
3600.04/3577.68	c number of falsified literals weakened from reason	: 0
3600.04/3577.68	c number of falsified literals weakened from conflict	: 0
3600.04/3577.68	c time for arithmetic operations	: 453012827423
3600.04/3577.68	c minimum degree of deleted constraints	: null
3600.04/3577.68	c maximum degree of deleted constraints	: null
3600.04/3577.68	c number of deleted constraints	: 0
3600.04/3577.68	c speed (assignments/second)	: 407.6921145160276
3600.04/3577.68	c non guided choices	: 0
3600.04/3577.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72
3600.04/3577.70	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 95
3600.04/3577.70	s SATISFIABLE
3600.04/3577.70	c Found 13 solution(s)
3600.04/3577.70	v -x1 -x2 -x3 -x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 -x57 -x58 -x59 x60 
3600.24/3577.71	c objective function=-22503
3600.24/3577.71	c Total wall clock time (in seconds): 3577.482

Verifier Data

OK	-22503

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460013-1721942753/watcher-4460013-1721942753 -o /tmp/evaluation-result-4460013-1721942753/solver-4460013-1721942753 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721939462-239224 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460013-1721942753.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=241097, runsolver pid=241094

[startup+0.102093 s]*
/proc/loadavg: 4.66 4.67 4.44 6/318 241115
/proc/meminfo: memFree=105216056/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=18975048 memory=55872 CPUtime=0.12 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 6605 0 0 0 10 2 0 0 20 0 18 0 30264556 19430449152 13968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4743762 13968 5530 1 0 550940 0
[pid=241097/tid=241099] ppid=241094 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) S 241094 241097 239212 0 -1 1077936192 5515 0 0 0 6 2 0 0 20 0 18 0 30264556 19430449152 13968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30264562 19430449152 13968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=18975048 memory=3833179250744360992 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30264563 19430449152 13968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55872 KiB

[startup+0.214276 s]*
/proc/loadavg: 4.66 4.67 4.44 7/318 241115
/proc/meminfo: memFree=105206128/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=18975048 memory=66660 CPUtime=0.33 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 7555 0 0 0 29 4 0 0 20 0 18 0 30264556 19430449152 16665 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4743762 16665 5727 1 0 551716 0
[pid=241097/tid=241099] ppid=241094 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 6037 0 0 0 16 3 0 0 20 0 18 0 30264556 19430449152 16665 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=18975048 memory=1276314 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30264562 19430449152 16665 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30264563 19430449152 16665 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66660 KiB

[startup+0.320286 s]*
/proc/loadavg: 4.66 4.67 4.44 7/318 241115
/proc/meminfo: memFree=105203240/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=18975048 memory=69528 CPUtime=0.52 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 7675 0 0 0 48 4 0 0 20 0 18 0 30264556 19430449152 17382 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4743762 17382 5819 1 0 551769 0
[pid=241097/tid=241099] ppid=241094 vsize=18975048 memory=-8886844974287266492 CPUtime=0.28 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 6088 0 0 0 25 3 0 0 20 0 18 0 30264556 19430449152 17382 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30264562 19430449152 17382 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30264563 19430449152 17382 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69528 KiB

[startup+0.701273 s]
/proc/loadavg: 4.66 4.67 4.44 7/318 241115
/proc/meminfo: memFree=105166720/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=18975048 memory=155548 CPUtime=1.22 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 8752 0 0 0 116 6 0 0 20 0 18 0 30264556 19430449152 38887 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4743762 38887 5835 1 0 552126 0
[pid=241097/tid=241099] ppid=241094 vsize=18975048 memory=5456 CPUtime=0.6 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 6141 0 0 0 56 4 0 0 20 0 18 0 30264556 19430449152 38887 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=18975048 memory=12620 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30264562 19430449152 38887 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30264563 19430449152 38887 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 155548 KiB

[startup+1.50127 s]
/proc/loadavg: 4.66 4.67 4.44 6/319 241118
/proc/meminfo: memFree=105097652/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19041612 memory=194024 CPUtime=2.78 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 21021 0 0 0 270 8 0 0 20 0 19 0 30264556 19498610688 48506 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4760403 48506 5851 1 0 556724 0
[pid=241097/tid=241099] ppid=241094 vsize=19041612 memory=12620 CPUtime=1.35 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 6437 0 0 0 130 5 0 0 20 0 19 0 30264556 19498610688 48506 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30264562 19498610688 48506 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30264563 19498610688 48506 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 194024 KiB

[startup+3.10626 s]
/proc/loadavg: 4.66 4.67 4.44 5/319 241118
/proc/meminfo: memFree=104794160/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19041612 memory=483988 CPUtime=5.41 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 27306 0 0 0 527 14 0 0 20 0 19 0 30264556 19498610688 120997 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4760403 120997 5851 1 0 693324 0
[pid=241097/tid=241099] ppid=241094 vsize=19041612 memory=0 CPUtime=2.87 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 6909 0 0 0 278 9 0 0 20 0 19 0 30264556 19498610688 120997 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19041612 memory=12620 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30264562 19498610688 120997 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19041612 memory=235644 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30264563 19498610688 120997 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 483988 KiB

[startup+6.30028 s]
/proc/loadavg: 4.69 4.68 4.45 5/319 241118
/proc/meminfo: memFree=104408284/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19041612 memory=863024 CPUtime=8.89 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 27765 0 0 0 867 22 0 0 20 0 19 0 30264556 19498610688 215756 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4760403 215756 5851 1 0 693328 0
[pid=241097/tid=241099] ppid=241094 vsize=19041612 memory=0 CPUtime=5.99 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 7253 0 0 0 583 16 0 0 20 0 19 0 30264556 19498610688 215756 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19041612 memory=203016 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30264562 19498610688 215756 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30264563 19498610688 215756 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 863024 KiB

[startup+12.7003 s]
/proc/loadavg: 4.71 4.69 4.45 5/319 241119
/proc/meminfo: memFree=103748976/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19041612 memory=1602880 CPUtime=15.25 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 30600 0 0 0 1487 38 0 0 20 0 19 0 30264556 19498610688 400720 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4760403 400720 5851 1 0 954444 0
[pid=241097/tid=241099] ppid=241094 vsize=19041612 memory=1490080 CPUtime=11.76 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) S 241094 241097 239212 0 -1 1077936192 8382 0 0 0 1148 28 0 0 20 0 19 0 30264556 19498610688 400720 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19041612 memory=1116980 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30264562 19498610688 400720 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19041612 memory=14136658060643349 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30264563 19498610688 400720 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1602880 KiB

[startup+25.5003 s]
/proc/loadavg: 4.55 4.65 4.44 5/319 241121
/proc/meminfo: memFree=102480236/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19041612 memory=2883240 CPUtime=28.05 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 32116 0 0 0 2741 64 0 0 20 0 19 0 30264556 19498610688 720810 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4760403 720810 5851 1 0 1443248 0
[pid=241097/tid=241099] ppid=241094 vsize=19041612 memory=2596516 CPUtime=24.15 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 8969 0 0 0 2366 49 0 0 20 0 19 0 30264556 19498610688 720810 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30264562 19498610688 720810 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30264563 19498610688 720810 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 28.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2883240 KiB

[startup+51.1063 s]
/proc/loadavg: 4.50 4.63 4.44 6/320 241126
/proc/meminfo: memFree=101170592/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4093856 CPUtime=57.72 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 51479 0 0 0 5678 94 0 0 20 0 20 0 30264556 19566772224 1023464 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4777044 1023464 5889 1 0 1444138 0
[pid=241097/tid=241099] ppid=241094 vsize=19108176 memory=-8886844974287266492 CPUtime=49.01 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 16266 0 0 0 4829 72 0 0 20 0 20 0 30264556 19566772224 1023464 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19108176 memory=3513632 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30264562 19566772224 1023464 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 30264563 19566772224 1023464 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241123] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241123/stat : 241123 (Timer-0) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30267922 19566772224 1023464 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 57.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4093856 KiB

[startup+102.301 s]
/proc/loadavg: 4.26 4.55 4.42 5/320 241136
/proc/meminfo: memFree=100693876/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4569032 CPUtime=111.66 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 1.11 1.09 1.22 2/242 243130
/proc/meminfo: memFree=121730640/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4875872 CPUtime=3243.52 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 390357 0 0 0 323983 369 0 0 20 0 20 0 30264556 19566772224 1218968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4777044 1218968 5905 1 0 1550719 0
[pid=241097/tid=241099] ppid=241094 vsize=19108176 memory=11536 CPUtime=3196.81 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 202645 0 0 0 319575 106 0 0 20 0 20 0 30264556 19566772224 1218968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19108176 memory=4873804 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30264562 19566772224 1218968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19108176 memory=4875872 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 4005 0 0 0 0 0 0 0 20 0 20 0 30264563 19566772224 1218968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241123] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241123/stat : 241123 (Timer-0) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30267922 19566772224 1218968 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 3243.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4875872 KiB

[startup+3282.3 s]
/proc/loadavg: 1.09 1.09 1.20 2/241 243142
/proc/meminfo: memFree=121728164/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4877996 CPUtime=3303.78 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 396339 0 0 0 330004 374 0 0 20 0 20 0 30264556 19566772224 1219499 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4777044 1219499 5905 1 0 1550719 0
[pid=241097/tid=241099] ppid=241094 vsize=19108176 memory=4877996 CPUtime=3256.35 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 205374 0 0 0 325529 106 0 0 20 0 20 0 30264556 19566772224 1219499 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30264562 19566772224 1219499 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19108176 memory=4877996 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 4078 0 0 0 0 0 0 0 20 0 20 0 30264563 19566772224 1219499 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241123] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241123/stat : 241123 (Timer-0) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30267922 19566772224 1219499 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 3303.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4877996 KiB

[startup+3342.3 s]
/proc/loadavg: 1.16 1.11 1.20 2/240 243153
/proc/meminfo: memFree=121713512/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4892388 CPUtime=3364.25 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 403994 0 0 0 336045 380 0 0 20 0 20 0 30264556 19566772224 1223097 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4777044 1223097 5905 1 0 1550719 0
[pid=241097/tid=241099] ppid=241094 vsize=19108176 memory=11536 CPUtime=3315.83 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 209072 0 0 0 331476 107 0 0 20 0 20 0 30264556 19566772224 1223097 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19108176 memory=4892388 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30264562 19566772224 1223097 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 4151 0 0 0 0 0 0 0 20 0 20 0 30264563 19566772224 1223097 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241123] ppid=241094 vsize=19108176 memory=7752838466710576539 CPUtime=0 cores=1,3
/proc/241097/task/241123/stat : 241123 (Timer-0) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30267922 19566772224 1223097 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 3364.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4892388 KiB

[startup+3402.3 s]
/proc/loadavg: 1.54 1.22 1.23 2/240 243165
/proc/meminfo: memFree=121709236/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4896528 CPUtime=3424.51 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 412639 0 0 0 342064 387 0 0 20 0 20 0 30264556 19566772224 1224132 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4777044 1224132 5905 1 0 1550719 0
[pid=241097/tid=241099] ppid=241094 vsize=19108176 memory=4892388 CPUtime=3375.4 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 212793 0 0 0 337432 108 0 0 20 0 20 0 30264556 19566772224 1224132 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30264562 19566772224 1224132 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 4260 0 0 0 0 0 0 0 20 0 20 0 30264563 19566772224 1224132 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241123] ppid=241094 vsize=19108176 memory=4896528 CPUtime=0 cores=1,3
/proc/241097/task/241123/stat : 241123 (Timer-0) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30267922 19566772224 1224132 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 3424.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4896528 KiB

[startup+3462.3 s]
/proc/loadavg: 1.57 1.29 1.25 2/240 243175
/proc/meminfo: memFree=121706824/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4898604 CPUtime=3484.67 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 420263 0 0 0 348076 391 0 0 20 0 20 0 30264556 19566772224 1224651 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4777044 1224651 5905 1 0 1550719 0
[pid=241097/tid=241099] ppid=241094 vsize=19108176 memory=4892388 CPUtime=3435.16 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 215882 0 0 0 343408 108 0 0 20 0 20 0 30264556 19566772224 1224651 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30264562 19566772224 1224651 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 4410 0 0 0 0 0 0 0 20 0 20 0 30264563 19566772224 1224651 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241123] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241123/stat : 241123 (Timer-0) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30267922 19566772224 1224651 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 3484.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4898604 KiB

[startup+3522.3 s]
/proc/loadavg: 1.35 1.28 1.25 2/240 243185
/proc/meminfo: memFree=121704512/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4900652 CPUtime=3544.7 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 425270 0 0 0 354075 395 0 0 20 0 20 0 30264556 19566772224 1225163 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4777044 1225163 5905 1 0 1550719 0
[pid=241097/tid=241099] ppid=241094 vsize=19108176 memory=4898604 CPUtime=3494.96 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 219466 0 0 0 349387 109 0 0 20 0 20 0 30264556 19566772224 1225163 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19108176 memory=61296 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30264562 19566772224 1225163 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 4562 0 0 0 0 0 0 0 20 0 20 0 30264563 19566772224 1225163 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241123] ppid=241094 vsize=19108176 memory=61296 CPUtime=0 cores=1,3
/proc/241097/task/241123/stat : 241123 (Timer-0) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30267922 19566772224 1225163 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 3544.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4900652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.6 s]
/proc/loadavg: 1.14 1.23 1.24 2/241 243579
/proc/meminfo: memFree=121703476/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19108176 memory=4900656 CPUtime=3600.04 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 431159 0 0 0 359604 400 0 0 20 0 20 0 30264556 19566772224 1225164 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4777044 1225164 5905 1 0 1550719 0
[pid=241097/tid=241099] ppid=241094 vsize=19108176 memory=7661018104648390498 CPUtime=3550.02 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 223382 0 0 0 354892 110 0 0 20 0 20 0 30264556 19566772224 1225164 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19108176 memory=4900656 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30264562 19566772224 1225164 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19108176 memory=4900656 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 4712 0 0 0 0 0 0 0 20 0 20 0 30264563 19566772224 1225164 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241123] ppid=241094 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241123/stat : 241123 (Timer-0) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30267922 19566772224 1225164 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4900656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.25 s, system=4.04576 s

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

[startup+3577.71 s]
/proc/loadavg: 1.14 1.23 1.24 2/241 243579
/proc/meminfo: memFree=121703476/131655788 swapFree=131056320/131071996
[pid=241097] ppid=241094 vsize=19307868 memory=4901452 CPUtime=3600.24 cores=1,3
/proc/241097/stat : 241097 (java) S 241094 241097 239212 0 -1 1077936128 435430 0 0 0 359623 401 0 0 20 0 21 0 30264556 19771256832 1225363 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
/proc/241097/statm: 4826967 1225363 5904 1 0 1551654 0
[pid=241097/tid=241099] ppid=241094 vsize=19307868 memory=4900656 CPUtime=3550.13 cores=1,3
/proc/241097/task/241099/stat : 241099 (java) R 241094 241097 239212 0 -1 4194368 223382 0 0 0 354903 110 0 0 20 0 21 0 30264556 19771256832 1225363 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241108] ppid=241094 vsize=19307868 memory=0 CPUtime=0 cores=1,3
/proc/241097/task/241108/stat : 241108 (Finalizer) S 241094 241097 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 30264562 19771256832 1225363 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
[pid=241097/tid=241115] ppid=241094 vsize=19307868 memory=4900656 CPUtime=0 cores=1,3
/proc/241097/task/241115/stat : 241115 (Common-Cleaner) S 241094 241097 239212 0 -1 1077936192 4712 0 0 0 0 0 0 0 20 0 21 0 30264563 19771256832 1225363 134679101440 94909482156032 94909482159728 140722039274608 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94909482167544 94909482168336 94909507670016 140722039280623 140722039280736 140722039280736 140722039287752 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4901452 KiB

Child status: 143

Real time (s): 3577.74
CPU time (s): 3600.29
CPU user time (s): 3596.25
CPU system time (s): 4.04576
CPU usage (%): 100.63
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4901452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.25
system time used= 4.04576
maximum resident set size= 4902236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160032
involuntary context switches= 3563


# summary of solver processes directly reported to runsolver:
#   pid: 241097
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.25
#   total CPU system time (s): 4.04576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1855 second user time and 36.2861 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-25 23:25:53
IDJOB=4460013
IDBENCH=160558
IDSOLVER=3046
FILE ID=nodeC006/4460013-1721942753
RUNJOBID= nodeC006-1721939462-239224
SLURM_JOB_ID= 8247260
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-60.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460013-1721942753/watcher-4460013-1721942753 -o /tmp/evaluation-result-4460013-1721942753/solver-4460013-1721942753 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721939462-239224 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460013-1721942753.opb

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

MD5SUM BENCH= 93ed2607cb9e7eaa6de474e9ba688804
RANDOM SEED=297469877

nodeC006.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	: 0xb00001f
cpu MHz		: 3667.935
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 3578.152
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 1197.206
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 1197.097
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 3525.051
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 3602.617
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.06
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	: 0xb00001f
cpu MHz		: 1197.174
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        105251832 kB
MemAvailable:   108504160 kB
Buffers:          341668 kB
Cached:          3519972 kB
SwapCached:          244 kB
Active:          2060376 kB
Inactive:       23378476 kB
Active(anon):       1760 kB
Inactive(anon): 21620436 kB
Active(file):    2058616 kB
Inactive(file):  1758040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056320 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:      21576468 kB
Mapped:           113860 kB
Shmem:             45244 kB
KReclaimable:     497580 kB
Slab:             608924 kB
SReclaimable:     497580 kB
SUnreclaim:       111344 kB
KernelStack:        4812 kB
PageTables:        52540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   22131992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16576 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21090304 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:      420680 kB
DirectMap2M:    57155584 kB
DirectMap1G:    78643200 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC006 at 2024-07-26 00:25:31