Trace number 4446305

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.58 3240.56

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-77.opb
MD5SUM71fdab66bbdfc1c9c6ce1eef27fb98d4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1621.08
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4446305-1721336416.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
6.16/4.31	c ... done. Wall clock time 4.153s.
6.16/4.31	c declared #vars     10086
6.16/4.31	c #constraints  226608
6.16/4.31	c constraints type 
6.16/4.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
6.16/4.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
6.16/4.31	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 22218
6.16/4.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
6.16/4.31	c 226608 constraints processed.
8.29/5.41	c cleaning 6 clauses out of 5001 with flag 0/5001
10.05/6.65	c cleaning 23 clauses out of 10995 with flag 0/11001
13.48/8.65	c cleaning 145 clauses out of 17971 with flag 0/18000
16.46/11.16	c cleaning 136 clauses out of 25828 with flag 0/26002
19.54/14.22	c cleaning 76 clauses out of 34690 with flag 0/35000
23.60/18.10	c cleaning 347 clauses out of 44615 with flag 0/45001
30.00/24.41	c cleaning 958 clauses out of 55267 with flag 0/56000
38.38/32.75	c cleaning 1482 clauses out of 66309 with flag 0/68000
46.90/41.25	c cleaning 341 clauses out of 77827 with flag 0/81000
56.91/50.89	c cleaning 679 clauses out of 91489 with flag 0/95003
70.96/64.81	c cleaning 383 clauses out of 105807 with flag 0/110000
89.32/83.16	c cleaning 858 clauses out of 121424 with flag 0/126000
108.46/102.22	c cleaning 2401 clauses out of 137569 with flag 0/143003
136.57/130.12	c cleaning 2391 clauses out of 153166 with flag 0/161001
173.54/166.66	c cleaning 3720 clauses out of 169778 with flag 0/180004
201.93/194.96	c cleaning 2112 clauses out of 186058 with flag 0/200004
240.13/232.77	c cleaning 952 clauses out of 204942 with flag 0/221000
282.38/274.52	c cleaning 2742 clauses out of 225991 with flag 0/243001
348.81/339.97	c cleaning 3167 clauses out of 246249 with flag 0/266001
415.02/405.67	c cleaning 2149 clauses out of 267083 with flag 0/290002
470.08/460.38	c cleaning 2204 clauses out of 289932 with flag 0/315000
533.29/522.15	c cleaning 4730 clauses out of 313728 with flag 0/341000
639.22/627.93	c cleaning 1497 clauses out of 335998 with flag 0/368000
716.82/704.61	c cleaning 4284 clauses out of 362501 with flag 0/396000
806.21/793.30	c cleaning 4281 clauses out of 387217 with flag 0/425000
903.00/888.46	c cleaning 4147 clauses out of 412936 with flag 0/455000
1023.97/1008.30	c cleaning 5984 clauses out of 439789 with flag 0/486000
1143.94/1126.80	c cleaning 7487 clauses out of 465805 with flag 0/518000
1268.29/1249.80	c cleaning 6785 clauses out of 491318 with flag 0/551000
1370.45/1347.01	c cleaning 8564 clauses out of 518533 with flag 0/585000
1542.19/1508.71	c cleaning 5739 clauses out of 544969 with flag 0/620000
1731.14/1678.54	c cleaning 3940 clauses out of 575230 with flag 0/656000
1894.41/1823.75	c cleaning 6976 clauses out of 608290 with flag 0/693000
2048.28/1958.27	c cleaning 7439 clauses out of 639315 with flag 0/731001
2230.73/2099.40	c cleaning 8621 clauses out of 670878 with flag 0/770003
2490.38/2314.10	c cleaning 6450 clauses out of 702256 with flag 0/810002
2898.44/2641.88	c cleaning 3085 clauses out of 736804 with flag 0/851000
3273.07/2946.88	c cleaning 2937 clauses out of 775721 with flag 0/893002
3527.79/3178.95	c cleaning 4605 clauses out of 815784 with flag 0/936002
3600.11/3240.36	c starts		: 186
3600.11/3240.39	c conflicts		: 945437
3600.11/3240.39	c decisions		: 2844239
3600.11/3240.39	c propagations		: 240184408
3600.11/3240.39	c inspects		: 15809354583
3600.11/3240.39	c shortcuts		: 0
3600.11/3240.39	c learnt literals	: 0
3600.11/3240.39	c learnt binary clauses	: 132
3600.11/3240.39	c learnt ternary clauses	: 1185
3600.11/3240.39	c learnt constraints	: 945437
3600.11/3240.39	c ignored constraints	: 0
3600.11/3240.39	c root simplifications	: 0
3600.11/3240.39	c removed literals (reason simplification)	: 0
3600.11/3240.39	c reason swapping (by a shorter reason)	: 0
3600.11/3240.39	c Calls to reduceDB	: 39
3600.11/3240.39	c Number of update (reduction) of LBD	: 0
3600.11/3240.39	c Imported unit clauses	: 0
3600.11/3240.39	c No decision after first conflict	: false
3600.11/3240.39	c number of reductions to clauses (during analyze)	: 0
3600.11/3240.39	c number of learned constraints concerned by reduction	: 0
3600.11/3240.39	c number of learning phase by resolution	: 0
3600.11/3240.39	c number of learning phase by cutting planes	: 0
3600.11/3240.39	c number of rounding to 1 operations	: 3553436
3600.11/3240.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.11/3240.39	c number of reductions of the coefficients by power 2 	: 0
3600.11/3240.39	c number of right shift for reduction by power 2 	: 0
3600.11/3240.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.11/3240.39	c number of ending skipping 	: 0
3600.11/3240.39	c number of internal skipping 	: 0
3600.11/3240.39	c number of derivation steps 	: 19751981
3600.11/3240.39	c number of skipped derivation steps 	: 0
3600.11/3240.39	c number of remaining unassigned 	: 6013
3600.11/3240.39	c number of remaining assigned 	: 69442059
3600.11/3240.39	c number of falsified literals weakened from reason	: 0
3600.11/3240.39	c number of falsified literals weakened from conflict	: 0
3600.11/3240.39	c time for arithmetic operations	: 63390470986
3600.11/3240.39	c minimum degree of deleted constraints	: 4
3600.11/3240.39	c maximum degree of deleted constraints	: 991568
3600.11/3240.39	c number of deleted constraints	: 124823
3600.11/3240.39	c speed (assignments/second)	: 74221.17801785689
3600.11/3240.39	c non guided choices	: 90470
3600.11/3240.41	c timeout
3600.49/3240.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 617679
3600.49/3240.52	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 159
3600.49/3240.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 132
3600.49/3240.52	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 202644
3600.49/3240.52	s UNKNOWN
3600.49/3240.52	c Total wall clock time (in seconds): 3240.373

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446305-1721336416/watcher-4446305-1721336416 -o /tmp/evaluation-result-4446305-1721336416/solver-4446305-1721336416 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991973 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446305-1721336416.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=995948, runsolver pid=995945

