Trace number 4442615

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.31 3489.78

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.469038
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.12/0.11	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.13	c Free memory 		2113181440
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.28/0.25	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.25	 - never skip resolution steps
0.28/0.25	 - Auto-division on coefficients is disabled
0.28/0.25	 - No postprocessing
0.28/0.25	 - Conflict is considered as is when resolving
0.28/0.25	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.28/0.25	 - Weaken first using unassigned literals
0.28/0.25	 - Bump strategy: ALWAYS_ONE
0.28/0.25	 - Bumper: ASSIGNED
0.28/0.25	--- Begin Solver configuration ---
0.28/0.25	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.28/0.25	Learn all clauses as in MiniSAT
0.28/0.25	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.25	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.25	No reason simplification
0.28/0.25	Armin Biere (Picosat) restarts strategy
0.28/0.25	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.28/0.25	timeout=2147483s
0.28/0.25	DB Simplification allowed=false
0.28/0.25	Listener: none
0.28/0.25	--- End Solver configuration ---
0.28/0.25	c Pseudo Boolean Optimization by upper bound
0.28/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.25	c  - never skip resolution steps
0.28/0.25	c  - Auto-division on coefficients is disabled
0.28/0.25	c  - No postprocessing
0.28/0.25	c  - Conflict is considered as is when resolving
0.28/0.25	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.28/0.25	c  - Weaken first using unassigned literals
0.28/0.25	c  - Bump strategy: ALWAYS_ONE
0.28/0.25	c  - Bumper: ASSIGNED
0.28/0.25	c --- Begin Solver configuration ---
0.28/0.25	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.28/0.25	c Learn all clauses as in MiniSAT
0.28/0.25	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.25	c No reason simplification
0.28/0.25	c Armin Biere (Picosat) restarts strategy
0.28/0.25	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.28/0.25	c timeout=2147483s
0.28/0.25	c DB Simplification allowed=false
0.28/0.25	c Listener: none
0.28/0.25	c --- End Solver configuration ---
0.28/0.25	c solving HOME/instance-4442615-1721304916.opb
0.28/0.25	c reading problem ... 
0.28/0.26	c  no objective function found
0.84/0.55	c ... done. Wall clock time 0.288s.
0.84/0.55	c declared #vars     1050
0.84/0.55	c #constraints  17885
0.84/0.55	c constraints type 
0.84/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17850
0.84/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
0.84/0.55	c 17885 constraints processed.
3.38/1.86	c cleaning 0 clauses out of 5001 with flag 0/5001
4.88/3.16	c cleaning 0 clauses out of 11001 with flag 0/11001
7.06/5.02	c cleaning 0 clauses out of 18001 with flag 0/18001
9.48/7.42	c cleaning 0 clauses out of 26001 with flag 0/26001
12.92/10.84	c cleaning 0 clauses out of 35001 with flag 0/35001
17.46/15.40	c cleaning 0 clauses out of 45000 with flag 0/45000
23.86/21.33	c cleaning 0 clauses out of 56000 with flag 0/56000
32.48/29.81	c cleaning 0 clauses out of 68002 with flag 0/68002
41.75/38.94	c cleaning 0 clauses out of 81000 with flag 0/81000
51.18/48.25	c cleaning 0 clauses out of 95004 with flag 0/95004
77.58/74.41	c cleaning 0 clauses out of 110000 with flag 0/110000
98.57/95.25	c cleaning 0 clauses out of 126003 with flag 0/126003
113.96/110.55	c cleaning 0 clauses out of 143000 with flag 0/143000
129.74/126.07	c cleaning 0 clauses out of 161003 with flag 0/161003
156.20/152.52	c cleaning 0 clauses out of 180002 with flag 0/180002
184.16/180.20	c cleaning 0 clauses out of 200001 with flag 0/200001
216.11/212.15	c cleaning 0 clauses out of 221000 with flag 0/221000
253.99/249.76	c cleaning 0 clauses out of 243001 with flag 0/243001
301.23/296.69	c cleaning 0 clauses out of 266001 with flag 0/266001
348.58/343.79	c cleaning 0 clauses out of 290001 with flag 0/290001
412.21/407.26	c cleaning 0 clauses out of 315000 with flag 0/315000
463.85/458.42	c cleaning 0 clauses out of 341000 with flag 0/341000
520.91/515.37	c cleaning 0 clauses out of 368001 with flag 0/368001
584.27/578.51	c cleaning 0 clauses out of 396002 with flag 0/396002
656.57/650.51	c cleaning 0 clauses out of 425003 with flag 0/425003
753.52/747.23	c cleaning 0 clauses out of 455000 with flag 0/455000
830.39/823.91	c cleaning 0 clauses out of 486001 with flag 0/486001
924.43/918.00	c cleaning 0 clauses out of 518000 with flag 0/518000
1023.49/1017.07	c cleaning 0 clauses out of 551001 with flag 0/551001
1111.08/1104.57	c cleaning 0 clauses out of 585001 with flag 0/585001
1224.18/1217.55	c cleaning 0 clauses out of 620000 with flag 0/620000
1377.16/1366.02	c cleaning 0 clauses out of 656000 with flag 0/656000
1488.55/1470.69	c cleaning 0 clauses out of 693001 with flag 0/693001
1613.65/1588.16	c cleaning 0 clauses out of 731001 with flag 0/731001
1719.51/1688.43	c cleaning 0 clauses out of 770000 with flag 0/770000
1892.91/1850.18	c cleaning 0 clauses out of 810000 with flag 0/810000
2132.32/2077.52	c cleaning 0 clauses out of 851001 with flag 0/851001
2389.20/2322.60	c cleaning 0 clauses out of 893000 with flag 0/893000
2586.26/2513.79	c cleaning 0 clauses out of 936000 with flag 0/936000
2824.90/2739.64	c cleaning 0 clauses out of 980001 with flag 0/980001
2999.96/2902.29	c cleaning 0 clauses out of 1025000 with flag 0/1025000
3204.04/3100.00	c cleaning 0 clauses out of 1071001 with flag 0/1071001
3538.06/3427.50	c cleaning 0 clauses out of 1118000 with flag 0/1118000
3600.02/3489.62	c timeout
3600.02/3489.62	c starts		: 189
3600.02/3489.63	c conflicts		: 1126837
3600.02/3489.63	c decisions		: 1256481
3600.02/3489.63	c propagations		: 34142311
3600.02/3489.63	c inspects		: 14823437312
3600.02/3489.63	c shortcuts		: 0
3600.02/3489.63	c learnt literals	: 0
3600.02/3489.63	c learnt binary clauses	: 0
3600.02/3489.63	c learnt ternary clauses	: 0
3600.02/3489.63	c learnt constraints	: 1126837
3600.02/3489.63	c ignored constraints	: 0
3600.02/3489.63	c root simplifications	: 0
3600.02/3489.63	c removed literals (reason simplification)	: 0
3600.02/3489.63	c reason swapping (by a shorter reason)	: 0
3600.02/3489.63	c Calls to reduceDB	: 43
3600.02/3489.63	c Number of update (reduction) of LBD	: 0
3600.02/3489.63	c Imported unit clauses	: 0
3600.02/3489.63	c No decision after first conflict	: false
3600.02/3489.63	c number of reductions to clauses (during analyze)	: 0
3600.02/3489.63	c number of learned constraints concerned by reduction	: 0
3600.02/3489.63	c number of learning phase by resolution	: 0
3600.02/3489.63	c number of learning phase by cutting planes	: 0
3600.02/3489.63	c number of rounding to 1 operations	: 0
3600.02/3489.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3489.63	c number of reductions of the coefficients by power 2 	: 0
3600.02/3489.63	c number of right shift for reduction by power 2 	: 0
3600.02/3489.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3489.63	c number of ending skipping 	: 0
3600.02/3489.63	c number of internal skipping 	: 0
3600.02/3489.63	c number of derivation steps 	: 8771038
3600.02/3489.63	c number of skipped derivation steps 	: 0
3600.02/3489.63	c number of remaining unassigned 	: 0
3600.02/3489.63	c number of remaining assigned 	: 0
3600.02/3489.63	c number of falsified literals weakened from reason	: 0
3600.02/3489.63	c number of falsified literals weakened from conflict	: 0
3600.02/3489.63	c time for arithmetic operations	: 0
3600.02/3489.63	c minimum degree of deleted constraints	: null
3600.02/3489.63	c maximum degree of deleted constraints	: null
3600.02/3489.63	c number of deleted constraints	: 0
3600.02/3489.63	c speed (assignments/second)	: 9785.482296469154
3600.02/3489.63	c non guided choices	: 452
3600.22/3489.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1126837
3600.22/3489.73	s UNKNOWN
3600.22/3489.73	c Total wall clock time (in seconds): 3489.474

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442615-1721304916/watcher-4442615-1721304916 -o /tmp/evaluation-result-4442615-1721304916/solver-4442615-1721304916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953889 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442615-1721304916.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 1.17 2.68 3.56 9/316 954420
/proc/meminfo: memFree=123380172/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=18975048 memory=57804 CPUtime=0.12 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 6547 0 0 0 10 2 0 0 20 0 18 0 182650314 19430449152 14451 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4743762 14451 5511 1 0 550945 0
[pid=954402/tid=954404] ppid=954399 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 5492 0 0 0 7 2 0 0 20 0 18 0 182650314 19430449152 14451 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650317 19430449152 14451 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650318 19430449152 14451 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57804 KiB

