Trace number 4429843

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.2 3594.18

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUM175cf8fd081870b89b1494469c4bb17a
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 benchmark293
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4429843-1721101172.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
2.18/1.28	c ... done. Wall clock time 1.121s.
2.18/1.28	c declared #vars     8883
2.18/1.28	c #constraints  17459
2.18/1.28	c constraints type 
2.18/1.28	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 17459
2.18/1.28	c 17459 constraints processed.
2.18/1.29	c objective function length is 9 literals
44.15/38.97	c cleaning 2487 clauses out of 5001 with flag 0/5001
84.20/78.51	c cleaning 4244 clauses out of 8513 with flag 0/11000
145.44/139.29	c cleaning 5628 clauses out of 11269 with flag 0/18000
222.90/216.38	c cleaning 6814 clauses out of 13643 with flag 0/26002
315.99/309.48	c cleaning 7907 clauses out of 15828 with flag 0/35001
432.51/426.05	c cleaning 8901 clauses out of 17921 with flag 0/45001
639.64/633.18	c cleaning 9922 clauses out of 20019 with flag 0/56000
850.35/843.97	c cleaning 10946 clauses out of 22098 with flag 0/68001
1055.90/1049.37	c cleaning 11957 clauses out of 24151 with flag 0/81000
1212.93/1206.24	c cleaning 13096 clauses out of 26194 with flag 0/95000
1378.26/1371.36	c cleaning 13981 clauses out of 28098 with flag 0/110000
1620.55/1614.07	c cleaning 14926 clauses out of 30119 with flag 0/126002
1935.56/1929.48	c cleaning 15992 clauses out of 32191 with flag 0/143000
2250.98/2245.03	c cleaning 17028 clauses out of 34199 with flag 0/161000
2568.57/2562.90	c cleaning 17977 clauses out of 36172 with flag 0/180001
2954.21/2948.99	c cleaning 18992 clauses out of 38195 with flag 0/200001
3376.93/3371.36	c cleaning 20060 clauses out of 40203 with flag 0/221001
3600.06/3594.13	c starts		: 18
3600.06/3594.13	c conflicts		: 233197
3600.06/3594.13	c decisions		: 301292
3600.06/3594.13	c propagations		: 58259061
3600.06/3594.13	c inspects		: 2769856749
3600.06/3594.13	c shortcuts		: 0
3600.06/3594.13	c learnt literals	: 0
3600.06/3594.13	c learnt binary clauses	: 68
3600.06/3594.13	c learnt ternary clauses	: 0
3600.06/3594.13	c learnt constraints	: 233197
3600.06/3594.13	c ignored constraints	: 0
3600.06/3594.13	c root simplifications	: 0
3600.06/3594.13	c removed literals (reason simplification)	: 0
3600.06/3594.13	c reason swapping (by a shorter reason)	: 0
3600.06/3594.13	c Calls to reduceDB	: 17
3600.06/3594.13	c Number of update (reduction) of LBD	: 365666
3600.06/3594.13	c Imported unit clauses	: 0
3600.06/3594.13	c No decision after first conflict	: false
3600.06/3594.13	c number of reductions to clauses (during analyze)	: 0
3600.06/3594.13	c number of learned constraints concerned by reduction	: 0
3600.06/3594.13	c number of learning phase by resolution	: 0
3600.06/3594.13	c number of learning phase by cutting planes	: 0
3600.06/3594.13	c number of rounding to 1 operations	: 0
3600.06/3594.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3594.13	c number of reductions of the coefficients by power 2 	: 0
3600.06/3594.13	c number of right shift for reduction by power 2 	: 0
3600.06/3594.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3594.13	c number of ending skipping 	: 0
3600.06/3594.13	c number of internal skipping 	: 0
3600.06/3594.13	c number of derivation steps 	: 1645245
3600.06/3594.13	c number of skipped derivation steps 	: 0
3600.06/3594.13	c number of remaining unassigned 	: 15932
3600.06/3594.13	c number of remaining assigned 	: 33513495
3600.06/3594.13	c number of falsified literals weakened from reason	: 0
3600.06/3594.13	c number of falsified literals weakened from conflict	: 0
3600.06/3594.13	c time for arithmetic operations	: 2974520735
3600.06/3594.13	c minimum degree of deleted constraints	: 1
3600.06/3594.13	c maximum degree of deleted constraints	: 1972700717899817963336847253739812
3600.06/3594.13	c number of deleted constraints	: 200858
3600.06/3594.14	c speed (assignments/second)	: 16215.408727570899
3600.06/3594.14	c non guided choices	: 113
3600.06/3594.15	c timeout
3600.06/3594.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1439
3600.06/3594.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 68
3600.06/3594.16	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30832
3600.06/3594.16	s UNKNOWN
3600.06/3594.16	c Total wall clock time (in seconds): 3594.003

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429843-1721101172/watcher-4429843-1721101172 -o /tmp/evaluation-result-4429843-1721101172/solver-4429843-1721101172 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721093614-830694 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429843-1721101172.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=835239, runsolver pid=835236

