Trace number 4430114

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.4 3594.18

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm99p-opt.opb.negationfix.opb
MD5SUM56678f8f787569ff6bace689e56ab709
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark2000.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables180608
Total number of constraints3078
Number of constraints which are clauses1410
Number of constraints which are cardinality constraints (but not clauses)1410
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1411
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 495101
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1113385
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.18	c See www.sat4j.org for details.
0.13/0.19	c version CUSTOM.v20240707
0.29/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.29/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.29/0.22	c java.vm.version	22.0.1+8-16
0.29/0.22	c java.vm.vendor	Oracle Corporation
0.29/0.22	c sun.arch.data.model	64
0.29/0.22	c java.version		22.0.1
0.29/0.22	c os.name		Linux
0.29/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.29/0.22	c os.arch		amd64
0.29/0.23	c Free memory 		2113181440
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2122317824
0.29/0.23	c Number of processors 	2
0.45/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.37	 - never skip resolution steps
0.45/0.37	 - Auto-division on coefficients is disabled
0.45/0.37	 - No postprocessing
0.45/0.37	 - Conflict is considered as is when resolving
0.45/0.37	 - Use constraints as they come during conflict analysis
0.45/0.37	 - Weaken first using unassigned literals
0.45/0.37	 - Bump strategy: ALWAYS_ONE
0.45/0.37	 - Bumper: EFFECTIVE
0.45/0.37	--- Begin Solver configuration ---
0.45/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.45/0.37	Learn all clauses as in MiniSAT
0.45/0.37	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.37	No reason simplification
0.45/0.37	Dynamic restart strategy considering the size of the coefficients
0.45/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.45/0.37	timeout=2147483s
0.45/0.37	DB Simplification allowed=false
0.45/0.37	Listener: none
0.45/0.37	--- End Solver configuration ---
0.45/0.37	c Pseudo Boolean Optimization by upper bound
0.45/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.37	c  - never skip resolution steps
0.45/0.37	c  - Auto-division on coefficients is disabled
0.45/0.37	c  - No postprocessing
0.45/0.37	c  - Conflict is considered as is when resolving
0.45/0.37	c  - Use constraints as they come during conflict analysis
0.45/0.37	c  - Weaken first using unassigned literals
0.45/0.37	c  - Bump strategy: ALWAYS_ONE
0.45/0.37	c  - Bumper: EFFECTIVE
0.45/0.37	c --- Begin Solver configuration ---
0.45/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.45/0.37	c Learn all clauses as in MiniSAT
0.45/0.37	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.37	c No reason simplification
0.45/0.37	c Dynamic restart strategy considering the size of the coefficients
0.45/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.45/0.37	c timeout=2147483s
0.45/0.37	c DB Simplification allowed=false
0.45/0.37	c Listener: none
0.45/0.37	c --- End Solver configuration ---
0.45/0.38	c solving HOME/instance-4430114-1721174851.opb
0.45/0.38	c reading problem ... 
0.45/0.38	c  objective function found
5.62/3.77	c ... done. Wall clock time 3.397s.
5.62/3.77	c declared #vars     180608
5.62/3.77	c #constraints  3078
5.62/3.77	c constraints type 
5.62/3.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1410
5.62/3.77	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 258
5.62/3.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1410
5.62/3.77	c 3078 constraints processed.
5.62/3.79	c objective function length is 128 literals
3600.09/3594.06	c starts		: 2
3600.09/3594.06	c conflicts		: 689
3600.09/3594.06	c decisions		: 335510
3600.09/3594.10	c propagations		: 744899
3600.09/3594.10	c inspects		: 493754
3600.09/3594.10	c shortcuts		: 0
3600.09/3594.10	c learnt literals	: 0
3600.09/3594.10	c learnt binary clauses	: 0
3600.09/3594.10	c learnt ternary clauses	: 0
3600.09/3594.10	c learnt constraints	: 688
3600.09/3594.10	c ignored constraints	: 0
3600.09/3594.10	c root simplifications	: 0
3600.09/3594.10	c removed literals (reason simplification)	: 0
3600.09/3594.10	c reason swapping (by a shorter reason)	: 0
3600.09/3594.10	c Calls to reduceDB	: 0
3600.09/3594.10	c Number of update (reduction) of LBD	: 1045
3600.09/3594.10	c Imported unit clauses	: 0
3600.09/3594.10	c No decision after first conflict	: false
3600.09/3594.10	c number of reductions to clauses (during analyze)	: 0
3600.09/3594.11	c number of learned constraints concerned by reduction	: 0
3600.09/3594.11	c number of learning phase by resolution	: 0
3600.09/3594.11	c number of learning phase by cutting planes	: 0
3600.09/3594.11	c number of rounding to 1 operations	: 0
3600.09/3594.11	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3594.11	c number of reductions of the coefficients by power 2 	: 0
3600.09/3594.11	c number of right shift for reduction by power 2 	: 0
3600.09/3594.11	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3594.11	c number of ending skipping 	: 0
3600.09/3594.11	c number of internal skipping 	: 0
3600.09/3594.11	c number of derivation steps 	: 2841
3600.09/3594.11	c number of skipped derivation steps 	: 0
3600.09/3594.11	c number of remaining unassigned 	: 1272453
3600.09/3594.11	c number of remaining assigned 	: 3083708
3600.09/3594.11	c number of falsified literals weakened from reason	: 0
3600.09/3594.11	c number of falsified literals weakened from conflict	: 0
3600.09/3594.11	c time for arithmetic operations	: 2289297654
3600.30/3594.14	c minimum degree of deleted constraints	: null
3600.30/3594.14	c maximum degree of deleted constraints	: null
3600.30/3594.14	c number of deleted constraints	: 0
3600.30/3594.14	c speed (assignments/second)	: 207.47455306846334
3600.30/3594.14	c non guided choices	: 318798
3600.30/3594.14	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 688
3600.30/3594.14	s UNKNOWN
3600.30/3594.14	c Total wall clock time (in seconds): 3593.767

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430114-1721174851/watcher-4430114-1721174851 -o /tmp/evaluation-result-4430114-1721174851/solver-4430114-1721174851 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721174864-869669 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430114-1721174851.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.106673 s]*
/proc/loadavg: 3.09 4.02 4.19 11/306 869795
/proc/meminfo: memFree=126055480/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=18975048 memory=57444 CPUtime=0.13 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 6308 0 0 0 10 3 0 0 20 0 18 0 169642085 19430449152 14361 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4743762 14361 5692 1 0 550745 0
[pid=869746/tid=869748] ppid=869741 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 1077936192 5284 0 0 0 6 2 0 0 20 0 18 0 169642086 19430449152 14361 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=18975048 memory=657 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642092 19430449152 14361 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169642093 19430449152 14361 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57444 KiB

