Trace number 4427517

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUM40351a18114e83e0c165271c5d48a38f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74222
Best CPU time to get the best result obtained on this benchmark3600.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.38/0.34	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.34	 - never skip resolution steps
0.38/0.34	 - Auto-division on coefficients is disabled
0.38/0.34	 - No postprocessing
0.38/0.34	 - Conflict is considered as is when resolving
0.38/0.34	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.38/0.34	 - Weaken first using unassigned literals
0.38/0.34	 - Bump strategy: ALWAYS_ONE
0.38/0.34	 - Bumper: ASSIGNED
0.38/0.34	--- Begin Solver configuration ---
0.38/0.34	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.38/0.34	Learn all clauses as in MiniSAT
0.38/0.34	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.34	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.34	No reason simplification
0.38/0.34	Armin Biere (Picosat) restarts strategy
0.38/0.34	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.38/0.34	timeout=2147483s
0.38/0.34	DB Simplification allowed=false
0.38/0.34	Listener: none
0.38/0.34	--- End Solver configuration ---
0.38/0.34	c Pseudo Boolean Optimization by upper bound
0.38/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.34	c  - never skip resolution steps
0.38/0.34	c  - Auto-division on coefficients is disabled
0.38/0.34	c  - No postprocessing
0.38/0.34	c  - Conflict is considered as is when resolving
0.38/0.34	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.38/0.34	c  - Weaken first using unassigned literals
0.38/0.34	c  - Bump strategy: ALWAYS_ONE
0.38/0.34	c  - Bumper: ASSIGNED
0.38/0.34	c --- Begin Solver configuration ---
0.38/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.38/0.34	c Learn all clauses as in MiniSAT
0.38/0.34	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.34	c No reason simplification
0.38/0.34	c Armin Biere (Picosat) restarts strategy
0.38/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.38/0.34	c timeout=2147483s
0.38/0.34	c DB Simplification allowed=false
0.38/0.34	c Listener: none
0.38/0.34	c --- End Solver configuration ---
0.38/0.34	c solving HOME/instance-4427517-1720997931.opb
0.38/0.34	c reading problem ... 
0.38/0.37	c  objective function found
270.21/258.42	c ... done. Wall clock time 258.078s.
270.21/258.42	c declared #vars     5121998
270.21/258.42	c #constraints  14000
270.21/258.42	c constraints type 
270.21/258.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
270.21/258.42	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3996
270.21/258.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
270.21/258.42	c 14000 constraints processed.
270.21/258.43	c objective function length is 5120000 literals
2084.63/1862.83	c cleaning 2496 clauses out of 5000 with flag 0/5000
3600.07/3309.04	c starts		: 27
3600.07/3309.05	c conflicts		: 6788
3600.07/3309.05	c decisions		: 179034225
3600.07/3309.05	c propagations		: 185455887
3600.07/3309.05	c inspects		: 1940202
3600.07/3309.05	c shortcuts		: 0
3600.07/3309.05	c learnt literals	: 0
3600.07/3309.05	c learnt binary clauses	: 0
3600.07/3309.05	c learnt ternary clauses	: 0
3600.07/3309.05	c learnt constraints	: 6787
3600.07/3309.05	c ignored constraints	: 0
3600.07/3309.05	c root simplifications	: 0
3600.07/3309.05	c removed literals (reason simplification)	: 0
3600.07/3309.05	c reason swapping (by a shorter reason)	: 0
3600.07/3309.05	c Calls to reduceDB	: 1
3600.07/3309.05	c Number of update (reduction) of LBD	: 0
3600.07/3309.05	c Imported unit clauses	: 0
3600.07/3309.05	c No decision after first conflict	: false
3600.07/3309.05	c number of reductions to clauses (during analyze)	: 0
3600.07/3309.06	c number of learned constraints concerned by reduction	: 0
3600.07/3309.06	c number of learning phase by resolution	: 0
3600.07/3309.06	c number of learning phase by cutting planes	: 0
3600.07/3309.06	c number of rounding to 1 operations	: 13896
3600.07/3309.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3309.06	c number of reductions of the coefficients by power 2 	: 0
3600.07/3309.06	c number of right shift for reduction by power 2 	: 0
3600.07/3309.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3309.06	c number of ending skipping 	: 0
3600.07/3309.06	c number of internal skipping 	: 0
3600.07/3309.06	c number of derivation steps 	: 14414
3600.07/3309.06	c number of skipped derivation steps 	: 0
3600.07/3309.07	c number of remaining unassigned 	: 0
3600.07/3309.07	c number of remaining assigned 	: 3194958
3600.07/3309.07	c number of falsified literals weakened from reason	: 0
3600.07/3309.07	c number of falsified literals weakened from conflict	: 0
3600.07/3309.07	c time for arithmetic operations	: 210933774
3600.07/3309.07	c minimum degree of deleted constraints	: 4098
3600.07/3309.07	c maximum degree of deleted constraints	: 10754
3600.07/3309.07	c number of deleted constraints	: 2496
3600.07/3309.07	c speed (assignments/second)	: 60799.44785559663
3600.07/3309.07	c non guided choices	: 34286639
3600.07/3309.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52
3600.07/3309.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4239
3600.07/3309.11	s UNKNOWN
3600.07/3309.11	c Total wall clock time (in seconds): 3308.773

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (52100 MiB free)
  memory of node 1: 64510 MiB (58022 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427517-1720997931/watcher-4427517-1720997931 -o /tmp/evaluation-result-4427517-1720997931/solver-4427517-1720997931 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720994548-763537 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427517-1720997931.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=766109, runsolver pid=766106

[startup+0.102933 s]*
/proc/loadavg: 4.22 4.33 4.40 5/320 766127
/proc/meminfo: memFree=112727180/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=18975048 memory=60024 CPUtime=0.12 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 6484 0 0 0 10 2 0 0 20 0 18 0 151949736 19430449152 15006 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4743762 15006 5613 1 0 550925 0
[pid=766109/tid=766111] ppid=766106 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 5418 0 0 0 7 1 0 0 20 0 18 0 151949737 19430449152 15006 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151949740 19430449152 15006 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151949740 19430449152 15006 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60024 KiB

[startup+0.215721 s]*
/proc/loadavg: 4.22 4.33 4.40 6/320 766127
/proc/meminfo: memFree=112718460/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=18975048 memory=68740 CPUtime=0.25 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 7111 0 0 0 23 2 0 0 20 0 18 0 151949736 19430449152 17185 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4743762 17185 5617 1 0 551471 0
[pid=766109/tid=766111] ppid=766106 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 1077936192 5654 0 0 0 16 1 0 0 20 0 18 0 151949737 19430449152 17185 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=18975048 memory=5697 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151949740 19430449152 17185 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151949740 19430449152 17185 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68740 KiB

[startup+0.313931 s]*
/proc/loadavg: 4.22 4.33 4.40 6/320 766127
/proc/meminfo: memFree=112717200/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=18975048 memory=69840 CPUtime=0.38 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 7409 0 0 0 35 3 0 0 20 0 18 0 151949736 19430449152 17460 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4743762 17460 5634 1 0 551671 0
[pid=766109/tid=766111] ppid=766106 vsize=18975048 memory=-8745261939981460156 CPUtime=0.26 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 5809 0 0 0 24 2 0 0 20 0 18 0 151949737 19430449152 17460 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151949740 19430449152 17460 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151949740 19430449152 17460 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69840 KiB

[startup+0.700328 s]
/proc/loadavg: 4.22 4.33 4.40 7/320 766127
/proc/meminfo: memFree=112546692/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=18975048 memory=298744 CPUtime=1.07 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 10156 0 0 0 99 8 0 0 20 0 18 0 151949736 19430449152 74686 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4743762 74686 5815 1 0 553284 0
[pid=766109/tid=766111] ppid=766106 vsize=18975048 memory=5512 CPUtime=0.63 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 6056 0 0 0 57 6 0 0 20 0 18 0 151949737 19430449152 74686 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=18975048 memory=11992 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151949740 19430449152 74686 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151949740 19430449152 74686 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 298744 KiB

[startup+1.50028 s]
/proc/loadavg: 4.22 4.33 4.40 6/321 766128
/proc/meminfo: memFree=112448452/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19041612 memory=419648 CPUtime=2.31 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 11297 0 0 0 220 11 0 0 20 0 19 0 151949736 19498610688 104912 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4760403 104912 5815 1 0 1100867 0
[pid=766109/tid=766111] ppid=766106 vsize=19041612 memory=11992 CPUtime=1.28 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 6113 0 0 0 121 7 0 0 20 0 19 0 151949737 19498610688 104912 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151949740 19498610688 104912 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151949740 19498610688 104912 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 419648 KiB

[startup+3.11338 s]
/proc/loadavg: 4.20 4.33 4.39 5/321 766128
/proc/meminfo: memFree=112042060/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19041612 memory=764496 CPUtime=4.13 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 11625 0 0 0 393 20 0 0 20 0 19 0 151949736 19498610688 191124 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4760403 191124 5831 1 0 1100898 0
[pid=766109/tid=766111] ppid=766106 vsize=19041612 memory=0 CPUtime=2.61 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) S 766106 766109 763525 0 -1 1077936192 6255 0 0 0 249 12 0 0 20 0 19 0 151949737 19498610688 191124 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19041612 memory=11992 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151949740 19498610688 191124 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19041612 memory=567304 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151949740 19498610688 191124 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 764496 KiB

