Trace number 4441985

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.25 3559.22

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUM94ed12462fdb637cfaac2f219d20a948
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.831382
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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.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-4441985-1721296445.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
1.07/0.68	c ... done. Wall clock time 0.53s.
1.07/0.68	c declared #vars     4602
1.07/0.68	c #constraints  30353
1.07/0.68	c constraints type 
1.07/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1.07/0.68	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.07/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1.07/0.68	c 30353 constraints processed.
13.76/10.45	c cleaning 2492 clauses out of 5001 with flag 0/5001
20.09/16.57	c cleaning 4233 clauses out of 8508 with flag 0/11000
29.72/26.07	c cleaning 5603 clauses out of 11278 with flag 0/18003
36.65/32.83	c cleaning 6822 clauses out of 13672 with flag 0/26000
48.99/44.78	c cleaning 7910 clauses out of 15850 with flag 0/35000
69.29/64.74	c cleaning 8952 clauses out of 17941 with flag 0/45001
99.07/94.05	c cleaning 9948 clauses out of 19988 with flag 0/56000
111.35/106.03	c cleaning 10085 clauses out of 22040 with flag 0/68000
132.35/126.51	c cleaning 9670 clauses out of 24955 with flag 0/81000
164.80/158.44	c cleaning 12103 clauses out of 29285 with flag 0/95000
219.70/212.62	c cleaning 13286 clauses out of 32182 with flag 0/110000
278.38/270.41	c cleaning 15085 clauses out of 34896 with flag 0/126000
327.81/319.07	c cleaning 14501 clauses out of 36811 with flag 0/143000
364.77/355.12	c cleaning 13564 clauses out of 40313 with flag 0/161003
408.61/398.14	c cleaning 14628 clauses out of 45746 with flag 0/180000
441.09/429.45	c cleaning 15375 clauses out of 51119 with flag 0/200001
522.83/510.59	c cleaning 16577 clauses out of 56743 with flag 0/221000
549.98/537.07	c cleaning 11861 clauses out of 62167 with flag 0/243001
582.90/569.40	c cleaning 12688 clauses out of 73305 with flag 0/266000
623.10/608.70	c cleaning 15044 clauses out of 84621 with flag 0/290004
685.32/669.02	c cleaning 16373 clauses out of 94573 with flag 0/315000
741.15/723.79	c cleaning 15526 clauses out of 104200 with flag 0/341000
804.38/785.74	c cleaning 17282 clauses out of 115675 with flag 0/368001
893.54/873.32	c cleaning 17691 clauses out of 126392 with flag 0/396000
1004.97/982.32	c cleaning 25627 clauses out of 137705 with flag 0/425004
1256.53/1231.58	c cleaning 26898 clauses out of 142074 with flag 0/455000
1480.48/1453.16	c cleaning 25974 clauses out of 146177 with flag 0/486001
1573.00/1543.35	c cleaning 19313 clauses out of 152203 with flag 0/518001
2458.72/2426.93	c cleaning 30776 clauses out of 165891 with flag 0/551002
3340.91/3306.37	c cleaning 33874 clauses out of 169114 with flag 0/585001
3476.25/3438.34	c cleaning 29341 clauses out of 170239 with flag 0/620000
3600.09/3559.11	c starts		: 167
3600.09/3559.12	c conflicts		: 639986
3600.09/3559.12	c decisions		: 1018307
3600.09/3559.12	c propagations		: 26526425
3600.09/3559.12	c inspects		: 2433075672
3600.09/3559.12	c shortcuts		: 0
3600.09/3559.12	c learnt literals	: 0
3600.09/3559.12	c learnt binary clauses	: 0
3600.09/3559.12	c learnt ternary clauses	: 0
3600.09/3559.12	c learnt constraints	: 639986
3600.09/3559.12	c ignored constraints	: 0
3600.09/3559.12	c root simplifications	: 0
3600.09/3559.12	c removed literals (reason simplification)	: 0
3600.09/3559.12	c reason swapping (by a shorter reason)	: 0
3600.09/3559.12	c Calls to reduceDB	: 31
3600.09/3559.12	c Number of update (reduction) of LBD	: 4328
3600.09/3559.12	c Imported unit clauses	: 0
3600.09/3559.12	c No decision after first conflict	: false
3600.09/3559.12	c number of reductions to clauses (during analyze)	: 0
3600.09/3559.12	c number of learned constraints concerned by reduction	: 0
3600.09/3559.12	c number of learning phase by resolution	: 0
3600.09/3559.12	c number of learning phase by cutting planes	: 0
3600.09/3559.12	c number of rounding to 1 operations	: 2856376
3600.09/3559.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3559.12	c number of reductions of the coefficients by power 2 	: 0
3600.09/3559.12	c number of right shift for reduction by power 2 	: 0
3600.09/3559.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3559.12	c number of ending skipping 	: 0
3600.09/3559.12	c number of internal skipping 	: 0
3600.09/3559.12	c number of derivation steps 	: 6018572
3600.09/3559.12	c number of skipped derivation steps 	: 0
3600.09/3559.12	c number of remaining unassigned 	: 227906
3600.09/3559.12	c number of remaining assigned 	: 125300600
3600.09/3559.12	c number of falsified literals weakened from reason	: 0
3600.09/3559.12	c number of falsified literals weakened from conflict	: 0
3600.09/3559.12	c time for arithmetic operations	: 11498234769
3600.09/3559.12	c timeout
3600.09/3559.13	c minimum degree of deleted constraints	: 4
3600.09/3559.13	c maximum degree of deleted constraints	: 2030720398
3600.09/3559.13	c number of deleted constraints	: 479102
3600.09/3559.13	c speed (assignments/second)	: 7454.520034790575
3600.09/3559.13	c non guided choices	: 24811
3600.09/3559.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 107740
3600.09/3559.19	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3909
3600.09/3559.19	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 49235
3600.09/3559.19	s UNKNOWN
3600.09/3559.19	c Total wall clock time (in seconds): 3559.038

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441985-1721296445/watcher-4441985-1721296445 -o /tmp/evaluation-result-4441985-1721296445/solver-4441985-1721296445 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920403 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441985-1721296445.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=923056, runsolver pid=923053
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.60 4.63 4.57 7/331 923074
/proc/meminfo: memFree=111732312/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=18975048 memory=63000 CPUtime=0.14 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 7237 0 0 0 12 2 0 0 20 0 18 0 181805068 19430449152 15750 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4743762 15750 5620 1 0 549356 0
[pid=923056/tid=923058] ppid=923053 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4456512 5776 0 0 0 7 1 0 0 20 0 18 0 181805069 19430449152 15750 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181805071 19430449152 15750 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181805072 19430449152 15750 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63000 KiB

