Trace number 4441502

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 2024 2024-07-07UNSAT cert. 546.825 543.827

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUMab585d5a9f1265a4903b33e81faedd32
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 benchmark17.3591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4441502-1721772856.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
2.06/1.16	c ... done. Wall clock time 1.033s.
2.06/1.16	c declared #vars     77106
2.06/1.16	c #constraints  218779
2.06/1.16	c constraints type 
2.06/1.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
2.06/1.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13220
2.06/1.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
2.06/1.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.06/1.16	c 218779 constraints processed.
6.66/3.64	c cleaning 2490 clauses out of 4998 with flag 14153/5000
8.86/5.49	c cleaning 4244 clauses out of 8507 with flag 33665/11000
11.23/7.28	c cleaning 5629 clauses out of 11263 with flag 61320/18000
15.09/10.32	c cleaning 6811 clauses out of 13632 with flag 90776/26000
20.01/15.05	c cleaning 7901 clauses out of 15822 with flag 143558/35001
23.81/18.78	c cleaning 8931 clauses out of 17918 with flag 190734/45000
27.30/22.22	c cleaning 9994 clauses out of 19989 with flag 248085/56002
31.19/26.11	c cleaning 10977 clauses out of 21992 with flag 303737/68000
34.99/29.97	c cleaning 12000 clauses out of 24015 with flag 368750/81001
40.67/35.55	c cleaning 12999 clauses out of 26014 with flag 449687/95000
46.96/41.88	c cleaning 14000 clauses out of 28015 with flag 538871/110000
54.46/49.37	c cleaning 15007 clauses out of 30015 with flag 652812/126001
64.49/59.34	c cleaning 15997 clauses out of 32007 with flag 793501/143001
73.19/68.15	c cleaning 16997 clauses out of 34009 with flag 952639/161000
82.28/77.26	c cleaning 17996 clauses out of 36015 with flag 1119626/180003
96.05/91.04	c cleaning 18999 clauses out of 38016 with flag 1355932/200000
112.58/107.74	c cleaning 19998 clauses out of 40017 with flag 1597884/221000
128.64/123.81	c cleaning 21004 clauses out of 42019 with flag 1843108/243001
145.35/140.65	c cleaning 22001 clauses out of 44016 with flag 2114324/266002
162.75/158.17	c cleaning 22999 clauses out of 46013 with flag 2403380/290000
178.81/174.29	c cleaning 24005 clauses out of 48013 with flag 2697456/315000
196.90/192.41	c cleaning 25001 clauses out of 50010 with flag 3038767/341002
213.47/209.06	c cleaning 26000 clauses out of 52010 with flag 3365370/368003
231.59/227.22	c cleaning 26999 clauses out of 54007 with flag 3710326/396000
250.85/246.51	c cleaning 27999 clauses out of 56009 with flag 4088876/425001
270.15/265.98	c cleaning 29001 clauses out of 58009 with flag 4481334/455000
291.03/286.97	c cleaning 30000 clauses out of 60008 with flag 4882079/486000
310.88/306.88	c cleaning 31000 clauses out of 62010 with flag 5263183/518002
331.38/327.46	c cleaning 32000 clauses out of 64010 with flag 5685625/551002
352.20/348.32	c cleaning 33000 clauses out of 66010 with flag 6153650/585002
373.34/369.52	c cleaning 33999 clauses out of 68010 with flag 6644735/620002
395.26/391.51	c cleaning 34998 clauses out of 70009 with flag 7127391/656000
416.95/413.34	c cleaning 36004 clauses out of 72013 with flag 7583035/693002
438.30/434.81	c cleaning 36996 clauses out of 74007 with flag 8076394/731000
460.56/457.11	c cleaning 38006 clauses out of 76014 with flag 8602210/770003
483.59/480.35	c cleaning 38994 clauses out of 78006 with flag 9140757/810001
506.45/503.30	c cleaning 40000 clauses out of 80012 with flag 9647494/851001
528.14/525.11	c cleaning 41006 clauses out of 82014 with flag 10120122/893003
546.69/543.74	c starts		: 4252
546.69/543.75	c conflicts		: 930546
546.69/543.75	c decisions		: 2738319
546.69/543.75	c propagations		: 1961101972
546.69/543.75	c inspects		: 5627637488
546.69/543.75	c shortcuts		: 0
546.69/543.75	c learnt literals	: 20
546.69/543.75	c learnt binary clauses	: 343
546.69/543.75	c learnt ternary clauses	: 783
546.69/543.75	c learnt constraints	: 930525
546.69/543.75	c ignored constraints	: 0
546.69/543.75	c root simplifications	: 0
546.69/543.75	c removed literals (reason simplification)	: 20952660
546.69/543.75	c reason swapping (by a shorter reason)	: 0
546.69/543.75	c Calls to reduceDB	: 38
546.69/543.75	c Number of update (reduction) of LBD	: 395420
546.69/543.75	c Imported unit clauses	: 0
546.69/543.75	c No decision after first conflict	: false
546.69/543.75	c number of reductions to clauses (during analyze)	: 0
546.69/543.75	c number of learned constraints concerned by reduction	: 0
546.69/543.75	c number of learning phase by resolution	: 0
546.69/543.75	c number of learning phase by cutting planes	: 0
546.69/543.75	c number of rounding to 1 operations	: 0
546.69/543.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
546.69/543.75	c number of reductions of the coefficients by power 2 	: 0
546.69/543.75	c number of right shift for reduction by power 2 	: 0
546.69/543.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
546.69/543.75	c number of ending skipping 	: 0
546.69/543.75	c number of internal skipping 	: 0
546.69/543.75	c number of derivation steps 	: 0
546.69/543.75	c number of skipped derivation steps 	: 0
546.69/543.75	c number of remaining unassigned 	: 0
546.69/543.75	c number of remaining assigned 	: 0
546.69/543.75	c number of falsified literals weakened from reason	: 0
546.69/543.75	c number of falsified literals weakened from conflict	: 0
546.69/543.75	c time for arithmetic operations	: 0
546.69/543.75	c minimum degree of deleted constraints	: null
546.69/543.75	c maximum degree of deleted constraints	: null
546.69/543.75	c number of deleted constraints	: 0
546.69/543.75	c speed (assignments/second)	: 3614534.7463874966
546.69/543.75	c non guided choices	: 16650
546.79/543.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 78200
546.79/543.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 343
546.79/543.81	s UNSATISFIABLE
546.79/543.81	c Total wall clock time (in seconds): 543.682

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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: 63968 MiB (48081 MiB free)
  memory of node 1: 64473 MiB (48305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441502-1721772856/watcher-4441502-1721772856 -o /tmp/evaluation-result-4441502-1721772856/solver-4441502-1721772856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721765586-134663 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4441502-1721772856 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4441502-1721772856.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=139727, runsolver pid=139724

[startup+0.100082 s]*
/proc/loadavg: 4.27 4.23 4.22 5/338 139745
/proc/meminfo: memFree=98633796/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=18975048 memory=65172 CPUtime=0.13 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 7219 0 0 0 11 2 0 0 20 0 18 0 13809564 19430449152 16293 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4743762 16293 5683 1 0 549330 0
[pid=139727/tid=139729] ppid=139724 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 5762 0 0 0 7 1 0 0 20 0 18 0 13809565 19430449152 16293 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13809567 19430449152 16293 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=18975048 memory=13565998624176213 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13809568 19430449152 16293 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65172 KiB

[startup+0.206458 s]*
/proc/loadavg: 4.27 4.23 4.22 7/338 139745
/proc/meminfo: memFree=98621228/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=18975048 memory=78308 CPUtime=0.34 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 7789 0 0 0 31 3 0 0 20 0 18 0 13809564 19430449152 19577 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4743762 19577 5847 1 0 549725 0
[pid=139727/tid=139729] ppid=139724 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 5946 0 0 0 17 2 0 0 20 0 18 0 13809565 19430449152 19577 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=18975048 memory=5719 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13809567 19430449152 19577 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=18975048 memory=14127849065940646 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13809568 19430449152 19577 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78308 KiB

[startup+0.307444 s]*
/proc/loadavg: 4.27 4.23 4.22 6/338 139745
/proc/meminfo: memFree=98588052/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=18975048 memory=108508 CPUtime=0.53 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 9166 0 0 0 50 3 0 0 20 0 18 0 13809564 19430449152 27127 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4743762 27127 5847 1 0 550576 0
[pid=139727/tid=139729] ppid=139724 vsize=18975048 memory=-8888807568199951036 CPUtime=0.28 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 5960 0 0 0 26 2 0 0 20 0 18 0 13809565 19430449152 27127 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13809567 19430449152 27127 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13809568 19430449152 27127 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 108508 KiB

[startup+0.700443 s]
/proc/loadavg: 4.27 4.23 4.22 7/339 139746
/proc/meminfo: memFree=98515852/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19041612 memory=199456 CPUtime=1.28 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 16621 0 0 0 123 5 0 0 20 0 19 0 13809564 19498610688 49864 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4760403 49864 5863 1 0 555950 0
[pid=139727/tid=139729] ppid=139724 vsize=19041612 memory=5508 CPUtime=0.64 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) S 139724 139727 134651 0 -1 1077936192 5990 0 0 0 61 3 0 0 20 0 19 0 13809565 19498610688 49864 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19041612 memory=12992 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13809567 19498610688 49864 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13809568 19498610688 49864 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 199456 KiB