[startup+6.30692 s]
/proc/loadavg: 4.20 4.33 4.39 6/322 766129
/proc/meminfo: memFree=110873872/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19108176 memory=2311768 CPUtime=8.66 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 16578 0 0 0 813 53 0 0 20 0 20 0 151949736 19566772224 577942 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4777044 577942 5846 1 0 1700274 0
[pid=766109/tid=766111] ppid=766106 vsize=19108176 memory=0 CPUtime=5.25 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 7131 0 0 0 486 39 0 0 20 0 20 0 151949737 19566772224 577942 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19108176 memory=469000 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151949740 19566772224 577942 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19108176 memory=224194199869 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151949740 19566772224 577942 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2311768 KiB

[startup+12.7004 s]
/proc/loadavg: 4.39 4.37 4.40 5/322 766131
/proc/meminfo: memFree=107464640/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19108176 memory=5707564 CPUtime=16.34 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 20106 0 0 0 1508 126 0 0 20 0 20 0 151949736 19566772224 1426891 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4777044 1426891 5846 1 0 2494081 0
[pid=766109/tid=766111] ppid=766106 vsize=19108176 memory=5101356 CPUtime=10.79 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 8678 0 0 0 985 94 0 0 20 0 20 0 151949737 19566772224 1426891 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19108176 memory=4433192 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151949740 19566772224 1426891 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19108176 memory=15824395524377391 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151949740 19566772224 1426891 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 16.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5707564 KiB

