Trace number 4459621

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.4 3580.47

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
MD5SUMf98457bb85703d2b548256a3e6b4fdef
Bench CategoryDEC-NLC (decision problem, non-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 benchmark7.06734
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31340
Sum of products size (including duplicates)62680
Number of different products15670
Sum of products size31340

Solver Data

0.20/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.20/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.20/0.24	c See www.sat4j.org for details.
0.20/0.26	c version CUSTOM.v20240707
0.20/0.28	c java.runtime.name	OpenJDK Runtime Environment
0.20/0.28	c java.vm.name		OpenJDK 64-Bit Server VM
0.20/0.28	c java.vm.version	22.0.1+8-16
0.20/0.29	c java.vm.vendor	Oracle Corporation
0.20/0.29	c sun.arch.data.model	64
0.20/0.29	c java.version		22.0.1
0.20/0.29	c os.name		Linux
0.20/0.29	c os.version		4.18.0-301.1.el8.x86_64
0.20/0.29	c os.arch		amd64
0.20/0.29	c Free memory 		2113181440
0.20/0.30	c Max memory 		16282288128
0.20/0.30	c Total memory 		2122317824
0.20/0.30	c Number of processors 	2
0.49/0.49	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.49	 - never skip resolution steps
0.49/0.49	 - Auto-division on coefficients is disabled
0.49/0.49	 - No postprocessing
0.49/0.49	 - Conflict is considered as is when resolving
0.49/0.49	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.49/0.49	 - Weaken first using unassigned literals
0.49/0.49	 - Bump strategy: ALWAYS_ONE
0.49/0.49	 - Bumper: ASSIGNED
0.49/0.49	--- Begin Solver configuration ---
0.49/0.49	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.49/0.49	Learn all clauses as in MiniSAT
0.49/0.49	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.49	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.49	No reason simplification
0.49/0.49	Armin Biere (Picosat) restarts strategy
0.49/0.49	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.49/0.49	timeout=2147483s
0.49/0.49	DB Simplification allowed=false
0.49/0.49	Listener: none
0.49/0.49	--- End Solver configuration ---
0.49/0.50	c Pseudo Boolean Optimization by upper bound
0.49/0.50	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.50	c  - never skip resolution steps
0.49/0.50	c  - Auto-division on coefficients is disabled
0.49/0.50	c  - No postprocessing
0.49/0.50	c  - Conflict is considered as is when resolving
0.49/0.50	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.49/0.50	c  - Weaken first using unassigned literals
0.49/0.50	c  - Bump strategy: ALWAYS_ONE
0.49/0.50	c  - Bumper: ASSIGNED
0.49/0.50	c --- Begin Solver configuration ---
0.49/0.50	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.49/0.50	c Learn all clauses as in MiniSAT
0.49/0.50	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.50	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.50	c No reason simplification
0.49/0.50	c Armin Biere (Picosat) restarts strategy
0.49/0.50	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.49/0.50	c timeout=2147483s
0.49/0.50	c DB Simplification allowed=false
0.49/0.50	c Listener: none
0.49/0.50	c --- End Solver configuration ---
0.49/0.50	c solving HOME/instance-4459621-1721932567.opb
0.49/0.50	c reading problem ... 
0.49/0.50	c  no objective function found
2.73/1.60	c ... done. Wall clock time 1.097s.
2.73/1.60	c declared #vars     1000
2.73/1.60	c internal #vars     16670
2.73/1.60	c #constraints  32843
2.73/1.60	c constraints type 
2.73/1.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
2.73/1.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
2.73/1.60	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 15670
2.73/1.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
2.73/1.60	c 32843 constraints processed.
32.02/25.29	c cleaning 2409 clauses out of 5000 with flag 0/5000
91.80/83.59	c cleaning 4212 clauses out of 8591 with flag 0/11000
231.10/221.92	c cleaning 5574 clauses out of 11379 with flag 0/18000
491.46/480.67	c cleaning 6856 clauses out of 13805 with flag 0/26000
996.38/984.82	c cleaning 7904 clauses out of 15949 with flag 0/35000
1158.32/1145.48	c cleaning 8882 clauses out of 18046 with flag 0/45001
1316.26/1300.60	c cleaning 9952 clauses out of 20163 with flag 0/56000
2222.46/2203.54	c cleaning 11022 clauses out of 22211 with flag 0/68000
2895.15/2875.54	c cleaning 11967 clauses out of 24192 with flag 0/81003
3600.08/3580.32	c starts		: 88
3600.08/3580.33	c conflicts		: 85611
3600.08/3580.35	c decisions		: 1666805
3600.08/3580.35	c propagations		: 53952615
3600.08/3580.35	c inspects		: 707076280
3600.08/3580.35	c shortcuts		: 0
3600.08/3580.35	c learnt literals	: 0
3600.08/3580.35	c learnt binary clauses	: 0
3600.08/3580.35	c learnt ternary clauses	: 0
3600.08/3580.35	c learnt constraints	: 85611
3600.08/3580.35	c ignored constraints	: 0
3600.08/3580.35	c root simplifications	: 0
3600.08/3580.36	c removed literals (reason simplification)	: 0
3600.08/3580.36	c reason swapping (by a shorter reason)	: 0
3600.08/3580.36	c Calls to reduceDB	: 9
3600.08/3580.36	c Number of update (reduction) of LBD	: 0
3600.08/3580.36	c Imported unit clauses	: 0
3600.08/3580.36	c No decision after first conflict	: false
3600.08/3580.36	c number of reductions to clauses (during analyze)	: 0
3600.08/3580.36	c number of learned constraints concerned by reduction	: 0
3600.08/3580.36	c number of learning phase by resolution	: 0
3600.08/3580.36	c number of learning phase by cutting planes	: 0
3600.08/3580.36	c number of rounding to 1 operations	: 652394
3600.08/3580.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3580.36	c number of reductions of the coefficients by power 2 	: 0
3600.08/3580.36	c number of right shift for reduction by power 2 	: 0
3600.08/3580.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3580.40	c number of ending skipping 	: 0
3600.08/3580.40	c number of internal skipping 	: 0
3600.08/3580.40	c number of derivation steps 	: 867772
3600.08/3580.40	c number of skipped derivation steps 	: 0
3600.08/3580.40	c number of remaining unassigned 	: 108396
3600.08/3580.40	c number of remaining assigned 	: 17614303
3600.08/3580.40	c number of falsified literals weakened from reason	: 0
3600.08/3580.40	c number of falsified literals weakened from conflict	: 0
3600.08/3580.40	c time for arithmetic operations	: 21451982758
3600.08/3580.40	c minimum degree of deleted constraints	: 16
3600.08/3580.40	c maximum degree of deleted constraints	: 1675433
3600.08/3580.40	c number of deleted constraints	: 68778
3600.08/3580.40	c speed (assignments/second)	: 15075.725932959165
3600.08/3580.40	c non guided choices	: 16698
3600.27/3580.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3838
3600.27/3580.44	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.27/3580.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12993
3600.27/3580.45	s UNKNOWN
3600.27/3580.45	c Total wall clock time (in seconds): 3579.954

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459621-1721932567/watcher-4459621-1721932567 -o /tmp/evaluation-result-4459621-1721932567/solver-4459621-1721932567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721932566-246684 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459621-1721932567.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=246780, runsolver pid=246776

[startup+0.100079 s]*
/proc/loadavg: 0.06 0.08 0.09 9/293 246806
/proc/meminfo: memFree=99807820/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=18374956 memory=47444 CPUtime=0.05 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 5654 0 0 0 2 3 0 0 20 0 9 0 29245750 18815954944 11861 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16784588 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4593739 11861 4637 1 0 547808 0
[pid=246780/tid=246783] ppid=246776 vsize=18374956 memory=4026531971 CPUtime=0.04 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 5086 0 0 0 2 2 0 0 20 0 9 0 29245753 18815954944 11861 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18374956 KiB
Current children cumulated memory: 47444 KiB

[startup+0.215032 s]*
/proc/loadavg: 0.06 0.08 0.09 7/290 246822
/proc/meminfo: memFree=99837096/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=18975048 memory=56832 CPUtime=0.2 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 6602 0 0 0 16 4 0 0 20 0 18 0 29245750 19430449152 14208 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4743762 14208 5714 1 0 550924 0
[pid=246780/tid=246783] ppid=246776 vsize=18975048 memory=3472328300254199927 CPUtime=0.13 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 5519 0 0 0 10 3 0 0 20 0 18 0 29245753 19430449152 14208 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=18975048 memory=1122399 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29245762 19430449152 14208 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=18975048 memory=15542937727536228 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29245763 19430449152 14208 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56832 KiB

[startup+0.313963 s]*
/proc/loadavg: 0.06 0.08 0.09 6/282 246828
/proc/meminfo: memFree=99827620/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=18975048 memory=65264 CPUtime=0.35 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 7184 0 0 0 30 5 0 0 20 0 18 0 29245750 19430449152 16316 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4743762 16316 5704 1 0 551390 0
[pid=246780/tid=246783] ppid=246776 vsize=18975048 memory=8316850467074736180 CPUtime=0.21 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 5731 0 0 0 18 3 0 0 20 0 18 0 29245753 19430449152 16316 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=18975048 memory=1122376 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29245762 19430449152 16316 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=18975048 memory=13848590292355434 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29245763 19430449152 16316 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65264 KiB

[startup+0.701027 s]
/proc/loadavg: 0.06 0.08 0.09 6/265 246836
/proc/meminfo: memFree=99870892/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=18975048 memory=88880 CPUtime=1.01 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 7851 0 0 0 95 6 0 0 20 0 18 0 29245750 19430449152 22220 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4743762 22220 5868 1 0 551790 0
[pid=246780/tid=246783] ppid=246776 vsize=18975048 memory=16096 CPUtime=0.53 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 6084 0 0 0 49 4 0 0 20 0 18 0 29245753 19430449152 22220 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=18975048 memory=3904 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29245762 19430449152 22220 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=18975048 memory=31948 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29245763 19430449152 22220 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88880 KiB

[startup+1.50102 s]
/proc/loadavg: 0.69 0.21 0.13 6/267 246838
/proc/meminfo: memFree=99714700/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19041612 memory=632132 CPUtime=2.53 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 14787 0 0 0 227 26 0 0 20 0 19 0 29245750 19498610688 158033 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4760403 158033 5903 1 0 1242553 0
[pid=246780/tid=246783] ppid=246776 vsize=19041612 memory=0 CPUtime=1.15 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 6319 0 0 0 95 20 0 0 20 0 19 0 29245753 19498610688 158033 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19041612 memory=12108 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29245762 19498610688 158033 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19041612 memory=31948 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 29245763 19498610688 158033 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 632132 KiB

[startup+3.10702 s]
/proc/loadavg: 0.69 0.21 0.13 13/312 247016
/proc/meminfo: memFree=99076740/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=742884 CPUtime=5.69 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 19959 0 0 0 540 29 0 0 20 0 20 0 29245750 19566772224 185721 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 185721 5903 1 0 1246396 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=12108 CPUtime=2.64 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 6437 0 0 0 242 22 0 0 20 0 20 0 29245753 19566772224 185721 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 185721 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=31948 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29245763 19566772224 185721 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=-8743285018108601020 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 185721 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 742884 KiB

[startup+6.3003 s]
/proc/loadavg: 1.44 0.37 0.18 10/315 247153
/proc/meminfo: memFree=97637400/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=1234660 CPUtime=11.05 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 22543 0 0 0 1062 43 0 0 20 0 20 0 29245750 19566772224 308665 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 308665 5903 1 0 1247265 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=0 CPUtime=5.76 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 6758 0 0 0 542 34 0 0 20 0 20 0 29245753 19566772224 308665 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=-8743285018108601020 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 308665 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=1234652 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29245763 19566772224 308665 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=-8743285018108601020 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 308665 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 11.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1234660 KiB

[startup+12.7005 s]
/proc/loadavg: 1.64 0.43 0.20 6/318 247158
/proc/meminfo: memFree=93315284/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=2171812 CPUtime=18.89 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 32596 0 0 0 1825 64 0 0 20 0 20 0 29245750 19566772224 542953 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 542953 5919 1 0 1247270 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=2171144 CPUtime=12.02 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 8111 0 0 0 1151 51 0 0 20 0 20 0 29245753 19566772224 542953 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=69132 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 542953 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29245763 19566772224 542953 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=2224 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 542953 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 18.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2171812 KiB

[startup+25.5005 s]
/proc/loadavg: 2.17 0.58 0.25 5/318 247159
/proc/meminfo: memFree=87306204/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=2674028 CPUtime=32.49 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 35904 0 0 0 3174 75 0 0 20 0 20 0 29245750 19566772224 668507 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 668507 5919 1 0 1247379 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=2171144 CPUtime=24.5 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 10270 0 0 0 2389 61 0 0 20 0 20 0 29245753 19566772224 668507 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=2673500 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 668507 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29245763 19566772224 668507 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=2376516 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 668507 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 32.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2674028 KiB

[startup+51.1135 s]
/proc/loadavg: 3.01 0.94 0.39 5/318 247164
/proc/meminfo: memFree=85851088/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=3055380 CPUtime=58.92 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 46584 0 0 0 5806 86 0 0 20 0 20 0 29245750 19566772224 763845 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 763845 5935 1 0 1247386 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=11756 CPUtime=49.62 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 13280 0 0 0 4895 67 0 0 20 0 20 0 29245753 19566772224 763845 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=3030740 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 763845 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=5464 CPUtime=0 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 29245763 19566772224 763845 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=69132 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 763845 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 58.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3055380 KiB


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

[startup+3222.3 s]
/proc/loadavg: 4.35 4.42 4.26 5/321 249135
/proc/meminfo: memFree=78654624/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3242.44 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 240703 0 0 0 323915 329 0 0 20 0 20 0 29245750 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 1232933 5965 1 0 1248370 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=4930588 CPUtime=3185.22 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 107177 0 0 0 318433 89 0 0 20 0 20 0 29245753 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=5464 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=4931732 CPUtime=0.01 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 3795 0 0 0 0 1 0 0 20 0 20 0 29245763 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=-8743285018108601020 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 3242.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4931732 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.41 4.27 5/321 249203
/proc/meminfo: memFree=78770372/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3302.39 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 242486 0 0 0 329908 331 0 0 20 0 20 0 29245750 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 1232933 5965 1 0 1248370 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=11756 CPUtime=3244.98 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 108678 0 0 0 324408 90 0 0 20 0 20 0 29245753 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=4931732 CPUtime=0.01 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 3926 0 0 0 0 1 0 0 20 0 20 0 29245763 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=4931732 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 3302.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4931732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.44 4.42 4.28 5/321 249217
/proc/meminfo: memFree=78770140/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3362.36 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 243439 0 0 0 335901 335 0 0 20 0 20 0 29245750 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 1232933 5965 1 0 1248370 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=16096 CPUtime=3304.68 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 109178 0 0 0 330378 90 0 0 20 0 20 0 29245753 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=4931732 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=11756 CPUtime=0.01 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 3926 0 0 0 0 1 0 0 20 0 20 0 29245763 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=4931732 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 3362.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4931732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.54 4.45 4.30 7/321 249227
/proc/meminfo: memFree=78769800/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3422.28 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 245511 0 0 0 341890 338 0 0 20 0 20 0 29245750 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 1232933 5965 1 0 1248370 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3364.24 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 110439 0 0 0 336334 90 0 0 20 0 20 0 29245753 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=69356 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=12108 CPUtime=0.01 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 4055 0 0 0 0 1 0 0 20 0 20 0 29245763 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=5456 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 3422.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4931732 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.43 4.30 6/319 249237
/proc/meminfo: memFree=78769424/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3482.26 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 246116 0 0 0 347885 341 0 0 20 0 20 0 29245750 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 1232933 5965 1 0 1248370 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=69356 CPUtime=3423.99 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 110898 0 0 0 342309 90 0 0 20 0 20 0 29245753 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=12108 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=11756 CPUtime=0.01 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 4055 0 0 0 0 1 0 0 20 0 20 0 29245763 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=4931732 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 3482.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4931732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.35 4.27 4/293 249281
/proc/meminfo: memFree=82556760/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3542.19 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 247424 0 0 0 353874 345 0 0 20 0 20 0 29245750 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 1232933 5965 1 0 1248370 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3483.81 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 112041 0 0 0 348291 90 0 0 20 0 20 0 29245753 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=4931732 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=69356 CPUtime=0.01 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 4056 0 0 0 0 1 0 0 20 0 20 0 29245763 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=4931732 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 3542.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4931732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.3 s]
/proc/loadavg: 3.52 4.15 4.21 4/291 249293
/proc/meminfo: memFree=82556444/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19108176 memory=4931732 CPUtime=3600.08 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 249066 0 0 0 359660 348 0 0 20 0 20 0 29245750 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4777044 1232933 5965 1 0 1248370 0
[pid=246780/tid=246783] ppid=246776 vsize=19108176 memory=25560 CPUtime=3541.51 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 113146 0 0 0 354061 90 0 0 20 0 20 0 29245753 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19108176 memory=21400 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29245762 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19108176 memory=11756 CPUtime=0.01 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 4183 0 0 0 0 1 0 0 20 0 20 0 29245763 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246850] ppid=246776 vsize=19108176 memory=21400 CPUtime=0 cores=4,6
/proc/246780/task/246850/stat : 246850 (Timer-0) S 246776 246780 246673 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29245911 19566772224 1232933 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4931732 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.89 s, system=3.50499 s

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

