Trace number 4427527

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.17 3539.09

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx92.opb
MD5SUM8416d641e22e8376ddac92bbd41682d6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.38946
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7164
Total number of constraints7824
Number of constraints which are clauses7155
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1132
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4427527-1720998037.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
0.68/0.49	c ... done. Wall clock time 0.326s.
0.68/0.49	c declared #vars     7164
0.68/0.49	c #constraints  7916
0.68/0.49	c constraints type 
0.68/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7155
0.68/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
0.68/0.49	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 576
0.68/0.49	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.68/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 92
0.68/0.49	c 7916 constraints processed.
0.68/0.50	c objective function length is 9 literals
19.14/15.76	c cleaning 2499 clauses out of 5000 with flag 0/5000
49.04/44.92	c cleaning 4238 clauses out of 8501 with flag 0/11000
83.51/78.65	c cleaning 5628 clauses out of 11263 with flag 0/18000
144.94/137.56	c cleaning 6806 clauses out of 13636 with flag 0/26001
205.84/197.52	c cleaning 7903 clauses out of 15829 with flag 0/35000
285.45/276.23	c cleaning 8961 clauses out of 17926 with flag 0/45000
396.17/385.41	c cleaning 9952 clauses out of 19966 with flag 0/56001
596.03/584.26	c cleaning 10978 clauses out of 22014 with flag 0/68001
721.85/707.43	c cleaning 11999 clauses out of 24035 with flag 0/81000
877.23/860.12	c cleaning 13000 clauses out of 26036 with flag 0/95000
1065.54/1044.81	c cleaning 13997 clauses out of 28036 with flag 0/110000
1358.27/1331.01	c cleaning 15010 clauses out of 30039 with flag 0/126000
2441.34/2394.40	c cleaning 16007 clauses out of 32029 with flag 0/143000
2729.09/2674.76	c cleaning 16984 clauses out of 34022 with flag 0/161000
3600.00/3539.03	c starts		: 105
3600.00/3539.03	c conflicts		: 166498
3600.00/3539.03	c decisions		: 575148
3600.00/3539.03	c propagations		: 26173603
3600.00/3539.03	c inspects		: 517938728
3600.00/3539.03	c shortcuts		: 0
3600.00/3539.03	c learnt literals	: 0
3600.00/3539.03	c learnt binary clauses	: 0
3600.00/3539.03	c learnt ternary clauses	: 0
3600.00/3539.03	c learnt constraints	: 166498
3600.00/3539.03	c ignored constraints	: 0
3600.00/3539.03	c root simplifications	: 0
3600.00/3539.03	c removed literals (reason simplification)	: 0
3600.00/3539.03	c reason swapping (by a shorter reason)	: 0
3600.00/3539.03	c Calls to reduceDB	: 14
3600.00/3539.03	c Number of update (reduction) of LBD	: 6640
3600.00/3539.03	c Imported unit clauses	: 0
3600.00/3539.03	c No decision after first conflict	: false
3600.00/3539.03	c number of reductions to clauses (during analyze)	: 0
3600.00/3539.03	c number of learned constraints concerned by reduction	: 0
3600.00/3539.03	c number of learning phase by resolution	: 0
3600.00/3539.03	c number of learning phase by cutting planes	: 0
3600.00/3539.03	c number of rounding to 1 operations	: 733700
3600.00/3539.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3539.03	c number of reductions of the coefficients by power 2 	: 0
3600.00/3539.03	c number of right shift for reduction by power 2 	: 0
3600.00/3539.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3539.04	c number of ending skipping 	: 0
3600.00/3539.04	c number of internal skipping 	: 0
3600.00/3539.04	c number of derivation steps 	: 844903
3600.00/3539.04	c number of skipped derivation steps 	: 0
3600.00/3539.04	c number of remaining unassigned 	: 421706
3600.00/3539.04	c number of remaining assigned 	: 152860453
3600.00/3539.04	c number of falsified literals weakened from reason	: 0
3600.00/3539.04	c number of falsified literals weakened from conflict	: 0
3600.00/3539.04	c time for arithmetic operations	: 13003512330
3600.00/3539.04	c minimum degree of deleted constraints	: 8
3600.00/3539.04	c maximum degree of deleted constraints	: 17638717328
3600.00/3539.04	c number of deleted constraints	: 143962
3600.00/3539.04	c speed (assignments/second)	: 7396.757518106419
3600.00/3539.04	c non guided choices	: 10565
3600.00/3539.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4011
3600.00/3539.07	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1697
3600.00/3539.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 16828
3600.00/3539.07	s UNKNOWN
3600.00/3539.07	c Total wall clock time (in seconds): 3538.916

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (57665 MiB free)
  memory of node 1: 64473 MiB (60992 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427527-1720998037/watcher-4427527-1720998037 -o /tmp/evaluation-result-4427527-1720998037/solver-4427527-1720998037 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720994549-779122 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427527-1720998037.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.101341 s]*
