Trace number 4453771

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 Cutting Planes 2024 2024-07-12UNSAT 1015.37 1013.27

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq10/normalized-12array_alg_ineq10.opb
MD5SUM1fcc00ab949191d8fd682c1362e4629e
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 benchmark0.027849
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables510
Total number of constraints1053
Number of constraints which are clauses975
Number of constraints which are cardinality constraints (but not clauses)37
Number of constraints which are nor clauses,nor cardinality constraints41
Minimum length of a constraint1
Maximum length of a constraint195
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 33554432
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 134201344
Number of bits of the biggest sum of numbers27
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.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	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.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4453771-1721484747.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.20	c ... done. Wall clock time 0.052s.
0.14/0.20	c declared #vars     510
0.14/0.20	c #constraints  1130
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 484
0.14/0.20	c org.sat4j.specs.Constr$1 => 279
0.14/0.20	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 77
0.14/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 122
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 168
0.14/0.20	c 1130 constraints processed.
873.17/871.47	c cleaning 2501 clauses out of 5002 with flag 0/5002
1015.28/1013.24	c starts		: 10
1015.28/1013.24	c conflicts		: 6202
1015.28/1013.24	c decisions		: 7124
1015.28/1013.24	c propagations		: 591320
1015.28/1013.24	c inspects		: 151692375
1015.28/1013.24	c shortcuts		: 0
1015.28/1013.24	c learnt literals	: 0
1015.28/1013.24	c learnt binary clauses	: 0
1015.28/1013.24	c learnt ternary clauses	: 0
1015.28/1013.24	c learnt constraints	: 6201
1015.28/1013.24	c ignored constraints	: 0
1015.28/1013.24	c root simplifications	: 0
1015.28/1013.24	c removed literals (reason simplification)	: 0
1015.28/1013.24	c reason swapping (by a shorter reason)	: 0
1015.28/1013.24	c Calls to reduceDB	: 1
1015.28/1013.24	c Number of update (reduction) of LBD	: 3285
1015.28/1013.24	c Imported unit clauses	: 0
1015.28/1013.24	c No decision after first conflict	: false
1015.28/1013.24	c number of reductions to clauses (during analyze)	: 0
1015.28/1013.24	c number of learned constraints concerned by reduction	: 0
1015.28/1013.24	c number of learning phase by resolution	: 0
1015.28/1013.24	c number of learning phase by cutting planes	: 0
1015.28/1013.24	c number of rounding to 1 operations	: 0
1015.28/1013.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1015.28/1013.24	c number of reductions of the coefficients by power 2 	: 0
1015.28/1013.24	c number of right shift for reduction by power 2 	: 0
1015.28/1013.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
1015.28/1013.24	c number of ending skipping 	: 0
1015.28/1013.24	c number of internal skipping 	: 0
1015.28/1013.24	c number of derivation steps 	: 331026
1015.28/1013.24	c number of skipped derivation steps 	: 0
1015.28/1013.24	c number of remaining unassigned 	: 23623
1015.28/1013.24	c number of remaining assigned 	: 9166495
1015.28/1013.24	c number of falsified literals weakened from reason	: 0
1015.28/1013.24	c number of falsified literals weakened from conflict	: 0
1015.28/1013.24	c time for arithmetic operations	: 4313296661
1015.28/1013.24	c minimum degree of deleted constraints	: 639
1015.28/1013.24	c maximum degree of deleted constraints	: 70341526276292271311517107033148658040810116002028161255670474133067928999364201771311543869880232115064642063997853464258214552205347922094208333595980728076636308328426891635665384388485170189435394413361189011914792092116554935052391820566840182185341730003017381874678033735283331236606176054147537710990970222987488202884470925157567646236144680
1015.28/1013.24	c number of deleted constraints	: 2501
1015.28/1013.24	c speed (assignments/second)	: 583.710170507099
1015.28/1013.24	c non guided choices	: 19
1015.28/1013.24	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3700
1015.28/1013.24	s UNSATISFIABLE
1015.28/1013.24	c Total wall clock time (in seconds): 1013.099

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (59726 MiB free)
  memory of node 1: 64473 MiB (59213 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453771-1721484747/watcher-4453771-1721484747 -o /tmp/evaluation-result-4453771-1721484747/solver-4453771-1721484747 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066379 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453771-1721484747.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
solver pid=1069458, runsolver pid=1069455
Current StackSize limit: 8192 KiB


[startup+0.101668 s]*
/proc/loadavg: 4.08 4.47 4.52 5/307 1069495
/proc/meminfo: memFree=121753900/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=18975048 memory=63364 CPUtime=0.14 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 7257 0 0 0 12 2 0 0 20 0 18 0 200639682 19430449152 15841 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4743762 15841 5706 1 0 549384 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) S 1069455 1069458 1066366 0 -1 1077936192 5772 0 0 0 7 1 0 0 20 0 18 0 200639683 19430449152 15841 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=18975048 memory=215671374179 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200639685 19430449152 15841 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=18975048 memory=15542903352801104 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200639685 19430449152 15841 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63364 KiB

