Trace number 4453795

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.11 3599.26

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq10/normalized-16array_alg_ineq10.opb
MD5SUM0c23135e660516b176b2012acd431254
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.93466
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables806
Total number of constraints1785
Number of constraints which are clauses1683
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints53
Minimum length of a constraint1
Maximum length of a constraint323
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8589934592
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 34359476224
Number of bits of the biggest sum of numbers35
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.16	c solving HOME/instance-4453795-1721482046.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.32/0.23	c ... done. Wall clock time 0.073s.
0.32/0.23	c declared #vars     806
0.32/0.23	c #constraints  1886
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 836
0.32/0.23	c org.sat4j.specs.Constr$1 => 467
0.32/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 101
0.32/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 194
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
0.32/0.23	c 1886 constraints processed.
578.81/575.72	c cleaning 2490 clauses out of 5000 with flag 0/5000
1888.27/1886.58	c cleaning 4252 clauses out of 8511 with flag 0/11001
3600.00/3599.21	c starts		: 44
3600.00/3599.22	c conflicts		: 18000
3600.00/3599.22	c decisions		: 18882
3600.00/3599.22	c propagations		: 1785122
3600.00/3599.22	c inspects		: 647203293
3600.00/3599.22	c shortcuts		: 0
3600.00/3599.22	c learnt literals	: 0
3600.00/3599.22	c learnt binary clauses	: 0
3600.00/3599.22	c learnt ternary clauses	: 0
3600.00/3599.22	c learnt constraints	: 18000
3600.00/3599.22	c ignored constraints	: 0
3600.00/3599.22	c root simplifications	: 0
3600.00/3599.22	c removed literals (reason simplification)	: 0
3600.00/3599.22	c reason swapping (by a shorter reason)	: 0
3600.00/3599.22	c Calls to reduceDB	: 3
3600.00/3599.22	c Number of update (reduction) of LBD	: 0
3600.00/3599.22	c Imported unit clauses	: 0
3600.00/3599.22	c No decision after first conflict	: false
3600.00/3599.22	c number of reductions to clauses (during analyze)	: 0
3600.00/3599.22	c number of learned constraints concerned by reduction	: 0
3600.00/3599.22	c number of learning phase by resolution	: 0
3600.00/3599.22	c number of learning phase by cutting planes	: 0
3600.00/3599.22	c number of rounding to 1 operations	: 276788
3600.00/3599.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3599.22	c number of reductions of the coefficients by power 2 	: 0
3600.00/3599.22	c number of right shift for reduction by power 2 	: 0
3600.00/3599.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3599.22	c number of ending skipping 	: 0
3600.00/3599.22	c number of internal skipping 	: 0
3600.00/3599.22	c number of derivation steps 	: 786921
3600.00/3599.22	c number of skipped derivation steps 	: 0
3600.00/3599.22	c number of remaining unassigned 	: 19183
3600.00/3599.22	c number of remaining assigned 	: 22711867
3600.00/3599.22	c number of falsified literals weakened from reason	: 0
3600.00/3599.22	c number of falsified literals weakened from conflict	: 0
3600.00/3599.22	c time for arithmetic operations	: 2169526159
3600.00/3599.22	c minimum degree of deleted constraints	: 512
3600.00/3599.22	c maximum degree of deleted constraints	: 1125900739149822
3600.00/3599.22	c number of deleted constraints	: 7821
3600.00/3599.23	c speed (assignments/second)	: 496.0045879372704
3600.00/3599.23	c non guided choices	: 25
3600.00/3599.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 844
3600.00/3599.25	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3
3600.00/3599.25	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10411
3600.00/3599.25	s UNKNOWN
3600.00/3599.25	c Total wall clock time (in seconds): 3599.096

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 (55982 MiB free)
  memory of node 1: 64510 MiB (55952 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453795-1721482046/watcher-4453795-1721482046 -o /tmp/evaluation-result-4453795-1721482046/solver-4453795-1721482046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084281 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4453795-1721482046.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1086119, runsolver pid=1086116

[startup+0.100237 s]*
/proc/loadavg: 4.13 3.92 3.05 5/333 1086137
/proc/meminfo: memFree=114579412/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=18975048 memory=62776 CPUtime=0.13 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 7222 0 0 0 11 2 0 0 20 0 18 0 200372917 19430449152 15694 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4743762 15694 5595 1 0 549323 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 1077936192 5748 0 0 0 7 1 0 0 20 0 18 0 200372917 19430449152 15694 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200372920 19430449152 15694 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=18975048 memory=15252645166212516 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200372920 19430449152 15694 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62776 KiB

[startup+0.206118 s]*
/proc/loadavg: 4.13 3.92 3.05 8/333 1086137
/proc/meminfo: memFree=114566800/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=18975048 memory=75832 CPUtime=0.32 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 7784 0 0 0 30 2 0 0 20 0 18 0 200372917 19430449152 18958 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4743762 18958 5764 1 0 549691 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 6061 0 0 0 16 2 0 0 20 0 18 0 200372917 19430449152 18958 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=18975048 memory=15948 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200372920 19430449152 18958 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=18975048 memory=14408220236056116 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200372920 19430449152 18958 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75832 KiB

[startup+0.306117 s]*
/proc/loadavg: 4.13 3.92 3.05 7/334 1086138
/proc/meminfo: memFree=114549144/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19041612 memory=93616 CPUtime=0.52 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 8251 0 0 0 49 3 0 0 20 0 19 0 200372917 19498610688 23404 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4760403 23404 5896 1 0 550174 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19041612 memory=-7378687822029351526 CPUtime=0.27 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 6125 0 0 0 25 2 0 0 20 0 19 0 200372917 19498610688 23404 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200372920 19498610688 23404 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200372920 19498610688 23404 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 200372940 19498610688 23404 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93616 KiB

[startup+0.701131 s]
/proc/loadavg: 4.13 3.92 3.05 7/334 1086138
/proc/meminfo: memFree=114483368/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=180820 CPUtime=1.25 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 16252 0 0 0 120 5 0 0 20 0 20 0 200372917 19566772224 45205 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 45205 5896 1 0 555288 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=13120 CPUtime=0.62 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 6235 0 0 0 59 3 0 0 20 0 20 0 200372917 19566772224 45205 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 45205 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 45205 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 45205 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180820 KiB

[startup+1.50112 s]
/proc/loadavg: 4.13 3.92 3.05 7/335 1086139
/proc/meminfo: memFree=114459648/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=250436 CPUtime=2.84 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 26466 0 0 0 277 7 0 0 20 0 20 0 200372917 19566772224 62609 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 62609 5912 1 0 557566 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=13120 CPUtime=1.4 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) S 1086116 1086119 1084268 0 -1 1077936192 6996 0 0 0 136 4 0 0 20 0 20 0 200372917 19566772224 62609 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 62609 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 62609 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 62609 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 250436 KiB