[startup+0.101486 s]*
/proc/loadavg: 4.50 4.47 4.41 7/333 995966
/proc/meminfo: memFree=110288676/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=18975048 memory=63316 CPUtime=0.14 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 7235 0 0 0 12 2 0 0 20 0 18 0 185803995 19430449152 15829 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4743762 15829 5679 1 0 549357 0
[pid=995948/tid=995950] ppid=995945 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 1078198336 5767 0 0 0 7 1 0 0 20 0 18 0 185803995 19430449152 15829 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185803998 19430449152 15829 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185803998 19430449152 15829 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63316 KiB

[startup+0.205939 s]*
/proc/loadavg: 4.50 4.47 4.41 7/333 995966
/proc/meminfo: memFree=110239152/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=18975048 memory=110324 CPUtime=0.32 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 7773 0 0 0 29 3 0 0 20 0 18 0 185803995 19430449152 27581 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4743762 27581 5706 1 0 549675 0
[pid=995948/tid=995950] ppid=995945 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 6072 0 0 0 16 2 0 0 20 0 18 0 185803995 19430449152 27581 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=18975048 memory=1905144 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185803998 19430449152 27581 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185803998 19430449152 27581 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 110324 KiB

[startup+0.305688 s]*
/proc/loadavg: 4.50 4.47 4.41 7/334 995967
/proc/meminfo: memFree=110189168/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19041612 memory=162668 CPUtime=0.51 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 9486 0 0 0 46 5 0 0 20 0 19 0 185803995 19498610688 40667 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4760403 40667 5863 1 0 551054 0
[pid=995948/tid=995950] ppid=995945 vsize=19041612 memory=-8816184842264027836 CPUtime=0.25 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 6103 0 0 0 22 3 0 0 20 0 19 0 185803995 19498610688 40667 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185803998 19498610688 40667 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185803998 19498610688 40667 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162668 KiB