[startup+3580.41 s]
/proc/loadavg: 3.52 4.15 4.21 4/291 249293
/proc/meminfo: memFree=82556444/131655788 swapFree=131062644/131071996
[pid=246780] ppid=246776 vsize=19307868 memory=4932480 CPUtime=3600.27 cores=4,6
/proc/246780/stat : 246780 (java) S 246776 246780 246673 0 -1 1077936128 251416 0 0 0 359679 348 0 0 20 0 21 0 29245750 19771256832 1233120 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
/proc/246780/statm: 4826967 1233120 5964 1 0 1249289 0
[pid=246780/tid=246783] ppid=246776 vsize=19307868 memory=16096 CPUtime=3541.61 cores=4,6
/proc/246780/task/246783/stat : 246783 (java) R 246776 246780 246673 0 -1 4194368 113148 0 0 0 354071 90 0 0 20 0 21 0 29245753 19771256832 1233120 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246810] ppid=246776 vsize=19307868 memory=-8743285018108601020 CPUtime=0 cores=4,6
/proc/246780/task/246810/stat : 246810 (Finalizer) S 246776 246780 246673 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29245762 19771256832 1233120 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
[pid=246780/tid=246817] ppid=246776 vsize=19307868 memory=100 CPUtime=0.01 cores=4,6
/proc/246780/task/246817/stat : 246817 (Common-Cleaner) S 246776 246780 246673 0 -1 1077936192 4183 0 0 0 0 1 0 0 20 0 21 0 29245763 19771256832 1233120 134679101440 94364059783168 94364059786864 140722855842912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364059794680 94364059795472 94364070457344 140722855846895 140722855847008 140722855847008 140722855854024 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4932480 KiB

