Trace number 4445915

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.3 3522.15

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820157.opb
MD5SUM9baf2ba48863e92d1cef7cf6d2cd6be7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	22.0.1+8-16
0.00/0.11	c java.vm.vendor	Oracle Corporation
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		22.0.1
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		2113181440
0.00/0.11	c Max memory 		16282288128
0.00/0.11	c Total memory 		2122317824
0.00/0.11	c Number of processors 	2
0.34/0.23	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.23	 - never skip resolution steps
0.34/0.23	 - Auto-division on coefficients is disabled
0.34/0.23	 - No postprocessing
0.34/0.23	 - Conflict is considered as is when resolving
0.34/0.23	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.34/0.23	 - Weaken first using unassigned literals
0.34/0.23	 - Bump strategy: ALWAYS_ONE
0.34/0.23	 - Bumper: ASSIGNED
0.34/0.23	--- Begin Solver configuration ---
0.34/0.23	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.34/0.23	Learn all clauses as in MiniSAT
0.34/0.23	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.23	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.23	No reason simplification
0.34/0.23	Armin Biere (Picosat) restarts strategy
0.34/0.23	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.34/0.23	timeout=2147483s
0.34/0.23	DB Simplification allowed=false
0.34/0.23	Listener: none
0.34/0.23	--- End Solver configuration ---
0.34/0.23	c Pseudo Boolean Optimization by upper bound
0.34/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.23	c  - never skip resolution steps
0.34/0.23	c  - Auto-division on coefficients is disabled
0.34/0.23	c  - No postprocessing
0.34/0.23	c  - Conflict is considered as is when resolving
0.34/0.23	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.34/0.23	c  - Weaken first using unassigned literals
0.34/0.23	c  - Bump strategy: ALWAYS_ONE
0.34/0.23	c  - Bumper: ASSIGNED
0.34/0.23	c --- Begin Solver configuration ---
0.34/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.34/0.23	c Learn all clauses as in MiniSAT
0.34/0.23	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.23	c No reason simplification
0.34/0.23	c Armin Biere (Picosat) restarts strategy
0.34/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.34/0.23	c timeout=2147483s
0.34/0.23	c DB Simplification allowed=false
0.34/0.23	c Listener: none
0.34/0.23	c --- End Solver configuration ---
0.34/0.23	c solving HOME/instance-4445915-1721324457.opb
0.34/0.23	c reading problem ... 
0.34/0.24	c  no objective function found
0.50/0.38	c ... done. Wall clock time 0.137s.
0.50/0.38	c declared #vars     1200
0.50/0.38	c #constraints  1135
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.50/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
0.50/0.38	c 1135 constraints processed.
5.98/3.17	c cleaning 2369 clauses out of 5001 with flag 0/5001
13.25/9.61	c cleaning 3856 clauses out of 8632 with flag 0/11001
21.72/17.79	c cleaning 4491 clauses out of 11776 with flag 0/18001
35.09/30.97	c cleaning 5617 clauses out of 15284 with flag 0/26000
47.62/43.48	c cleaning 5893 clauses out of 18667 with flag 0/35000
69.16/64.79	c cleaning 7452 clauses out of 22774 with flag 0/45000
89.12/84.18	c cleaning 7584 clauses out of 26322 with flag 0/56000
115.50/109.86	c cleaning 8857 clauses out of 30739 with flag 0/68001
153.51/146.99	c cleaning 9998 clauses out of 34881 with flag 0/81000
189.00/181.41	c cleaning 11105 clauses out of 38883 with flag 0/95000
221.11/212.59	c cleaning 11446 clauses out of 42780 with flag 0/110002
260.50/250.86	c cleaning 12510 clauses out of 47332 with flag 0/126000
301.59/290.83	c cleaning 14198 clauses out of 51822 with flag 0/143000
351.89/339.77	c cleaning 14695 clauses out of 55624 with flag 0/161000
413.51/400.00	c cleaning 15069 clauses out of 59932 with flag 0/180003
470.54/455.60	c cleaning 15657 clauses out of 64863 with flag 0/200003
529.80/513.78	c cleaning 16700 clauses out of 70204 with flag 0/221001
606.54/589.00	c cleaning 17779 clauses out of 75504 with flag 0/243001
695.84/676.58	c cleaning 18258 clauses out of 80725 with flag 0/266001
779.48/758.49	c cleaning 19340 clauses out of 86468 with flag 0/290002
883.99/861.09	c cleaning 20443 clauses out of 92130 with flag 0/315004
1007.78/982.55	c cleaning 20965 clauses out of 97684 with flag 0/341001
1102.71/1074.98	c cleaning 21619 clauses out of 103718 with flag 0/368000
1214.14/1183.47	c cleaning 22769 clauses out of 110100 with flag 0/396001
1337.65/1304.01	c cleaning 23142 clauses out of 116330 with flag 0/425000
1438.29/1402.19	c cleaning 23832 clauses out of 123188 with flag 0/455000
1565.10/1525.86	c cleaning 25139 clauses out of 130356 with flag 0/486000
1743.81/1701.19	c cleaning 25585 clauses out of 137217 with flag 0/518000
1950.63/1903.92	c cleaning 26535 clauses out of 144633 with flag 0/551001
2164.69/2113.79	c cleaning 27107 clauses out of 152099 with flag 0/585002
2322.28/2268.13	c cleaning 29137 clauses out of 159990 with flag 0/620000
2482.69/2425.66	c cleaning 29683 clauses out of 166855 with flag 0/656002
2679.76/2619.31	c cleaning 30270 clauses out of 174170 with flag 0/693000
2901.22/2837.26	c cleaning 31926 clauses out of 181900 with flag 0/731000
3150.18/3081.72	c cleaning 32090 clauses out of 188974 with flag 0/770000
3421.18/3348.08	c cleaning 33585 clauses out of 196884 with flag 0/810000
3600.06/3522.03	c timeout
3600.06/3522.05	c starts		: 171
3600.06/3522.05	c conflicts		: 839352
3600.06/3522.05	c decisions		: 2307653
3600.06/3522.05	c propagations		: 102447300
3600.06/3522.05	c inspects		: 4534845035
3600.06/3522.05	c shortcuts		: 0
3600.06/3522.05	c learnt literals	: 0
3600.06/3522.05	c learnt binary clauses	: 0
3600.06/3522.05	c learnt ternary clauses	: 0
3600.06/3522.05	c learnt constraints	: 839352
3600.06/3522.05	c ignored constraints	: 0
3600.06/3522.05	c root simplifications	: 0
3600.06/3522.05	c removed literals (reason simplification)	: 0
3600.06/3522.05	c reason swapping (by a shorter reason)	: 0
3600.06/3522.05	c Calls to reduceDB	: 36
3600.06/3522.05	c Number of update (reduction) of LBD	: 1725323
3600.06/3522.05	c Imported unit clauses	: 0
3600.06/3522.05	c No decision after first conflict	: false
3600.06/3522.05	c number of reductions to clauses (during analyze)	: 0
3600.06/3522.05	c number of learned constraints concerned by reduction	: 0
3600.06/3522.05	c number of learning phase by resolution	: 0
3600.06/3522.05	c number of learning phase by cutting planes	: 0
3600.06/3522.05	c number of rounding to 1 operations	: 2680398
3600.06/3522.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3522.05	c number of reductions of the coefficients by power 2 	: 0
3600.06/3522.05	c number of right shift for reduction by power 2 	: 0
3600.06/3522.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3522.05	c number of ending skipping 	: 0
3600.06/3522.05	c number of internal skipping 	: 0
3600.06/3522.05	c number of derivation steps 	: 10066413
3600.06/3522.05	c number of skipped derivation steps 	: 0
3600.06/3522.05	c number of remaining unassigned 	: 1869623
3600.06/3522.05	c number of remaining assigned 	: 60318429
3600.06/3522.05	c number of falsified literals weakened from reason	: 0
3600.06/3522.05	c number of falsified literals weakened from conflict	: 0
3600.06/3522.05	c time for arithmetic operations	: 6206556444
3600.06/3522.06	c minimum degree of deleted constraints	: 4
3600.06/3522.06	c maximum degree of deleted constraints	: 23850449
3600.06/3522.06	c number of deleted constraints	: 646701
3600.06/3522.06	c speed (assignments/second)	: 29090.536850262277
3600.06/3522.06	c non guided choices	: 845
3600.06/3522.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 107210
3600.25/3522.11	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7747
3600.25/3522.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 77694
3600.25/3522.11	s UNKNOWN
3600.25/3522.11	c Total wall clock time (in seconds): 3521.881

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445915-1721324457/watcher-4445915-1721324457 -o /tmp/evaluation-result-4445915-1721324457/solver-4445915-1721324457 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968471 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445915-1721324457.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=974920, runsolver pid=974917