[startup+0.207162 s]*
/proc/loadavg: 1.17 2.68 3.56 9/317 954421
/proc/meminfo: memFree=123313924/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=18975048 memory=67860 CPUtime=0.28 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 7313 0 0 0 25 3 0 0 20 0 18 0 182650314 19430449152 16965 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4743762 16965 5739 1 0 551564 0
[pid=954402/tid=954404] ppid=954399 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 5790 0 0 0 17 2 0 0 20 0 18 0 182650314 19430449152 16965 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=18975048 memory=19020 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650317 19430449152 16965 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650318 19430449152 16965 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67860 KiB

[startup+0.30698 s]*
/proc/loadavg: 1.17 2.68 3.56 9/317 954421
/proc/meminfo: memFree=123261128/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=18975048 memory=75080 CPUtime=0.46 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 7637 0 0 0 42 4 0 0 20 0 18 0 182650314 19430449152 18770 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4743762 18770 5744 1 0 551743 0
[pid=954402/tid=954404] ppid=954399 vsize=18975048 memory=-8526553692660605628 CPUtime=0.29 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 5946 0 0 0 26 3 0 0 20 0 18 0 182650314 19430449152 18770 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650317 19430449152 18770 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650318 19430449152 18770 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75080 KiB

[startup+0.700867 s]
/proc/loadavg: 1.17 2.68 3.56 11/319 954423
/proc/meminfo: memFree=122965224/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=170228 CPUtime=1.21 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 11134 0 0 0 115 6 0 0 20 0 20 0 182650314 19566772224 42557 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 42557 5830 1 0 554731 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=5468 CPUtime=0.64 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 6049 0 0 0 59 5 0 0 20 0 20 0 182650314 19566772224 42557 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 42557 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182650318 19566772224 42557 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 170228 KiB