[startup+25.5005 s]
/proc/loadavg: 4.40 4.37 4.41 5/322 766132
/proc/meminfo: memFree=105479036/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19108176 memory=7300568 CPUtime=30.4 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 25210 0 0 0 2879 161 0 0 20 0 20 0 151949736 19566772224 1825142 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4777044 1825142 5846 1 0 2792818 0
[pid=766109/tid=766111] ppid=766106 vsize=19108176 memory=6678916 CPUtime=22.09 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 10551 0 0 0 2094 115 0 0 20 0 20 0 151949737 19566772224 1825142 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151949740 19566772224 1825142 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151949740 19566772224 1825142 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 30.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7300568 KiB

[startup+51.1059 s]
/proc/loadavg: 4.27 4.34 4.39 5/322 766137
/proc/meminfo: memFree=102774468/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19108176 memory=9990308 CPUtime=58.01 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 29285 0 0 0 5583 218 0 0 20 0 20 0 151949736 19566772224 2497577 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4777044 2497577 5846 1 0 3317137 0
[pid=766109/tid=766111] ppid=766106 vsize=19108176 memory=0 CPUtime=44.73 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 12661 0 0 0 4319 154 0 0 20 0 20 0 151949737 19566772224 2497577 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19108176 memory=5707564 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151949740 19566772224 2497577 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19108176 memory=776784 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151949740 19566772224 2497577 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 58.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9990308 KiB

[startup+102.301 s]
/proc/loadavg: 4.33 4.34 4.39 5/322 766148
/proc/meminfo: memFree=101395904/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19108176 memory=11365780 CPUtime=112.23 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 41145 0 0 0 10968 255 0 0 20 0 20 0 151949736 19566772224 2841445 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4777044 2841445 5878 1 0 3760241 0

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