[startup+0.100925 s]*
/proc/loadavg: 4.22 4.26 4.26 7/329 835257
/proc/meminfo: memFree=121738840/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=18975048 memory=66708 CPUtime=0.13 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 7174 0 0 0 11 2 0 0 20 0 18 0 162282190 19430449152 16677 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4743762 16677 5584 1 0 549318 0
[pid=835239/tid=835241] ppid=835236 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 1077936192 5733 0 0 0 7 1 0 0 20 0 18 0 162282190 19430449152 16677 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162282193 19430449152 16677 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162282193 19430449152 16677 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66708 KiB

[startup+0.210268 s]*
/proc/loadavg: 4.22 4.26 4.26 7/329 835257
/proc/meminfo: memFree=121718580/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=18975048 memory=87360 CPUtime=0.33 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 7577 0 0 0 31 2 0 0 20 0 18 0 162282190 19430449152 21840 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4743762 21840 5776 1 0 549640 0
[pid=835239/tid=835241] ppid=835236 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 6030 0 0 0 16 2 0 0 20 0 18 0 162282190 19430449152 21840 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=18975048 memory=5714 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162282193 19430449152 21840 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162282193 19430449152 21840 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 87360 KiB

[startup+0.309867 s]*
/proc/loadavg: 4.22 4.26 4.26 7/329 835257
/proc/meminfo: memFree=121642308/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=18975048 memory=163536 CPUtime=0.51 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 9129 0 0 0 47 4 0 0 20 0 18 0 162282190 19430449152 40884 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4743762 40884 5876 1 0 550686 0
[pid=835239/tid=835241] ppid=835236 vsize=18975048 memory=-8744416419884933820 CPUtime=0.26 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 6074 0 0 0 23 3 0 0 20 0 18 0 162282190 19430449152 40884 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162282193 19430449152 40884 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162282193 19430449152 40884 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 163536 KiB

[startup+0.701276 s]
/proc/loadavg: 4.22 4.26 4.26 6/330 835260
/proc/meminfo: memFree=121618868/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19041612 memory=352844 CPUtime=1.22 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 13662 0 0 0 114 8 0 0 20 0 19 0 162282190 19498610688 88211 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4760403 88211 5908 1 0 1079955 0
[pid=835239/tid=835241] ppid=835236 vsize=19041612 memory=5432 CPUtime=0.54 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 6169 0 0 0 48 6 0 0 20 0 19 0 162282190 19498610688 88211 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19041612 memory=12952 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162282193 19498610688 88211 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162282193 19498610688 88211 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 352844 KiB

[startup+1.50026 s]
/proc/loadavg: 4.22 4.26 4.26 6/330 835260
/proc/meminfo: memFree=121245384/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=997320 CPUtime=2.77 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 20350 0 0 0 255 22 0 0 20 0 20 0 162282190 19566772224 249330 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 249330 5946 1 0 1852779 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=0 CPUtime=1.17 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 6519 0 0 0 102 15 0 0 20 0 20 0 162282190 19566772224 249330 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 249330 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 249330 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 997320 KiB

[startup+3.10577 s]
/proc/loadavg: 4.21 4.26 4.25 5/331 835261
/proc/meminfo: memFree=120779128/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=1012316 CPUtime=5.5 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 20651 0 0 0 527 23 0 0 20 0 20 0 162282190 19566772224 253079 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 253079 5946 1 0 1852877 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=12952 CPUtime=2.7 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 6562 0 0 0 255 15 0 0 20 0 20 0 162282190 19566772224 253079 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=431192 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 253079 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 253079 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 253079 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1012316 KiB