[startup+0.710942 s]
/proc/loadavg: 4.50 4.47 4.41 7/334 995967
/proc/meminfo: memFree=109747140/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19041612 memory=993188 CPUtime=1.27 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 12241 0 0 0 106 21 0 0 20 0 19 0 185803995 19498610688 248297 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4760403 248297 5879 1 0 552869 0
[pid=995948/tid=995950] ppid=995945 vsize=19041612 memory=5628 CPUtime=0.62 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 6501 0 0 0 43 19 0 0 20 0 19 0 185803995 19498610688 248297 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19041612 memory=13124 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185803998 19498610688 248297 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185803998 19498610688 248297 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 993188 KiB

[startup+1.50094 s]
/proc/loadavg: 4.50 4.47 4.41 6/336 995971
/proc/meminfo: memFree=109030728/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19041612 memory=1576996 CPUtime=2.81 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 22014 0 0 0 247 34 0 0 20 0 19 0 185803995 19498610688 394249 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4760403 394249 5879 1 0 1082920 0
[pid=995948/tid=995950] ppid=995945 vsize=19041612 memory=13124 CPUtime=1.34 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 6878 0 0 0 105 29 0 0 20 0 19 0 185803995 19498610688 394249 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185803998 19498610688 394249 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185803998 19498610688 394249 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1576996 KiB

[startup+3.10594 s]
/proc/loadavg: 4.54 4.48 4.41 5/336 995971
/proc/meminfo: memFree=106946072/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19041612 memory=3399228 CPUtime=4.91 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 24300 0 0 0 421 70 0 0 20 0 19 0 185803995 19498610688 849807 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4760403 849807 5879 1 0 1083748 0
[pid=995948/tid=995950] ppid=995945 vsize=19041612 memory=0 CPUtime=2.86 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 7766 0 0 0 221 65 0 0 20 0 19 0 185803995 19498610688 849807 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19041612 memory=13124 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185803998 19498610688 849807 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19041612 memory=2581688 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185803998 19498610688 849807 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3399228 KiB

[startup+6.30094 s]
/proc/loadavg: 4.54 4.48 4.41 5/337 995972
/proc/meminfo: memFree=106466588/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=3877324 CPUtime=9.46 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 25555 0 0 0 866 80 0 0 20 0 20 0 185803995 19566772224 969331 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 969331 5879 1 0 1205379 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=0 CPUtime=5.88 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 8242 0 0 0 514 74 0 0 20 0 20 0 185803995 19566772224 969331 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 969331 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 969331 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=3877136 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 969331 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 9.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3877324 KiB

[startup+12.701 s]
/proc/loadavg: 4.53 4.48 4.41 5/335 995973
/proc/meminfo: memFree=106464608/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=3879200 CPUtime=18.05 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 26913 0 0 0 1724 81 0 0 20 0 20 0 185803995 19566772224 969800 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 969800 5879 1 0 1205501 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=3879200 CPUtime=12.17 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 9138 0 0 0 1142 75 0 0 20 0 20 0 185803995 19566772224 969800 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 969800 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 969800 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=3876872 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 969800 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 18.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3879200 KiB

[startup+25.501 s]
/proc/loadavg: 4.53 4.48 4.41 5/335 995976
/proc/meminfo: memFree=106462220/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=3882276 CPUtime=31.15 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 34900 0 0 0 3032 83 0 0 20 0 20 0 185803995 19566772224 970569 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 970569 5911 1 0 1205517 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=0 CPUtime=24.67 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 11592 0 0 0 2391 76 0 0 20 0 20 0 185803995 19566772224 970569 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=3876872 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 970569 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=417 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 970569 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 970569 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 31.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3882276 KiB

[startup+51.1058 s]
/proc/loadavg: 4.35 4.44 4.40 5/335 995991
/proc/meminfo: memFree=106454956/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=3888772 CPUtime=57.22 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 47223 0 0 0 5636 86 0 0 20 0 20 0 185803995 19566772224 972193 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 972193 5911 1 0 1205534 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=3884580 CPUtime=49.78 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 14290 0 0 0 4902 76 0 0 20 0 20 0 185803995 19566772224 972193 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=3888772 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 972193 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=3888772 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 972193 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=3884580 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 972193 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 57.22 s
Current children cumulated vsize: 19108176 KiB

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