[startup+0.21272 s]*
/proc/loadavg: 4.08 4.47 4.52 10/331 1069526
/proc/meminfo: memFree=121701748/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19041612 memory=76428 CPUtime=0.34 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 7918 0 0 0 32 2 0 0 20 0 19 0 200639682 19498610688 19107 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4760403 19107 5820 1 0 550066 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 6097 0 0 0 17 1 0 0 20 0 19 0 200639683 19498610688 19107 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19041612 memory=1783847 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200639685 19498610688 19107 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19041612 memory=15252649461155485 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200639685 19498610688 19107 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200639703 19498610688 19107 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76428 KiB

[startup+0.30672 s]*
/proc/loadavg: 4.08 4.47 4.52 9/331 1069526
/proc/meminfo: memFree=121681784/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19041612 memory=86820 CPUtime=0.52 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 8634 0 0 0 50 2 0 0 20 0 19 0 200639682 19498610688 21705 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4760403 21705 5852 1 0 550449 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19041612 memory=-7163077989869120354 CPUtime=0.26 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 6116 0 0 0 25 1 0 0 20 0 19 0 200639683 19498610688 21705 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200639685 19498610688 21705 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200639685 19498610688 21705 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200639703 19498610688 21705 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86820 KiB

[startup+0.700718 s]
/proc/loadavg: 4.08 4.47 4.52 10/332 1069527
/proc/meminfo: memFree=121604800/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19041612 memory=171860 CPUtime=1.26 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 14382 0 0 0 122 4 0 0 20 0 19 0 200639682 19498610688 42965 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4760403 42965 5852 1 0 553763 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19041612 memory=47652 CPUtime=0.61 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 6161 0 0 0 59 2 0 0 20 0 19 0 200639683 19498610688 42965 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19041612 memory=12952 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200639685 19498610688 42965 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19041612 memory=2280 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200639685 19498610688 42965 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19041612 memory=39380 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200639703 19498610688 42965 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 171860 KiB

[startup+1.50672 s]
/proc/loadavg: 4.08 4.47 4.52 8/334 1069529
/proc/meminfo: memFree=121472140/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=184536 CPUtime=2.84 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 21897 0 0 0 279 5 0 0 20 0 20 0 200639682 19566772224 46134 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 46134 5852 1 0 555322 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=12952 CPUtime=1.37 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 6439 0 0 0 135 2 0 0 20 0 20 0 200639683 19566772224 46134 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 46134 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 46134 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=39380 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 46134 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184536 KiB

[startup+3.10602 s]
/proc/loadavg: 4.08 4.47 4.52 5/334 1069529
/proc/meminfo: memFree=121062612/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=453248 CPUtime=5.12 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 23145 0 0 0 502 10 0 0 20 0 20 0 200639682 19566772224 113312 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 113312 5852 1 0 555330 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=-7163077989869053539 CPUtime=2.96 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 7149 0 0 0 289 7 0 0 20 0 20 0 200639683 19566772224 113312 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 113312 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 113312 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 113312 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 453248 KiB