[startup+6.30026 s]
/proc/loadavg: 4.21 4.26 4.25 6/331 835261
/proc/meminfo: memFree=120464972/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=1475832 CPUtime=9.74 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 21004 0 0 0 942 32 0 0 20 0 20 0 162282190 19566772224 368958 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 368958 5946 1 0 1852900 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=0 CPUtime=5.83 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 6780 0 0 0 560 23 0 0 20 0 20 0 162282190 19566772224 368958 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 368958 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 368958 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 368958 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1475832 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.26 4.25 5/331 835262
/proc/meminfo: memFree=118107908/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=3947076 CPUtime=17 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 30748 0 0 0 1618 82 0 0 20 0 20 0 162282190 19566772224 986769 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 986769 5946 1 0 1853405 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=11648 CPUtime=12.22 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 9971 0 0 0 1149 73 0 0 20 0 20 0 162282190 19566772224 986769 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=3617256 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 986769 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=-8744416419884933820 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 986769 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=1012316 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 986769 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3947076 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.26 4.25 5/333 835268
/proc/meminfo: memFree=117151428/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=4596068 CPUtime=30.37 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 34280 0 0 0 2942 95 0 0 20 0 20 0 162282190 19566772224 1149017 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1149017 5946 1 0 1853425 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=3617256 CPUtime=24.9 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 11046 0 0 0 2406 84 0 0 20 0 20 0 162282190 19566772224 1149017 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=4594020 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1149017 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=4594020 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1149017 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1149017 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 30.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4596068 KiB

[startup+51.1057 s]
/proc/loadavg: 4.22 4.25 4.25 5/333 835272
/proc/meminfo: memFree=117095756/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=4596240 CPUtime=56.55 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 44279 0 0 0 5558 97 0 0 20 0 20 0 162282190 19566772224 1149060 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1149060 5946 1 0 1853494 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=4596240 CPUtime=50.33 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 14553 0 0 0 4948 85 0 0 20 0 20 0 162282190 19566772224 1149060 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=4596204 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1149060 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1149060 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=29216 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1149060 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0

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

/proc/meminfo: memFree=120890636/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=5301580 CPUtime=3287.77 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 363245 0 0 0 328512 265 0 0 20 0 20 0 162282190 19566772224 1325395 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1325395 5994 1 0 1853975 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=5301580 CPUtime=3256.44 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 180570 0 0 0 325527 117 0 0 20 0 20 0 162282190 19566772224 1325395 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 117 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=5299532 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1325395 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=5297484 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 3538 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1325395 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=2204 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1325395 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 3287.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5301580 KiB

[startup+3342.3 s]
/proc/loadavg: 2.12 3.03 3.73 3/280 837120
/proc/meminfo: memFree=120880152/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=5311820 CPUtime=3347.86 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 371174 0 0 0 334518 268 0 0 20 0 20 0 162282190 19566772224 1327955 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1327955 5994 1 0 1853991 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=5309772 CPUtime=3316.07 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 184298 0 0 0 331490 117 0 0 20 0 20 0 162282190 19566772224 1327955 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 117 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1327955 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=5311820 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 3605 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1327955 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1327955 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 3347.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5311820 KiB

[startup+3402.3 s]
/proc/loadavg: 1.59 2.73 3.58 2/252 837163
/proc/meminfo: memFree=123042652/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=5322100 CPUtime=3407.97 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 380267 0 0 0 340526 271 0 0 20 0 20 0 162282190 19566772224 1330525 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1330525 5994 1 0 1853991 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=5311820 CPUtime=3375.75 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 187857 0 0 0 337457 118 0 0 20 0 20 0 162282190 19566772224 1330525 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 117 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=5322100 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1330525 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=5322100 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 3670 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1330525 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1330525 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 3407.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5322100 KiB

[startup+3462.3 s]
/proc/loadavg: 1.27 2.43 3.42 2/252 837174
/proc/meminfo: memFree=123032256/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=5332340 CPUtime=3468.05 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 385777 0 0 0 346530 275 0 0 20 0 20 0 162282190 19566772224 1333085 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1333085 5994 1 0 1853991 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=5330292 CPUtime=3435.46 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 191708 0 0 0 343427 119 0 0 20 0 20 0 162282190 19566772224 1333085 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 117 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1333085 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=5332340 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 3749 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1333085 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=15996 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1333085 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 3468.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5332340 KiB

[startup+3522.3 s]
/proc/loadavg: 1.14 2.18 3.27 2/253 837185
/proc/meminfo: memFree=123027588/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=5336436 CPUtime=3528.14 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 390751 0 0 0 352537 277 0 0 20 0 20 0 162282190 19566772224 1334109 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1334109 5994 1 0 1853991 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=5336436 CPUtime=3495.14 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 194953 0 0 0 349395 119 0 0 20 0 20 0 162282190 19566772224 1334109 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 117 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=5336436 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1334109 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=5334388 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 3824 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1334109 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=-8744416419884933820 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1334109 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 3528.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5336436 KiB