[startup+1.50198 s]
/proc/loadavg: 1.17 2.68 3.56 9/300 954426
/proc/meminfo: memFree=122898980/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=273084 CPUtime=2.79 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 23324 0 0 0 269 10 0 0 20 0 20 0 182650314 19566772224 68271 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 68271 5830 1 0 559082 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=12020 CPUtime=1.39 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 6151 0 0 0 133 6 0 0 20 0 20 0 182650314 19566772224 68271 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 68271 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182650318 19566772224 68271 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 68271 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 273084 KiB

[startup+3.11395 s]
/proc/loadavg: 1.55 2.73 3.57 4/300 954560
/proc/meminfo: memFree=121485520/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=548888 CPUtime=4.88 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 27572 0 0 0 472 16 0 0 20 0 20 0 182650314 19566772224 137222 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 137222 5830 1 0 559123 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=0 CPUtime=2.94 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 6773 0 0 0 283 11 0 0 20 0 20 0 182650314 19566772224 137222 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 137222 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650318 19566772224 137222 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 137222 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 548888 KiB

[startup+6.30043 s]
/proc/loadavg: 1.55 2.73 3.57 5/320 954624
/proc/meminfo: memFree=116054892/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=1308164 CPUtime=8.35 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 28714 0 0 0 804 31 0 0 20 0 20 0 182650314 19566772224 327041 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 327041 5830 1 0 684443 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=0 CPUtime=6.05 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 7418 0 0 0 581 24 0 0 20 0 20 0 182650314 19566772224 327041 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 327041 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650318 19566772224 327041 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=43948 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 327041 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 8.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1308164 KiB

[startup+12.7005 s]
/proc/loadavg: 1.91 2.79 3.59 5/321 954625
/proc/meminfo: memFree=113284008/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=1841852 CPUtime=14.82 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 30551 0 0 0 1440 42 0 0 20 0 20 0 182650314 19566772224 460463 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 460463 5830 1 0 1238003 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=1580720 CPUtime=11.98 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 8034 0 0 0 1165 33 0 0 20 0 20 0 182650314 19566772224 460463 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=1580720 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 460463 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650318 19566772224 460463 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 460463 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 14.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1841852 KiB

