Trace number 4442141

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.45 3459.25

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga30_29_sat_pb.cnf.cr.opb
MD5SUMa3593a9fd3b63243fdbd01430b18b61f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.008717
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1305
Total number of constraints958
Number of constraints which are clauses899
Number of constraints which are cardinality constraints (but not clauses)59
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint30
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.18	c Free memory 		2113181440
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.19	c Number of processors 	2
0.43/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.35	 - never skip resolution steps
0.43/0.35	 - Auto-division on coefficients is disabled
0.43/0.35	 - No postprocessing
0.43/0.35	 - Conflict is considered as is when resolving
0.43/0.35	 - Use constraints as they come during conflict analysis
0.43/0.35	 - Weaken first using unassigned literals
0.43/0.35	 - Bump strategy: ALWAYS_ONE
0.43/0.35	 - Bumper: EFFECTIVE
0.43/0.35	--- Begin Solver configuration ---
0.43/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.43/0.35	Learn all clauses as in MiniSAT
0.43/0.35	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.35	No reason simplification
0.43/0.35	Dynamic restart strategy considering the size of the coefficients
0.43/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.43/0.35	timeout=2147483s
0.43/0.35	DB Simplification allowed=false
0.43/0.35	Listener: none
0.43/0.35	--- End Solver configuration ---
0.43/0.36	c Pseudo Boolean Optimization by upper bound
0.43/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.36	c  - never skip resolution steps
0.43/0.36	c  - Auto-division on coefficients is disabled
0.43/0.36	c  - No postprocessing
0.43/0.36	c  - Conflict is considered as is when resolving
0.43/0.36	c  - Use constraints as they come during conflict analysis
0.43/0.36	c  - Weaken first using unassigned literals
0.43/0.36	c  - Bump strategy: ALWAYS_ONE
0.43/0.36	c  - Bumper: EFFECTIVE
0.43/0.36	c --- Begin Solver configuration ---
0.43/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.43/0.36	c Learn all clauses as in MiniSAT
0.43/0.36	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.36	c No reason simplification
0.43/0.36	c Dynamic restart strategy considering the size of the coefficients
0.43/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.43/0.36	c timeout=2147483s
0.43/0.36	c DB Simplification allowed=false
0.43/0.36	c Listener: none
0.43/0.36	c --- End Solver configuration ---
0.43/0.36	c solving HOME/instance-4442141-1721300939.opb
0.43/0.36	c reading problem ... 
0.43/0.36	c  no objective function found
0.79/0.58	c ... done. Wall clock time 0.212s.
0.79/0.58	c declared #vars     1305
0.79/0.58	c #constraints  958
0.79/0.58	c constraints type 
0.79/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 59
0.79/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 899
0.79/0.58	c 958 constraints processed.
45.46/41.35	c cleaning 2497 clauses out of 5000 with flag 0/5000
109.25/103.58	c cleaning 4249 clauses out of 8503 with flag 0/11000
175.87/168.88	c cleaning 5623 clauses out of 11254 with flag 0/18000
266.00/257.62	c cleaning 6812 clauses out of 13631 with flag 0/26000
363.96/354.62	c cleaning 7891 clauses out of 15820 with flag 0/35001
485.62/474.92	c cleaning 8953 clauses out of 17928 with flag 0/45000
616.98/604.55	c cleaning 9970 clauses out of 19977 with flag 0/56002
729.95/716.00	c cleaning 10974 clauses out of 22005 with flag 0/68000
830.05/813.96	c cleaning 11995 clauses out of 24031 with flag 0/81000
987.46/970.22	c cleaning 13012 clauses out of 26036 with flag 0/95000
1127.72/1109.20	c cleaning 13999 clauses out of 28025 with flag 0/110001
1312.85/1291.75	c cleaning 14999 clauses out of 30028 with flag 0/126003
1502.63/1478.27	c cleaning 15988 clauses out of 32027 with flag 0/143001
1691.08/1664.62	c cleaning 16991 clauses out of 34038 with flag 0/161000
1913.05/1882.85	c cleaning 18003 clauses out of 36047 with flag 0/180000
2210.51/2165.53	c cleaning 19000 clauses out of 38044 with flag 0/200000
2493.40/2432.46	c cleaning 19983 clauses out of 40044 with flag 0/221000
2823.16/2743.40	c cleaning 21017 clauses out of 42061 with flag 0/243000
3083.00/2985.75	c cleaning 22001 clauses out of 44044 with flag 0/266000
3339.99/3222.91	c cleaning 23005 clauses out of 46043 with flag 0/290000
3600.01/3459.03	c starts		: 6
3600.01/3459.06	c conflicts		: 315000
3600.01/3459.07	c decisions		: 935908
3600.01/3459.07	c propagations		: 6990537
3600.01/3459.07	c inspects		: 400784236
3600.01/3459.07	c shortcuts		: 0
3600.01/3459.07	c learnt literals	: 0
3600.01/3459.07	c learnt binary clauses	: 0
3600.01/3459.07	c learnt ternary clauses	: 0
3600.01/3459.07	c learnt constraints	: 315000
3600.01/3459.07	c ignored constraints	: 0
3600.01/3459.07	c root simplifications	: 0
3600.01/3459.07	c removed literals (reason simplification)	: 0
3600.01/3459.07	c reason swapping (by a shorter reason)	: 0
3600.01/3459.07	c Calls to reduceDB	: 21
3600.01/3459.08	c Number of update (reduction) of LBD	: 353725
3600.01/3459.08	c Imported unit clauses	: 0
3600.01/3459.08	c No decision after first conflict	: false
3600.01/3459.08	c number of reductions to clauses (during analyze)	: 0
3600.01/3459.08	c number of learned constraints concerned by reduction	: 0
3600.01/3459.08	c number of learning phase by resolution	: 0
3600.01/3459.08	c number of learning phase by cutting planes	: 0
3600.01/3459.10	c number of rounding to 1 operations	: 0
3600.01/3459.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3459.10	c number of reductions of the coefficients by power 2 	: 0
3600.01/3459.10	c number of right shift for reduction by power 2 	: 0
3600.01/3459.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3459.10	c number of ending skipping 	: 0
3600.01/3459.10	c number of internal skipping 	: 0
3600.01/3459.10	c number of derivation steps 	: 3411341
3600.01/3459.10	c number of skipped derivation steps 	: 0
3600.01/3459.10	c number of remaining unassigned 	: 1472
3600.01/3459.10	c number of remaining assigned 	: 1184646525
3600.01/3459.10	c number of falsified literals weakened from reason	: 0
3600.01/3459.10	c number of falsified literals weakened from conflict	: 0
3600.01/3459.10	c time for arithmetic operations	: 11629023147
3600.01/3459.10	c minimum degree of deleted constraints	: 64
3600.01/3459.10	c maximum degree of deleted constraints	: 3279457710954565140
3600.01/3459.10	c number of deleted constraints	: 267760
3600.01/3459.10	c speed (assignments/second)	: 2021.252166390344
3600.01/3459.10	c non guided choices	: 834
3600.38/3459.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.38/3459.22	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1273
3600.38/3459.22	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 46763
3600.38/3459.22	s UNKNOWN
3600.38/3459.22	c Total wall clock time (in seconds): 3458.86

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (56881 MiB free)
  memory of node 1: 64510 MiB (55317 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442141-1721300939/watcher-4442141-1721300939 -o /tmp/evaluation-result-4442141-1721300939/solver-4442141-1721300939 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941960 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442141-1721300939.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=947146, runsolver pid=947143

[startup+0.109196 s]*
/proc/loadavg: 4.38 4.31 4.34 5/315 947164
/proc/meminfo: memFree=114855012/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=18975048 memory=57856 CPUtime=0.12 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 6514 0 0 0 10 2 0 0 20 0 18 0 182249973 19430449152 14464 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4743762 14464 5560 1 0 550925 0
[pid=947146/tid=947148] ppid=947143 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 5446 0 0 0 8 1 0 0 20 0 18 0 182249974 19430449152 14464 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182249976 19430449152 14464 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182249977 19430449152 14464 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57856 KiB

[startup+0.214063 s]*
/proc/loadavg: 4.38 4.31 4.34 7/315 947164
/proc/meminfo: memFree=114846208/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=18975048 memory=66440 CPUtime=0.26 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 7094 0 0 0 24 2 0 0 20 0 18 0 182249973 19430449152 16610 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4743762 16610 5565 1 0 551423 0
[pid=947146/tid=947148] ppid=947143 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 1077936192 5653 0 0 0 16 1 0 0 20 0 18 0 182249974 19430449152 16610 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=18975048 memory=3711 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182249976 19430449152 16610 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182249977 19430449152 16610 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66440 KiB

[startup+0.320329 s]*
/proc/loadavg: 4.38 4.31 4.34 7/315 947164
/proc/meminfo: memFree=114845116/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=18975048 memory=68392 CPUtime=0.43 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 7393 0 0 0 40 3 0 0 20 0 18 0 182249973 19430449152 17098 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4743762 17098 5757 1 0 551643 0
[pid=947146/tid=947148] ppid=947143 vsize=18975048 memory=-8960308817926857404 CPUtime=0.27 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 1077936192 5827 0 0 0 25 2 0 0 20 0 18 0 182249974 19430449152 17098 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182249976 19430449152 17098 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182249977 19430449152 17098 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68392 KiB

[startup+0.701177 s]
/proc/loadavg: 4.38 4.31 4.34 8/315 947164
/proc/meminfo: memFree=114831512/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19041612 memory=100572 CPUtime=1.12 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 9293 0 0 0 108 4 0 0 20 0 19 0 182249973 19498610688 25143 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4760403 25143 5858 1 0 553140 0
[pid=947146/tid=947148] ppid=947143 vsize=19041612 memory=5616 CPUtime=0.6 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 6029 0 0 0 58 2 0 0 20 0 19 0 182249974 19498610688 25143 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19041612 memory=11884 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182249976 19498610688 25143 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182249977 19498610688 25143 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100572 KiB

[startup+1.50134 s]
/proc/loadavg: 4.38 4.31 4.34 8/316 947165
/proc/meminfo: memFree=114795212/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=177364 CPUtime=2.71 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 16773 0 0 0 264 7 0 0 20 0 20 0 182249973 19566772224 44341 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 44341 5874 1 0 555877 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=11884 CPUtime=1.36 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 6339 0 0 0 132 4 0 0 20 0 20 0 182249974 19566772224 44341 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 44341 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 44341 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 44341 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177364 KiB

[startup+3.10617 s]
/proc/loadavg: 4.38 4.31 4.34 6/317 947166
/proc/meminfo: memFree=114660788/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=278940 CPUtime=5.88 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 23352 0 0 0 577 11 0 0 20 0 20 0 182249973 19566772224 69735 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 69735 5890 1 0 558976 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=0 CPUtime=2.9 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 6783 0 0 0 285 5 0 0 20 0 20 0 182249974 19566772224 69735 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 69735 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 69735 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=11884 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 69735 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 278940 KiB

[startup+6.30044 s]
/proc/loadavg: 4.43 4.32 4.34 5/317 947168
/proc/meminfo: memFree=114208824/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=774576 CPUtime=9.78 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 24086 0 0 0 956 22 0 0 20 0 20 0 182249973 19566772224 193644 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 193644 5922 1 0 665503 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=0 CPUtime=5.93 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 7033 0 0 0 579 14 0 0 20 0 20 0 182249974 19566772224 193644 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=11884 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 193644 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 193644 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=43588 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 193644 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 774576 KiB

[startup+12.7004 s]
/proc/loadavg: 4.40 4.32 4.34 5/317 947168
/proc/meminfo: memFree=113806312/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=1104528 CPUtime=16.5 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 25000 0 0 0 1622 28 0 0 20 0 20 0 182249973 19566772224 276132 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 276132 5922 1 0 665507 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=108048 CPUtime=12.06 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 7739 0 0 0 1188 18 0 0 20 0 20 0 182249974 19566772224 276132 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=1104360 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 276132 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=279176 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 276132 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 276132 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 16.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1104528 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.30 4.33 5/317 947169
/proc/meminfo: memFree=112491532/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=2417124 CPUtime=29.35 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 28271 0 0 0 2881 54 0 0 20 0 20 0 182249973 19566772224 604281 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 604281 5922 1 0 1022712 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=1104360 CPUtime=24.28 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 8818 0 0 0 2386 42 0 0 20 0 20 0 182249974 19566772224 604281 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=2404832 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 604281 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 604281 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 604281 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 29.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2417124 KiB

[startup+51.1132 s]
/proc/loadavg: 4.28 4.29 4.33 5/317 947174
/proc/meminfo: memFree=111269240/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=3636692 CPUtime=55.52 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 36515 0 0 0 5471 81 0 0 20 0 20 0 182249973 19566772224 909173 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 909173 5938 1 0 1279698 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=2579108 CPUtime=49.07 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 12822 0 0 0 4844 63 0 0 20 0 20 0 182249974 19566772224 909173 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=2626292 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 909173 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 909173 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0

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

[startup+3102.3 s]
/proc/loadavg: 4.33 4.43 4.44 6/319 949234
/proc/meminfo: memFree=105983580/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=3008260 CPUtime=3209.05 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 388037 0 0 0 320554 351 0 0 20 0 20 0 182249973 19566772224 752065 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 752065 5983 1 0 762997 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=16216 CPUtime=3039.91 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 136431 0 0 0 303908 83 0 0 20 0 20 0 182249974 19566772224 752065 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=3008260 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 752065 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=3008260 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 2333 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 752065 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=3008184 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 752065 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 3209.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3008260 KiB

[startup+3162.3 s]
/proc/loadavg: 4.33 4.41 4.43 5/319 949255
/proc/meminfo: memFree=105983164/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=3008272 CPUtime=3277.59 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 388716 0 0 0 327398 361 0 0 20 0 20 0 182249973 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 752068 5983 1 0 762997 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=3008260 CPUtime=3098.39 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 136770 0 0 0 309756 83 0 0 20 0 20 0 182249974 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=3008260 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=3008272 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 2385 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=3008272 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 3277.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3008272 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.38 4.42 5/319 949266
/proc/meminfo: memFree=105982796/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=3008272 CPUtime=3339.39 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 389139 0 0 0 333574 365 0 0 20 0 20 0 182249973 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 752068 5983 1 0 762997 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=3008260 CPUtime=3157.7 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 137171 0 0 0 315687 83 0 0 20 0 20 0 182249974 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=3008260 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=3008272 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 2385 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 3339.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3008272 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.34 4.40 5/320 949277
/proc/meminfo: memFree=105982420/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=3008272 CPUtime=3401.93 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 393923 0 0 0 339824 369 0 0 20 0 20 0 182249973 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 752068 5983 1 0 762997 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=3008272 CPUtime=3216.39 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 138624 0 0 0 321555 84 0 0 20 0 20 0 182249974 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=3008272 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=3008272 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 2388 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=-8960308817926857404 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 752068 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 3401.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3008272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.43 4.37 4.41 6/320 949288
/proc/meminfo: memFree=105981728/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=3008460 CPUtime=3467.8 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 394765 0 0 0 346405 375 0 0 20 0 20 0 182249973 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 752115 5983 1 0 763044 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=3008272 CPUtime=3274.72 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 139069 0 0 0 327388 84 0 0 20 0 20 0 182249974 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=-8960308817926857404 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 2437 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=3008460 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 3467.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3008460 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.33 4.39 5/318 949300
/proc/meminfo: memFree=105981456/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=3008460 CPUtime=3533.44 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 397151 0 0 0 352962 382 0 0 20 0 20 0 182249973 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 752115 5983 1 0 763044 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=3008272 CPUtime=3333.32 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 140609 0 0 0 333248 84 0 0 20 0 20 0 182249974 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=-8960308817926857404 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=3008460 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 2437 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=43588 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 3533.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3008460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3459 s]*
/proc/loadavg: 4.37 4.35 4.39 5/318 949310
/proc/meminfo: memFree=105979956/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19108176 memory=3008460 CPUtime=3600.01 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 400263 0 0 0 359608 393 0 0 20 0 20 0 182249973 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4777044 752115 5983 1 0 763044 0
[pid=947146/tid=947148] ppid=947143 vsize=19108176 memory=-8960021845392007868 CPUtime=3388.36 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 141167 0 0 0 338752 84 0 0 20 0 20 0 182249974 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19108176 memory=7826584940673538975 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182249976 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19108176 memory=7826584940673538975 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 2516 0 0 0 0 0 0 0 20 0 20 0 182249977 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947165] ppid=947143 vsize=19108176 memory=3906090048760740909 CPUtime=0 cores=4,6
/proc/947146/task/947165/stat : 947165 (Timer-0) S 947143 947146 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182250032 19566772224 752115 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3008460 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.49 s, system=3.9589 s

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

