Trace number 4445771

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.21 3514.52

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12011_1-unsat.opb
MD5SUMcdcb4d035b8e87f1109f75a28aea48eb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37510
Total number of constraints119740
Number of constraints which are clauses119124
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints616
Minimum length of a constraint1
Maximum length of a constraint95
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 556
Number of bits of the biggest sum of numbers10
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2113181440
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.14/0.11	c Number of processors 	2
0.14/0.19	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19	 - never skip resolution steps
0.14/0.19	 - Auto-division on coefficients is disabled
0.14/0.19	 - No postprocessing
0.14/0.19	 - Conflict is considered as is when resolving
0.14/0.19	 - Use constraints as they come during conflict analysis
0.14/0.19	 - Weaken first using unassigned literals
0.14/0.19	 - Bump strategy: ALWAYS_ONE
0.14/0.19	 - Bumper: EFFECTIVE
0.14/0.19	--- Begin Solver configuration ---
0.14/0.19	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19	Learn all clauses as in MiniSAT
0.14/0.19	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19	No reason simplification
0.14/0.19	Dynamic restart strategy considering the size of the coefficients
0.14/0.19	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19	timeout=2147483s
0.14/0.19	DB Simplification allowed=false
0.14/0.19	Listener: none
0.14/0.19	--- End Solver configuration ---
0.14/0.19	c Pseudo Boolean Optimization by upper bound
0.14/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19	c  - never skip resolution steps
0.14/0.19	c  - Auto-division on coefficients is disabled
0.14/0.19	c  - No postprocessing
0.14/0.19	c  - Conflict is considered as is when resolving
0.14/0.19	c  - Use constraints as they come during conflict analysis
0.14/0.19	c  - Weaken first using unassigned literals
0.14/0.19	c  - Bump strategy: ALWAYS_ONE
0.14/0.19	c  - Bumper: EFFECTIVE
0.14/0.19	c --- Begin Solver configuration ---
0.14/0.19	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19	c Learn all clauses as in MiniSAT
0.14/0.19	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19	c No reason simplification
0.14/0.19	c Dynamic restart strategy considering the size of the coefficients
0.14/0.19	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19	c timeout=2147483s
0.14/0.19	c DB Simplification allowed=false
0.14/0.19	c Listener: none
0.14/0.19	c --- End Solver configuration ---
0.14/0.19	c solving HOME/instance-4445771-1721328477.opb
0.14/0.19	c reading problem ... 
0.14/0.20	c  no objective function found
11.23/8.25	c ... done. Wall clock time 8.057s.
11.23/8.26	c declared #vars     37510
11.23/8.26	c #constraints  119740
11.23/8.26	c constraints type 
11.23/8.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90503
11.23/8.26	c org.sat4j.specs.Constr$1 => 9696
11.23/8.26	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 616
11.23/8.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 3333
11.23/8.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15592
11.23/8.26	c 119740 constraints processed.
38.71/30.78	c cleaning 2494 clauses out of 5002 with flag 0/5002
67.08/57.83	c cleaning 4246 clauses out of 8506 with flag 0/11000
104.42/92.66	c cleaning 5621 clauses out of 11260 with flag 0/18000
158.25/144.68	c cleaning 6816 clauses out of 13639 with flag 0/26000
217.65/201.99	c cleaning 7900 clauses out of 15824 with flag 0/35001
293.02/275.78	c cleaning 8950 clauses out of 17925 with flag 0/45002
381.80/362.75	c cleaning 9976 clauses out of 19973 with flag 0/56000
492.82/471.27	c cleaning 10994 clauses out of 21997 with flag 0/68000
607.63/584.62	c cleaning 11981 clauses out of 24005 with flag 0/81002
751.18/726.61	c cleaning 13006 clauses out of 26022 with flag 0/95000
935.30/906.40	c cleaning 13999 clauses out of 28016 with flag 0/110000
1230.61/1198.90	c cleaning 14993 clauses out of 30017 with flag 0/126000
1564.93/1529.44	c cleaning 15990 clauses out of 32024 with flag 0/143000
1910.20/1868.79	c cleaning 17002 clauses out of 34034 with flag 0/161000
2308.07/2262.06	c cleaning 17997 clauses out of 36036 with flag 0/180004
2724.04/2672.85	c cleaning 19002 clauses out of 38035 with flag 0/200000
3322.12/3241.56	c cleaning 19996 clauses out of 40034 with flag 0/221001
3600.03/3514.42	c starts		: 31
3600.03/3514.45	c conflicts		: 232581
3600.03/3514.45	c decisions		: 289941
3600.03/3514.45	c timeout
3600.03/3514.45	c propagations		: 237412918
3600.03/3514.45	c inspects		: 1561084084
3600.03/3514.45	c shortcuts		: 0
3600.03/3514.45	c learnt literals	: 0
3600.03/3514.45	c learnt binary clauses	: 0
3600.03/3514.45	c learnt ternary clauses	: 226
3600.03/3514.45	c learnt constraints	: 232580
3600.03/3514.45	c ignored constraints	: 0
3600.03/3514.45	c root simplifications	: 0
3600.03/3514.45	c removed literals (reason simplification)	: 0
3600.03/3514.45	c reason swapping (by a shorter reason)	: 0
3600.03/3514.45	c Calls to reduceDB	: 17
3600.03/3514.45	c Number of update (reduction) of LBD	: 234354
3600.03/3514.45	c Imported unit clauses	: 0
3600.03/3514.45	c No decision after first conflict	: false
3600.03/3514.45	c number of reductions to clauses (during analyze)	: 0
3600.03/3514.45	c number of learned constraints concerned by reduction	: 0
3600.03/3514.45	c number of learning phase by resolution	: 0
3600.03/3514.45	c number of learning phase by cutting planes	: 0
3600.03/3514.45	c number of rounding to 1 operations	: 0
3600.03/3514.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3514.45	c number of reductions of the coefficients by power 2 	: 0
3600.03/3514.45	c number of right shift for reduction by power 2 	: 0
3600.03/3514.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3514.45	c number of ending skipping 	: 0
3600.03/3514.45	c number of internal skipping 	: 0
3600.03/3514.45	c number of derivation steps 	: 14842812
3600.03/3514.45	c number of skipped derivation steps 	: 0
3600.03/3514.45	c number of remaining unassigned 	: 1607454
3600.03/3514.45	c number of remaining assigned 	: 91229178
3600.03/3514.45	c number of falsified literals weakened from reason	: 0
3600.03/3514.45	c number of falsified literals weakened from conflict	: 0
3600.03/3514.45	c time for arithmetic operations	: 37896549187
3600.03/3514.45	c minimum degree of deleted constraints	: 300
3600.03/3514.45	c maximum degree of deleted constraints	: 529672723017908399502250808102022242836476615775383832663134530895454634933522243055861102341517197004283200
3600.03/3514.45	c number of deleted constraints	: 200963
3600.03/3514.46	c speed (assignments/second)	: 67713.08725215051
3600.03/3514.46	c non guided choices	: 145
3600.03/3514.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 240
3600.03/3514.47	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31377
3600.03/3514.47	s UNKNOWN
3600.03/3514.47	c Total wall clock time (in seconds): 3514.28

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445771-1721328477/watcher-4445771-1721328477 -o /tmp/evaluation-result-4445771-1721328477/solver-4445771-1721328477 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972843 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445771-1721328477.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 3.05 3.79 4.06 8/304 973833
/proc/meminfo: memFree=126923760/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=18975048 memory=63500 CPUtime=0.14 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 6943 0 0 0 12 2 0 0 20 0 18 0 185004873 19430449152 15875 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4743762 15875 5538 1 0 551323 0
[pid=973793/tid=973796] ppid=973789 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 5549 0 0 0 8 1 0 0 20 0 18 0 185004874 19430449152 15875 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=18975048 memory=1774770 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185004876 19430449152 15875 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185004877 19430449152 15875 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63500 KiB