[startup+1.50244 s]
/proc/loadavg: 4.27 4.23 4.22 7/339 139746
/proc/meminfo: memFree=98460516/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=258948 CPUtime=2.85 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 19369 0 0 0 278 7 0 0 20 0 20 0 13809564 19566772224 64737 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 64737 5879 1 0 1129251 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=12992 CPUtime=1.29 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 6107 0 0 0 126 3 0 0 20 0 20 0 13809565 19566772224 64737 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 64737 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 64737 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 258948 KiB

[startup+3.11245 s]
/proc/loadavg: 4.33 4.24 4.22 5/340 139748
/proc/meminfo: memFree=98223520/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=286452 CPUtime=5.99 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 20094 0 0 0 591 8 0 0 20 0 20 0 13809564 19566772224 71613 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 71613 5891 1 0 1129735 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=198340509722 CPUtime=2.87 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 6125 0 0 0 283 4 0 0 20 0 20 0 13809565 19566772224 71613 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 71613 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 71613 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=261516 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 71613 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 286452 KiB

[startup+6.30026 s]
/proc/loadavg: 4.33 4.24 4.22 5/340 139748
/proc/meminfo: memFree=97577384/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=345552 CPUtime=9.99 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 27087 0 0 0 988 11 0 0 20 0 20 0 13809564 19566772224 86388 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 86388 5906 1 0 1130071 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=0 CPUtime=6.04 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 7037 0 0 0 598 6 0 0 20 0 20 0 13809565 19566772224 86388 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 86388 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=273780 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 86388 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=335300 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 86388 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 9.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 345552 KiB