/proc/loadavg: 4.35 4.39 4.27 5/331 781687
/proc/meminfo: memFree=121461912/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=18975048 memory=64760 CPUtime=0.13 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 7060 0 0 0 11 2 0 0 20 0 18 0 151971815 19430449152 16190 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4743762 16190 5683 1 0 549318 0
[pid=781669/tid=781671] ppid=781666 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 1077936192 5645 0 0 0 7 1 0 0 20 0 18 0 151971815 19430449152 16190 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151971818 19430449152 16190 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=18975048 memory=13564899112540450 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151971818 19430449152 16190 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64760 KiB

[startup+0.206244 s]*
/proc/loadavg: 4.35 4.39 4.27 7/331 781687
/proc/meminfo: memFree=121422892/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=18975048 memory=109456 CPUtime=0.33 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 7603 0 0 0 30 3 0 0 20 0 18 0 151971815 19430449152 27364 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4743762 27364 5699 1 0 549652 0
[pid=781669/tid=781671] ppid=781666 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 5973 0 0 0 16 2 0 0 20 0 18 0 151971815 19430449152 27364 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=18975048 memory=17016 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151971818 19430449152 27364 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151971818 19430449152 27364 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 109456 KiB

[startup+0.314231 s]*
/proc/loadavg: 4.35 4.39 4.27 7/332 781688
/proc/meminfo: memFree=121362724/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19041612 memory=163880 CPUtime=0.51 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 9268 0 0 0 47 4 0 0 20 0 19 0 151971815 19498610688 40970 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4760403 40970 5848 1 0 550987 0
[pid=781669/tid=781671] ppid=781666 vsize=19041612 memory=-8743567614004339388 CPUtime=0.25 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 5997 0 0 0 22 3 0 0 20 0 19 0 151971815 19498610688 40970 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151971818 19498610688 40970 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151971818 19498610688 40970 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163880 KiB

[startup+0.708232 s]
/proc/loadavg: 4.35 4.39 4.27 6/333 781689
/proc/meminfo: memFree=121227740/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=329568 CPUtime=1.27 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 13393 0 0 0 119 8 0 0 20 0 20 0 151971815 19566772224 82392 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 82392 5902 1 0 554006 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=5464 CPUtime=0.6 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 6216 0 0 0 54 6 0 0 20 0 20 0 151971815 19566772224 82392 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=13116 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 82392 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=7235542545404414926 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 82392 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=280530352665576 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 82392 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 329568 KiB

[startup+1.50123 s]
/proc/loadavg: 4.56 4.44 4.28 6/333 781689
/proc/meminfo: memFree=121136436/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=517716 CPUtime=2.85 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 16075 0 0 0 272 13 0 0 20 0 20 0 151971815 19566772224 129429 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 129429 5902 1 0 555283 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=13116 CPUtime=1.35 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 6375 0 0 0 125 10 0 0 20 0 20 0 151971815 19566772224 129429 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 129429 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 129429 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=280530352514320 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 129429 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 517716 KiB

[startup+3.10623 s]
/proc/loadavg: 4.56 4.44 4.28 9/333 781757
/proc/meminfo: memFree=122993012/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=873536 CPUtime=6.02 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 22075 0 0 0 582 20 0 0 20 0 20 0 151971815 19566772224 218384 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 218384 5902 1 0 555402 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=0 CPUtime=2.86 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 6751 0 0 0 271 15 0 0 20 0 20 0 151971815 19566772224 218384 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=13116 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 218384 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 218384 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=11388 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 218384 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 873536 KiB

