Trace number 4430067

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.15 3625.47

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUMbcacee10cf1a44650f44a3298f043d3d
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 benchmark36420470
Best CPU time to get the best result obtained on this benchmark3600.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4430067-1721154350.opb
0.14/0.16	c reading problem ... 
0.14/0.18	c  objective function found
3600.03/3625.42	c starts		: 0
3600.03/3625.43	c conflicts		: 0
3600.03/3625.43	c decisions		: 0
3600.03/3625.43	c propagations		: 0
3600.03/3625.43	c inspects		: 0
3600.03/3625.43	c shortcuts		: 0
3600.03/3625.43	c learnt literals	: 0
3600.03/3625.43	c learnt binary clauses	: 0
3600.03/3625.43	c learnt ternary clauses	: 0
3600.03/3625.43	c learnt constraints	: 0
3600.03/3625.43	c ignored constraints	: 0
3600.03/3625.43	c root simplifications	: 0
3600.03/3625.43	c removed literals (reason simplification)	: 0
3600.03/3625.43	c reason swapping (by a shorter reason)	: 0
3600.03/3625.43	c Calls to reduceDB	: 0
3600.03/3625.43	c Number of update (reduction) of LBD	: 0
3600.03/3625.43	c Imported unit clauses	: 0
3600.03/3625.43	c No decision after first conflict	: true
3600.03/3625.43	c number of reductions to clauses (during analyze)	: 0
3600.03/3625.43	c number of learned constraints concerned by reduction	: 0
3600.03/3625.43	c number of learning phase by resolution	: 0
3600.03/3625.43	c number of learning phase by cutting planes	: 0
3600.03/3625.43	c number of rounding to 1 operations	: 0
3600.03/3625.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3625.43	c number of reductions of the coefficients by power 2 	: 0
3600.03/3625.43	c number of right shift for reduction by power 2 	: 0
3600.03/3625.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3625.43	c number of ending skipping 	: 0
3600.03/3625.43	c number of internal skipping 	: 0
3600.03/3625.43	c number of derivation steps 	: 0
3600.03/3625.43	c number of skipped derivation steps 	: 0
3600.03/3625.43	c number of remaining unassigned 	: 0
3600.03/3625.44	c number of remaining assigned 	: 0
3600.03/3625.44	c number of falsified literals weakened from reason	: 0
3600.03/3625.44	c number of falsified literals weakened from conflict	: 0
3600.03/3625.44	c time for arithmetic operations	: 0
3600.03/3625.44	c minimum degree of deleted constraints	: null
3600.03/3625.44	c maximum degree of deleted constraints	: null
3600.03/3625.44	c number of deleted constraints	: 0
3600.03/3625.44	c speed (assignments/second)	: 0.0
3600.03/3625.44	c non guided choices	: 0
3600.03/3625.44	s UNKNOWN
3600.03/3625.44	c Total wall clock time (in seconds): 3625.287

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430067-1721154350/watcher-4430067-1721154350 -o /tmp/evaluation-result-4430067-1721154350/solver-4430067-1721154350 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721154363-871763 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430067-1721154350.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=871856, runsolver pid=871852

[startup+0.101392 s]*
/proc/loadavg: 1.18 1.14 1.28 12/326 871896
/proc/meminfo: memFree=125845752/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=18975048 memory=66784 CPUtime=0.14 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 7097 0 0 0 12 2 0 0 20 0 18 0 167601357 19430449152 16696 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4743762 16696 5659 1 0 549356 0
[pid=871856/tid=871859] ppid=871852 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 5679 0 0 0 7 1 0 0 20 0 18 0 167601358 19430449152 16696 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=18975048 memory=16952 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167601360 19430449152 16696 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167601361 19430449152 16696 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66784 KiB

[startup+0.206419 s]*
/proc/loadavg: 1.18 1.14 1.28 11/326 871896
/proc/meminfo: memFree=125675928/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=18975048 memory=150816 CPUtime=0.32 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 7556 0 0 0 28 4 0 0 20 0 18 0 167601357 19430449152 37704 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4743762 37704 5827 1 0 549609 0
[pid=871856/tid=871859] ppid=871852 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 5951 0 0 0 16 3 0 0 20 0 18 0 167601358 19430449152 37704 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=18975048 memory=16952 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167601360 19430449152 37704 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167601361 19430449152 37704 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 150816 KiB