[startup+0.100448 s]*
/proc/loadavg: 4.58 4.41 4.35 5/317 974938
/proc/meminfo: memFree=113984484/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=18975048 memory=63648 CPUtime=0.14 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 7018 0 0 0 12 2 0 0 20 0 18 0 184604475 19430449152 15912 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4743762 15912 5549 1 0 551327 0
[pid=974920/tid=974922] ppid=974917 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 5616 0 0 0 8 1 0 0 20 0 18 0 184604476 19430449152 15912 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184604478 19430449152 15912 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184604479 19430449152 15912 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63648 KiB

[startup+0.218724 s]*
/proc/loadavg: 4.58 4.41 4.35 8/317 974938
/proc/meminfo: memFree=113976072/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=18975048 memory=70748 CPUtime=0.34 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 7468 0 0 0 31 3 0 0 20 0 18 0 184604475 19430449152 17687 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4743762 17687 5841 1 0 551653 0
[pid=974920/tid=974922] ppid=974917 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 1077936192 5895 0 0 0 18 2 0 0 20 0 18 0 184604476 19430449152 17687 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=18975048 memory=18025 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184604478 19430449152 17687 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184604479 19430449152 17687 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70748 KiB

[startup+0.312793 s]*
/proc/loadavg: 4.58 4.41 4.35 7/317 974938
/proc/meminfo: memFree=113968984/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=18975048 memory=78076 CPUtime=0.5 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 7695 0 0 0 47 3 0 0 20 0 18 0 184604475 19430449152 19519 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4743762 19519 5857 1 0 551805 0
[pid=974920/tid=974922] ppid=974917 vsize=18975048 memory=-8672914083446825660 CPUtime=0.27 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 5971 0 0 0 25 2 0 0 20 0 18 0 184604476 19430449152 19519 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184604478 19430449152 19519 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184604479 19430449152 19519 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78076 KiB