[startup+0.205858 s]*
/proc/loadavg: 4.60 4.63 4.57 7/331 923074
/proc/meminfo: memFree=111705056/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=18975048 memory=94540 CPUtime=0.34 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 7799 0 0 0 31 3 0 0 20 0 18 0 181805068 19430449152 23635 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4743762 23635 5845 1 0 549702 0
[pid=923056/tid=923058] ppid=923053 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 6065 0 0 0 16 2 0 0 20 0 18 0 181805069 19430449152 23635 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=18975048 memory=14994 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181805071 19430449152 23635 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181805072 19430449152 23635 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94540 KiB

[startup+0.305843 s]*
/proc/loadavg: 4.60 4.63 4.57 7/332 923075
/proc/meminfo: memFree=111633100/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19041612 memory=162408 CPUtime=0.51 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 8670 0 0 0 47 4 0 0 20 0 19 0 181805068 19498610688 40602 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4760403 40602 5845 1 0 550492 0
[pid=923056/tid=923058] ppid=923053 vsize=19041612 memory=-8960028459675198140 CPUtime=0.25 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) S 923053 923056 920389 0 -1 1077936192 6101 0 0 0 22 3 0 0 20 0 19 0 181805069 19498610688 40602 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181805071 19498610688 40602 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181805072 19498610688 40602 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162408 KiB

[startup+0.703856 s]
/proc/loadavg: 4.60 4.63 4.57 6/332 923075
/proc/meminfo: memFree=111281144/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19109300 memory=851276 CPUtime=1.27 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 16050 0 0 0 107 20 0 0 20 0 20 0 181805068 19567923200 212819 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777325 212819 5845 1 0 553962 0
[pid=923056/tid=923058] ppid=923053 vsize=19109300 memory=5560 CPUtime=0.62 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 6461 0 0 0 46 16 0 0 20 0 20 0 181805069 19567923200 212819 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19109300 memory=13012 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19567923200 212819 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19109300 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181805072 19567923200 212819 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19109300 KiB
Current children cumulated memory: 851276 KiB

[startup+1.50887 s]
/proc/loadavg: 4.60 4.63 4.57 8/333 923076
/proc/meminfo: memFree=110928772/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=865908 CPUtime=2.85 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 21813 0 0 0 264 21 0 0 20 0 20 0 181805068 19566772224 216477 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 216477 5845 1 0 557353 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=13012 CPUtime=1.38 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 6497 0 0 0 122 16 0 0 20 0 20 0 181805069 19566772224 216477 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 216477 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 216477 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 216477 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 865908 KiB