[startup+3.10595 s]
/proc/loadavg: 4.20 3.94 3.07 5/335 1086139
/proc/meminfo: memFree=114078664/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=585900 CPUtime=5.68 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 28693 0 0 0 554 14 0 0 20 0 20 0 200372917 19566772224 146475 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 146475 5912 1 0 558238 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=0 CPUtime=2.98 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 7735 0 0 0 289 9 0 0 20 0 20 0 200372917 19566772224 146475 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 146475 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=259484 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 146475 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 146475 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 585900 KiB

[startup+6.30029 s]
/proc/loadavg: 4.20 3.94 3.07 5/335 1086139
/proc/meminfo: memFree=113608388/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1032752 CPUtime=9.02 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 29776 0 0 0 879 23 0 0 20 0 20 0 200372917 19566772224 258188 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 258188 5928 1 0 558242 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=13120 CPUtime=6.16 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 8181 0 0 0 598 18 0 0 20 0 20 0 200372917 19566772224 258188 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 258188 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=7669736140516057698 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 258188 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 258188 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1032752 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 3.94 3.08 5/335 1086141
/proc/meminfo: memFree=113322740/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1317776 CPUtime=15.73 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 33836 0 0 0 1544 29 0 0 20 0 20 0 200372917 19566772224 329444 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 329444 5928 1 0 558242 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=0 CPUtime=12.53 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 9176 0 0 0 1230 23 0 0 20 0 20 0 200372917 19566772224 329444 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=1317668 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 329444 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 329444 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 329444 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317776 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 3.94 3.09 5/335 1086142
/proc/meminfo: memFree=113309948/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1330364 CPUtime=28.81 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 40024 0 0 0 2851 30 0 0 20 0 20 0 200372917 19566772224 332591 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 332591 5928 1 0 558242 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=1317668 CPUtime=25.28 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 11076 0 0 0 2504 24 0 0 20 0 20 0 200372917 19566772224 332591 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 332591 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=3493 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 332591 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=1324192 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 332591 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 28.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1330364 KiB