[startup+6.30027 s]
/proc/loadavg: 4.08 4.47 4.52 5/334 1069531
/proc/meminfo: memFree=120528900/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=775720 CPUtime=8.48 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 24359 0 0 0 832 16 0 0 20 0 20 0 200639682 19566772224 193930 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 193930 5852 1 0 555331 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=12952 CPUtime=6.14 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 7509 0 0 0 602 12 0 0 20 0 20 0 200639683 19566772224 193930 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 193930 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 193930 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=184536 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 193930 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 775720 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.46 4.52 5/334 1069531
/proc/meminfo: memFree=119379528/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1089332 CPUtime=14.99 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 29553 0 0 0 1477 22 0 0 20 0 20 0 200639682 19566772224 272333 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 272333 5852 1 0 555331 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=184536 CPUtime=12.49 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 8579 0 0 0 1232 17 0 0 20 0 20 0 200639683 19566772224 272333 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 272333 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 272333 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=-7163077989869053539 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 272333 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1089332 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.45 4.51 5/334 1069532
/proc/meminfo: memFree=119123424/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1324128 CPUtime=27.97 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 37259 0 0 0 2770 27 0 0 20 0 20 0 200639682 19566772224 331032 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 331032 5852 1 0 555331 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=0 CPUtime=25.22 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 10082 0 0 0 2501 21 0 0 20 0 20 0 200639683 19566772224 331032 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=1328344 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 331032 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=-7163077989869053539 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 331032 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 331032 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 27.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324128 KiB

[startup+51.1059 s]
/proc/loadavg: 4.09 4.41 4.50 5/334 1069538
/proc/meminfo: memFree=119030148/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1338504 CPUtime=53.55 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 44722 0 0 0 5327 28 0 0 20 0 20 0 200639682 19566772224 334626 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 334626 5852 1 0 555331 0

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

/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 370714 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 884.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1482856 KiB

[startup+942.3 s]
/proc/loadavg: 4.14 4.14 4.25 5/335 1070320
/proc/meminfo: memFree=118924964/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1491212 CPUtime=944.45 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 101897 0 0 0 94379 66 0 0 20 0 20 0 200639682 19566772224 372803 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 372803 5867 1 0 556078 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=1485000 CPUtime=937.87 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 34054 0 0 0 93762 25 0 0 20 0 20 0 200639683 19566772224 372803 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=1482856 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 372803 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=1489140 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 1119 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 372803 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=1489140 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 372803 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 944.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1491212 KiB

[startup+1002.3 s]
/proc/loadavg: 4.09 4.13 4.24 5/335 1070331
/proc/meminfo: memFree=118861616/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1497376 CPUtime=1004.4 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 104137 0 0 0 100372 68 0 0 20 0 20 0 200639682 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 374344 5867 1 0 556078 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=1497356 CPUtime=997.59 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 35239 0 0 0 99734 25 0 0 20 0 20 0 200639683 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=1497376 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 1202 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=1497376 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 1004.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1497376 KiB

[startup+1013.27 s]
# the end of solver process 1069458 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1014.66 s, system=0.707527 s

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

[startup+1004.8 s]
/proc/loadavg: 4.09 4.13 4.24 5/335 1070331
/proc/meminfo: memFree=118859568/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1497376 CPUtime=1006.9 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 104168 0 0 0 100621 69 0 0 20 0 20 0 200639682 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 374344 5867 1 0 556078 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=2280 CPUtime=1000.08 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 35270 0 0 0 99983 25 0 0 20 0 20 0 200639683 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=1497356 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=1497356 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 1202 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 374344 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 1006.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1497376 KiB

[startup+1008 s]*
/proc/loadavg: 4.09 4.13 4.24 5/335 1070333
/proc/meminfo: memFree=118857472/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1499428 CPUtime=1010.1 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 104770 0 0 0 100941 69 0 0 20 0 20 0 200639682 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 374857 5867 1 0 556078 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=-7163077989868792673 CPUtime=1003.24 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 35287 0 0 0 100299 25 0 0 20 0 20 0 200639683 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=33752 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=1497376 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 1202 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=47652 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 1010.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1499428 KiB

[startup+1011.2 s]
/proc/loadavg: 4.16 4.14 4.24 5/335 1070333
/proc/meminfo: memFree=118857472/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1499428 CPUtime=1013.29 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 104841 0 0 0 101260 69 0 0 20 0 20 0 200639682 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 374857 5867 1 0 556078 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=1497376 CPUtime=1006.43 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 35358 0 0 0 100618 25 0 0 20 0 20 0 200639683 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=669 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=1816 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 1202 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=32224 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 1013.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1499428 KiB

[startup+1012 s]*
/proc/loadavg: 4.16 4.14 4.24 5/335 1070333
/proc/meminfo: memFree=118857472/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1499428 CPUtime=1014.09 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 104841 0 0 0 101340 69 0 0 20 0 20 0 200639682 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 374857 5867 1 0 556078 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=-7163077989868792673 CPUtime=1007.24 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 35358 0 0 0 100699 25 0 0 20 0 20 0 200639683 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=4282242237770830699 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=1980 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 1202 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=26496 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 1014.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1499428 KiB