[startup+6.30027 s]
/proc/loadavg: 4.51 4.43 4.28 5/333 781759
/proc/meminfo: memFree=121476120/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=1490796 CPUtime=9.44 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 25084 0 0 0 912 32 0 0 20 0 20 0 151971815 19566772224 372699 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 372699 5902 1 0 1081795 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=0 CPUtime=5.92 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 7646 0 0 0 567 25 0 0 20 0 20 0 151971815 19566772224 372699 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=13116 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 372699 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=6944656425123290226 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 372699 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=13116 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 372699 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 9.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1490796 KiB

[startup+12.7003 s]
/proc/loadavg: 4.47 4.42 4.28 7/331 781838
/proc/meminfo: memFree=122634188/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=1970084 CPUtime=15.98 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 25436 0 0 0 1557 41 0 0 20 0 20 0 151971815 19566772224 492521 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 492521 5902 1 0 1081796 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=13116 CPUtime=12.12 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 7867 0 0 0 1179 33 0 0 20 0 20 0 151971815 19566772224 492521 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 492521 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=-8743567614004339388 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 492521 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=2212 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 492521 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 15.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1970084 KiB

[startup+25.5003 s]
/proc/loadavg: 4.55 4.44 4.29 5/333 781911
/proc/meminfo: memFree=119712184/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=2503180 CPUtime=29.17 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 31562 0 0 0 2864 53 0 0 20 0 20 0 151971815 19566772224 625795 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 625795 5902 1 0 1081830 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=11388 CPUtime=24.51 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 10003 0 0 0 2415 36 0 0 20 0 20 0 151971815 19566772224 625795 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=2503120 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 625795 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=38840 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 625795 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=13116 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 625795 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 29.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2503180 KiB

[startup+51.1059 s]
/proc/loadavg: 4.63 4.46 4.30 7/333 781981
/proc/meminfo: memFree=117914844/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=3187768 CPUtime=55.33 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 39089 0 0 0 5465 68 0 0 20 0 20 0 151971815 19566772224 796942 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 796942 5918 1 0 1081836 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=3187668 CPUtime=49.4 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 13563 0 0 0 4899 41 0 0 20 0 20 0 151971815 19566772224 796942 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 796942 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0

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

