Trace number 4443395

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.34 3527.06

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
MD5SUM8150ec280d22960cf2e4079d2206c8ae
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.210661
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.18	c See www.sat4j.org for details.
0.13/0.19	c version CUSTOM.v20240707
0.13/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.22	c java.vm.version	22.0.1+8-16
0.13/0.22	c java.vm.vendor	Oracle Corporation
0.13/0.22	c sun.arch.data.model	64
0.13/0.22	c java.version		22.0.1
0.13/0.22	c os.name		Linux
0.13/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.22	c os.arch		amd64
0.29/0.24	c Free memory 		2115194816
0.29/0.25	c Max memory 		16282288128
0.29/0.25	c Total memory 		2122317824
0.29/0.26	c Number of processors 	2
0.45/0.43	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.43	 - never skip resolution steps
0.45/0.43	 - Auto-division on coefficients is disabled
0.45/0.43	 - No postprocessing
0.45/0.43	 - Conflict is considered as is when resolving
0.45/0.43	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.43	 - Weaken first using unassigned literals
0.45/0.43	 - Bump strategy: ALWAYS_ONE
0.45/0.43	 - Bumper: ASSIGNED
0.45/0.43	--- Begin Solver configuration ---
0.45/0.43	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.43	Learn all clauses as in MiniSAT
0.45/0.43	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.43	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.43	No reason simplification
0.45/0.43	Armin Biere (Picosat) restarts strategy
0.45/0.43	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.43	timeout=2147483s
0.45/0.43	DB Simplification allowed=false
0.45/0.43	Listener: none
0.45/0.43	--- End Solver configuration ---
0.45/0.44	c Pseudo Boolean Optimization by upper bound
0.45/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.44	c  - never skip resolution steps
0.45/0.44	c  - Auto-division on coefficients is disabled
0.45/0.44	c  - No postprocessing
0.45/0.44	c  - Conflict is considered as is when resolving
0.45/0.44	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.44	c  - Weaken first using unassigned literals
0.45/0.44	c  - Bump strategy: ALWAYS_ONE
0.45/0.44	c  - Bumper: ASSIGNED
0.45/0.44	c --- Begin Solver configuration ---
0.45/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.44	c Learn all clauses as in MiniSAT
0.45/0.44	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.44	c No reason simplification
0.45/0.44	c Armin Biere (Picosat) restarts strategy
0.45/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.44	c timeout=2147483s
0.45/0.44	c DB Simplification allowed=false
0.45/0.44	c Listener: none
0.45/0.44	c --- End Solver configuration ---
0.45/0.44	c solving HOME/instance-4443395-1721316594.opb
0.45/0.44	c reading problem ... 
0.64/0.44	c  no objective function found
0.82/0.61	c ... done. Wall clock time 0.166s.
0.82/0.61	c declared #vars     428
0.82/0.61	c #constraints  942
0.82/0.61	c constraints type 
0.96/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.96/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.96/0.62	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 295
0.96/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.96/0.62	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.96/0.62	c 942 constraints processed.
21.11/17.26	c cleaning 2475 clauses out of 5000 with flag 0/5000
42.64/38.29	c cleaning 4255 clauses out of 8526 with flag 0/11001
67.51/62.36	c cleaning 4158 clauses out of 11270 with flag 0/18000
97.16/90.72	c cleaning 4631 clauses out of 15118 with flag 0/26006
136.70/129.33	c cleaning 5080 clauses out of 19481 with flag 0/35000
185.31/176.52	c cleaning 5722 clauses out of 24401 with flag 0/45000
248.31/238.06	c cleaning 6039 clauses out of 29684 with flag 0/56005
319.93/307.28	c cleaning 6836 clauses out of 35641 with flag 0/68001
411.33/396.65	c cleaning 7273 clauses out of 41804 with flag 0/81000
508.56/492.17	c cleaning 7828 clauses out of 48532 with flag 0/95001
652.84/634.21	c cleaning 8187 clauses out of 55703 with flag 0/110000
798.85/778.59	c cleaning 8592 clauses out of 63517 with flag 0/126001
933.88/911.33	c cleaning 9557 clauses out of 71924 with flag 0/143000
1096.39/1071.20	c cleaning 9763 clauses out of 80370 with flag 0/161003
1272.66/1245.02	c cleaning 10345 clauses out of 89606 with flag 0/180002
1462.29/1428.92	c cleaning 11142 clauses out of 99259 with flag 0/200000
1677.62/1641.06	c cleaning 11269 clauses out of 109118 with flag 0/221001
1942.50/1901.60	c cleaning 11327 clauses out of 119848 with flag 0/243000
2369.83/2323.23	c cleaning 12166 clauses out of 131521 with flag 0/266000
2755.92/2702.00	c cleaning 13722 clauses out of 143357 with flag 0/290002
3163.16/3097.71	c cleaning 13665 clauses out of 154633 with flag 0/315000
3453.72/3383.35	c cleaning 13735 clauses out of 166969 with flag 0/341001
3600.07/3526.92	c timeout
3600.07/3526.93	c starts		: 135
3600.07/3526.94	c conflicts		: 356793
3600.07/3526.94	c decisions		: 390824
3600.07/3526.94	c propagations		: 13252374
3600.07/3526.94	c inspects		: 3800462895
3600.07/3526.94	c shortcuts		: 0
3600.07/3526.94	c learnt literals	: 0
3600.07/3526.94	c learnt binary clauses	: 2
3600.07/3526.94	c learnt ternary clauses	: 4
3600.07/3526.94	c learnt constraints	: 356792
3600.07/3526.94	c ignored constraints	: 0
3600.07/3526.94	c root simplifications	: 0
3600.07/3526.94	c removed literals (reason simplification)	: 0
3600.07/3526.94	c reason swapping (by a shorter reason)	: 0
3600.07/3526.94	c Calls to reduceDB	: 22
3600.07/3526.94	c Number of update (reduction) of LBD	: 29
3600.07/3526.94	c Imported unit clauses	: 0
3600.07/3526.94	c No decision after first conflict	: false
3600.07/3526.94	c number of reductions to clauses (during analyze)	: 0
3600.07/3526.94	c number of learned constraints concerned by reduction	: 0
3600.07/3526.94	c number of learning phase by resolution	: 0
3600.07/3526.94	c number of learning phase by cutting planes	: 0
3600.07/3526.94	c number of rounding to 1 operations	: 6774636
3600.07/3526.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3526.94	c number of reductions of the coefficients by power 2 	: 0
3600.07/3526.94	c number of right shift for reduction by power 2 	: 0
3600.07/3526.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3526.94	c number of ending skipping 	: 0
3600.07/3526.94	c number of internal skipping 	: 0
3600.07/3526.95	c number of derivation steps 	: 9172790
3600.07/3526.95	c number of skipped derivation steps 	: 0
3600.07/3526.95	c number of remaining unassigned 	: 353440
3600.07/3526.95	c number of remaining assigned 	: 233979073
3600.07/3526.95	c number of falsified literals weakened from reason	: 0
3600.07/3526.95	c number of falsified literals weakened from conflict	: 0
3600.07/3526.95	c time for arithmetic operations	: 50380319662
3600.07/3526.95	c minimum degree of deleted constraints	: 4
3600.07/3526.95	c maximum degree of deleted constraints	: 47061834
3600.07/3526.95	c number of deleted constraints	: 187767
3600.07/3526.96	c speed (assignments/second)	: 3758.128225916911
3600.07/3526.96	c non guided choices	: 25
3600.07/3527.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 105523
3600.07/3527.01	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.07/3527.01	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 63501
3600.07/3527.01	s UNKNOWN
3600.07/3527.01	c Total wall clock time (in seconds): 3526.572

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443395-1721316594/watcher-4443395-1721316594 -o /tmp/evaluation-result-4443395-1721316594/solver-4443395-1721316594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957070 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443395-1721316594.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=957139, runsolver pid=957131