[startup+3.10886 s]
/proc/loadavg: 4.79 4.67 4.58 5/333 923076
/proc/meminfo: memFree=110536836/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=1307052 CPUtime=5.98 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 22384 0 0 0 567 31 0 0 20 0 20 0 181805068 19566772224 326763 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 326763 5845 1 0 557358 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) S 923053 923056 920389 0 -1 1077936192 6840 0 0 0 269 26 0 0 20 0 20 0 181805069 19566772224 326763 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 326763 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 326763 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 326763 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1307052 KiB

[startup+6.30029 s]
/proc/loadavg: 4.79 4.67 4.58 5/333 923078
/proc/meminfo: memFree=109824996/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=2037924 CPUtime=9.51 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 26636 0 0 0 905 46 0 0 20 0 20 0 181805068 19566772224 509481 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 509481 5845 1 0 1083747 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=0 CPUtime=6.04 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 8116 0 0 0 564 40 0 0 20 0 20 0 181805069 19566772224 509481 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 509481 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 509481 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=43380 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 509481 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 9.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2037924 KiB

[startup+12.7003 s]
/proc/loadavg: 4.72 4.65 4.58 5/333 923078
/proc/meminfo: memFree=108812896/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=2910708 CPUtime=16.16 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 31496 0 0 0 1552 64 0 0 20 0 20 0 181805068 19566772224 727677 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 727677 5845 1 0 1083807 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=862304 CPUtime=12.25 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 9636 0 0 0 1169 56 0 0 20 0 20 0 181805069 19566772224 727677 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=2898420 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 727677 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=1311148 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 727677 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 727677 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 16.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2910708 KiB

[startup+25.5003 s]
/proc/loadavg: 4.64 4.64 4.58 5/332 923081
/proc/meminfo: memFree=108202824/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=3429116 CPUtime=29.22 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 33242 0 0 0 2844 78 0 0 20 0 20 0 181805068 19566772224 857279 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 857279 5845 1 0 1083812 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=2898420 CPUtime=24.77 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 10824 0 0 0 2408 69 0 0 20 0 20 0 181805069 19566772224 857279 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=3429032 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 857279 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 857279 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=6943526294502006880 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 857279 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 29.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3429116 KiB

[startup+51.1059 s]
/proc/loadavg: 4.63 4.64 4.58 5/332 923084
/proc/meminfo: memFree=107988156/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=3509468 CPUtime=55.48 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 40508 0 0 0 5466 82 0 0 20 0 20 0 181805068 19566772224 877367 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 877367 5860 1 0 1083817 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=3476496 CPUtime=49.72 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 14165 0 0 0 4902 70 0 0 20 0 20 0 181805069 19566772224 877367 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=3476572 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 877367 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 877367 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0

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

/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=4282228 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 4223 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=4282228 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 3197.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4282228 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.36 4.36 6/331 925003
/proc/meminfo: memFree=106286116/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=4282228 CPUtime=3257.06 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 335723 0 0 0 325427 279 0 0 20 0 20 0 181805068 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 1070557 5883 1 0 1085080 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=4282228 CPUtime=3170.39 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 154060 0 0 0 316938 101 0 0 20 0 20 0 181805069 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=4282228 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=4282228 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 4322 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 3257.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4282228 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.34 4.35 5/331 925013
/proc/meminfo: memFree=106283200/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=4282228 CPUtime=3317.11 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 340176 0 0 0 331429 282 0 0 20 0 20 0 181805068 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 1070557 5883 1 0 1085080 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=28384 CPUtime=3229.9 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 156882 0 0 0 322888 102 0 0 20 0 20 0 181805069 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=1976 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 4421 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=4282228 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 1070557 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 3317.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4282228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.31 4.34 5/331 925023
/proc/meminfo: memFree=106233064/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=4282704 CPUtime=3377.46 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 345696 0 0 0 337461 285 0 0 20 0 20 0 181805068 19566772224 1070676 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 1070676 5883 1 0 1085190 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=26268 CPUtime=3288.65 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 160215 0 0 0 328763 102 0 0 20 0 20 0 181805069 19566772224 1070676 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 1070676 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=4282704 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 4475 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 1070676 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=4282704 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 1070676 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 3377.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4282704 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.28 4.33 6/333 925039
/proc/meminfo: memFree=106230020/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=4282940 CPUtime=3439.61 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 360322 0 0 0 343671 290 0 0 20 0 20 0 181805068 19566772224 1070735 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 1070735 5883 1 0 1085216 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=4282704 CPUtime=3347.24 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 163542 0 0 0 334622 102 0 0 20 0 20 0 181805069 19566772224 1070735 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=4282800 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 1070735 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 4513 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 1070735 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=4282940 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 1070735 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 3439.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4282940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.32 4.34 6/332 925049
/proc/meminfo: memFree=106228976/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=4282944 CPUtime=3500.86 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 365548 0 0 0 349792 294 0 0 20 0 20 0 181805068 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 1070736 5883 1 0 1085216 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=4282704 CPUtime=3405.57 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 166317 0 0 0 340454 103 0 0 20 0 20 0 181805069 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=4282944 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=4282944 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 4612 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=4282944 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 3500.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4282944 KiB