[startup+0.700332 s]
/proc/loadavg: 4.58 4.41 4.35 7/318 974939
/proc/meminfo: memFree=113948400/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19041612 memory=127596 CPUtime=1.22 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 10081 0 0 0 117 5 0 0 20 0 19 0 184604475 19498610688 31899 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4760403 31899 5857 1 0 553516 0
[pid=974920/tid=974922] ppid=974917 vsize=19041612 memory=5624 CPUtime=0.61 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 6091 0 0 0 57 4 0 0 20 0 19 0 184604476 19498610688 31899 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19041612 memory=11936 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184604478 19498610688 31899 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184604479 19498610688 31899 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184604514 19498610688 31899 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 127596 KiB

[startup+1.50391 s]
/proc/loadavg: 4.58 4.41 4.35 6/319 974940
/proc/meminfo: memFree=113867704/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=246688 CPUtime=2.8 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 19504 0 0 0 272 8 0 0 20 0 20 0 184604475 19566772224 61672 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 61672 5889 1 0 556612 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=11936 CPUtime=1.33 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) S 974917 974920 968460 0 -1 1077936192 6430 0 0 0 128 5 0 0 20 0 20 0 184604476 19566772224 61672 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 61672 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 61672 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=2970 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 61672 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 246688 KiB

[startup+3.10879 s]
/proc/loadavg: 4.58 4.41 4.35 6/319 974942
/proc/meminfo: memFree=113440228/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=660684 CPUtime=5.98 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 26164 0 0 0 580 18 0 0 20 0 20 0 184604475 19566772224 165171 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 165171 5889 1 0 560133 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=0 CPUtime=2.91 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 7213 0 0 0 277 14 0 0 20 0 20 0 184604476 19566772224 165171 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 165171 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=11936 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 165171 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 165171 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 660684 KiB

[startup+6.30047 s]
/proc/loadavg: 4.69 4.43 4.36 5/319 974942
/proc/meminfo: memFree=112705244/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=1338624 CPUtime=9.8 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 27581 0 0 0 949 31 0 0 20 0 20 0 184604475 19566772224 334656 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 334656 5889 1 0 560212 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=11936 CPUtime=6.03 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 8437 0 0 0 577 26 0 0 20 0 20 0 184604476 19566772224 334656 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 334656 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=2196 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 334656 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=-6159054535346975936 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 334656 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 9.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1338624 KiB

[startup+12.7004 s]
/proc/loadavg: 4.80 4.46 4.37 5/319 974943
/proc/meminfo: memFree=111746488/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=1757428 CPUtime=16.58 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 28711 0 0 0 1618 40 0 0 20 0 20 0 184604475 19566772224 439357 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 439357 5889 1 0 666738 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=1757428 CPUtime=12.11 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 9240 0 0 0 1177 34 0 0 20 0 20 0 184604476 19566772224 439357 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 439357 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 439357 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 439357 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 16.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1757428 KiB