[startup+0.208908 s]*
/proc/loadavg: 3.05 3.79 4.06 7/315 973844
/proc/meminfo: memFree=126886444/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=18975048 memory=76936 CPUtime=0.31 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 7508 0 0 0 29 2 0 0 20 0 18 0 185004873 19430449152 19234 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4743762 19234 5743 1 0 551711 0
[pid=973793/tid=973796] ppid=973789 vsize=18975048 memory=8737651120394928259 CPUtime=0.19 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 5895 0 0 0 18 1 0 0 20 0 18 0 185004874 19430449152 19234 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=18975048 memory=1774770 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185004876 19430449152 19234 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185004877 19430449152 19234 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76936 KiB

[startup+0.305968 s]*
/proc/loadavg: 3.05 3.79 4.06 9/316 973845
/proc/meminfo: memFree=126786912/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19041612 memory=163760 CPUtime=0.48 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 7773 0 0 0 43 5 0 0 20 0 19 0 185004873 19498610688 40940 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4760403 40940 5775 1 0 552053 0
[pid=973793/tid=973796] ppid=973789 vsize=19041612 memory=-8960864088428421820 CPUtime=0.27 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 5952 0 0 0 24 3 0 0 20 0 19 0 185004874 19498610688 40940 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185004876 19498610688 40940 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185004877 19498610688 40940 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163760 KiB

