Trace number 4442534

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 3574.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM285604dce97f116174ae8740e4ecdce8
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.152795
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
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 106
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.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4442534-1721297569.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c  no objective function found
0.34/0.22	c ... done. Wall clock time 0.083s.
0.34/0.22	c declared #vars     10500
0.34/0.22	c #constraints  205
0.34/0.22	c constraints type 
0.34/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
0.34/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 105
0.34/0.22	c 205 constraints processed.
1.74/1.25	c cleaning 2502 clauses out of 5003 with flag 29603/5003
3.54/2.87	c cleaning 4249 clauses out of 8501 with flag 67079/11003
6.22/5.32	c cleaning 5618 clauses out of 11250 with flag 107601/18001
9.67/8.71	c cleaning 6810 clauses out of 13632 with flag 165745/26001
14.20/13.25	c cleaning 7907 clauses out of 15822 with flag 225546/35001
20.14/19.08	c cleaning 8952 clauses out of 17914 with flag 292733/45000
28.23/27.01	c cleaning 9978 clauses out of 19962 with flag 368609/56000
38.11/36.86	c cleaning 10979 clauses out of 21985 with flag 454658/68001
48.27/46.91	c cleaning 11993 clauses out of 24005 with flag 561697/81000
61.79/59.90	c cleaning 12997 clauses out of 26012 with flag 675830/95000
77.40/75.38	c cleaning 13998 clauses out of 28016 with flag 800630/110001
92.91/90.58	c cleaning 15001 clauses out of 30017 with flag 923761/126000
112.23/109.04	c cleaning 16001 clauses out of 32016 with flag 1047700/143000
130.64/127.37	c cleaning 16998 clauses out of 34015 with flag 1183505/161000
155.43/152.02	c cleaning 18001 clauses out of 36020 with flag 1323303/180003
180.24/176.80	c cleaning 19005 clauses out of 38016 with flag 1474149/200000
211.46/206.93	c cleaning 19998 clauses out of 40012 with flag 1639880/221001
247.18/242.58	c cleaning 21004 clauses out of 42014 with flag 1805019/243001
277.88/273.08	c cleaning 22000 clauses out of 44009 with flag 1971527/266000
312.59/307.55	c cleaning 23000 clauses out of 46010 with flag 2153815/290001
349.87/344.53	c cleaning 24003 clauses out of 48009 with flag 2350317/315000
396.93/390.36	c cleaning 25000 clauses out of 50007 with flag 2557290/341001
449.45/442.85	c cleaning 25998 clauses out of 52006 with flag 2788024/368000
502.83/496.27	c cleaning 26988 clauses out of 54008 with flag 3026755/396000
538.70/531.54	c cleaning 27987 clauses out of 56022 with flag 3267787/425002
561.75/554.29	c cleaning 28993 clauses out of 58035 with flag 3468998/455002
630.86/623.47	c cleaning 29992 clauses out of 60042 with flag 3683740/486002
698.39/689.80	c cleaning 30994 clauses out of 62048 with flag 3929040/518000
759.25/750.76	c cleaning 31994 clauses out of 64054 with flag 4179232/551000
836.11/827.42	c cleaning 33000 clauses out of 66063 with flag 4438488/585003
907.00/897.81	c cleaning 34001 clauses out of 68061 with flag 4696091/620001
985.97/974.94	c cleaning 34999 clauses out of 70062 with flag 4969317/656003
1070.41/1059.20	c cleaning 35999 clauses out of 72060 with flag 5250636/693000
1156.48/1145.32	c cleaning 37000 clauses out of 74062 with flag 5555000/731001
1251.94/1241.08	c cleaning 38001 clauses out of 76062 with flag 5869926/770001
1346.92/1336.37	c cleaning 39005 clauses out of 78065 with flag 6190196/810005
1444.32/1433.92	c cleaning 40000 clauses out of 80058 with flag 6502512/851003
1537.83/1525.66	c cleaning 40997 clauses out of 82055 with flag 6831139/893000
1640.10/1627.66	c cleaning 42003 clauses out of 84063 with flag 7166440/936005
1748.65/1735.99	c cleaning 42998 clauses out of 86055 with flag 7503196/980000
1873.75/1860.59	c cleaning 43996 clauses out of 88057 with flag 7887207/1025000
2009.98/1997.20	c cleaning 44991 clauses out of 90062 with flag 8308236/1071001
2110.62/2098.07	c cleaning 46002 clauses out of 92071 with flag 8743461/1118001
2200.09/2187.73	c cleaning 47013 clauses out of 94071 with flag 9185745/1166003
2265.25/2252.84	c cleaning 48005 clauses out of 96055 with flag 9490453/1215000
2358.64/2343.52	c cleaning 48998 clauses out of 98051 with flag 9852662/1265001
2450.04/2434.40	c cleaning 49999 clauses out of 100052 with flag 10215931/1316000
2546.23/2530.20	c cleaning 51003 clauses out of 102055 with flag 10581808/1368002
2656.55/2640.45	c cleaning 52001 clauses out of 104050 with flag 10967637/1421000
2775.77/2758.61	c cleaning 52993 clauses out of 106049 with flag 11408701/1475000
2829.04/2811.63	c cleaning 54008 clauses out of 108056 with flag 11857042/1530000
2881.73/2864.04	c cleaning 55016 clauses out of 110050 with flag 12310593/1586002
2945.00/2926.62	c cleaning 56007 clauses out of 112033 with flag 12840447/1643001
3025.89/3006.89	c cleaning 57001 clauses out of 114026 with flag 13408618/1701001
3100.46/3078.24	c cleaning 57998 clauses out of 116025 with flag 13955542/1760001
3172.98/3150.53	c cleaning 59000 clauses out of 118028 with flag 14507221/1820002
3250.53/3227.58	c cleaning 60002 clauses out of 120027 with flag 15089589/1881001
3338.88/3315.37	c cleaning 60998 clauses out of 122024 with flag 15728773/1943000
3421.51/3397.79	c cleaning 62004 clauses out of 124029 with flag 16398635/2006003
3515.57/3491.50	c cleaning 63000 clauses out of 126022 with flag 17023939/2070000
3590.49/3565.55	c cleaning 64003 clauses out of 128022 with flag 17719829/2135000
3600.06/3574.71	c timeout
3600.06/3574.71	c starts		: 32
3600.06/3574.71	c conflicts		: 2150543
3600.06/3574.71	c decisions		: 2577679
3600.06/3574.72	c propagations		: 34937427
3600.06/3574.72	c inspects		: 9113638435
3600.06/3574.72	c shortcuts		: 0
3600.06/3574.72	c learnt literals	: 0
3600.06/3574.72	c learnt binary clauses	: 0
3600.06/3574.72	c learnt ternary clauses	: 0
3600.06/3574.72	c learnt constraints	: 2150543
3600.06/3574.72	c ignored constraints	: 0
3600.06/3574.72	c root simplifications	: 0
3600.06/3574.72	c removed literals (reason simplification)	: 0
3600.06/3574.72	c reason swapping (by a shorter reason)	: 0
3600.06/3574.72	c Calls to reduceDB	: 61
3600.06/3574.72	c Number of update (reduction) of LBD	: 1120572
3600.06/3574.72	c Imported unit clauses	: 0
3600.06/3574.72	c No decision after first conflict	: false
3600.06/3574.72	c number of reductions to clauses (during analyze)	: 0
3600.06/3574.72	c number of learned constraints concerned by reduction	: 0
3600.06/3574.72	c number of learning phase by resolution	: 0
3600.06/3574.72	c number of learning phase by cutting planes	: 0
3600.06/3574.72	c number of rounding to 1 operations	: 0
3600.06/3574.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3574.72	c number of reductions of the coefficients by power 2 	: 0
3600.06/3574.72	c number of right shift for reduction by power 2 	: 0
3600.06/3574.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3574.72	c number of ending skipping 	: 0
3600.06/3574.72	c number of internal skipping 	: 0
3600.06/3574.72	c number of derivation steps 	: 0
3600.06/3574.73	c number of skipped derivation steps 	: 0
3600.06/3574.73	c number of remaining unassigned 	: 0
3600.06/3574.73	c number of remaining assigned 	: 0
3600.06/3574.73	c number of falsified literals weakened from reason	: 0
3600.06/3574.73	c number of falsified literals weakened from conflict	: 0
3600.06/3574.73	c time for arithmetic operations	: 0
3600.06/3574.74	c minimum degree of deleted constraints	: null
3600.06/3574.74	c maximum degree of deleted constraints	: null
3600.06/3574.74	c number of deleted constraints	: 0
3600.06/3574.74	c speed (assignments/second)	: 9774.019169007308
3600.06/3574.74	c non guided choices	: 42396
3600.06/3574.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 79562
3600.06/3574.78	s UNKNOWN
3600.06/3574.78	c Total wall clock time (in seconds): 3574.661

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442534-1721297569/watcher-4442534-1721297569 -o /tmp/evaluation-result-4442534-1721297569/solver-4442534-1721297569 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975543 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442534-1721297569.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=979798, runsolver pid=979795
Current StackSize limit: 8192 KiB