[startup+0.311711 s]*
/proc/loadavg: 1.18 1.14 1.28 10/326 871896
/proc/meminfo: memFree=125621664/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=18975048 memory=183216 CPUtime=0.52 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 9750 0 0 0 48 4 0 0 20 0 18 0 167601357 19430449152 45804 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4743762 45804 5827 1 0 551002 0
[pid=871856/tid=871859] ppid=871852 vsize=18975048 memory=-8599731701898650300 CPUtime=0.29 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 5969 0 0 0 26 3 0 0 20 0 18 0 167601358 19430449152 45804 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167601360 19430449152 45804 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167601361 19430449152 45804 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 183216 KiB

[startup+0.700295 s]
/proc/loadavg: 1.18 1.14 1.28 5/328 871898
/proc/meminfo: memFree=125456652/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=273760 CPUtime=1.07 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 9978 0 0 0 101 6 0 0 20 0 19 0 167601357 19498610688 68440 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 68440 5827 1 0 551313 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=5468 CPUtime=0.61 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 5998 0 0 0 57 4 0 0 20 0 19 0 167601358 19498610688 68440 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 68440 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 68440 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 273760 KiB

[startup+1.50026 s]
/proc/loadavg: 1.18 1.14 1.28 5/328 871898
/proc/meminfo: memFree=124954704/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=724328 CPUtime=2.16 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 11243 0 0 0 200 16 0 0 20 0 19 0 167601357 19498610688 181082 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 181082 5859 1 0 1077781 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=12420 CPUtime=1.31 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 6309 0 0 0 118 13 0 0 20 0 19 0 167601358 19498610688 181082 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 181082 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 181082 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 2.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 724328 KiB

[startup+3.10642 s]
/proc/loadavg: 1.65 1.23 1.31 5/328 871900
/proc/meminfo: memFree=122205556/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=1578440 CPUtime=4.2 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 12964 0 0 0 388 32 0 0 20 0 19 0 167601357 19498610688 394610 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 394610 5906 1 0 1679414 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=0 CPUtime=2.64 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 6789 0 0 0 238 26 0 0 20 0 19 0 167601358 19498610688 394610 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 394610 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=33 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 394610 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1578440 KiB

[startup+6.30042 s]
/proc/loadavg: 1.65 1.23 1.31 5/328 871900
/proc/meminfo: memFree=118199052/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3526248 CPUtime=7.79 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 17415 0 0 0 706 73 0 0 20 0 19 0 167601357 19498610688 881562 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 881562 5906 1 0 1681605 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=0 CPUtime=5.7 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 7988 0 0 0 506 64 0 0 20 0 19 0 167601358 19498610688 881562 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=1384200 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 881562 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=11664 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 881562 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 7.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3526248 KiB

[startup+12.7004 s]
/proc/loadavg: 2.25 1.37 1.35 5/328 871900
/proc/meminfo: memFree=118196976/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3529944 CPUtime=14.31 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 19072 0 0 0 1357 74 0 0 20 0 19 0 167601357 19498610688 882486 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 882486 5906 1 0 1681605 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=11664 CPUtime=11.97 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 8699 0 0 0 1133 64 0 0 20 0 19 0 167601358 19498610688 882486 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=3526512 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 882486 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=11664 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 882486 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3529944 KiB

[startup+25.5004 s]
/proc/loadavg: 2.52 1.46 1.38 5/329 871904
/proc/meminfo: memFree=118179820/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3541556 CPUtime=27.32 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 28021 0 0 0 2655 77 0 0 20 0 19 0 167601357 19498610688 885389 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 885389 5906 1 0 1684776 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=3541464 CPUtime=24.51 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 9523 0 0 0 2387 64 0 0 20 0 19 0 167601358 19498610688 885389 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=3541464 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 885389 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=11664 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 885389 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 27.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3541556 KiB