[startup+25.5005 s]
/proc/loadavg: 2.45 2.86 3.60 5/318 954628
/proc/meminfo: memFree=110705336/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=2717212 CPUtime=28.12 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 34959 0 0 0 2752 60 0 0 20 0 20 0 182650314 19566772224 679303 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 679303 5837 1 0 1238014 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=0 CPUtime=24.35 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 9440 0 0 0 2388 47 0 0 20 0 20 0 182650314 19566772224 679303 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=1580720 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 679303 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=5220 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650318 19566772224 679303 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=1543684 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 679303 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 28.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2717212 KiB

[startup+51.114 s]
/proc/loadavg: 3.20 3.00 3.63 6/318 954764
/proc/meminfo: memFree=105812552/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=3421952 CPUtime=54.22 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 39460 0 0 0 5346 76 0 0 20 0 20 0 182650314 19566772224 855488 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 855488 5837 1 0 1238022 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=11516 CPUtime=49.29 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 11325 0 0 0 4876 53 0 0 20 0 20 0 182650314 19566772224 855488 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 855488 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650318 19566772224 855488 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0

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

[startup+3162.3 s]
/proc/loadavg: 4.51 4.41 4.38 7/317 956509
/proc/meminfo: memFree=78271072/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=6563912 CPUtime=3265.91 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 591128 0 0 0 326158 433 0 0 20 0 20 0 182650314 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 1640978 5868 1 0 1654545 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=12020 CPUtime=3125.55 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 340226 0 0 0 312422 133 0 0 20 0 20 0 182650314 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 56 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=43948 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=6563912 CPUtime=0.01 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 3691 0 0 0 0 1 0 0 20 0 20 0 182650318 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=6563912 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 3265.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6563912 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.45 4.39 5/317 956520
/proc/meminfo: memFree=77217264/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=6563912 CPUtime=3325.35 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 595810 0 0 0 332098 437 0 0 20 0 20 0 182650314 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 1640978 5868 1 0 1654545 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=12020 CPUtime=3184.94 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 344578 0 0 0 318360 134 0 0 20 0 20 0 182650314 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 56 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=43948 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=6563912 CPUtime=0.01 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 3829 0 0 0 0 1 0 0 20 0 20 0 182650318 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=6563912 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 1640978 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 3325.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6563912 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.44 4.39 5/317 956530
/proc/meminfo: memFree=76964516/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=6825816 CPUtime=3392.86 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 622288 0 0 0 338835 451 0 0 20 0 20 0 182650314 19566772224 1706454 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 1706454 5868 1 0 1738129 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=6563912 CPUtime=3244.01 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 358491 0 0 0 324262 139 0 0 20 0 20 0 182650314 19566772224 1706454 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 1706454 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=16224 CPUtime=0.01 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 3916 0 0 0 0 1 0 0 20 0 20 0 182650318 19566772224 1706454 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=6735704 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 1706454 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 3392.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6825816 KiB

[startup+3342.3 s]
/proc/loadavg: 4.96 4.58 4.44 5/320 956545
/proc/meminfo: memFree=76882132/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=6897524 CPUtime=3452.86 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 628678 0 0 0 344830 456 0 0 20 0 20 0 182650314 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 1724381 5868 1 0 1738129 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=16224 CPUtime=3303.68 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 362582 0 0 0 330227 141 0 0 20 0 20 0 182650314 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=6897496 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=6897524 CPUtime=0.01 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 4063 0 0 0 0 1 0 0 20 0 20 0 182650318 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 3452.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6897524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.60 4.56 4.45 6/320 956623
/proc/meminfo: memFree=92643740/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=6897524 CPUtime=3512.82 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 634770 0 0 0 350823 459 0 0 20 0 20 0 182650314 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 1724381 5868 1 0 1738129 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=12020 CPUtime=3363.25 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 366585 0 0 0 336183 142 0 0 20 0 20 0 182650314 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=6897524 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=6897524 CPUtime=0.01 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 4146 0 0 0 0 1 0 0 20 0 20 0 182650318 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=6897524 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 3512.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6897524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.47 4.42 5/320 956701
/proc/meminfo: memFree=100882244/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=6897524 CPUtime=3572.78 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 641136 0 0 0 356816 462 0 0 20 0 20 0 182650314 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 1724381 5868 1 0 1738129 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=12020 CPUtime=3422.93 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 370217 0 0 0 342150 143 0 0 20 0 20 0 182650314 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=6897496 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=6897524 CPUtime=0.01 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 4228 0 0 0 0 1 0 0 20 0 20 0 182650318 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 3572.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6897524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3489.6 s]
/proc/loadavg: 4.28 4.46 4.42 5/320 956707
/proc/meminfo: memFree=100571764/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19108176 memory=6897524 CPUtime=3600.02 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 644049 0 0 0 359538 464 0 0 20 0 20 0 182650314 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4777044 1724381 5868 1 0 1738129 0
[pid=954402/tid=954404] ppid=954399 vsize=19108176 memory=100 CPUtime=3450.14 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) R 954399 954402 953879 0 -1 4194368 372757 0 0 0 344871 143 0 0 20 0 20 0 182650314 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19108176 memory=6897524 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650317 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19108176 memory=1824 CPUtime=0.01 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 4360 0 0 0 0 1 0 0 20 0 20 0 182650318 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954424] ppid=954399 vsize=19108176 memory=32736 CPUtime=0 cores=0,2
/proc/954402/task/954424/stat : 954424 (Timer-0) S 954399 954402 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182650369 19566772224 1724381 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6897524 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.62 s, system=4.69295 s

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

