Trace number 4442714

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 Resolution Default 2024-07-07? (TO) 3600.23 3576.71

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-95-90.opb
MD5SUM6537247428469e6459e4298d22ed7785
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 benchmark47.5905
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8550
Total number of constraints401945
Number of constraints which are clauses401945
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 constraint90
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 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4442714-1721302711.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
1.96/1.17	c ... done. Wall clock time 1.041s.
1.96/1.17	c declared #vars     8550
1.96/1.17	c #constraints  401945
1.96/1.17	c constraints type 
1.96/1.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 401850
1.96/1.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 95
1.96/1.17	c 401945 constraints processed.
3.62/2.25	c cleaning 2495 clauses out of 5000 with flag 33394/5000
5.15/3.61	c cleaning 4253 clauses out of 8505 with flag 72938/11000
7.24/5.63	c cleaning 5624 clauses out of 11253 with flag 122108/18001
10.53/8.98	c cleaning 6808 clauses out of 13628 with flag 184183/26000
14.45/12.76	c cleaning 7909 clauses out of 15821 with flag 248833/35001
19.59/17.73	c cleaning 8953 clauses out of 17912 with flag 321899/45001
26.17/24.18	c cleaning 9977 clauses out of 19958 with flag 394143/56000
32.56/30.43	c cleaning 10989 clauses out of 21981 with flag 474173/68000
40.88/38.64	c cleaning 11990 clauses out of 23992 with flag 569967/81000
49.28/46.97	c cleaning 12995 clauses out of 26002 with flag 685183/95000
59.71/57.27	c cleaning 13998 clauses out of 28009 with flag 809876/110002
69.88/67.16	c cleaning 14997 clauses out of 30009 with flag 938203/126000
81.26/78.31	c cleaning 16003 clauses out of 32016 with flag 1074354/143004
95.92/92.98	c cleaning 17000 clauses out of 34010 with flag 1220094/161001
111.96/108.26	c cleaning 17996 clauses out of 36009 with flag 1374291/180000
132.94/129.17	c cleaning 18999 clauses out of 38013 with flag 1531292/200000
157.50/153.66	c cleaning 19996 clauses out of 40014 with flag 1703086/221000
180.94/176.90	c cleaning 21002 clauses out of 42019 with flag 1879140/243001
204.40/200.13	c cleaning 22002 clauses out of 44017 with flag 2067588/266001
231.69/227.24	c cleaning 22996 clauses out of 46014 with flag 2258490/290000
258.63/253.58	c cleaning 24002 clauses out of 48018 with flag 2453819/315000
285.86/280.49	c cleaning 25002 clauses out of 50016 with flag 2652513/341000
316.00/310.48	c cleaning 26002 clauses out of 52014 with flag 2858264/368000
353.81/348.07	c cleaning 26999 clauses out of 54012 with flag 3076355/396000
390.07/383.37	c cleaning 27998 clauses out of 56013 with flag 3296901/425000
435.95/429.07	c cleaning 29004 clauses out of 58015 with flag 3541868/455000
480.12/473.15	c cleaning 30001 clauses out of 60012 with flag 3795654/486001
530.96/523.51	c cleaning 31002 clauses out of 62011 with flag 4059724/518001
583.72/576.23	c cleaning 31997 clauses out of 64010 with flag 4325997/551002
638.02/630.35	c cleaning 33006 clauses out of 66012 with flag 4613896/585001
692.35/683.21	c cleaning 33992 clauses out of 68006 with flag 4913181/620001
739.44/730.07	c cleaning 35001 clauses out of 70013 with flag 5216541/656000
786.30/776.64	c cleaning 36001 clauses out of 72012 with flag 5518055/693000
838.40/828.62	c cleaning 36999 clauses out of 74012 with flag 5810515/731001
889.29/879.69	c cleaning 37995 clauses out of 76012 with flag 6123256/770000
953.98/944.24	c cleaning 39006 clauses out of 78022 with flag 6441112/810005
1020.68/1010.54	c cleaning 39997 clauses out of 80012 with flag 6753056/851001
1059.89/1049.29	c cleaning 40986 clauses out of 82014 with flag 7031202/893000
1161.11/1149.64	c cleaning 41990 clauses out of 84030 with flag 7319965/936002
1258.29/1246.86	c cleaning 42987 clauses out of 86038 with flag 7639466/980000
1385.89/1373.98	c cleaning 43993 clauses out of 88052 with flag 7958189/1025001
1508.34/1496.04	c cleaning 44996 clauses out of 90058 with flag 8283943/1071000
1647.57/1635.03	c cleaning 46002 clauses out of 92065 with flag 8643548/1118003
1800.99/1788.95	c cleaning 47004 clauses out of 94060 with flag 9039675/1166000
1932.20/1918.76	c cleaning 47998 clauses out of 96058 with flag 9423687/1215002
2046.42/2033.19	c cleaning 49001 clauses out of 98059 with flag 9772886/1265001
2158.97/2145.41	c cleaning 50005 clauses out of 100059 with flag 10130897/1316002
2268.83/2254.90	c cleaning 50994 clauses out of 102052 with flag 10545682/1368000
2362.82/2348.59	c cleaning 51997 clauses out of 104058 with flag 10956773/1421000
2464.86/2450.21	c cleaning 52992 clauses out of 106061 with flag 11392463/1475000
2545.97/2530.73	c cleaning 53984 clauses out of 108069 with flag 11948710/1530000
2618.42/2602.49	c cleaning 55009 clauses out of 110086 with flag 12508306/1586001
2700.95/2682.68	c cleaning 56000 clauses out of 112076 with flag 13064184/1643000
2781.57/2762.86	c cleaning 57003 clauses out of 114077 with flag 13568994/1701001
2861.47/2842.30	c cleaning 57998 clauses out of 116073 with flag 14071224/1760000
2955.58/2935.87	c cleaning 58996 clauses out of 118075 with flag 14565869/1820000
3053.80/3033.49	c cleaning 60005 clauses out of 120079 with flag 15100158/1881000
3170.16/3149.26	c cleaning 61001 clauses out of 122075 with flag 15636001/1943001
3290.83/3269.44	c cleaning 62000 clauses out of 124074 with flag 16214935/2006001
3439.33/3417.58	c cleaning 63003 clauses out of 126073 with flag 16785730/2070000
3501.81/3479.46	c cleaning 64005 clauses out of 128071 with flag 17294124/2135001
3571.31/3548.25	c cleaning 65005 clauses out of 130065 with flag 17829880/2201000
3600.08/3576.62	c starts		: 20
3600.08/3576.62	c conflicts		: 2247515
3600.08/3576.62	c decisions		: 2552544
3600.08/3576.62	c propagations		: 33850474
3600.08/3576.62	c inspects		: 12153542568
3600.08/3576.62	c shortcuts		: 0
3600.08/3576.62	c learnt literals	: 0
3600.08/3576.62	c learnt binary clauses	: 0
3600.08/3576.62	c learnt ternary clauses	: 0
3600.08/3576.62	c learnt constraints	: 2247516
3600.08/3576.62	c ignored constraints	: 0
3600.08/3576.62	c root simplifications	: 0
3600.08/3576.62	c removed literals (reason simplification)	: 0
3600.08/3576.62	c reason swapping (by a shorter reason)	: 0
3600.08/3576.62	c timeout
3600.08/3576.62	c Calls to reduceDB	: 62
3600.08/3576.62	c Number of update (reduction) of LBD	: 1025459
3600.08/3576.62	c Imported unit clauses	: 0
3600.08/3576.62	c No decision after first conflict	: false
3600.08/3576.62	c number of reductions to clauses (during analyze)	: 0
3600.08/3576.62	c number of learned constraints concerned by reduction	: 0
3600.08/3576.62	c number of learning phase by resolution	: 0
3600.08/3576.62	c number of learning phase by cutting planes	: 0
3600.08/3576.62	c number of rounding to 1 operations	: 0
3600.08/3576.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3576.62	c number of reductions of the coefficients by power 2 	: 0
3600.08/3576.62	c number of right shift for reduction by power 2 	: 0
3600.08/3576.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3576.62	c number of ending skipping 	: 0
3600.08/3576.62	c number of internal skipping 	: 0
3600.08/3576.62	c number of derivation steps 	: 0
3600.08/3576.62	c number of skipped derivation steps 	: 0
3600.08/3576.62	c number of remaining unassigned 	: 0
3600.08/3576.62	c number of remaining assigned 	: 0
3600.08/3576.62	c number of falsified literals weakened from reason	: 0
3600.08/3576.62	c number of falsified literals weakened from conflict	: 0
3600.08/3576.62	c time for arithmetic operations	: 0
3600.08/3576.62	c minimum degree of deleted constraints	: null
3600.08/3576.62	c maximum degree of deleted constraints	: null
3600.08/3576.62	c number of deleted constraints	: 0
3600.08/3576.62	c speed (assignments/second)	: 9467.48558571031
3600.08/3576.62	c non guided choices	: 17820
3600.08/3576.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 111576
3600.08/3576.67	s UNKNOWN
3600.08/3576.67	c Total wall clock time (in seconds): 3576.548

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (54905 MiB free)
  memory of node 1: 64510 MiB (50085 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442714-1721302711/watcher-4442714-1721302711 -o /tmp/evaluation-result-4442714-1721302711/solver-4442714-1721302711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975544 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442714-1721302711.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=982932, runsolver pid=982929

[startup+0.100179 s]*
/proc/loadavg: 4.21 4.26 4.20 5/330 982950
/proc/meminfo: memFree=107464772/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=18975048 memory=62804 CPUtime=0.13 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 7228 0 0 0 11 2 0 0 20 0 18 0 182432934 19430449152 15701 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4743762 15701 5625 1 0 549340 0
[pid=982932/tid=982934] ppid=982929 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 5759 0 0 0 7 2 0 0 20 0 18 0 182432934 19430449152 15701 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182432937 19430449152 15701 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182432937 19430449152 15701 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62804 KiB

[startup+0.214004 s]*
/proc/loadavg: 4.21 4.26 4.20 6/330 982950
/proc/meminfo: memFree=107443576/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=18975048 memory=83344 CPUtime=0.35 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 8113 0 0 0 32 3 0 0 20 0 18 0 182432934 19430449152 20836 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4743762 20836 5867 1 0 549889 0
[pid=982932/tid=982934] ppid=982929 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 5908 0 0 0 16 2 0 0 20 0 18 0 182432934 19430449152 20836 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=18975048 memory=15975 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182432937 19430449152 20836 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182432937 19430449152 20836 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83344 KiB

[startup+0.306742 s]*
/proc/loadavg: 4.21 4.26 4.20 6/330 982950
/proc/meminfo: memFree=107405484/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=18975048 memory=120800 CPUtime=0.53 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 9139 0 0 0 49 4 0 0 20 0 18 0 182432934 19430449152 30200 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4743762 30200 5867 1 0 550548 0
[pid=982932/tid=982934] ppid=982929 vsize=18975048 memory=-8528517428967416508 CPUtime=0.27 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 5927 0 0 0 24 3 0 0 20 0 18 0 182432934 19430449152 30200 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182432937 19430449152 30200 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182432937 19430449152 30200 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 120800 KiB

[startup+0.708014 s]
/proc/loadavg: 4.35 4.29 4.21 8/331 982951
/proc/meminfo: memFree=107343056/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19041612 memory=191084 CPUtime=1.3 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 14655 0 0 0 123 7 0 0 20 0 19 0 182432934 19498610688 47771 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4760403 47771 5867 1 0 554149 0
[pid=982932/tid=982934] ppid=982929 vsize=19041612 memory=5472 CPUtime=0.61 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 5952 0 0 0 57 4 0 0 20 0 19 0 182432934 19498610688 47771 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19041612 memory=13196 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182432937 19498610688 47771 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 182432937 19498610688 47771 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 191084 KiB

[startup+1.50073 s]
/proc/loadavg: 4.35 4.29 4.21 5/331 982951
/proc/meminfo: memFree=107271980/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=388948 CPUtime=2.69 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 16231 0 0 0 258 11 0 0 20 0 20 0 182432934 19566772224 97237 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 97237 5867 1 0 1072799 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=13196 CPUtime=1.33 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 6088 0 0 0 125 8 0 0 20 0 20 0 182432934 19566772224 97237 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 97237 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 97237 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 388948 KiB

[startup+3.10573 s]
/proc/loadavg: 4.35 4.29 4.21 5/332 982952
/proc/meminfo: memFree=107042996/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=420516 CPUtime=4.63 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 16363 0 0 0 451 12 0 0 20 0 20 0 182432934 19566772224 105129 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 105129 5883 1 0 1072833 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=198340509722 CPUtime=2.88 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 6121 0 0 0 280 8 0 0 20 0 20 0 182432934 19566772224 105129 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 105129 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 105129 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=419844 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 105129 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 4.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 420516 KiB

[startup+6.30073 s]
/proc/loadavg: 4.32 4.28 4.21 5/332 982952
/proc/meminfo: memFree=106836620/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=514044 CPUtime=7.93 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 18568 0 0 0 779 14 0 0 20 0 20 0 182432934 19566772224 128511 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 128511 5883 1 0 1072838 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=0 CPUtime=5.94 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 6774 0 0 0 586 8 0 0 20 0 20 0 182432934 19566772224 128511 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 128511 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=420516 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 128511 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=514044 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 128511 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 514044 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.28 4.21 5/332 982954
/proc/meminfo: memFree=106495712/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=655640 CPUtime=14.45 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 20105 0 0 0 1428 17 0 0 20 0 20 0 182432934 19566772224 163910 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 163910 5883 1 0 1072838 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=655636 CPUtime=12.18 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 7172 0 0 0 1210 8 0 0 20 0 20 0 182432934 19566772224 163910 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 163910 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=7886480690150728531 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 163910 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 163910 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 655640 KiB

[startup+25.5007 s]
/proc/loadavg: 4.41 4.30 4.22 5/332 982955
/proc/meminfo: memFree=106179660/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=967072 CPUtime=27.56 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 26769 0 0 0 2732 24 0 0 20 0 20 0 182432934 19566772224 241768 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 241768 5899 1 0 1072838 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=7886480690150728531 CPUtime=24.63 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 8593 0 0 0 2454 9 0 0 20 0 20 0 182432934 19566772224 241768 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 241768 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=2244 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 241768 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=-8528517428967416508 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 241768 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 27.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 967072 KiB

[startup+51.1057 s]
/proc/loadavg: 4.24 4.27 4.21 6/332 982960
/proc/meminfo: memFree=105241276/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=1591812 CPUtime=53.63 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 30944 0 0 0 5326 37 0 0 20 0 20 0 182432934 19566772224 397953 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 397953 5908 1 0 1072854 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=1430020 CPUtime=49.55 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 9854 0 0 0 4946 9 0 0 20 0 20 0 182432934 19566772224 397953 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 397953 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 397953 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 397953 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0

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

/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2244502 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=8978008 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 1869 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2244502 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=8978008 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 2244502 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 3183.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8978008 KiB

[startup+3222.3 s]
/proc/loadavg: 1.05 1.14 1.87 2/258 984820
/proc/meminfo: memFree=118954244/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=8980064 CPUtime=3243.42 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 240047 0 0 0 324046 296 0 0 20 0 20 0 182432934 19566772224 2245016 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 2245016 5905 1 0 3007736 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=8978004 CPUtime=3185.4 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 81842 0 0 0 318505 35 0 0 20 0 20 0 182432934 19566772224 2245016 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2245016 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=8978004 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 1955 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2245016 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=8980064 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 2245016 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 3243.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8980064 KiB

[startup+3282.3 s]
/proc/loadavg: 1.06 1.13 1.81 2/256 984830
/proc/meminfo: memFree=118951884/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=8982112 CPUtime=3303.7 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 241561 0 0 0 330072 298 0 0 20 0 20 0 182432934 19566772224 2245528 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 2245528 5905 1 0 3007736 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=11544 CPUtime=3244.87 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 83085 0 0 0 324452 35 0 0 20 0 20 0 182432934 19566772224 2245528 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=8982112 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2245528 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=19696 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 1955 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2245528 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=8982112 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 2245528 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 3303.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8982112 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.13 1.77 2/256 984842
/proc/meminfo: memFree=118949564/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=8984160 CPUtime=3363.86 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 242542 0 0 0 336085 301 0 0 20 0 20 0 182432934 19566772224 2246040 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 2246040 5905 1 0 3007736 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=164 CPUtime=3304.46 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 83846 0 0 0 330411 35 0 0 20 0 20 0 182432934 19566772224 2246040 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=8984160 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2246040 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=8984160 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 1955 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2246040 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=8984160 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 2246040 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 3363.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8984160 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.12 1.73 2/256 984852
/proc/meminfo: memFree=118947160/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=8986208 CPUtime=3424.15 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 247202 0 0 0 342112 303 0 0 20 0 20 0 182432934 19566772224 2246552 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 2246552 5905 1 0 3007736 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=8984160 CPUtime=3363.92 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 85346 0 0 0 336357 35 0 0 20 0 20 0 182432934 19566772224 2246552 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=8984160 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2246552 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=8986208 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 2099 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2246552 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=8986208 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 2246552 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 3424.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8986208 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.11 1.68 2/252 984862
/proc/meminfo: memFree=118755728/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=9176980 CPUtime=3484.34 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 248571 0 0 0 348125 309 0 0 20 0 20 0 182432934 19566772224 2294245 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 2294245 5905 1 0 3007736 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=8984160 CPUtime=3423.49 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 86448 0 0 0 342314 35 0 0 20 0 20 0 182432934 19566772224 2294245 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=8984160 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2294245 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=8986208 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 2099 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2294245 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=9176980 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 2294245 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 3484.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9176980 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.11 1.64 2/252 984872
/proc/meminfo: memFree=118265792/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=9665720 CPUtime=3545.01 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 250047 0 0 0 354179 322 0 0 20 0 20 0 182432934 19566772224 2416430 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 2416430 5905 1 0 3007736 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=11544 CPUtime=3482.59 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 87045 0 0 0 348224 35 0 0 20 0 20 0 182432934 19566772224 2416430 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=9665720 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2416430 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 2099 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2416430 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=-8528517428967416508 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 2416430 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 3545.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9665720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.6 s]
/proc/loadavg: 1.09 1.11 1.61 2/252 984881
/proc/meminfo: memFree=117260096/131524600 swapFree=131071996/131071996
[pid=982932] ppid=982929 vsize=19108176 memory=10669252 CPUtime=3600.08 cores=4,6
/proc/982932/stat : 982932 (java) S 982929 982932 975533 0 -1 1077936128 251701 0 0 0 359666 342 0 0 20 0 20 0 182432934 19566772224 2667313 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
/proc/982932/statm: 4777044 2667313 5905 1 0 3007738 0
[pid=982932/tid=982934] ppid=982929 vsize=19108176 memory=2028 CPUtime=3535.92 cores=4,6
/proc/982932/task/982934/stat : 982934 (java) R 982929 982932 975533 0 -1 4194368 88094 0 0 0 353557 35 0 0 20 0 20 0 182432934 19566772224 2667313 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982943] ppid=982929 vsize=19108176 memory=26116 CPUtime=0 cores=4,6
/proc/982932/task/982943/stat : 982943 (Finalizer) S 982929 982932 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2667313 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982950] ppid=982929 vsize=19108176 memory=32196 CPUtime=0 cores=4,6
/proc/982932/task/982950/stat : 982950 (Common-Cleaner) S 982929 982932 975533 0 -1 1077936192 2099 0 0 0 0 0 0 0 20 0 20 0 182432937 19566772224 2667313 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
[pid=982932/tid=982952] ppid=982929 vsize=19108176 memory=1812 CPUtime=0 cores=4,6
/proc/982932/task/982952/stat : 982952 (Timer-0) S 982929 982932 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182433051 19566772224 2667313 134679101440 94197745168384 94197745172080 140726042184016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94197745179896 94197745180688 94197760630784 140726042190854 140726042190944 140726042190944 140726042197960 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10669252 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.77 s, system=3.45703 s

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