[startup+0.703716 s]
/proc/loadavg: 3.05 3.79 4.06 7/317 973846
/proc/meminfo: memFree=126154464/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19041612 memory=930524 CPUtime=1.14 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 13390 0 0 0 93 21 0 0 20 0 19 0 185004873 19498610688 232631 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4760403 232631 5879 1 0 555181 0
[pid=973793/tid=973796] ppid=973789 vsize=19041612 memory=5540 CPUtime=0.65 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 6317 0 0 0 47 18 0 0 20 0 19 0 185004874 19498610688 232631 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185004876 19498610688 232631 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185004877 19498610688 232631 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 930524 KiB

[startup+1.5007 s]
/proc/loadavg: 3.05 3.79 4.06 7/317 973846
/proc/meminfo: memFree=124371236/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19041612 memory=1470164 CPUtime=2.69 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 20830 0 0 0 237 32 0 0 20 0 19 0 185004873 19498610688 367541 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4760403 367541 5879 1 0 867960 0
[pid=973793/tid=973796] ppid=973789 vsize=19041612 memory=12508 CPUtime=1.41 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 6677 0 0 0 113 28 0 0 20 0 19 0 185004874 19498610688 367541 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185004876 19498610688 367541 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185004877 19498610688 367541 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1470164 KiB

[startup+3.10576 s]
/proc/loadavg: 3.36 3.85 4.08 6/317 973912
/proc/meminfo: memFree=123147264/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19041612 memory=2548104 CPUtime=5.35 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 21952 0 0 0 482 53 0 0 20 0 19 0 185004873 19498610688 637026 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4760403 637026 5879 1 0 867976 0
[pid=973793/tid=973796] ppid=973789 vsize=19041612 memory=938488 CPUtime=2.98 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 7203 0 0 0 249 49 0 0 20 0 19 0 185004874 19498610688 637026 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185004876 19498610688 637026 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185004877 19498610688 637026 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2548104 KiB

[startup+6.30044 s]
/proc/loadavg: 3.36 3.85 4.08 6/317 973912
/proc/meminfo: memFree=120936908/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19041612 memory=3546120 CPUtime=9.22 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 23605 0 0 0 848 74 0 0 20 0 19 0 185004873 19498610688 886530 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4760403 886530 5879 1 0 1120771 0
[pid=973793/tid=973796] ppid=973789 vsize=19041612 memory=0 CPUtime=5.99 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 8080 0 0 0 530 69 0 0 20 0 19 0 185004874 19498610688 886530 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19041612 memory=2547848 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185004876 19498610688 886530 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19041612 memory=11420 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185004877 19498610688 886530 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3546120 KiB

[startup+12.7007 s]
/proc/loadavg: 3.77 3.92 4.10 6/319 973916
/proc/meminfo: memFree=119815648/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3549872 CPUtime=19.46 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 26577 0 0 0 1870 76 0 0 20 0 20 0 185004873 19566772224 887468 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 887468 5879 1 0 1122230 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=11420 CPUtime=12.24 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 8730 0 0 0 1155 69 0 0 20 0 20 0 185004874 19566772224 887468 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 887468 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=45376 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 887468 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 887468 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 19.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3549872 KiB