[startup+1012.8 s]
/proc/loadavg: 4.16 4.14 4.24 5/335 1070333
/proc/meminfo: memFree=118857472/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1499428 CPUtime=1014.88 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 104842 0 0 0 101419 69 0 0 20 0 20 0 200639682 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 374857 5867 1 0 556078 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=1499428 CPUtime=1008.03 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 35359 0 0 0 100778 25 0 0 20 0 20 0 200639683 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=1499428 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=1499428 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 1202 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=27332 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 1014.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1499428 KiB

[startup+1013.2 s]
/proc/loadavg: 4.16 4.14 4.24 5/335 1070333
/proc/meminfo: memFree=118857464/131524600 swapFree=131070704/131071996
[pid=1069458] ppid=1069455 vsize=19108176 memory=1499428 CPUtime=1015.28 cores=5,7
/proc/1069458/stat : 1069458 (java) S 1069455 1069458 1066366 0 -1 1077936128 104842 0 0 0 101459 69 0 0 20 0 20 0 200639682 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
/proc/1069458/statm: 4777044 374857 5867 1 0 556078 0
[pid=1069458/tid=1069460] ppid=1069455 vsize=19108176 memory=3684 CPUtime=1008.43 cores=5,7
/proc/1069458/task/1069460/stat : 1069460 (java) R 1069455 1069458 1066366 0 -1 4194368 35359 0 0 0 100818 25 0 0 20 0 20 0 200639683 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069478] ppid=1069455 vsize=19108176 memory=8236 CPUtime=0 cores=5,7
/proc/1069458/task/1069478/stat : 1069478 (Finalizer) S 1069455 1069458 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069488] ppid=1069455 vsize=19108176 memory=3456 CPUtime=0 cores=5,7
/proc/1069458/task/1069488/stat : 1069488 (Common-Cleaner) S 1069455 1069458 1066366 0 -1 1077936192 1202 0 0 0 0 0 0 0 20 0 20 0 200639685 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
[pid=1069458/tid=1069526] ppid=1069455 vsize=19108176 memory=2200 CPUtime=0 cores=5,7
/proc/1069458/task/1069526/stat : 1069526 (Timer-0) S 1069455 1069458 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200639703 19566772224 374857 134679101440 93901894443008 93901894446704 140726468885696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901894454520 93901894455312 93901907058688 140726468887539 140726468887647 140726468887647 140726468894664 0
Current children cumulated CPU time: 1015.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1499428 KiB

Child status: 20

Real time (s): 1013.27
CPU time (s): 1015.37
CPU user time (s): 1014.66
CPU system time (s): 0.707527
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1499428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1014.66
system time used= 0.707527
maximum resident set size= 1500924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33939
involuntary context switches= 889


# summary of solver processes directly reported to runsolver:
#   pid: 1069458
#   total CPU time (s): 1015.37
#   total CPU user time (s): 1014.66
#   total CPU system time (s): 0.707527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.3342 second user time and 5.04315 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 16:12:40
IDJOB=4453771
IDBENCH=175921
IDSOLVER=3052
FILE ID=nodeC023/4453771-1721484747
RUNJOBID= nodeC023-1721481360-1066379
SLURM_JOB_ID= 7545760
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq10/normalized-12array_alg_ineq10.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453771-1721484747/watcher-4453771-1721484747 -o /tmp/evaluation-result-4453771-1721484747/solver-4453771-1721484747 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066379 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453771-1721484747.opb

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

MD5SUM BENCH= 1fcc00ab949191d8fd682c1362e4629e
RANDOM SEED=13880980

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121794732 kB
MemAvailable:   123381004 kB
Buffers:          612724 kB
Cached:          1818104 kB
SwapCached:           80 kB
Active:          1287396 kB
Inactive:        7878784 kB
Active(anon):       1572 kB
Inactive(anon):  6779488 kB
Active(file):    1285824 kB
Inactive(file):  1099296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              2000 kB
Writeback:             0 kB
AnonPages:       6735276 kB
Mapped:           126604 kB
Shmem:             45728 kB
KReclaimable:      81948 kB
Slab:             174636 kB
SReclaimable:      81948 kB
SUnreclaim:        92688 kB
KernelStack:        4720 kB
PageTables:        23100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7573168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6520832 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-20 16:29:33