Current children cumulated memory: 8653652 KiB

[startup+2982.3 s]
/proc/loadavg: 4.86 5.11 4.93 6/331 997345
/proc/meminfo: memFree=98542344/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=8653692 CPUtime=3314.05 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 737897 0 0 0 330808 597 0 0 20 0 20 0 185803995 19566772224 2163423 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 2163423 5958 1 0 2176533 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=8653692 CPUtime=2906.85 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 333857 0 0 0 290486 199 0 0 20 0 20 0 185803995 19566772224 2163423 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163423 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=8653692 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 3029 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163423 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 2163423 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 3314.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8653692 KiB

[startup+3042.3 s]
/proc/loadavg: 4.88 5.08 4.93 7/333 997361
/proc/meminfo: memFree=98208324/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=8653708 CPUtime=3379.85 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 763062 0 0 0 337378 607 0 0 20 0 20 0 185803995 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 2163427 5958 1 0 2176533 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=8653692 CPUtime=2965.8 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 346373 0 0 0 296379 201 0 0 20 0 20 0 185803995 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=8653696 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=8653708 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 3155 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 3379.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8653708 KiB

[startup+3102.3 s]
/proc/loadavg: 4.93 5.06 4.93 6/333 997372
/proc/meminfo: memFree=97899576/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=8653708 CPUtime=3439.64 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 772261 0 0 0 343354 610 0 0 20 0 20 0 185803995 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 2163427 5958 1 0 2176533 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=14364 CPUtime=3025.14 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 352231 0 0 0 302312 202 0 0 20 0 20 0 185803995 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=8653708 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=8653708 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 3312 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=8653708 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 2163427 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 3439.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8653708 KiB

[startup+3162.3 s]
/proc/loadavg: 5.06 5.08 4.95 6/333 997382
/proc/meminfo: memFree=97612272/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=8654616 CPUtime=3507.08 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 798452 0 0 0 350086 622 0 0 20 0 20 0 185803995 19566772224 2163654 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 2163654 5958 1 0 2176779 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=8653708 CPUtime=3084.01 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 364660 0 0 0 308197 204 0 0 20 0 20 0 185803995 19566772224 2163654 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=8653708 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163654 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=2328 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 3376 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163654 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=8653712 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 2163654 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 3507.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8654616 KiB

[startup+3222.3 s]
/proc/loadavg: 5.06 5.07 4.95 5/333 997393
/proc/meminfo: memFree=97159228/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=8654736 CPUtime=3577.34 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 823524 0 0 0 357099 635 0 0 20 0 20 0 185803995 19566772224 2163684 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 2163684 5958 1 0 2176781 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=29676 CPUtime=3142.84 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 376852 0 0 0 314078 206 0 0 20 0 20 0 185803995 19566772224 2163684 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=-8816184842264027836 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163684 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=8654736 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 3466 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163684 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=8654736 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 2163684 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 3577.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8654736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3240.3 s]
/proc/loadavg: 5.20 5.10 4.97 6/333 997398
/proc/meminfo: memFree=97008520/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19108176 memory=8654744 CPUtime=3600.11 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 839227 0 0 0 359371 640 0 0 20 0 20 0 185803995 19566772224 2163686 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4777044 2163686 5958 1 0 2176783 0
[pid=995948/tid=995950] ppid=995945 vsize=19108176 memory=29676 CPUtime=3160.6 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) R 995945 995948 991963 0 -1 4194368 385696 0 0 0 315854 206 0 0 20 0 20 0 185803995 19566772224 2163686 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19108176 memory=8654736 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163686 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19108176 memory=8654740 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 3466 0 0 0 0 0 0 0 20 0 20 0 185803998 19566772224 2163686 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995972] ppid=995945 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/995948/task/995972/stat : 995972 (Timer-0) S 995945 995948 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185804427 19566772224 2163686 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8654744 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.15 s, system=6.43372 s

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