[startup+0.107295 s]*
/proc/loadavg: 1.17 1.86 2.78 19/314 957207
/proc/meminfo: memFree=129043504/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=18975048 memory=57468 CPUtime=0.13 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 6372 0 0 0 10 3 0 0 20 0 18 0 183818927 19430449152 14367 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4743762 14367 5630 1 0 550810 0
[pid=957139/tid=957142] ppid=957131 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 5287 0 0 0 6 2 0 0 20 0 18 0 183818927 19430449152 14367 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183818933 19430449152 14367 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183818934 19430449152 14367 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57468 KiB

[startup+0.223293 s]*
/proc/loadavg: 1.17 1.86 2.78 14/314 957207
/proc/meminfo: memFree=129027436/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=18975048 memory=59932 CPUtime=0.29 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 6991 0 0 0 25 4 0 0 20 0 18 0 183818927 19430449152 14983 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4743762 14983 5655 1 0 551319 0
[pid=957139/tid=957142] ppid=957131 vsize=18975048 memory=664970851429515395 CPUtime=0.18 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 5603 0 0 0 15 3 0 0 20 0 18 0 183818927 19430449152 14983 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=18975048 memory=671 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183818933 19430449152 14983 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183818934 19430449152 14983 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59932 KiB

[startup+0.313615 s]*
/proc/loadavg: 1.17 1.86 2.78 9/314 957207
/proc/meminfo: memFree=129010976/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=18975048 memory=64780 CPUtime=0.45 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 7248 0 0 0 40 5 0 0 20 0 18 0 183818927 19430449152 16195 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4743762 16195 5652 1 0 551489 0
[pid=957139/tid=957142] ppid=957131 vsize=18975048 memory=-9104705480962646716 CPUtime=0.27 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 5766 0 0 0 24 3 0 0 20 0 18 0 183818927 19430449152 16195 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183818933 19430449152 16195 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183818934 19430449152 16195 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64780 KiB