[startup+0.100462 s]*
/proc/loadavg: 4.25 4.24 4.15 5/331 979816
/proc/meminfo: memFree=111781736/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=18975048 memory=63616 CPUtime=0.14 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 7210 0 0 0 12 2 0 0 20 0 18 0 181918767 19430449152 15904 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4743762 15904 5756 1 0 549334 0
[pid=979798/tid=979800] ppid=979795 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) S 979795 979798 975533 0 -1 1077936192 5741 0 0 0 7 1 0 0 20 0 18 0 181918767 19430449152 15904 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181918770 19430449152 15904 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181918770 19430449152 15904 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63616 KiB

[startup+0.214053 s]*
/proc/loadavg: 4.25 4.24 4.15 8/331 979816
/proc/meminfo: memFree=111752484/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=18975048 memory=90376 CPUtime=0.34 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 8787 0 0 0 32 2 0 0 20 0 18 0 181918767 19430449152 22594 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4743762 22594 5857 1 0 550351 0
[pid=979798/tid=979800] ppid=979795 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 5919 0 0 0 17 2 0 0 20 0 18 0 181918767 19430449152 22594 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=18975048 memory=15975 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181918770 19430449152 22594 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181918770 19430449152 22594 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90376 KiB

[startup+0.306055 s]*
/proc/loadavg: 4.25 4.24 4.15 7/332 979817
/proc/meminfo: memFree=111746092/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19041612 memory=94916 CPUtime=0.51 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 9368 0 0 0 49 2 0 0 20 0 19 0 181918767 19498610688 23729 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4760403 23729 5857 1 0 551024 0
[pid=979798/tid=979800] ppid=979795 vsize=19041612 memory=-8814779649257415356 CPUtime=0.27 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 5941 0 0 0 25 2 0 0 20 0 19 0 181918767 19498610688 23729 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181918770 19498610688 23729 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181918770 19498610688 23729 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181918789 19498610688 23729 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94916 KiB