[startup+12.7003 s]
/proc/loadavg: 4.28 4.23 4.22 5/340 139750
/proc/meminfo: memFree=96014752/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=455388 CPUtime=17.61 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 30126 0 0 0 1747 14 0 0 20 0 20 0 13809564 19566772224 113847 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 113847 5906 1 0 1130079 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=455388 CPUtime=12.38 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 7324 0 0 0 1230 8 0 0 20 0 20 0 13809565 19566772224 113847 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 113847 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=7236550562289378131 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 113847 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 113847 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 17.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 455388 KiB

[startup+25.5003 s]
/proc/loadavg: 4.32 4.24 4.22 5/341 139752
/proc/meminfo: memFree=94089236/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=476104 CPUtime=30.59 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 37217 0 0 0 3043 16 0 0 20 0 20 0 13809564 19566772224 119026 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 119026 5906 1 0 1130079 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=7236550562289378131 CPUtime=25.09 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 9008 0 0 0 2500 9 0 0 20 0 20 0 13809565 19566772224 119026 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 119026 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=5452 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 119026 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=-8888807568199951036 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 119026 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 30.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 476104 KiB

[startup+51.106 s]
/proc/loadavg: 4.27 4.24 4.22 5/341 139755
/proc/meminfo: memFree=93085016/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=646260 CPUtime=56.32 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 48862 0 0 0 5609 23 0 0 20 0 20 0 13809564 19566772224 161565 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 161565 5906 1 0 1130081 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=535604 CPUtime=50.6 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 10889 0 0 0 5046 14 0 0 20 0 20 0 13809565 19566772224 161565 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 161565 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 161565 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 161565 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0

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