[startup+3522.3 s]
/proc/loadavg: 4.51 4.38 4.36 5/332 925261
/proc/meminfo: memFree=111116180/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=4282944 CPUtime=3561.66 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 370411 0 0 0 355869 297 0 0 20 0 20 0 181805068 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 1070736 5883 1 0 1085216 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=4282944 CPUtime=3464.26 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 169340 0 0 0 346322 104 0 0 20 0 20 0 181805069 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=4282944 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=4282944 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 4711 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=4282944 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 1070736 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 3561.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4282944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.11 s]
/proc/loadavg: 4.44 4.38 4.36 5/332 925269
/proc/meminfo: memFree=111057712/131524600 swapFree=131071996/131071996
[pid=923056] ppid=923053 vsize=19108176 memory=4282976 CPUtime=3600.09 cores=5,7
/proc/923056/stat : 923056 (java) S 923053 923056 920389 0 -1 1077936128 384280 0 0 0 359708 301 0 0 20 0 20 0 181805068 19566772224 1070744 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
/proc/923056/statm: 4777044 1070744 5883 1 0 1085220 0
[pid=923056/tid=923058] ppid=923053 vsize=19108176 memory=4282944 CPUtime=3500.49 cores=5,7
/proc/923056/task/923058/stat : 923058 (java) R 923053 923056 920389 0 -1 4194368 172386 0 0 0 349944 105 0 0 20 0 20 0 181805069 19566772224 1070744 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923067] ppid=923053 vsize=19108176 memory=4282976 CPUtime=0 cores=5,7
/proc/923056/task/923067/stat : 923067 (Finalizer) S 923053 923056 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181805071 19566772224 1070744 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923074] ppid=923053 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923074/stat : 923074 (Common-Cleaner) S 923053 923056 920389 0 -1 1077936192 4810 0 0 0 0 0 0 0 20 0 20 0 181805072 19566772224 1070744 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
[pid=923056/tid=923076] ppid=923053 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/923056/task/923076/stat : 923076 (Timer-0) S 923053 923056 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181805137 19566772224 1070744 134679101440 93855918735360 93855918739056 140734422752800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93855918746872 93855918747664 93855926276096 140734422758383 140734422758496 140734422758496 140734422765512 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4282976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=3.03918 s

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

[startup+3559.21 s]*
/proc/loadavg: 4.44 4.38 4.36 5/314 925272
/proc/meminfo: memFree=115216280/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3559.22
CPU time (s): 3600.25
CPU user time (s): 3597.21
CPU system time (s): 3.03918
CPU usage (%): 101.153
Max. virtual memory (cumulated for all children) (KiB): 19109300
Max. memory (cumulated for all children) (KiB): 4289484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 3.03918
maximum resident set size= 4289484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386486
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129713
involuntary context switches= 7856


# summary of solver processes directly reported to runsolver:
#   pid: 923056
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 3.03918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68045 second user time and 18.2123 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 11:54:17
IDJOB=4441985
IDBENCH=147759
IDSOLVER=3046
FILE ID=nodeC016/4441985-1721296445
RUNJOBID= nodeC016-1721292927-920403
SLURM_JOB_ID= 7542586
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441985-1721296445/watcher-4441985-1721296445 -o /tmp/evaluation-result-4441985-1721296445/solver-4441985-1721296445 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920403 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441985-1721296445.opb

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

MD5SUM BENCH= 94ed12462fdb637cfaac2f219d20a948
RANDOM SEED=1045086145

nodeC016.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.160
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.70
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		: 3670.066
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	: 7006.63
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.998
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.70
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		: 3608.616
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	: 7006.63
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		: 3661.186
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.70
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		: 3644.946
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	: 7006.63
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		: 3600.056
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.70
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		: 3654.169
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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        111774144 kB
MemAvailable:   115326160 kB
Buffers:          332076 kB
Cached:          4057928 kB
SwapCached:            0 kB
Active:           501756 kB
Inactive:       18616856 kB
Active(anon):       1568 kB
Inactive(anon): 14764788 kB
Active(file):     500188 kB
Inactive(file):  3852068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1880 kB
Writeback:             0 kB
AnonPages:      14727128 kB
Mapped:           126824 kB
Shmem:             37720 kB
KReclaimable:      78816 kB
Slab:             187020 kB
SReclaimable:      78816 kB
SUnreclaim:       108204 kB
KernelStack:        5020 kB
PageTables:        38792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16173808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68832 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14344192 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-18 12:53:36