[startup+0.701062 s]
/proc/loadavg: 4.25 4.24 4.15 7/332 979817
/proc/meminfo: memFree=111728472/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19041612 memory=126456 CPUtime=1.24 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 10394 0 0 0 121 3 0 0 20 0 19 0 181918767 19498610688 31614 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4760403 31614 5857 1 0 551685 0
[pid=979798/tid=979800] ppid=979795 vsize=19041612 memory=13196 CPUtime=0.65 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 5961 0 0 0 63 2 0 0 20 0 19 0 181918767 19498610688 31614 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181918770 19498610688 31614 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181918770 19498610688 31614 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19041612 memory=2028 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181918789 19498610688 31614 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 126456 KiB

[startup+1.50105 s]
/proc/loadavg: 4.25 4.24 4.15 5/332 979819
/proc/meminfo: memFree=111679016/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=203640 CPUtime=2.2 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 15523 0 0 0 215 5 0 0 20 0 20 0 181918767 19566772224 50910 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 50910 5888 1 0 552650 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=13196 CPUtime=1.41 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 7008 0 0 0 139 2 0 0 20 0 20 0 181918767 19566772224 50910 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 50910 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 50910 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 50910 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203640 KiB

[startup+3.10607 s]
/proc/loadavg: 4.23 4.24 4.14 6/333 979820
/proc/meminfo: memFree=111589436/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=281936 CPUtime=3.9 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 16710 0 0 0 384 6 0 0 20 0 20 0 181918767 19566772224 70484 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 70484 5888 1 0 552654 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=0 CPUtime=2.91 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 7342 0 0 0 289 2 0 0 20 0 20 0 181918767 19566772224 70484 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 70484 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=203640 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 70484 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 70484 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 281936 KiB