[startup+25.5005 s]
/proc/loadavg: 4.12 3.99 4.12 5/319 973917
/proc/meminfo: memFree=119797232/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3552432 CPUtime=33.38 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 36625 0 0 0 3258 80 0 0 20 0 20 0 185004873 19566772224 888108 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 888108 5879 1 0 1122246 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=16192 CPUtime=24.74 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 11803 0 0 0 2404 70 0 0 20 0 20 0 185004874 19566772224 888108 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 888108 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=3546120 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 888108 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=-9175066545705231036 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 888108 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 33.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3552432 KiB

[startup+51.1135 s]
/proc/loadavg: 4.16 4.00 4.12 5/319 973922
/proc/meminfo: memFree=118827852/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3553440 CPUtime=59.92 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 45916 0 0 0 5909 83 0 0 20 0 20 0 185004873 19566772224 888360 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 888360 5879 1 0 1122469 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=-9175066545705231036 CPUtime=49.64 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 15609 0 0 0 4894 70 0 0 20 0 20 0 185004874 19566772224 888360 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=3553388 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 888360 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=3553188 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 888360 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=3553212 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 888360 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 59.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3553440 KiB


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

/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 763429 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=3053716 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 2020 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 763429 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 763429 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 3170.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3053716 KiB

[startup+3162.31 s]
/proc/loadavg: 4.42 4.32 4.28 6/319 975667
/proc/meminfo: memFree=119371108/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3053716 CPUtime=3235.82 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 317292 0 0 0 323263 319 0 0 20 0 20 0 185004873 19566772224 763429 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 763429 5903 1 0 774162 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=3053712 CPUtime=3090.82 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 129985 0 0 0 308989 93 0 0 20 0 20 0 185004874 19566772224 763429 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 59 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=3053716 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 763429 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=3053716 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 2022 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 763429 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=3053716 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 763429 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 3235.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3053716 KiB

[startup+3222.3 s]
/proc/loadavg: 4.37 4.32 4.28 5/319 975677
/proc/meminfo: memFree=118623568/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3053720 CPUtime=3300.9 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 321830 0 0 0 329764 326 0 0 20 0 20 0 185004873 19566772224 763430 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 763430 5903 1 0 774162 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=3053716 CPUtime=3149.16 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 131902 0 0 0 314823 93 0 0 20 0 20 0 185004874 19566772224 763430 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 59 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=3053716 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 763430 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=3053716 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 2103 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 763430 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=3053716 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 763430 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 3300.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3053720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.29 4.27 5/319 975688
/proc/meminfo: memFree=118819416/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3053732 CPUtime=3364.34 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 332888 0 0 0 336102 332 0 0 20 0 20 0 185004873 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 763433 5903 1 0 774162 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=3053720 CPUtime=3207.9 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 134815 0 0 0 320697 93 0 0 20 0 20 0 185004874 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 59 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=3053716 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 2103 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=45484 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 3364.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3053732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.31 4.28 5/319 975699
/proc/meminfo: memFree=118808868/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3053732 CPUtime=3425.03 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 333577 0 0 0 342168 335 0 0 20 0 20 0 185004873 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 763433 5903 1 0 774162 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=11420 CPUtime=3266.68 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 135446 0 0 0 326574 94 0 0 20 0 20 0 185004874 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 59 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=45484 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=3053732 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 2103 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=3053732 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 763433 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 3425.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3053732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.34 4.29 5/319 975710
/proc/meminfo: memFree=118276152/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3579040 CPUtime=3485.9 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 337366 0 0 0 348241 349 0 0 20 0 20 0 185004873 19566772224 894760 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 894760 5903 1 0 907794 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=3053732 CPUtime=3325.23 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 137559 0 0 0 332420 103 0 0 20 0 20 0 185004874 19566772224 894760 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 59 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 894760 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=3579040 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 2173 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 894760 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=3579040 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 894760 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 3485.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3579040 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.33 4.28 6/319 975721
/proc/meminfo: memFree=117626700/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3579052 CPUtime=3546.92 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 338154 0 0 0 354341 351 0 0 20 0 20 0 185004873 19566772224 894763 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 894763 5903 1 0 907794 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=3053732 CPUtime=3383.89 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 137933 0 0 0 338286 103 0 0 20 0 20 0 185004874 19566772224 894763 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 59 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 894763 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=3579044 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 2173 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 894763 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=3579044 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 894763 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 3546.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3579052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3514.4 s]
/proc/loadavg: 4.35 4.34 4.29 8/317 975796
/proc/meminfo: memFree=117369084/131655788 swapFree=131070704/131071996
[pid=973793] ppid=973789 vsize=19108176 memory=3579056 CPUtime=3600.03 cores=1,3
/proc/973793/stat : 973793 (java) S 973789 973793 972831 0 -1 1077936128 338728 0 0 0 359650 353 0 0 20 0 20 0 185004873 19566772224 894764 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
/proc/973793/statm: 4777044 894764 5903 1 0 907794 0
[pid=973793/tid=973796] ppid=973789 vsize=19108176 memory=3579056 CPUtime=3434.77 cores=1,3
/proc/973793/task/973796/stat : 973796 (java) R 973789 973793 972831 0 -1 4194368 138358 0 0 0 343374 103 0 0 20 0 20 0 185004874 19566772224 894764 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 59 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973809] ppid=973789 vsize=19108176 memory=32180 CPUtime=0 cores=1,3
/proc/973793/task/973809/stat : 973809 (Finalizer) S 973789 973793 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004876 19566772224 894764 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973816] ppid=973789 vsize=19108176 memory=25544 CPUtime=0 cores=1,3
/proc/973793/task/973816/stat : 973816 (Common-Cleaner) S 973789 973793 972831 0 -1 1077936192 2173 0 0 0 0 0 0 0 20 0 20 0 185004877 19566772224 894764 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
[pid=973793/tid=973916] ppid=973789 vsize=19108176 memory=1832 CPUtime=0 cores=1,3
/proc/973793/task/973916/stat : 973916 (Timer-0) S 973789 973793 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005702 19566772224 894764 134679101440 94477233864704 94477233868400 140722767401136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477233876216 94477233877008 94477245038592 140722767406068 140722767406176 140722767406176 140722767413192 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3579056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.64 s, system=3.57415 s

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