/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065069 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19174740 memory=16260216 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 1197 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065069 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766457] ppid=766106 vsize=19174740 memory=16260216 CPUtime=0 cores=1,3
/proc/766109/task/766457/stat : 766457 (Timer-0) S 766106 766109 763525 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 151975614 19634933760 4065069 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 3194.84 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16260276 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.26 4.30 5/318 767637
/proc/meminfo: memFree=105653348/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19174740 memory=16260284 CPUtime=3256.17 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 498965 0 0 0 324874 743 0 0 20 0 21 0 151949736 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4793685 4065071 5962 1 0 4090040 0
[pid=766109/tid=766111] ppid=766106 vsize=19174740 memory=16260276 CPUtime=2917.91 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 194856 0 0 0 291374 417 0 0 20 0 21 0 151949737 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19174740 memory=16260276 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19174740 memory=16260284 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 1197 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766457] ppid=766106 vsize=19174740 memory=164 CPUtime=0 cores=1,3
/proc/766109/task/766457/stat : 766457 (Timer-0) S 766106 766109 763525 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 151975614 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 3256.17 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16260284 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.23 4.28 5/318 767648
/proc/meminfo: memFree=105355304/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19174740 memory=16260284 CPUtime=3317.29 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 502155 0 0 0 330983 746 0 0 20 0 21 0 151949736 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4793685 4065071 5962 1 0 4090040 0
[pid=766109/tid=766111] ppid=766106 vsize=19174740 memory=16260284 CPUtime=2977.79 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 197401 0 0 0 297362 417 0 0 20 0 21 0 151949737 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19174740 memory=11600 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19174740 memory=16260284 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 1273 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766457] ppid=766106 vsize=19174740 memory=6636 CPUtime=0 cores=1,3
/proc/766109/task/766457/stat : 766457 (Timer-0) S 766106 766109 763525 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 151975614 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 3317.29 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16260284 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.20 4.27 5/321 767663
/proc/meminfo: memFree=105233536/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19174740 memory=16260284 CPUtime=3377.92 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 503333 0 0 0 337044 748 0 0 20 0 21 0 151949736 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4793685 4065071 5962 1 0 4090040 0
[pid=766109/tid=766111] ppid=766106 vsize=19174740 memory=16260216 CPUtime=3037.45 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 197855 0 0 0 303328 417 0 0 20 0 21 0 151949737 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19174740 memory=38444 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19174740 memory=11600 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 1274 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766457] ppid=766106 vsize=19174740 memory=16260284 CPUtime=0 cores=1,3
/proc/766109/task/766457/stat : 766457 (Timer-0) S 766106 766109 763525 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 151975614 19634933760 4065071 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 3377.92 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16260284 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.19 4.26 5/321 767674
/proc/meminfo: memFree=105107816/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19174740 memory=16260644 CPUtime=3441.83 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 514408 0 0 0 343432 751 0 0 20 0 21 0 151949736 19634933760 4065161 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4793685 4065161 5962 1 0 4090134 0
[pid=766109/tid=766111] ppid=766106 vsize=19174740 memory=16260216 CPUtime=3097.1 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 205077 0 0 0 309292 418 0 0 20 0 21 0 151949737 19634933760 4065161 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19174740 memory=11992 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065161 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19174740 memory=16260544 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 1274 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065161 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766457] ppid=766106 vsize=19174740 memory=11600 CPUtime=0 cores=1,3
/proc/766109/task/766457/stat : 766457 (Timer-0) S 766106 766109 763525 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 151975614 19634933760 4065161 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 3441.83 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16260644 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.17 4.25 5/321 767685
/proc/meminfo: memFree=105061604/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19174740 memory=16261056 CPUtime=3504.04 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 517755 0 0 0 349651 753 0 0 20 0 21 0 151949736 19634933760 4065264 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4793685 4065264 5962 1 0 4090227 0
[pid=766109/tid=766111] ppid=766106 vsize=19174740 memory=16260644 CPUtime=3155.83 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 207611 0 0 0 315165 418 0 0 20 0 21 0 151949737 19634933760 4065264 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19174740 memory=16261016 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065264 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19174740 memory=19104 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 1274 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065264 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766457] ppid=766106 vsize=19174740 memory=11600 CPUtime=0 cores=1,3
/proc/766109/task/766457/stat : 766457 (Timer-0) S 766106 766109 763525 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 151975614 19634933760 4065264 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 3504.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261056 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.21 4.26 5/321 767695
/proc/meminfo: memFree=104992712/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19174740 memory=16261788 CPUtime=3571.87 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 532413 0 0 0 356425 762 0 0 20 0 21 0 151949736 19634933760 4065447 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4793685 4065447 5962 1 0 4090419 0
[pid=766109/tid=766111] ppid=766106 vsize=19174740 memory=16261776 CPUtime=3214.87 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 209352 0 0 0 321069 418 0 0 20 0 21 0 151949737 19634933760 4065447 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19174740 memory=11600 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065447 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19174740 memory=16261056 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 1274 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065447 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766457] ppid=766106 vsize=19174740 memory=38444 CPUtime=0 cores=1,3
/proc/766109/task/766457/stat : 766457 (Timer-0) S 766106 766109 763525 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 151975614 19634933760 4065447 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 3571.87 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3309 s]*
/proc/loadavg: 4.17 4.19 4.25 5/321 767698
/proc/meminfo: memFree=104974116/131655788 swapFree=131071996/131071996
[pid=766109] ppid=766106 vsize=19174740 memory=16261792 CPUtime=3600.07 cores=1,3
/proc/766109/stat : 766109 (java) S 766106 766109 763525 0 -1 1077936128 540456 0 0 0 359243 764 0 0 20 0 21 0 151949736 19634933760 4065448 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
/proc/766109/statm: 4793685 4065448 5962 1 0 4090419 0
[pid=766109/tid=766111] ppid=766106 vsize=19174740 memory=2712 CPUtime=3241.28 cores=1,3
/proc/766109/task/766111/stat : 766111 (java) R 766106 766109 763525 0 -1 4194368 213690 0 0 0 323709 419 0 0 20 0 21 0 151949737 19634933760 4065448 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766120] ppid=766106 vsize=19174740 memory=-7232913659061231738 CPUtime=0 cores=1,3
/proc/766109/task/766120/stat : 766120 (Finalizer) S 766106 766109 763525 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065448 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766127] ppid=766106 vsize=19174740 memory=1740 CPUtime=0 cores=1,3
/proc/766109/task/766127/stat : 766127 (Common-Cleaner) S 766106 766109 763525 0 -1 1077936192 1340 0 0 0 0 0 0 0 20 0 21 0 151949740 19634933760 4065448 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
[pid=766109/tid=766457] ppid=766106 vsize=19174740 memory=18740 CPUtime=0 cores=1,3
/proc/766109/task/766457/stat : 766457 (Timer-0) S 766106 766109 763525 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 151975614 19634933760 4065448 134679101440 94629416243200 94629416246896 140733042349232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629416254712 94629416255504 94629419425792 140733042353136 140733042353249 140733042353249 140733042360264 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16261792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.65 s, system=7.71903 s

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