[startup+3459.2 s]
/proc/loadavg: 4.37 4.35 4.39 5/318 949310
/proc/meminfo: memFree=105979956/131655788 swapFree=131071996/131071996
[pid=947146] ppid=947143 vsize=19307868 memory=3009088 CPUtime=3600.38 cores=4,6
/proc/947146/stat : 947146 (java) S 947143 947146 941949 0 -1 1077936128 401813 0 0 0 359644 394 0 0 20 0 21 0 182249973 19771256832 752272 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
/proc/947146/statm: 4826967 752272 5982 1 0 763947 0
[pid=947146/tid=947148] ppid=947143 vsize=19307868 memory=3008460 CPUtime=3388.55 cores=4,6
/proc/947146/task/947148/stat : 947148 (java) R 947143 947146 941949 0 -1 4194368 141167 0 0 0 338771 84 0 0 20 0 21 0 182249974 19771256832 752272 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947157] ppid=947143 vsize=19307868 memory=43588 CPUtime=0 cores=4,6
/proc/947146/task/947157/stat : 947157 (Finalizer) S 947143 947146 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182249976 19771256832 752272 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
[pid=947146/tid=947164] ppid=947143 vsize=19307868 memory=11884 CPUtime=0 cores=4,6
/proc/947146/task/947164/stat : 947164 (Common-Cleaner) S 947143 947146 941949 0 -1 1077936192 2516 0 0 0 0 0 0 0 20 0 21 0 182249977 19771256832 752272 134679101440 94206504472576 94206504476272 140726145025552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94206504484088 94206504484880 94206507671552 140726145033204 140726145033312 140726145033312 140726145040328 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3009088 KiB