[startup+3240.42 s]
/proc/loadavg: 5.20 5.10 4.97 6/333 997398
/proc/meminfo: memFree=97008520/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19307868 memory=8655544 CPUtime=3600.34 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 842035 0 0 0 359394 640 0 0 20 0 21 0 185803995 19771256832 2163886 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4826967 2163886 5957 1 0 2177736 0
[pid=995948/tid=995950] ppid=995945 vsize=19307868 memory=-8816184842264027836 CPUtime=3160.67 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) S 995945 995948 991963 0 -1 1077936192 385779 0 0 0 315860 207 0 0 20 0 21 0 185803995 19771256832 2163886 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19307868 memory=20776 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185803998 19771256832 2163886 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19307868 memory=19760 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 3466 0 0 0 0 0 0 0 20 0 21 0 185803998 19771256832 2163886 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 8655544 KiB

[startup+3240.5 s]
/proc/loadavg: 5.20 5.10 4.97 6/333 997398
/proc/meminfo: memFree=97008520/131524600 swapFree=131071216/131071996
[pid=995948] ppid=995945 vsize=19307868 memory=8655548 CPUtime=3600.49 cores=0,2
/proc/995948/stat : 995948 (java) S 995945 995948 991963 0 -1 1077936128 842199 0 0 0 359409 640 0 0 20 0 21 0 185803995 19771256832 2163887 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
/proc/995948/statm: 4826967 2163887 5957 1 0 2177739 0
[pid=995948/tid=995950] ppid=995945 vsize=19307868 memory=29676 CPUtime=3160.67 cores=0,2
/proc/995948/task/995950/stat : 995950 (java) S 995945 995948 991963 0 -1 1077936192 385779 0 0 0 315860 207 0 0 20 0 21 0 185803995 19771256832 2163887 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995959] ppid=995945 vsize=19307868 memory=8654736 CPUtime=0 cores=0,2
/proc/995948/task/995959/stat : 995959 (Finalizer) S 995945 995948 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185803998 19771256832 2163887 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
[pid=995948/tid=995966] ppid=995945 vsize=19307868 memory=8654740 CPUtime=0 cores=0,2
/proc/995948/task/995966/stat : 995966 (Common-Cleaner) S 995945 995948 991963 0 -1 1077936192 3466 0 0 0 0 0 0 0 20 0 21 0 185803998 19771256832 2163887 134679101440 93903296364544 93903296368240 140731085810624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93903296376056 93903296376848 93903313080320 140731085816815 140731085816928 140731085816928 140731085823944 0
Current children cumulated CPU time: 3600.49 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 8655548 KiB

Child status: 143

Real time (s): 3240.56
CPU time (s): 3600.58
CPU user time (s): 3594.15
CPU system time (s): 6.43372
CPU usage (%): 111.11
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 8655548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.15
system time used= 6.43372
maximum resident set size= 8656276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 842471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120827
involuntary context switches= 46508


# summary of solver processes directly reported to runsolver:
#   pid: 995948
#   total CPU time (s): 3600.58
#   total CPU user time (s): 3594.15
#   total CPU system time (s): 6.43372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76588 second user time and 16.3776 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 23:00:28
IDJOB=4446305
IDBENCH=155555
IDSOLVER=3046
FILE ID=nodeC018/4446305-1721336416
RUNJOBID= nodeC018-1721330032-991973
SLURM_JOB_ID= 7542703
Free space on /tmp= 889672 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-77.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446305-1721336416/watcher-4446305-1721336416 -o /tmp/evaluation-result-4446305-1721336416/solver-4446305-1721336416 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991973 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446305-1721336416.opb

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

MD5SUM BENCH= 71fdab66bbdfc1c9c6ce1eef27fb98d4
RANDOM SEED=1905464334

nodeC018.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		: 3661.947
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.52
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		: 3685.154
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3633.002
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.52
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		: 3600.049
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3659.628
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.52
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		: 3685.162
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110330448 kB
MemAvailable:   112576552 kB
Buffers:          497280 kB
Cached:          2576936 kB
SwapCached:          148 kB
Active:          1414576 kB
Inactive:       19151000 kB
Active(anon):       1564 kB
Inactive(anon): 17535576 kB
Active(file):    1413012 kB
Inactive(file):  1615424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              9900 kB
Writeback:             8 kB
AnonPages:      17490944 kB
Mapped:           128152 kB
Shmem:             45784 kB
KReclaimable:     114980 kB
Slab:             211764 kB
SReclaimable:     114980 kB
SUnreclaim:        96784 kB
KernelStack:        5040 kB
PageTables:        44636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   18206200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17168384 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:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890020 MiB
End job on nodeC018 at 2024-07-18 23:54:29