[startup+51.1059 s]
/proc/loadavg: 4.16 3.97 3.12 5/337 1086318
/proc/meminfo: memFree=113301068/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1338588 CPUtime=54.49 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 48970 0 0 0 5418 31 0 0 20 0 20 0 200372917 19566772224 334647 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 334647 5928 1 0 558242 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=1338588 CPUtime=50.76 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 13902 0 0 0 5052 24 0 0 20 0 20 0 200372917 19566772224 334647 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0

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

/proc/meminfo: memFree=114341264/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1743072 CPUtime=3223.46 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 209473 0 0 0 322150 196 0 0 20 0 20 0 200372917 19566772224 435768 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 435768 5943 1 0 558797 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=1730776 CPUtime=3207.3 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 85301 0 0 0 320689 41 0 0 20 0 20 0 200372917 19566772224 435768 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=1904 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 435768 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=1743072 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 3573 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 435768 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=1743072 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 435768 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 3223.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1743072 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.29 4.19 5/332 1087759
/proc/meminfo: memFree=114272028/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1747168 CPUtime=3283.39 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 211923 0 0 0 328140 199 0 0 20 0 20 0 200372917 19566772224 436792 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 436792 5943 1 0 558797 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=16216 CPUtime=3267.08 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 86970 0 0 0 326667 41 0 0 20 0 20 0 200372917 19566772224 436792 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=48248 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 436792 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 3646 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 436792 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=21604 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 436792 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 3283.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1747168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.25 4.18 5/333 1087773
/proc/meminfo: memFree=114199396/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1751264 CPUtime=3343.34 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 214324 0 0 0 334132 202 0 0 20 0 20 0 200372917 19566772224 437816 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 437816 5943 1 0 558797 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=1749216 CPUtime=3326.85 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 88027 0 0 0 332644 41 0 0 20 0 20 0 200372917 19566772224 437816 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=1747168 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 437816 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=1751264 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 3722 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 437816 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=1751264 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 437816 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 3343.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1751264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.23 4.18 5/333 1087786
/proc/meminfo: memFree=114108052/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1753312 CPUtime=3403.28 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 216663 0 0 0 340123 205 0 0 20 0 20 0 200372917 19566772224 438328 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 438328 5943 1 0 558797 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=1747168 CPUtime=3386.65 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 89160 0 0 0 338623 42 0 0 20 0 20 0 200372917 19566772224 438328 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=1751264 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 438328 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=48248 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 3797 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 438328 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=1640 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 438328 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 3403.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1753312 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.20 4.17 5/333 1087796
/proc/meminfo: memFree=113983892/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1757412 CPUtime=3463.23 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 219145 0 0 0 346114 209 0 0 20 0 20 0 200372917 19566772224 439353 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 439353 5943 1 0 558797 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=1747168 CPUtime=3446.45 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 90399 0 0 0 344603 42 0 0 20 0 20 0 200372917 19566772224 439353 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=1751264 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 439353 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=1755360 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 3871 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 439353 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 439353 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 3463.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1757412 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.19 4.17 6/334 1088190
/proc/meminfo: memFree=113871804/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1759464 CPUtime=3523.15 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 220736 0 0 0 352104 211 0 0 20 0 20 0 200372917 19566772224 439866 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 439866 5943 1 0 558797 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=1757412 CPUtime=3506.23 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 91605 0 0 0 350581 42 0 0 20 0 20 0 200372917 19566772224 439866 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 439866 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 3945 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 439866 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=48248 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 439866 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 3523.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1759464 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/334 1088200
/proc/meminfo: memFree=113813300/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1761512 CPUtime=3583.1 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 222508 0 0 0 358096 214 0 0 20 0 20 0 200372917 19566772224 440378 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 440378 5943 1 0 558797 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=1761512 CPUtime=3566.02 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 92533 0 0 0 356559 43 0 0 20 0 20 0 200372917 19566772224 440378 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=48248 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 440378 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 4050 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 440378 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=1761512 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 440378 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 3583.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1761512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.2 s]
/proc/loadavg: 4.08 4.16 4.16 5/334 1088204
/proc/meminfo: memFree=113800900/131524600 swapFree=131071996/131071996
[pid=1086119] ppid=1086116 vsize=19108176 memory=1763560 CPUtime=3600 cores=5,7
/proc/1086119/stat : 1086119 (java) S 1086116 1086119 1084268 0 -1 1077936128 224285 0 0 0 359785 215 0 0 20 0 20 0 200372917 19566772224 440890 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
/proc/1086119/statm: 4777044 440890 5943 1 0 558797 0
[pid=1086119/tid=1086121] ppid=1086116 vsize=19108176 memory=13120 CPUtime=3582.87 cores=5,7
/proc/1086119/task/1086121/stat : 1086121 (java) R 1086116 1086119 1084268 0 -1 4194368 93366 0 0 0 358244 43 0 0 20 0 20 0 200372917 19566772224 440890 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086130] ppid=1086116 vsize=19108176 memory=1763560 CPUtime=0 cores=5,7
/proc/1086119/task/1086130/stat : 1086130 (Finalizer) S 1086116 1086119 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 440890 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086137] ppid=1086116 vsize=19108176 memory=48248 CPUtime=0 cores=5,7
/proc/1086119/task/1086137/stat : 1086137 (Common-Cleaner) S 1086116 1086119 1084268 0 -1 1077936192 4076 0 0 0 0 0 0 0 20 0 20 0 200372920 19566772224 440890 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
[pid=1086119/tid=1086138] ppid=1086116 vsize=19108176 memory=26340 CPUtime=0 cores=5,7
/proc/1086119/task/1086138/stat : 1086138 (Timer-0) S 1086116 1086119 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 200372940 19566772224 440890 134679101440 94406940168192 94406940171888 140731853933424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406940179704 94406940180496 94406968881152 140731853939694 140731853939807 140731853939807 140731853946824 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1763560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.95 s, system=2.1646 s

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