Child status: 143

Real time (s): 3580.47
CPU time (s): 3600.4
CPU user time (s): 3596.89
CPU system time (s): 3.50499
CPU usage (%): 100.557
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4932480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.89
system time used= 3.50499
maximum resident set size= 4933524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251807
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118965
involuntary context switches= 9708


# summary of solver processes directly reported to runsolver:
#   pid: 246780
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.89
#   total CPU system time (s): 3.50499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8251 second user time and 36.629 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-25 20:36:07
IDJOB=4459621
IDBENCH=148253
IDSOLVER=3046
FILE ID=nodeC003/4459621-1721932567
RUNJOBID= nodeC003-1721932566-246684
SLURM_JOB_ID= 8247084
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459621-1721932567/watcher-4459621-1721932567 -o /tmp/evaluation-result-4459621-1721932567/solver-4459621-1721932567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721932566-246684 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459621-1721932567.opb

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

MD5SUM BENCH= f98457bb85703d2b548256a3e6b4fdef
RANDOM SEED=1436264550

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.276
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		: 1197.273
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.09
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.273
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		: 1197.277
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.09
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.336
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		: 1197.285
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.09
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.275
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:        99875524 kB
MemAvailable:   129700020 kB
Buffers:          330340 kB
Cached:         30037684 kB
SwapCached:          968 kB
Active:          2538200 kB
Inactive:       28238200 kB
Active(anon):       2544 kB
Inactive(anon):   459268 kB
Active(file):    2535656 kB
Inactive(file): 27778932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131062644 kB
Dirty:              3468 kB
Writeback:             0 kB
AnonPages:        407328 kB
Mapped:           130032 kB
Shmem:             53440 kB
KReclaimable:     571652 kB
Slab:             686196 kB
SReclaimable:     571652 kB
SUnreclaim:       114544 kB
KernelStack:        4368 kB
PageTables:        11092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5158384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14752 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:      394056 kB
DirectMap2M:    40404992 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC003 at 2024-07-25 21:35:48