[startup+0.70729 s]
/proc/loadavg: 1.17 1.86 2.78 13/314 957207
/proc/meminfo: memFree=128983868/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19041612 memory=82536 CPUtime=1.14 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 7872 0 0 0 107 7 0 0 20 0 19 0 183818927 19498610688 20634 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4760403 20634 5820 1 0 552152 0
[pid=957139/tid=957142] ppid=957131 vsize=19041612 memory=5544 CPUtime=0.57 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 6077 0 0 0 53 4 0 0 20 0 19 0 183818927 19498610688 20634 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19041612 memory=12776 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183818933 19498610688 20634 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183818934 19498610688 20634 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82536 KiB

[startup+1.50428 s]
/proc/loadavg: 1.17 1.86 2.78 16/322 957215
/proc/meminfo: memFree=128603600/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=247628 CPUtime=2.71 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 18637 0 0 0 258 13 0 0 20 0 20 0 183818927 19566772224 61907 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 61907 5820 1 0 557202 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=12776 CPUtime=1.3 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 6443 0 0 0 122 8 0 0 20 0 20 0 183818927 19566772224 61907 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 61907 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 61907 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 61907 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 247628 KiB

[startup+3.10598 s]
/proc/loadavg: 1.17 1.86 2.78 9/322 957284
/proc/meminfo: memFree=126286460/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=1040668 CPUtime=5.62 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 21372 0 0 0 531 31 0 0 20 0 20 0 183818927 19566772224 260167 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 260167 5820 1 0 663771 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=0 CPUtime=2.83 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 7523 0 0 0 259 24 0 0 20 0 20 0 183818927 19566772224 260167 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 260167 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 260167 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 260167 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1040668 KiB

[startup+6.30046 s]
/proc/loadavg: 1.56 1.93 2.80 6/322 957284
/proc/meminfo: memFree=124123664/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=1511972 CPUtime=9.54 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 21716 0 0 0 913 41 0 0 20 0 20 0 183818927 19566772224 377993 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 377993 5820 1 0 663785 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=0 CPUtime=5.98 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 7767 0 0 0 565 33 0 0 20 0 20 0 183818927 19566772224 377993 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 377993 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 377993 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=43720 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 377993 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1511972 KiB

[startup+12.7005 s]
/proc/loadavg: 1.76 1.96 2.81 7/322 957284
/proc/meminfo: memFree=122959704/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=1612524 CPUtime=16.11 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 22260 0 0 0 1567 44 0 0 20 0 20 0 183818927 19566772224 403131 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 403131 5820 1 0 663785 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=0 CPUtime=12.03 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 8182 0 0 0 1170 33 0 0 20 0 20 0 183818927 19566772224 403131 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=1511972 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 403131 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=1563364 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 403131 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 403131 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 16.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1612524 KiB