[startup+0.215267 s]*
/proc/loadavg: 3.09 4.02 4.19 10/309 869798
/proc/meminfo: memFree=126037380/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=18975048 memory=61264 CPUtime=0.29 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 6696 0 0 0 25 4 0 0 20 0 18 0 169642085 19430449152 15316 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4743762 15316 5717 1 0 551041 0
[pid=869746/tid=869748] ppid=869741 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 5601 0 0 0 15 2 0 0 20 0 18 0 169642086 19430449152 15316 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=18975048 memory=657 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642092 19430449152 15316 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169642093 19430449152 15316 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61264 KiB

[startup+0.314959 s]*
/proc/loadavg: 3.09 4.02 4.19 13/309 869798
/proc/meminfo: memFree=126012396/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=18975048 memory=67764 CPUtime=0.45 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 7315 0 0 0 41 4 0 0 20 0 18 0 169642085 19430449152 16941 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4743762 16941 5726 1 0 551579 0
[pid=869746/tid=869748] ppid=869741 vsize=18975048 memory=-8887681668242318012 CPUtime=0.27 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 1077936192 5844 0 0 0 24 3 0 0 20 0 18 0 169642086 19430449152 16941 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642092 19430449152 16941 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169642093 19430449152 16941 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67764 KiB

[startup+0.700374 s]
/proc/loadavg: 3.09 4.02 4.19 12/309 869798
/proc/meminfo: memFree=125917752/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=18975048 memory=126316 CPUtime=1.18 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 9694 0 0 0 110 8 0 0 20 0 18 0 169642085 19430449152 31579 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4743762 31579 5845 1 0 553228 0
[pid=869746/tid=869748] ppid=869741 vsize=18975048 memory=5524 CPUtime=0.61 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 6022 0 0 0 56 5 0 0 20 0 18 0 169642086 19430449152 31579 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=18975048 memory=12556 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169642092 19430449152 31579 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 169642093 19430449152 31579 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 126316 KiB