/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 582 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 685895 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=1780 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 685895 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 465.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2743580 KiB

[startup+522.3 s]
/proc/loadavg: 4.22 4.21 4.20 5/336 139847
/proc/meminfo: memFree=84934124/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=2749724 CPUtime=525.44 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 75948 0 0 0 52435 109 0 0 20 0 20 0 13809564 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 687431 5906 1 0 1130092 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=2743580 CPUtime=519.21 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 26489 0 0 0 51836 85 0 0 20 0 20 0 13809565 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 120 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=2743580 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 684 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=2749724 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 525.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749724 KiB

[startup+543.827 s]
# the end of solver process 139727 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=545.7 s, system=1.12502 s

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

[startup+524.8 s]
/proc/loadavg: 4.21 4.20 4.20 5/336 139847
/proc/meminfo: memFree=84905772/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=2749724 CPUtime=527.88 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 75950 0 0 0 52679 109 0 0 20 0 20 0 13809564 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 687431 5906 1 0 1130092 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=0 CPUtime=521.66 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) D 139724 139727 134651 0 -1 4194368 26491 0 0 0 52080 86 0 0 20 0 20 0 13809565 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 120 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=5508 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 684 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=2743580 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 527.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749724 KiB

[startup+537.6 s]
/proc/loadavg: 4.17 4.20 4.20 5/336 139849
/proc/meminfo: memFree=84795352/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=2749724 CPUtime=540.61 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 75961 0 0 0 53951 110 0 0 20 0 20 0 13809564 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 687431 5906 1 0 1130092 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=13944 CPUtime=534.38 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 26501 0 0 0 53352 86 0 0 20 0 20 0 13809565 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 130 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=2743580 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=2743580 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 684 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=5508 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 540.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749724 KiB

[startup+540.8 s]
/proc/loadavg: 4.16 4.19 4.20 5/336 139849
/proc/meminfo: memFree=84768604/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=2749724 CPUtime=543.8 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 76032 0 0 0 54270 110 0 0 20 0 20 0 13809564 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 687431 5906 1 0 1130092 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=50952 CPUtime=537.57 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 26570 0 0 0 53671 86 0 0 20 0 20 0 13809565 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 130 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 684 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=2737436 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 543.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749724 KiB

[startup+542.4 s]
/proc/loadavg: 4.16 4.19 4.20 5/336 139851
/proc/meminfo: memFree=84752880/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=2749724 CPUtime=545.39 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 76032 0 0 0 54429 110 0 0 20 0 20 0 13809564 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 687431 5906 1 0 1130092 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=11624 CPUtime=539.16 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 26570 0 0 0 53830 86 0 0 20 0 20 0 13809565 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 130 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=2749724 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 684 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=2749724 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 545.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749724 KiB

[startup+543.2 s]
/proc/loadavg: 4.15 4.19 4.20 5/336 139851
/proc/meminfo: memFree=84746052/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=2749724 CPUtime=546.19 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 76033 0 0 0 54509 110 0 0 20 0 20 0 13809564 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 687431 5906 1 0 1130092 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=2749724 CPUtime=539.96 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 26571 0 0 0 53910 86 0 0 20 0 20 0 13809565 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 130 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=50952 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 684 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 546.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749724 KiB

[startup+543.6 s]
/proc/loadavg: 4.15 4.19 4.20 5/336 139851
/proc/meminfo: memFree=84746052/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19108176 memory=2749724 CPUtime=546.59 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 76033 0 0 0 54549 110 0 0 20 0 20 0 13809564 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4777044 687431 5906 1 0 1130092 0
[pid=139727/tid=139729] ppid=139724 vsize=19108176 memory=-8888807568199951036 CPUtime=540.36 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) R 139724 139727 134651 0 -1 4194368 26571 0 0 0 53950 86 0 0 20 0 20 0 13809565 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 130 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19108176 memory=5508 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 684 0 0 0 0 0 0 0 20 0 20 0 13809568 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139747] ppid=139724 vsize=19108176 memory=16104 CPUtime=0 cores=1,3
/proc/139727/task/139747/stat : 139747 (Timer-0) S 139724 139727 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13809683 19566772224 687431 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 546.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2749724 KiB