[startup+25.5005 s]
/proc/loadavg: 2.40 2.10 2.84 7/322 957287
/proc/meminfo: memFree=115764548/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=2964892 CPUtime=29.62 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 31685 0 0 0 2890 72 0 0 20 0 20 0 183818927 19566772224 741223 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 741223 5820 1 0 1002871 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=12776 CPUtime=24.09 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 11125 0 0 0 2350 59 0 0 20 0 20 0 183818927 19566772224 741223 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 741223 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=2962844 CPUtime=0 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 741223 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=2962836 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 741223 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 29.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2964892 KiB

[startup+51.1138 s]
/proc/loadavg: 3.43 2.36 2.91 7/321 957290
/proc/meminfo: memFree=114444872/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=3699112 CPUtime=56.13 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 41784 0 0 0 5523 90 0 0 20 0 20 0 183818927 19566772224 924778 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 924778 5820 1 0 1187277 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=3696848 CPUtime=48.89 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 14536 0 0 0 4815 74 0 0 20 0 20 0 183818927 19566772224 924778 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818930 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=3699100 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 924778 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=3696844 CPUtime=0 cores=1,3

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

[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 1293333 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 3228.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5173332 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.26 4.26 7/322 959584
/proc/meminfo: memFree=106775764/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=5173380 CPUtime=3289.8 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 440931 0 0 0 328549 431 0 0 20 0 20 0 183818927 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 1293345 5842 1 0 1307223 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=11464 CPUtime=3142.5 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 230341 0 0 0 314104 146 0 0 20 0 20 0 183818927 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818963 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=5173300 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=5173344 CPUtime=0.01 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 3939 0 0 0 0 1 0 0 20 0 20 0 183818934 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=5173380 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 3289.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5173380 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.28 4.26 6/322 959595
/proc/meminfo: memFree=106775176/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=5173380 CPUtime=3350.72 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 447177 0 0 0 334633 439 0 0 20 0 20 0 183818927 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 1293345 5842 1 0 1307223 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=11464 CPUtime=3201.18 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 234119 0 0 0 319969 149 0 0 20 0 20 0 183818927 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818963 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=5173380 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=5173380 CPUtime=0.01 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 4033 0 0 0 0 1 0 0 20 0 20 0 183818934 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=5173380 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 1293345 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 3350.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5173380 KiB

[startup+3342.3 s]
/proc/loadavg: 4.48 4.32 4.28 6/322 959987
/proc/meminfo: memFree=106773736/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=5173392 CPUtime=3412.07 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 453245 0 0 0 340761 446 0 0 20 0 20 0 183818927 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 1293348 5842 1 0 1307223 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=12776 CPUtime=3259.69 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 237814 0 0 0 325818 151 0 0 20 0 20 0 183818927 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818964 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=5173388 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=11464 CPUtime=0.01 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 4126 0 0 0 0 1 0 0 20 0 20 0 183818934 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 3412.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5173392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.31 4.28 6/320 959998
/proc/meminfo: memFree=106774072/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=5173392 CPUtime=3473.16 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 459870 0 0 0 346864 452 0 0 20 0 20 0 183818927 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 1293348 5842 1 0 1307223 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=12776 CPUtime=3318.21 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 241400 0 0 0 331669 152 0 0 20 0 20 0 183818927 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818964 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=5173388 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=5173392 CPUtime=0.01 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 4219 0 0 0 0 1 0 0 20 0 20 0 183818934 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=5173392 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 3473.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5173392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.28 4.27 7/319 960008
/proc/meminfo: memFree=106773640/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=5173392 CPUtime=3534.24 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 465767 0 0 0 352967 457 0 0 20 0 20 0 183818927 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 1293348 5842 1 0 1307223 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=12776 CPUtime=3376.39 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 244795 0 0 0 337486 153 0 0 20 0 20 0 183818927 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818964 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=5173388 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=-9104705480962646716 CPUtime=0.01 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 4313 0 0 0 0 1 0 0 20 0 20 0 183818934 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=-9104705480962646716 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 1293348 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 3534.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5173392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.94 4.45 4.33 7/320 960322
/proc/meminfo: memFree=115807936/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=5173432 CPUtime=3595.39 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 471867 0 0 0 359077 462 0 0 20 0 20 0 183818927 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 1293358 5842 1 0 1307223 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=12776 CPUtime=3434.8 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 247926 0 0 0 343326 154 0 0 20 0 20 0 183818927 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818964 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=5173388 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=16116 CPUtime=0.01 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 4407 0 0 0 0 1 0 0 20 0 20 0 183818934 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=5173432 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 3595.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5173432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3526.9 s]
/proc/loadavg: 4.86 4.44 4.33 5/321 960325
/proc/meminfo: memFree=114736204/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19108176 memory=5173432 CPUtime=3600.07 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 472005 0 0 0 359545 462 0 0 20 0 20 0 183818927 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4777044 1293358 5842 1 0 1307223 0
[pid=957139/tid=957142] ppid=957131 vsize=19108176 memory=12776 CPUtime=3439.19 cores=1,3
/proc/957139/task/957142/stat : 957142 (java) R 957131 957139 957012 0 -1 4194368 248001 0 0 0 343765 154 0 0 20 0 20 0 183818927 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 183818964 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957192] ppid=957131 vsize=19108176 memory=5173388 CPUtime=0 cores=1,3
/proc/957139/task/957192/stat : 957192 (Finalizer) S 957131 957139 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818933 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957207] ppid=957131 vsize=19108176 memory=16116 CPUtime=0.01 cores=1,3
/proc/957139/task/957207/stat : 957207 (Common-Cleaner) S 957131 957139 957012 0 -1 1077936192 4407 0 0 0 0 1 0 0 20 0 20 0 183818934 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
[pid=957139/tid=957211] ppid=957131 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/957139/task/957211/stat : 957211 (Timer-0) S 957131 957139 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818989 19566772224 1293358 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5173432 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.67 s, system=4.66795 s

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