[startup+51.1064 s]
/proc/loadavg: 3.10 1.68 1.46 5/329 871907
/proc/meminfo: memFree=118183068/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3540036 CPUtime=53.18 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 40549 0 0 0 5239 79 0 0 20 0 19 0 167601357 19498610688 885009 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 885009 5906 1 0 1685243 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=16156 CPUtime=49.7 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 12098 0 0 0 4905 65 0 0 20 0 19 0 167601358 19498610688 885009 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=3540036 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 885009 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=3540036 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 885009 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 53.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3540036 KiB

[startup+102.3 s]
/proc/loadavg: 3.76 2.11 1.62 5/329 871917
/proc/meminfo: memFree=118169356/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3540184 CPUtime=103.88 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 48969 0 0 0 10301 87 0 0 20 0 19 0 167601357 19498610688 885046 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 885046 5906 1 0 1685243 0

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

/proc/meminfo: memFree=117623896/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550500 CPUtime=3139.37 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 213706 0 0 0 313608 329 0 0 20 0 19 0 167601357 19498610688 887625 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887625 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=3550392 CPUtime=3122.06 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 96119 0 0 0 312094 112 0 0 20 0 19 0 167601358 19498610688 887625 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=3550464 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887625 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 3891 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887625 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3139.37 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550500 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.20 4.11 5/326 873287
/proc/meminfo: memFree=117623368/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550500 CPUtime=3199.05 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 216497 0 0 0 319571 334 0 0 20 0 19 0 167601357 19498610688 887625 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887625 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=3550464 CPUtime=3181.49 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 97491 0 0 0 318036 113 0 0 20 0 19 0 167601358 19498610688 887625 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=3550500 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887625 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=42052 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 3974 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887625 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3199.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550500 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.25 4.13 5/328 873302
/proc/meminfo: memFree=117622332/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550528 CPUtime=3258.73 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 218596 0 0 0 325534 339 0 0 20 0 19 0 167601357 19498610688 887632 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887632 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=3550504 CPUtime=3240.9 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 98686 0 0 0 323977 113 0 0 20 0 19 0 167601358 19498610688 887632 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=3550504 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887632 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=3550504 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 4057 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887632 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3258.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.24 4.13 5/328 873312
/proc/meminfo: memFree=117621896/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550528 CPUtime=3318.41 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 220641 0 0 0 331497 344 0 0 20 0 19 0 167601357 19498610688 887632 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887632 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=3550528 CPUtime=3300.33 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 100103 0 0 0 329918 115 0 0 20 0 19 0 167601358 19498610688 887632 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=42052 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887632 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=3550528 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 4140 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887632 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3318.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550528 KiB

[startup+3402.3 s]
/proc/loadavg: 5.20 4.49 4.22 5/328 873322
/proc/meminfo: memFree=117621244/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550560 CPUtime=3378.09 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 223604 0 0 0 337461 348 0 0 20 0 19 0 167601357 19498610688 887640 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887640 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=3550528 CPUtime=3359.75 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 101613 0 0 0 335859 116 0 0 20 0 19 0 167601358 19498610688 887640 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=3550560 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887640 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=3550560 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 4228 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887640 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3378.09 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550560 KiB