Child status: 143

Real time (s): 3459.25
CPU time (s): 3600.45
CPU user time (s): 3596.49
CPU system time (s): 3.9589
CPU usage (%): 104.082
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5074312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.49
system time used= 3.9589
maximum resident set size= 5074320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401967
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124660
involuntary context switches= 15634


# summary of solver processes directly reported to runsolver:
#   pid: 947146
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3596.49
#   total CPU system time (s): 3.9589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5184 second user time and 32.406 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 13:09:11
IDJOB=4442141
IDBENCH=147776
IDSOLVER=3052
FILE ID=nodeC003/4442141-1721300939
RUNJOBID= nodeC003-1721293749-941960
SLURM_JOB_ID= 7542592
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga30_29_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442141-1721300939/watcher-4442141-1721300939 -o /tmp/evaluation-result-4442141-1721300939/solver-4442141-1721300939 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941960 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442141-1721300939.opb

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

MD5SUM BENCH= a3593a9fd3b63243fdbd01430b18b61f
RANDOM SEED=204633287

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114892228 kB
MemAvailable:   120457752 kB
Buffers:          501484 kB
Cached:          5840416 kB
SwapCached:            0 kB
Active:           913260 kB
Inactive:       15148804 kB
Active(anon):       1476 kB
Inactive(anon):  9756060 kB
Active(file):     911784 kB
Inactive(file):  5392744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               964 kB
Writeback:             0 kB
AnonPages:       9719312 kB
Mapped:           126516 kB
Shmem:             37704 kB
KReclaimable:     202056 kB
Slab:             317492 kB
SReclaimable:     202056 kB
SUnreclaim:       115436 kB
KernelStack:        4864 kB
PageTables:        28972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11098080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9447424 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-18 14:06:50