[startup+3514.51 s]*
/proc/loadavg: 4.35 4.34 4.29 5/298 975799
/proc/meminfo: memFree=120935304/131655788 swapFree=131070704/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3514.52
CPU time (s): 3600.21
CPU user time (s): 3596.64
CPU system time (s): 3.57415
CPU usage (%): 102.438
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4447116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.64
system time used= 3.57415
maximum resident set size= 4447116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128346
involuntary context switches= 9017


# summary of solver processes directly reported to runsolver:
#   pid: 973793
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3596.64
#   total CPU system time (s): 3.57415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6117 second user time and 35.939 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 20:48:10
IDJOB=4445771
IDBENCH=154365
IDSOLVER=3052
FILE ID=nodeC011/4445771-1721328477
RUNJOBID= nodeC011-1721328481-972843
SLURM_JOB_ID= 7542688
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12011_1-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445771-1721328477/watcher-4445771-1721328477 -o /tmp/evaluation-result-4445771-1721328477/solver-4445771-1721328477 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972843 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445771-1721328477.opb

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

MD5SUM BENCH= cdcb4d035b8e87f1109f75a28aea48eb
RANDOM SEED=158456656

nodeC011.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.120
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.20
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		: 2992.837
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.31
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		: 3648.429
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.20
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		: 3391.843
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.31
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		: 2992.882
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.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.246
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.31
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		: 3491.610
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.20
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		: 3650.681
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126985976 kB
MemAvailable:   127466152 kB
Buffers:          515232 kB
Cached:           805100 kB
SwapCached:          132 kB
Active:          1022368 kB
Inactive:        3153892 kB
Active(anon):       1428 kB
Inactive(anon):  2891880 kB
Active(file):    1020940 kB
Inactive(file):   262012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              8296 kB
Writeback:             0 kB
AnonPages:       2855796 kB
Mapped:           124964 kB
Shmem:             37400 kB
KReclaimable:      74848 kB
Slab:             156860 kB
SReclaimable:      74848 kB
SUnreclaim:        82012 kB
KernelStack:        4456 kB
PageTables:        14716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5574924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2445312 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC011 at 2024-07-18 21:46:44