[startup+3582.3 s]
/proc/loadavg: 1.18 2.01 3.14 2/253 837195
/proc/meminfo: memFree=123019028/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=5344628 CPUtime=3588.24 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 395606 0 0 0 358543 281 0 0 20 0 20 0 162282190 19566772224 1336157 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1336157 5994 1 0 1853991 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=2204 CPUtime=3554.82 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 198675 0 0 0 355362 120 0 0 20 0 20 0 162282190 19566772224 1336157 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 117 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=15996 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1336157 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=5344628 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 3908 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1336157 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1336157 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 3588.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5344628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.11 s]
/proc/loadavg: 1.14 1.96 3.11 2/253 837197
/proc/meminfo: memFree=123012800/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=5350772 CPUtime=3600.06 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 397407 0 0 0 359725 281 0 0 20 0 20 0 162282190 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1337693 5994 1 0 1853991 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=5346676 CPUtime=3566.48 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 199087 0 0 0 356528 120 0 0 20 0 20 0 162282190 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 121 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=19144 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 3997 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=41336 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5350772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.36 s, system=2.83988 s

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

[startup+3594.11 s]
/proc/loadavg: 1.14 1.96 3.11 2/253 837197
/proc/meminfo: memFree=123012800/131524600 swapFree=131071996/131071996
[pid=835239] ppid=835236 vsize=19108176 memory=5350772 CPUtime=3600.06 cores=5,7
/proc/835239/stat : 835239 (java) S 835236 835239 830681 0 -1 1077936128 397407 0 0 0 359725 281 0 0 20 0 20 0 162282190 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
/proc/835239/statm: 4777044 1337693 5994 1 0 1853991 0
[pid=835239/tid=835241] ppid=835236 vsize=19108176 memory=5346676 CPUtime=3566.48 cores=5,7
/proc/835239/task/835241/stat : 835241 (java) R 835236 835239 830681 0 -1 4194368 199087 0 0 0 356528 120 0 0 20 0 20 0 162282190 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 121 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835250] ppid=835236 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/835239/task/835250/stat : 835250 (Finalizer) S 835236 835239 830681 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835257] ppid=835236 vsize=19108176 memory=19144 CPUtime=0 cores=5,7
/proc/835239/task/835257/stat : 835257 (Common-Cleaner) S 835236 835239 830681 0 -1 1077936192 3997 0 0 0 0 0 0 0 20 0 20 0 162282193 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
[pid=835239/tid=835261] ppid=835236 vsize=19108176 memory=41336 CPUtime=0 cores=5,7
/proc/835239/task/835261/stat : 835261 (Timer-0) S 835236 835239 830681 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162282320 19566772224 1337693 134679101440 94243454177280 94243454180976 140723375634576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94243454188792 94243454189584 94243466424320 140723375637493 140723375637601 140723375637601 140723375644616 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5350772 KiB

Child status: 143

Real time (s): 3594.18
CPU time (s): 3600.2
CPU user time (s): 3597.36
CPU system time (s): 2.83988
CPU usage (%): 100.167
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5350772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.36
system time used= 2.83988
maximum resident set size= 5352252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121256
involuntary context switches= 5976


# summary of solver processes directly reported to runsolver:
#   pid: 835239
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.36
#   total CPU system time (s): 2.83988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.21152 second user time and 17.2978 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-16 05:39:45
IDJOB=4429843
IDBENCH=147625
IDSOLVER=3052
FILE ID=nodeC023/4429843-1721101172
RUNJOBID= nodeC023-1721093614-830694
SLURM_JOB_ID= 7505596
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429843-1721101172/watcher-4429843-1721101172 -o /tmp/evaluation-result-4429843-1721101172/solver-4429843-1721101172 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721093614-830694 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429843-1721101172.opb

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

MD5SUM BENCH= 175cf8fd081870b89b1494469c4bb17a
RANDOM SEED=300215432

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121785088 kB
MemAvailable:   123127724 kB
Buffers:          408884 kB
Cached:          1761728 kB
SwapCached:            0 kB
Active:           740788 kB
Inactive:        8371648 kB
Active(anon):       1572 kB
Inactive(anon):  6977948 kB
Active(file):     739216 kB
Inactive(file):  1393700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5752 kB
Writeback:             0 kB
AnonPages:       6941824 kB
Mapped:           124052 kB
Shmem:             37720 kB
KReclaimable:      99084 kB
Slab:             205940 kB
SReclaimable:      99084 kB
SUnreclaim:       106856 kB
KernelStack:        5024 kB
PageTables:        23836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8725268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61504 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6645760 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:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC023 at 2024-07-16 06:39:39