/proc/meminfo: memFree=112451364/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=4075728 CPUtime=3220.89 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 401506 0 0 0 321839 250 0 0 20 0 20 0 151971815 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 1018932 5959 1 0 1029079 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=4075728 CPUtime=3122.22 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 127929 0 0 0 312162 60 0 0 20 0 20 0 151971815 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=4075728 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=5464 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 2999 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=4075728 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 3220.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4075728 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.14 4.17 7/333 783330
/proc/meminfo: memFree=112450716/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=4075728 CPUtime=3280.87 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 401984 0 0 0 327835 252 0 0 20 0 20 0 151971815 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 1018932 5959 1 0 1029079 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=4075728 CPUtime=3181.96 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 128267 0 0 0 318136 60 0 0 20 0 20 0 151971815 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=4075728 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=4075728 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 3002 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=38840 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 3280.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4075728 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.17 4.18 7/332 783723
/proc/meminfo: memFree=112449044/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=4075728 CPUtime=3340.84 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 402957 0 0 0 333830 254 0 0 20 0 20 0 151971815 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 1018932 5959 1 0 1029079 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=4075728 CPUtime=3241.69 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 129076 0 0 0 324109 60 0 0 20 0 20 0 151971815 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=4075728 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=4075728 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 3002 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=4075728 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 1018932 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 3340.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4075728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.18 4.18 6/332 783735
/proc/meminfo: memFree=112448740/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3402.19 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 408207 0 0 0 339962 257 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 1018935 5959 1 0 1029081 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3301.42 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 130566 0 0 0 330082 60 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=338474 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=4075740 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 3054 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=11388 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 3402.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4075740 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.16 4.18 6/332 783748
/proc/meminfo: memFree=112447560/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3462.19 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 409063 0 0 0 345960 259 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 1018935 5959 1 0 1029081 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3360.95 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 131014 0 0 0 336035 60 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 30 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=13116 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=4075740 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 3055 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=-8743567614004339388 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 3462.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4075740 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.15 4.17 6/334 783929
/proc/meminfo: memFree=112446448/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3523.4 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 413835 0 0 0 352077 263 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 1018935 5959 1 0 1029081 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3420.46 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 132493 0 0 0 341985 61 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=38840 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=38840 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 3058 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=11388 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 3523.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4075740 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.17 6/335 783940
/proc/meminfo: memFree=112445732/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3583.34 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 414663 0 0 0 358070 264 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 1018935 5959 1 0 1029081 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3480.2 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 133035 0 0 0 347959 61 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=26092 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=11388 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=4075740 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 3583.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4075740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3539 s]*
/proc/loadavg: 4.16 4.15 4.17 6/335 783943
/proc/meminfo: memFree=112445548/131524600 swapFree=131071996/131071996
[pid=781669] ppid=781666 vsize=19108176 memory=4075740 CPUtime=3600 cores=5,7
/proc/781669/stat : 781669 (java) S 781666 781669 779109 0 -1 1077936128 414722 0 0 0 359736 264 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
/proc/781669/statm: 4777044 1018935 5959 1 0 1029081 0
[pid=781669/tid=781671] ppid=781666 vsize=19108176 memory=-8815903380189127356 CPUtime=3496.86 cores=5,7
/proc/781669/task/781671/stat : 781671 (java) R 781666 781669 779109 0 -1 4194368 133093 0 0 0 349625 61 0 0 20 0 20 0 151971815 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781680] ppid=781666 vsize=19108176 memory=8329303638535347612 CPUtime=0 cores=5,7
/proc/781669/task/781680/stat : 781680 (Finalizer) S 781666 781669 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781687] ppid=781666 vsize=19108176 memory=3983692 CPUtime=0 cores=5,7
/proc/781669/task/781687/stat : 781687 (Common-Cleaner) S 781666 781669 779109 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 20 0 151971818 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
[pid=781669/tid=781689] ppid=781666 vsize=19108176 memory=-8815903380189127356 CPUtime=0 cores=5,7
/proc/781669/task/781689/stat : 781689 (Timer-0) S 781666 781669 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971865 19566772224 1018935 134679101440 94562285780992 94562285784688 140728812986912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94562285792504 94562285793296 94562290241536 140728812995568 140728812995681 140728812995681 140728813002696 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4075740 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.51 s, system=2.66426 s

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

Child status: 143

Real time (s): 3539.09
CPU time (s): 3600.17
CPU user time (s): 3597.51
CPU system time (s): 2.66426
CPU usage (%): 101.726
Max. virtual memory (cumulated for all children) (KiB): 19112212
Max. memory (cumulated for all children) (KiB): 4298684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.51
system time used= 2.66426
maximum resident set size= 4298684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 416540
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118646
involuntary context switches= 10172


# summary of solver processes directly reported to runsolver:
#   pid: 781669
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.51
#   total CPU system time (s): 2.66426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.66409 second user time and 18.757 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-15 01:00:50
IDJOB=4427527
IDBENCH=148773
IDSOLVER=3046
FILE ID=nodeC030/4427527-1720998037
RUNJOBID= nodeC030-1720994549-779122
SLURM_JOB_ID= 7505324
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx92.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427527-1720998037/watcher-4427527-1720998037 -o /tmp/evaluation-result-4427527-1720998037/solver-4427527-1720998037 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720994549-779122 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427527-1720998037.opb

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

MD5SUM BENCH= 8416d641e22e8376ddac92bbd41682d6
RANDOM SEED=716307364

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121505880 kB
MemAvailable:   122329400 kB
Buffers:          339912 kB
Cached:          1317724 kB
SwapCached:            0 kB
Active:           541864 kB
Inactive:        8865708 kB
Active(anon):       1540 kB
Inactive(anon):  7786144 kB
Active(file):     540324 kB
Inactive(file):  1079564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1460 kB
Writeback:             0 kB
AnonPages:       7746128 kB
Mapped:           122968 kB
Shmem:             37720 kB
KReclaimable:      86908 kB
Slab:             191232 kB
SReclaimable:      86908 kB
SUnreclaim:       104324 kB
KernelStack:        5056 kB
PageTables:        25240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8226048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7450624 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:      217812 kB
DirectMap2M:    14235648 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 889860 MiB
End job on nodeC030 at 2024-07-15 01:59:49