[startup+25.5005 s]
/proc/loadavg: 4.61 4.44 4.36 5/295 974984
/proc/meminfo: memFree=114746144/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=2554436 CPUtime=29.65 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 34612 0 0 0 2909 56 0 0 20 0 20 0 184604475 19566772224 638609 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 638609 5921 1 0 869367 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=1409268 CPUtime=24.62 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 11579 0 0 0 2413 49 0 0 20 0 20 0 184604476 19566772224 638609 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=2554420 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 638609 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=2554420 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 638609 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=11936 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 638609 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 29.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2554436 KiB

[startup+51.1133 s]
/proc/loadavg: 4.40 4.40 4.35 5/320 975016
/proc/meminfo: memFree=111672372/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=3069744 CPUtime=55.33 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 40152 0 0 0 5464 69 0 0 20 0 20 0 184604475 19566772224 767436 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 767436 5921 1 0 998881 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=3069744 CPUtime=49.45 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 14469 0 0 0 4886 59 0 0 20 0 20 0 184604476 19566772224 767436 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=2558724 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 767436 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0

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

[startup+3162.3 s]
/proc/loadavg: 4.86 4.52 4.40 5/319 976962
/proc/meminfo: memFree=100346012/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=6781156 CPUtime=3232.79 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 254387 0 0 0 322910 369 0 0 20 0 20 0 184604475 19566772224 1695289 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 1695289 5937 1 0 1719549 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=6781148 CPUtime=3079.79 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 138657 0 0 0 307837 142 0 0 20 0 20 0 184604476 19566772224 1695289 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=6781152 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 1695289 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=6781156 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 2498 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 1695289 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=-8672914083446825660 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 1695289 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 3232.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6781156 KiB

[startup+3222.3 s]
/proc/loadavg: 4.63 4.54 4.42 5/319 976973
/proc/meminfo: memFree=100314132/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=6781192 CPUtime=3293.96 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 260256 0 0 0 329022 374 0 0 20 0 20 0 184604475 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 1695298 5937 1 0 1719550 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=6781152 CPUtime=3138.56 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 142386 0 0 0 313713 143 0 0 20 0 20 0 184604476 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 193 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=29488 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=6781192 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 2498 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=6781192 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 3293.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6781192 KiB

[startup+3282.3 s]
/proc/loadavg: 4.57 4.53 4.43 5/317 976984
/proc/meminfo: memFree=100313216/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=6781192 CPUtime=3354.55 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 262148 0 0 0 335077 378 0 0 20 0 20 0 184604475 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 1695298 5937 1 0 1719550 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=6781192 CPUtime=3197.43 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 143957 0 0 0 319599 144 0 0 20 0 20 0 184604476 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 200 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=6781192 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 2597 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 1695298 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 3354.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6781192 KiB

[startup+3342.3 s]
/proc/loadavg: 4.44 4.51 4.43 5/318 976995
/proc/meminfo: memFree=100312748/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=6781196 CPUtime=3415.48 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 268060 0 0 0 341166 382 0 0 20 0 20 0 184604475 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 1695299 5937 1 0 1719550 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=6781196 CPUtime=3256.23 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 147743 0 0 0 325479 144 0 0 20 0 20 0 184604476 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 207 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=1469372442712508761 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 2597 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=6781196 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 3415.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6781196 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.46 4.41 5/318 977005
/proc/meminfo: memFree=100311860/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=6781196 CPUtime=3476.56 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 269927 0 0 0 347272 384 0 0 20 0 20 0 184604475 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 1695299 5937 1 0 1719550 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=46996 CPUtime=3315.13 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 149359 0 0 0 331368 145 0 0 20 0 20 0 184604476 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 209 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=6781196 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=6781196 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 2645 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=6781196 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 1695299 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 3476.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6781196 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.42 4.40 5/318 977015
/proc/meminfo: memFree=100309408/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=6781260 CPUtime=3537.95 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 275765 0 0 0 353406 389 0 0 20 0 20 0 184604475 19566772224 1695315 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 1695315 5937 1 0 1719550 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=46996 CPUtime=3373.76 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 152687 0 0 0 337231 145 0 0 20 0 20 0 184604476 19566772224 1695315 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 216 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 1695315 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=6781208 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 2645 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 1695315 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 1695315 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 3537.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6781260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3522 s]*
/proc/loadavg: 4.18 4.37 4.39 5/318 977026
/proc/meminfo: memFree=100271792/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19108176 memory=6820704 CPUtime=3600.06 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 292758 0 0 0 359610 396 0 0 20 0 20 0 184604475 19566772224 1705176 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4777044 1705176 5937 1 0 1720277 0
[pid=974920/tid=974922] ppid=974917 vsize=19108176 memory=-8889376028528779964 CPUtime=3432.07 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) R 974917 974920 968460 0 -1 4194368 159264 0 0 0 343061 146 0 0 20 0 20 0 184604476 19566772224 1705176 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 217 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19108176 memory=-7304687579099127159 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184604478 19566772224 1705176 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 2741 0 0 0 0 0 0 0 20 0 20 0 184604479 19566772224 1705176 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974939] ppid=974917 vsize=19108176 memory=5532 CPUtime=0 cores=4,6
/proc/974920/task/974939/stat : 974939 (Timer-0) S 974917 974920 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184604514 19566772224 1705176 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6820704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.31 s, system=3.98825 s

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