Child status: 143

Real time (s): 3599.26
CPU time (s): 3600.11
CPU user time (s): 3597.95
CPU system time (s): 2.1646
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1763560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.95
system time used= 2.1646
maximum resident set size= 1765084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227354
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118852
involuntary context switches= 3299


# summary of solver processes directly reported to runsolver:
#   pid: 1086119
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.95
#   total CPU system time (s): 2.1646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.7299 second user time and 18.4968 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-20 15:27:39
IDJOB=4453795
IDBENCH=175924
IDSOLVER=3046
FILE ID=nodeC031/4453795-1721482046
RUNJOBID= nodeC031-1721481341-1084281
SLURM_JOB_ID= 7545758
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq10/normalized-16array_alg_ineq10.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453795-1721482046/watcher-4453795-1721482046 -o /tmp/evaluation-result-4453795-1721482046/solver-4453795-1721482046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084281 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4453795-1721482046.opb

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

MD5SUM BENCH= 0c23135e660516b176b2012acd431254
RANDOM SEED=803582912

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.183
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.55
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		: 3658.368
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.11
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		: 3647.165
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.012
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.11
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		: 3647.189
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.55
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		: 3624.040
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.11
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.843
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.55
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		: 3654.706
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114621912 kB
MemAvailable:   121495112 kB
Buffers:          548068 kB
Cached:          7085600 kB
SwapCached:            0 kB
Active:          1100472 kB
Inactive:       14979332 kB
Active(anon):       1552 kB
Inactive(anon):  8490164 kB
Active(file):    1098920 kB
Inactive(file):  6489168 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1084 kB
Writeback:            36 kB
AnonPages:       8443320 kB
Mapped:           127972 kB
Shmem:             45912 kB
KReclaimable:     249516 kB
Slab:             382440 kB
SReclaimable:     249516 kB
SUnreclaim:       132924 kB
KernelStack:        5120 kB
PageTables:        26932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9033480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74656 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8079360 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:      260820 kB
DirectMap2M:    41455616 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-20 16:27:39