[startup+6.30105 s]
/proc/loadavg: 4.23 4.24 4.14 5/333 979820
/proc/meminfo: memFree=111386628/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=361092 CPUtime=7.21 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 17011 0 0 0 713 8 0 0 20 0 20 0 181918767 19566772224 90273 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 90273 5888 1 0 552656 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=13196 CPUtime=6 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 7449 0 0 0 598 2 0 0 20 0 20 0 181918767 19566772224 90273 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 90273 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=6371584595320658261 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 90273 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 90273 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 7.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 361092 KiB

[startup+12.7011 s]
/proc/loadavg: 4.20 4.23 4.14 5/333 979821
/proc/meminfo: memFree=111163888/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=601976 CPUtime=13.71 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 19562 0 0 0 1358 13 0 0 20 0 20 0 181918767 19566772224 150494 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 150494 5904 1 0 669610 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=0 CPUtime=12.19 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 8226 0 0 0 1215 4 0 0 20 0 20 0 181918767 19566772224 150494 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=569208 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 150494 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 150494 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 150494 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 13.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 601976 KiB

[startup+25.5011 s]
/proc/loadavg: 4.17 4.22 4.14 5/333 979823
/proc/meminfo: memFree=110681828/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=980388 CPUtime=26.74 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 25260 0 0 0 2653 21 0 0 20 0 20 0 181918767 19566772224 245097 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 245097 5904 1 0 669967 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=569208 CPUtime=24.58 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 9404 0 0 0 2453 5 0 0 20 0 20 0 181918767 19566772224 245097 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 245097 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=874416 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 245097 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 245097 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 26.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 980388 KiB

[startup+51.1061 s]
/proc/loadavg: 4.18 4.22 4.14 6/333 979827
/proc/meminfo: memFree=109686280/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=1562504 CPUtime=52.93 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 34704 0 0 0 5258 35 0 0 20 0 20 0 181918767 19566772224 390626 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 390626 5914 1 0 670559 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=1351116 CPUtime=49.4 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 11933 0 0 0 4935 5 0 0 20 0 20 0 181918767 19566772224 390626 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0

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

/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3203772 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=-8814779649257415356 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 2242 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3203772 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=12649200 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 3203772 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3185.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12815088 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.17 4.17 5/331 981650
/proc/meminfo: memFree=82917988/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=12819196 CPUtime=3245.35 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 298189 0 0 0 324150 385 0 0 20 0 20 0 181918767 19566772224 3204799 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 3204799 5911 1 0 4084643 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=12819196 CPUtime=3173.45 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 100673 0 0 0 317279 66 0 0 20 0 20 0 181918767 19566772224 3204799 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=12819196 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204799 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=12819196 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204799 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=12819196 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 3204799 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3245.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12819196 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.18 4.18 6/330 981661
/proc/meminfo: memFree=82693724/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=12819204 CPUtime=3306.17 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 300747 0 0 0 330229 388 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 3204801 5911 1 0 4084643 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=45052 CPUtime=3232.21 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 102087 0 0 0 323155 66 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=12819196 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=12819196 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3306.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12819204 KiB

[startup+3342.3 s]
/proc/loadavg: 4.49 4.25 4.20 5/330 981671
/proc/meminfo: memFree=82013980/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=12819204 CPUtime=3366.1 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 302614 0 0 0 336220 390 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 3204801 5911 1 0 4084643 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=12819204 CPUtime=3291.16 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 103327 0 0 0 329050 66 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3366.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12819204 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.26 4.20 5/330 981750
/proc/meminfo: memFree=95208188/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=12819204 CPUtime=3426.08 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 303698 0 0 0 342216 392 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 3204801 5911 1 0 4084643 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=0 CPUtime=3350.04 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 103794 0 0 0 334938 66 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3426.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12819204 KiB