[startup+3522.12 s]
/proc/loadavg: 4.18 4.37 4.39 5/318 977026
/proc/meminfo: memFree=100271792/131655788 swapFree=131071996/131071996
[pid=974920] ppid=974917 vsize=19307868 memory=6821540 CPUtime=3600.25 cores=4,6
/proc/974920/stat : 974920 (java) S 974917 974920 968460 0 -1 1077936128 296520 0 0 0 359629 396 0 0 20 0 21 0 184604475 19771256832 1705385 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
/proc/974920/statm: 4826967 1705385 5952 1 0 1721187 0
[pid=974920/tid=974922] ppid=974917 vsize=19307868 memory=6781268 CPUtime=3432.09 cores=4,6
/proc/974920/task/974922/stat : 974922 (java) S 974917 974920 968460 0 -1 1077936192 159635 0 0 0 343063 146 0 0 20 0 21 0 184604476 19771256832 1705385 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 217 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974931] ppid=974917 vsize=19307868 memory=1828 CPUtime=0 cores=4,6
/proc/974920/task/974931/stat : 974931 (Finalizer) S 974917 974920 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184604478 19771256832 1705385 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
[pid=974920/tid=974938] ppid=974917 vsize=19307868 memory=6820704 CPUtime=0 cores=4,6
/proc/974920/task/974938/stat : 974938 (Common-Cleaner) S 974917 974920 968460 0 -1 1077936192 2741 0 0 0 0 0 0 0 20 0 21 0 184604479 19771256832 1705385 134679101440 94242481770496 94242481774192 140731683732144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242481782008 94242481782800 94242490101760 140731683738607 140731683738720 140731683738720 140731683745736 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6821540 KiB

Child status: 143

Real time (s): 3522.15
CPU time (s): 3600.3
CPU user time (s): 3596.31
CPU system time (s): 3.98825
CPU usage (%): 102.219
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6821540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.31
system time used= 3.98825
maximum resident set size= 6822400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296929
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= 131085
involuntary context switches= 6870


# summary of solver processes directly reported to runsolver:
#   pid: 974920
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3596.31
#   total CPU system time (s): 3.98825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8439 second user time and 38.1655 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 19:41:09
IDJOB=4445915
IDBENCH=155406
IDSOLVER=3046
FILE ID=nodeC005/4445915-1721324457
RUNJOBID= nodeC005-1721317707-968471
SLURM_JOB_ID= 7542668
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445915-1721324457/watcher-4445915-1721324457 -o /tmp/evaluation-result-4445915-1721324457/solver-4445915-1721324457 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968471 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445915-1721324457.opb

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

MD5SUM BENCH= 9baf2ba48863e92d1cef7cf6d2cd6be7
RANDOM SEED=1905467137

nodeC005.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		: 3557.944
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.53
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		: 3491.764
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.35
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.341
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.53
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.281
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.35
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		: 3491.788
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.53
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		: 3594.403
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.35
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		: 3491.782
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.53
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.177
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114025836 kB
MemAvailable:   119359852 kB
Buffers:          490560 kB
Cached:          5626696 kB
SwapCached:            0 kB
Active:          1047492 kB
Inactive:       15869516 kB
Active(anon):       3448 kB
Inactive(anon): 10842212 kB
Active(file):    1044044 kB
Inactive(file):  5027304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5028 kB
Writeback:             4 kB
AnonPages:      10798840 kB
Mapped:           127364 kB
Shmem:             45896 kB
KReclaimable:     205732 kB
Slab:             323816 kB
SReclaimable:     205732 kB
SUnreclaim:       118084 kB
KernelStack:        4832 kB
PageTables:        31344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12573132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58624 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10473472 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723716 MiB
End job on nodeC005 at 2024-07-18 20:39:51