[startup+543.8 s]
/proc/loadavg: 4.15 4.19 4.20 5/336 139851
/proc/meminfo: memFree=84746052/131524600 swapFree=131071996/131071996
[pid=139727] ppid=139724 vsize=19241304 memory=2750136 CPUtime=546.79 cores=1,3
/proc/139727/stat : 139727 (java) S 139724 139727 134651 0 -1 1077936128 78732 0 0 0 54568 111 0 0 20 0 20 0 13809564 19703095296 687534 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
/proc/139727/statm: 4810326 687534 5905 1 0 1130726 0
[pid=139727/tid=139729] ppid=139724 vsize=19241304 memory=-8888807568199951036 CPUtime=540.5 cores=1,3
/proc/139727/task/139729/stat : 139729 (java) S 139724 139727 134651 0 -1 1077936192 28197 0 0 0 53963 87 0 0 20 0 20 0 13809565 19703095296 687534 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 132 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139738] ppid=139724 vsize=19241304 memory=32404 CPUtime=0 cores=1,3
/proc/139727/task/139738/stat : 139738 (Finalizer) S 139724 139727 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13809567 19703095296 687534 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
[pid=139727/tid=139745] ppid=139724 vsize=19241304 memory=1900 CPUtime=0 cores=1,3
/proc/139727/task/139745/stat : 139745 (Common-Cleaner) S 139724 139727 134651 0 -1 1077936192 684 0 0 0 0 0 0 0 20 0 20 0 13809568 19703095296 687534 134679101440 94719383875584 94719383879280 140735777406304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94719383887096 94719383887888 94719416508416 140735777407915 140735777408097 140735777408097 140735777415112 0
Current children cumulated CPU time: 546.79 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2750136 KiB

Child status: 20

Real time (s): 543.827
CPU time (s): 546.825
CPU user time (s): 545.7
CPU system time (s): 1.12502
CPU usage (%): 100.551
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2750136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 545.7
system time used= 1.12502
maximum resident set size= 2751164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 513936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18832
involuntary context switches= 1223


# summary of solver processes directly reported to runsolver:
#   pid: 139727
#   total CPU time (s): 546.825
#   total CPU user time (s): 545.7
#   total CPU system time (s): 1.12502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12855 second user time and 2.8845 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-24 00:14:16
IDJOB=4441502
IDBENCH=147714
IDSOLVER=3079
FILE ID=nodeC030/4441502-1721772856
RUNJOBID= nodeC030-1721765586-134663
SLURM_JOB_ID= 7770658
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441502-1721772856/watcher-4441502-1721772856 -o /tmp/evaluation-result-4441502-1721772856/solver-4441502-1721772856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721765586-134663 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4441502-1721772856 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4441502-1721772856.opb

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

MD5SUM BENCH= ab585d5a9f1265a4903b33e81faedd32
RANDOM SEED=1503309849

nodeC030.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		: 3667.133
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.45
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		: 3622.671
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	: 7005.46
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		: 3599.788
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.45
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		: 3628.724
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	: 7005.46
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		: 3665.667
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.45
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		: 3651.182
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	: 7005.46
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		: 3600.105
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.45
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		: 3632.716
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	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        98728916 kB
MemAvailable:   125491712 kB
Buffers:          198720 kB
Cached:         27291080 kB
SwapCached:            0 kB
Active:          1360260 kB
Inactive:       30618028 kB
Active(anon):       1560 kB
Inactive(anon):  4532980 kB
Active(file):    1358700 kB
Inactive(file): 26085048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            409768 kB
Writeback:            60 kB
AnonPages:       4485020 kB
Mapped:           128808 kB
Shmem:             45912 kB
KReclaimable:     317744 kB
Slab:             446652 kB
SReclaimable:     317744 kB
SUnreclaim:       128908 kB
KernelStack:        5184 kB
PageTables:        18704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11728624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21312 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4104192 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:      285396 kB
DirectMap2M:    27799552 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC030 at 2024-07-24 00:23:20