[startup+3462.3 s]
/proc/loadavg: 4.59 4.32 4.23 5/332 981764
/proc/meminfo: memFree=93969456/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=12819204 CPUtime=3486.46 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 305319 0 0 0 348252 394 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 3204801 5911 1 0 4084643 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=0 CPUtime=3409.3 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 104636 0 0 0 340863 67 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3486.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12819204 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.28 4.22 5/332 981842
/proc/meminfo: memFree=103840132/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=12819204 CPUtime=3546.86 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 310815 0 0 0 354289 397 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 3204801 5911 1 0 4084643 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=12819204 CPUtime=3468.48 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 106031 0 0 0 346780 68 0 0 20 0 20 0 181918767 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=1812 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 2522 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 3204801 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3546.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12819204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.7 s]
/proc/loadavg: 4.21 4.26 4.21 5/332 981851
/proc/meminfo: memFree=103266104/131524600 swapFree=131071996/131071996
[pid=979798] ppid=979795 vsize=19108176 memory=12819220 CPUtime=3600.06 cores=0,2
/proc/979798/stat : 979798 (java) S 979795 979798 975533 0 -1 1077936128 312114 0 0 0 359607 399 0 0 20 0 20 0 181918767 19566772224 3204805 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
/proc/979798/statm: 4777044 3204805 5911 1 0 4084643 0
[pid=979798/tid=979800] ppid=979795 vsize=19108176 memory=12819220 CPUtime=3519.74 cores=0,2
/proc/979798/task/979800/stat : 979800 (java) R 979795 979798 975533 0 -1 4194368 106572 0 0 0 351906 68 0 0 20 0 20 0 181918767 19566772224 3204805 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979809] ppid=979795 vsize=19108176 memory=12819220 CPUtime=0 cores=0,2
/proc/979798/task/979809/stat : 979809 (Finalizer) S 979795 979798 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204805 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979816] ppid=979795 vsize=19108176 memory=12819204 CPUtime=0 cores=0,2
/proc/979798/task/979816/stat : 979816 (Common-Cleaner) S 979795 979798 975533 0 -1 1077936192 2522 0 0 0 0 0 0 0 20 0 20 0 181918770 19566772224 3204805 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
[pid=979798/tid=979817] ppid=979795 vsize=19108176 memory=-8814779649257415356 CPUtime=0 cores=0,2
/proc/979798/task/979817/stat : 979817 (Timer-0) S 979795 979798 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181918789 19566772224 3204805 134679101440 94370889564160 94370889567856 140735747026464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94370889575672 94370889576464 94370893885440 140735747032070 140735747032160 140735747032160 140735747039176 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12819220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.2 s, system=4.03569 s

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

[startup+3574.8 s]*
/proc/loadavg: 4.21 4.26 4.21 6/314 981854
/proc/meminfo: memFree=108678132/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): 3574.83
CPU time (s): 3600.23
CPU user time (s): 3596.2
CPU system time (s): 4.03569
CPU usage (%): 100.711
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 12819220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.2
system time used= 4.03569
maximum resident set size= 12820864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110937
involuntary context switches= 35225


# summary of solver processes directly reported to runsolver:
#   pid: 979798
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.2
#   total CPU system time (s): 4.03569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58728 second user time and 17.9045 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 12:13:02
IDJOB=4442534
IDBENCH=147822
IDSOLVER=3058
FILE ID=nodeC017/4442534-1721297569
RUNJOBID= nodeC017-1721293761-975543
SLURM_JOB_ID= 7542595
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 285604dce97f116174ae8740e4ecdce8
RANDOM SEED=1080418694

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		: 3642.417
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		: 3688.854
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		: 3620.319
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.868
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		: 3614.790
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		: 3599.997
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		: 3672.259
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		: 3689.054
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:        111825680 kB
MemAvailable:   113678584 kB
Buffers:          502252 kB
Cached:          2176224 kB
SwapCached:            0 kB
Active:          1184064 kB
Inactive:       17849212 kB
Active(anon):       1568 kB
Inactive(anon): 16390632 kB
Active(file):    1182496 kB
Inactive(file):  1458580 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:      16354656 kB
Mapped:           126860 kB
Shmem:             37720 kB
KReclaimable:     102952 kB
Slab:             215416 kB
SReclaimable:     102952 kB
SUnreclaim:       112464 kB
KernelStack:        5020 kB
PageTables:        41456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   21820100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66976 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16035840 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= 890076 MiB
End job on nodeC017 at 2024-07-18 13:12:37