[startup+3309.2 s]*
/proc/loadavg: 4.17 4.19 4.25 5/301 767703
/proc/meminfo: memFree=121230032/131655788 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): 3309.22
CPU time (s): 3600.36
CPU user time (s): 3592.65
CPU system time (s): 7.71903
CPU usage (%): 108.798
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 16262424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.65
system time used= 7.71903
maximum resident set size= 16263232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 543986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130172
involuntary context switches= 19735


# summary of solver processes directly reported to runsolver:
#   pid: 766109
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3592.65
#   total CPU system time (s): 7.71903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4214 second user time and 32.0058 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-15 00:59:05
IDJOB=4427517
IDBENCH=148739
IDSOLVER=3046
FILE ID=nodeC008/4427517-1720997931
RUNJOBID= nodeC008-1720994548-763537
SLURM_JOB_ID= 7505309
Free space on /tmp= 723516 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427517-1720997931/watcher-4427517-1720997931 -o /tmp/evaluation-result-4427517-1720997931/solver-4427517-1720997931 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720994548-763537 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427517-1720997931.opb

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

MD5SUM BENCH= 40351a18114e83e0c165271c5d48a38f
RANDOM SEED=895933221

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        112766360 kB
MemAvailable:   112987172 kB
Buffers:          349084 kB
Cached:           716904 kB
SwapCached:            0 kB
Active:           546304 kB
Inactive:       17795508 kB
Active(anon):       1484 kB
Inactive(anon): 17312104 kB
Active(file):     544820 kB
Inactive(file):   483404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            255988 kB
Writeback:             0 kB
AnonPages:      17273956 kB
Mapped:           122940 kB
Shmem:             37704 kB
KReclaimable:      65240 kB
Slab:             156768 kB
SReclaimable:      65240 kB
SUnreclaim:        91528 kB
KernelStack:        4880 kB
PageTables:        43776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20375900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            48864 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16916480 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:      146248 kB
DirectMap2M:     9195520 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723528 MiB
End job on nodeC008 at 2024-07-15 01:54:15