[startup+3527.01 s]*
/proc/loadavg: 4.86 4.44 4.33 6/321 960328
/proc/meminfo: memFree=114743572/131655788 swapFree=131071996/131071996
[pid=957139] ppid=957131 vsize=19307868 memory=5174100 CPUtime=3600.29 cores=1,3
/proc/957139/stat : 957139 (java) S 957131 957139 957012 0 -1 1077936128 475951 0 0 0 359566 463 0 0 20 0 15 0 183818927 19771256832 1293525 134679101440 94593680838656 94593680842352 140722290670736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593680850168 94593680850960 94593709178880 140722290676719 140722290676832 140722290676832 140722290683848 0
/proc/957139/statm: 4826967 1293525 5853 1 0 1308142 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5174100 KiB

Child status: 143

Real time (s): 3527.06
CPU time (s): 3600.34
CPU user time (s): 3595.67
CPU system time (s): 4.66795
CPU usage (%): 102.078
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5174100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.67
system time used= 4.66795
maximum resident set size= 5175012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135283
involuntary context switches= 7246


# summary of solver processes directly reported to runsolver:
#   pid: 957139
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3595.67
#   total CPU system time (s): 4.66795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3955 second user time and 38.0058 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 17:30:05
IDJOB=4443395
IDBENCH=147873
IDSOLVER=3046
FILE ID=nodeC009/4443395-1721316594
RUNJOBID= nodeC009-1721316605-957070
SLURM_JOB_ID= 7542654
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443395-1721316594/watcher-4443395-1721316594 -o /tmp/evaluation-result-4443395-1721316594/solver-4443395-1721316594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957070 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443395-1721316594.opb

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

MD5SUM BENCH= 8150ec280d22960cf2e4079d2206c8ae
RANDOM SEED=2022874021

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129187108 kB
MemAvailable:   129923056 kB
Buffers:          512456 kB
Cached:          1061884 kB
SwapCached:            0 kB
Active:          1001984 kB
Inactive:         924192 kB
Active(anon):       1336 kB
Inactive(anon):   388200 kB
Active(file):    1000648 kB
Inactive(file):   535992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3072 kB
Writeback:             4 kB
AnonPages:        351620 kB
Mapped:           105420 kB
Shmem:             37700 kB
KReclaimable:      78680 kB
Slab:             177660 kB
SReclaimable:      78680 kB
SUnreclaim:        98980 kB
KernelStack:        3720 kB
PageTables:         9588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     654852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-18 18:28:52