[startup+3462.3 s]
/proc/loadavg: 4.50 4.41 4.21 5/328 873334
/proc/meminfo: memFree=117620612/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550616 CPUtime=3437.77 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 226466 0 0 0 343424 353 0 0 20 0 19 0 167601357 19498610688 887654 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887654 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=3550528 CPUtime=3419.18 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 103106 0 0 0 341801 117 0 0 20 0 19 0 167601358 19498610688 887654 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=11664 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887654 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=3550616 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 4312 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887654 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3437.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.36 4.20 5/328 873345
/proc/meminfo: memFree=117619988/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550636 CPUtime=3497.46 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 229202 0 0 0 349388 358 0 0 20 0 19 0 167601357 19498610688 887659 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887659 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=3550616 CPUtime=3478.6 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 104426 0 0 0 347743 117 0 0 20 0 19 0 167601358 19498610688 887659 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887659 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=3550620 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 4397 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887659 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3497.46 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550636 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.33 4.20 5/328 873740
/proc/meminfo: memFree=117618708/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550640 CPUtime=3557.15 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 231896 0 0 0 355352 363 0 0 20 0 19 0 167601357 19498610688 887660 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887660 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=42052 CPUtime=3538.03 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 105730 0 0 0 353685 118 0 0 20 0 19 0 167601358 19498610688 887660 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=11664 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887660 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=-7520861460724474745 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 4445 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887660 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3557.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.4 s]
/proc/loadavg: 4.79 4.44 4.24 5/330 873951
/proc/meminfo: memFree=115831340/131524600 swapFree=131071996/131071996
[pid=871856] ppid=871852 vsize=19041612 memory=3550664 CPUtime=3600.03 cores=0,2
/proc/871856/stat : 871856 (java) S 871852 871856 871753 0 -1 1077936128 234138 0 0 0 359636 367 0 0 20 0 19 0 167601357 19498610688 887666 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
/proc/871856/statm: 4760403 887666 5906 1 0 1685275 0
[pid=871856/tid=871859] ppid=871852 vsize=19041612 memory=16809 CPUtime=3580.72 cores=0,2
/proc/871856/task/871859/stat : 871859 (java) R 871852 871856 871753 0 -1 4194368 106710 0 0 0 357953 119 0 0 20 0 19 0 167601358 19498610688 887666 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871880] ppid=871852 vsize=19041612 memory=17882 CPUtime=0 cores=0,2
/proc/871856/task/871880/stat : 871880 (Finalizer) S 871852 871856 871753 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167601360 19498610688 887666 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
[pid=871856/tid=871887] ppid=871852 vsize=19041612 memory=3690755107374497874 CPUtime=0 cores=0,2
/proc/871856/task/871887/stat : 871887 (Common-Cleaner) S 871852 871856 871753 0 -1 1077936192 4483 0 0 0 0 0 0 0 20 0 19 0 167601361 19498610688 887666 134679101440 94028454817792 94028454821488 140731849420960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94028454829304 94028454830096 94028486500352 140731849425909 140731849426017 140731849426017 140731849433032 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550664 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.46 s, system=3.69059 s

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

Child status: 143

Real time (s): 3625.47
CPU time (s): 3600.15
CPU user time (s): 3596.46
CPU system time (s): 3.69059
CPU usage (%): 99.3018
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 3550664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.46
system time used= 3.69059
maximum resident set size= 3552296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290391
involuntary context switches= 38002


# summary of solver processes directly reported to runsolver:
#   pid: 871856
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3596.46
#   total CPU system time (s): 3.69059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.55471 second user time and 18.3915 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-16 20:26:05
IDJOB=4430067
IDBENCH=155754
IDSOLVER=3052
FILE ID=nodeC026/4430067-1721154350
RUNJOBID= nodeC026-1721154363-871763
SLURM_JOB_ID= 7505761
Free space on /tmp= 889452 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430067-1721154350/watcher-4430067-1721154350 -o /tmp/evaluation-result-4430067-1721154350/solver-4430067-1721154350 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721154363-871763 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430067-1721154350.opb

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

MD5SUM BENCH= bcacee10cf1a44650f44a3298f043d3d
RANDOM SEED=1045543950

nodeC026.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		: 3623.835
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.74
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		: 3625.955
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.45
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		: 3633.368
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.74
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		: 3623.536
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.45
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		: 3606.398
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.74
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		: 3623.098
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.45
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		: 3620.780
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.74
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		: 3606.559
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125935516 kB
MemAvailable:   127626360 kB
Buffers:          432944 kB
Cached:          2083132 kB
SwapCached:            0 kB
Active:           816820 kB
Inactive:        4145176 kB
Active(anon):       1556 kB
Inactive(anon):  2482120 kB
Active(file):     815264 kB
Inactive(file):  1663056 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            646020 kB
Writeback:             0 kB
AnonPages:       2442964 kB
Mapped:           124424 kB
Shmem:             37720 kB
KReclaimable:     104692 kB
Slab:             212372 kB
SReclaimable:     104692 kB
SUnreclaim:       107680 kB
KernelStack:        4656 kB
PageTables:        14560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5101716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2258944 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:      232148 kB
DirectMap2M:    20512768 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 889828 MiB
End job on nodeC026 at 2024-07-16 21:26:30