[startup+3576.7 s]*
/proc/loadavg: 1.08 1.10 1.61 2/234 984884
/proc/meminfo: memFree=127926388/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3576.71
CPU time (s): 3600.23
CPU user time (s): 3596.77
CPU system time (s): 3.45703
CPU usage (%): 100.658
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 10669252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.77
system time used= 3.45703
maximum resident set size= 10670992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254792
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111149
involuntary context switches= 12613


# summary of solver processes directly reported to runsolver:
#   pid: 982932
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.77
#   total CPU system time (s): 3.45703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.09106 second user time and 17.1621 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 13:38:43
IDJOB=4442714
IDBENCH=147844
IDSOLVER=3058
FILE ID=nodeC017/4442714-1721302711
RUNJOBID= nodeC017-1721293761-975544
SLURM_JOB_ID= 7542595
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-95-90.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442714-1721302711/watcher-4442714-1721302711 -o /tmp/evaluation-result-4442714-1721302711/solver-4442714-1721302711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975544 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4442714-1721302711.opb

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

MD5SUM BENCH= 6537247428469e6459e4298d22ed7785
RANDOM SEED=153493405

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107511012 kB
MemAvailable:   109304592 kB
Buffers:          508020 kB
Cached:          2111720 kB
SwapCached:            0 kB
Active:          1191296 kB
Inactive:       22148340 kB
Active(anon):       1552 kB
Inactive(anon): 20756056 kB
Active(file):    1189744 kB
Inactive(file):  1392284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             11008 kB
Writeback:             8 kB
AnonPages:      20719596 kB
Mapped:           126248 kB
Shmem:             37720 kB
KReclaimable:     102396 kB
Slab:             214744 kB
SReclaimable:     102396 kB
SUnreclaim:       112348 kB
KernelStack:        5024 kB
PageTables:        50700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   27954384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20277248 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-18 14:38:20