[startup+1.50038 s]
/proc/loadavg: 3.09 4.02 4.19 12/314 869803
/proc/meminfo: memFree=125519872/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19041612 memory=227348 CPUtime=2.71 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 12703 0 0 0 260 11 0 0 20 0 19 0 169642085 19498610688 56837 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4760403 56837 5845 1 0 555459 0
[pid=869746/tid=869748] ppid=869741 vsize=19041612 memory=12556 CPUtime=1.26 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 6047 0 0 0 121 5 0 0 20 0 19 0 169642086 19498610688 56837 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169642092 19498610688 56837 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 169642093 19498610688 56837 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 227348 KiB

[startup+3.1102 s]
/proc/loadavg: 3.09 4.02 4.19 8/315 869804
/proc/meminfo: memFree=115407236/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19041612 memory=3758616 CPUtime=4.91 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 16637 0 0 0 409 82 0 0 20 0 19 0 169642085 19498610688 939654 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4760403 939654 5845 1 0 2007348 0
[pid=869746/tid=869748] ppid=869741 vsize=19041612 memory=0 CPUtime=2.67 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 7831 0 0 0 194 73 0 0 20 0 19 0 169642086 19498610688 939654 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19041612 memory=12556 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169642092 19498610688 939654 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19041612 memory=33 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 169642093 19498610688 939654 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3758616 KiB

[startup+6.30042 s]
/proc/loadavg: 3.16 4.02 4.19 6/317 869806
/proc/meminfo: memFree=113196840/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=4947036 CPUtime=10.1 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 22227 0 0 0 904 106 0 0 20 0 20 0 169642085 19566772224 1236759 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1236759 5898 1 0 2010607 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=0 CPUtime=5.82 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 8525 0 0 0 487 95 0 0 20 0 20 0 169642086 19566772224 1236759 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1236759 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169642093 19566772224 1236759 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=42116 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1236759 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 10.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4947036 KiB

[startup+12.7005 s]
/proc/loadavg: 3.31 4.04 4.19 7/317 869808
/proc/meminfo: memFree=112956564/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=4947232 CPUtime=17.16 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 22294 0 0 0 1610 106 0 0 20 0 20 0 169642085 19566772224 1236808 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1236808 5898 1 0 2010623 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=4947232 CPUtime=12.21 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 8526 0 0 0 1126 95 0 0 20 0 20 0 169642086 19566772224 1236808 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1236808 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169642093 19566772224 1236808 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1236808 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 17.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4947232 KiB

[startup+25.5005 s]
/proc/loadavg: 3.53 4.05 4.19 5/317 869810
/proc/meminfo: memFree=112299000/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=4947700 CPUtime=31.08 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 26715 0 0 0 3000 108 0 0 20 0 20 0 169642085 19566772224 1236925 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1236925 5898 1 0 2010623 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=4947232 CPUtime=24.97 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 9198 0 0 0 2402 95 0 0 20 0 20 0 169642086 19566772224 1236925 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1236925 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=4947560 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169642093 19566772224 1236925 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=4947376 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1236925 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 31.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4947700 KiB