[startup+3489.71 s]
/proc/loadavg: 4.28 4.46 4.42 5/320 956707
/proc/meminfo: memFree=100571764/131655788 swapFree=131071996/131071996
[pid=954402] ppid=954399 vsize=19307868 memory=6898324 CPUtime=3600.22 cores=0,2
/proc/954402/stat : 954402 (java) S 954399 954402 953879 0 -1 1077936128 647320 0 0 0 359558 464 0 0 20 0 21 0 182650314 19771256832 1724581 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
/proc/954402/statm: 4826967 1724581 5883 1 0 1739037 0
[pid=954402/tid=954404] ppid=954399 vsize=19307868 memory=6897496 CPUtime=3450.16 cores=0,2
/proc/954402/task/954404/stat : 954404 (java) S 954399 954402 953879 0 -1 1077936192 373069 0 0 0 344873 143 0 0 20 0 21 0 182650314 19771256832 1724581 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 56 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954413] ppid=954399 vsize=19307868 memory=6897524 CPUtime=0 cores=0,2
/proc/954402/task/954413/stat : 954413 (Finalizer) S 954399 954402 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182650317 19771256832 1724581 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
[pid=954402/tid=954420] ppid=954399 vsize=19307868 memory=6897524 CPUtime=0.01 cores=0,2
/proc/954402/task/954420/stat : 954420 (Common-Cleaner) S 954399 954402 953879 0 -1 1077936192 4360 0 0 0 0 1 0 0 20 0 21 0 182650318 19771256832 1724581 134679101440 94505886461952 94505886465648 140731840461504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94505886473464 94505886474256 94505903538176 140731840467951 140731840468064 140731840468064 140731840475080 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6898324 KiB

Child status: 143

Real time (s): 3489.78
CPU time (s): 3600.31
CPU user time (s): 3595.62
CPU system time (s): 4.69295
CPU usage (%): 103.167
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6898324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.62
system time used= 4.69295
maximum resident set size= 6899256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 647685
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108594
involuntary context switches= 34849


# summary of solver processes directly reported to runsolver:
#   pid: 954402
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3595.62
#   total CPU system time (s): 4.69295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0224 second user time and 32.6792 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 14:15:28
IDJOB=4442615
IDBENCH=147834
IDSOLVER=3046
FILE ID=nodeC006/4442615-1721304916
RUNJOBID= nodeC006-1721304926-953889
SLURM_JOB_ID= 7542629
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442615-1721304916/watcher-4442615-1721304916 -o /tmp/evaluation-result-4442615-1721304916/solver-4442615-1721304916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953889 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442615-1721304916.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=657772760

nodeC006.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		: 2693.816
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.94
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		: 1895.641
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.26
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		: 3491.987
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.94
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		: 3192.659
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.26
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		: 2693.806
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.94
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		: 2394.494
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.26
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		: 2893.347
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.94
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		: 2494.265
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123464664 kB
MemAvailable:   129540536 kB
Buffers:          484580 kB
Cached:          6353764 kB
SwapCached:            0 kB
Active:           930136 kB
Inactive:        6539052 kB
Active(anon):       1476 kB
Inactive(anon):   667048 kB
Active(file):     928660 kB
Inactive(file):  5872004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5628 kB
Writeback:            12 kB
AnonPages:        630940 kB
Mapped:           125276 kB
Shmem:             37704 kB
KReclaimable:     230476 kB
Slab:             348588 kB
SReclaimable:     230476 kB
SUnreclaim:       118112 kB
KernelStack:        4772 kB
PageTables:        11040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7299828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58080 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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:      310088 kB
DirectMap2M:    40488960 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC006 at 2024-07-18 15:13:38