[startup+51.1139 s]
/proc/loadavg: 3.82 4.08 4.20 6/317 869814
/proc/meminfo: memFree=111610048/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=4948844 CPUtime=58.31 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 31234 0 0 0 5719 112 0 0 20 0 20 0 169642085 19566772224 1237211 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1237211 5898 1 0 2010774 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=4948700 CPUtime=50.53 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 10458 0 0 0 4957 96 0 0 20 0 20 0 169642086 19566772224 1237211 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=4947232 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1237211 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 169642093 19566772224 1237211 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1237211 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 58.31 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.88 4.46 4.29 5/321 871587
/proc/meminfo: memFree=98188912/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=6603944 CPUtime=3288.95 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 243402 0 0 0 328507 388 0 0 20 0 20 0 169642085 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1650986 5913 1 0 2010810 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=16140 CPUtime=3267.57 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 109986 0 0 0 326634 123 0 0 20 0 20 0 169642086 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=6603944 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=16140 CPUtime=0.01 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 6335 0 0 0 0 1 0 0 20 0 20 0 169642093 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=6603944 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 3288.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6603944 KiB

[startup+3342.3 s]
/proc/loadavg: 4.50 4.44 4.29 5/321 871597
/proc/meminfo: memFree=97696300/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=6603944 CPUtime=3348.84 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 247491 0 0 0 334492 392 0 0 20 0 20 0 169642085 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1650986 5913 1 0 2010810 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=2276 CPUtime=3327.26 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 111595 0 0 0 332603 123 0 0 20 0 20 0 169642086 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=-9104417400309523132 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=42116 CPUtime=0.01 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 6470 0 0 0 0 1 0 0 20 0 20 0 169642093 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=6603944 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1650986 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 3348.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6603944 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.37 4.28 5/319 871608
/proc/meminfo: memFree=97671496/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=6628520 CPUtime=3408.76 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 251549 0 0 0 340481 395 0 0 20 0 20 0 169642085 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1657130 5913 1 0 2010810 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=1988 CPUtime=3386.98 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 113140 0 0 0 338574 124 0 0 20 0 20 0 169642086 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=6603944 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=6603944 CPUtime=0.01 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 6561 0 0 0 0 1 0 0 20 0 20 0 169642093 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 3408.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6628520 KiB

[startup+3462.3 s]
/proc/loadavg: 4.66 4.46 4.31 6/319 871620
/proc/meminfo: memFree=97670996/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=6628520 CPUtime=3468.6 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 254546 0 0 0 346459 401 0 0 20 0 20 0 169642085 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1657130 5913 1 0 2010810 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=6603944 CPUtime=3446.75 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 115663 0 0 0 344550 125 0 0 20 0 20 0 169642086 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=6628520 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=6628520 CPUtime=0.01 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 6704 0 0 0 0 1 0 0 20 0 20 0 169642093 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=6628520 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1657130 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 3468.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6628520 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.46 4.32 5/317 871646
/proc/meminfo: memFree=97622716/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=6673584 CPUtime=3528.54 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 258705 0 0 0 352448 406 0 0 20 0 20 0 169642085 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1668396 5913 1 0 2010811 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=6628520 CPUtime=3506.43 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 117365 0 0 0 350518 125 0 0 20 0 20 0 169642086 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=104 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=39816 CPUtime=0.01 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 6838 0 0 0 0 1 0 0 20 0 20 0 169642093 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 3528.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6673584 KiB

[startup+3582.3 s]
/proc/loadavg: 3.94 4.33 4.28 4/291 871691
/proc/meminfo: memFree=107083920/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=6673584 CPUtime=3588.4 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 260986 0 0 0 358431 409 0 0 20 0 20 0 169642085 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1668396 5913 1 0 2010811 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=5524 CPUtime=3566.26 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 119309 0 0 0 356500 126 0 0 20 0 20 0 169642086 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=11404 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=-9104417400309523132 CPUtime=0.01 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 6971 0 0 0 0 1 0 0 20 0 20 0 169642093 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=5148 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 3588.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6673584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594 s]*
/proc/loadavg: 3.79 4.28 4.27 2/239 871761
/proc/meminfo: memFree=119535504/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19108176 memory=6673584 CPUtime=3600.09 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 261661 0 0 0 359598 411 0 0 20 0 20 0 169642085 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4777044 1668396 5913 1 0 2010811 0
[pid=869746/tid=869748] ppid=869741 vsize=19108176 memory=-9104417400309523132 CPUtime=3577.94 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 119810 0 0 0 357668 126 0 0 20 0 20 0 169642086 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19108176 memory=-7664976648800002427 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169642092 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19108176 memory=11328 CPUtime=0.01 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 6971 0 0 0 0 1 0 0 20 0 20 0 169642093 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869806] ppid=869741 vsize=19108176 memory=2732 CPUtime=0 cores=1,3
/proc/869746/task/869806/stat : 869806 (Timer-0) S 869741 869746 869657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169642467 19566772224 1668396 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6673584 KiB

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

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

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

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

[startup+3594.12 s]
/proc/loadavg: 3.79 4.28 4.27 2/239 871761
/proc/meminfo: memFree=119535504/131655788 swapFree=131071996/131071996
[pid=869746] ppid=869741 vsize=19307868 memory=6674224 CPUtime=3600.3 cores=1,3
/proc/869746/stat : 869746 (java) S 869741 869746 869657 0 -1 1077936128 264774 0 0 0 359619 411 0 0 20 0 21 0 169642085 19771256832 1668556 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
/proc/869746/statm: 4826967 1668556 5912 1 0 2011730 0
[pid=869746/tid=869748] ppid=869741 vsize=19307868 memory=6673584 CPUtime=3578.05 cores=1,3
/proc/869746/task/869748/stat : 869748 (java) R 869741 869746 869657 0 -1 4194368 119810 0 0 0 357679 126 0 0 20 0 21 0 169642086 19771256832 1668556 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869778] ppid=869741 vsize=19307868 memory=6628520 CPUtime=0 cores=1,3
/proc/869746/task/869778/stat : 869778 (Finalizer) S 869741 869746 869657 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 169642092 19771256832 1668556 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
[pid=869746/tid=869787] ppid=869741 vsize=19307868 memory=6673584 CPUtime=0.01 cores=1,3
/proc/869746/task/869787/stat : 869787 (Common-Cleaner) S 869741 869746 869657 0 -1 1077936192 6971 0 0 0 0 1 0 0 20 0 21 0 169642093 19771256832 1668556 134679101440 94555490496512 94555490500208 140725660281728 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94555490508024 94555490508816 94555521531904 140725660283893 140725660284001 140725660284001 140725660291016 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6674224 KiB

Child status: 143

Real time (s): 3594.18
CPU time (s): 3600.4
CPU user time (s): 3596.25
CPU system time (s): 4.15012
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6674224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.25
system time used= 4.15012
maximum resident set size= 6675164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122684
involuntary context switches= 2297


# summary of solver processes directly reported to runsolver:
#   pid: 869746
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.25
#   total CPU system time (s): 4.15012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.1252 second user time and 39.6417 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-17 02:07:44
IDJOB=4430114
IDBENCH=158605
IDSOLVER=3052
FILE ID=nodeC012/4430114-1721174851
RUNJOBID= nodeC012-1721174864-869669
SLURM_JOB_ID= 7505814
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430114-1721174851/watcher-4430114-1721174851 -o /tmp/evaluation-result-4430114-1721174851/solver-4430114-1721174851 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721174864-869669 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430114-1721174851.opb

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

MD5SUM BENCH= 56678f8f787569ff6bace689e56ab709
RANDOM SEED=1343393434

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126158524 kB
MemAvailable:   129852676 kB
Buffers:          435888 kB
Cached:          4055352 kB
SwapCached:            0 kB
Active:           826492 kB
Inactive:        4041804 kB
Active(anon):       1408 kB
Inactive(anon):   413364 kB
Active(file):     825084 kB
Inactive(file):  3628440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24228 kB
Writeback:             0 kB
AnonPages:        377152 kB
Mapped:           122956 kB
Shmem:             37704 kB
KReclaimable:     161316 kB
Slab:             267704 kB
SReclaimable:     161316 kB
SUnreclaim:       106388 kB
KernelStack:        4048 kB
PageTables:        10324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2952400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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:      303944 kB
DirectMap2M:    33155072 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC012 at 2024-07-17 03:07:38