Trace number 4459137

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.14 3530.9

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1540
Best CPU time to get the best result obtained on this benchmark1431.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	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.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4459137-1721894072.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.17	c  objective function found
508.64/506.90	c ... done. Wall clock time 506.765s.
508.64/506.90	c declared #vars     4576880
508.64/506.90	c #constraints  176770
508.64/506.90	c constraints type 
508.64/506.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87615
508.64/506.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 89155
508.64/506.90	c 176770 constraints processed.
508.64/506.91	c objective function length is 3080 literals
514.82/511.47	c cleaning 2496 clauses out of 5000 with flag 31344/5000
520.09/516.41	c cleaning 4244 clauses out of 8504 with flag 71015/11000
526.22/522.32	c cleaning 5621 clauses out of 11261 with flag 118113/18001
532.32/528.33	c cleaning 6804 clauses out of 13641 with flag 170100/26002
540.60/536.51	c cleaning 7906 clauses out of 15835 with flag 233978/35000
550.67/546.70	c cleaning 8952 clauses out of 17929 with flag 303694/45000
561.74/557.81	c cleaning 9974 clauses out of 19977 with flag 384801/56000
572.10/568.18	c cleaning 10990 clauses out of 22004 with flag 459439/68001
581.67/577.84	c cleaning 12000 clauses out of 24014 with flag 552766/81001
591.86/588.08	c cleaning 12993 clauses out of 26013 with flag 654288/95000
604.29/600.50	c cleaning 13981 clauses out of 28021 with flag 753367/110001
618.36/614.66	c cleaning 15013 clauses out of 30040 with flag 863556/126001
633.31/629.49	c cleaning 16007 clauses out of 32029 with flag 978387/143003
652.54/648.74	c cleaning 17007 clauses out of 34023 with flag 1101023/161004
672.20/668.55	c cleaning 17998 clauses out of 36013 with flag 1239290/180001
687.80/684.01	c cleaning 18989 clauses out of 38015 with flag 1377251/200001
704.69/701.20	c cleaning 19987 clauses out of 40026 with flag 1518633/221001
721.76/718.23	c cleaning 20987 clauses out of 42038 with flag 1663584/243000
743.28/739.80	c cleaning 22001 clauses out of 44053 with flag 1832054/266002
764.80/761.42	c cleaning 22992 clauses out of 46050 with flag 2023937/290000
783.01/779.80	c cleaning 23997 clauses out of 48058 with flag 2202795/315000
810.06/807.24	c cleaning 25014 clauses out of 50063 with flag 2379762/341002
831.07/828.24	c cleaning 25982 clauses out of 52048 with flag 2556974/368001
862.23/859.42	c cleaning 26986 clauses out of 54065 with flag 2737181/396000
886.58/883.91	c cleaning 27963 clauses out of 56079 with flag 2933023/425000
910.64/908.19	c cleaning 28984 clauses out of 58116 with flag 3122296/455000
935.16/932.65	c cleaning 29961 clauses out of 60137 with flag 3329519/486005
969.73/967.34	c cleaning 30992 clauses out of 62173 with flag 3552844/518002
997.36/995.03	c cleaning 32080 clauses out of 64180 with flag 3791319/551001
1040.68/1038.43	c cleaning 33039 clauses out of 66101 with flag 4045724/585002
1086.87/1084.52	c cleaning 33983 clauses out of 68062 with flag 4298362/620002
1132.03/1129.48	c cleaning 34995 clauses out of 70077 with flag 4530557/656000
1167.95/1163.27	c cleaning 36012 clauses out of 72082 with flag 4791411/693000
1224.73/1220.21	c cleaning 37024 clauses out of 74070 with flag 5064929/731000
1328.88/1324.71	c cleaning 38018 clauses out of 76046 with flag 5379305/770000
1387.19/1380.31	c cleaning 38998 clauses out of 78031 with flag 5713382/810003
1420.52/1413.30	c cleaning 39981 clauses out of 80030 with flag 5993474/851000
1481.51/1472.03	c cleaning 40996 clauses out of 82051 with flag 6275562/893002
1553.24/1543.79	c cleaning 41993 clauses out of 84053 with flag 6590117/936000
1631.37/1619.96	c cleaning 43001 clauses out of 86062 with flag 6918206/980002
1716.57/1702.65	c cleaning 43999 clauses out of 88059 with flag 7246601/1025000
1766.50/1750.37	c cleaning 45005 clauses out of 90061 with flag 7606211/1071001
1835.17/1817.15	c cleaning 46003 clauses out of 92056 with flag 7996408/1118001
1897.28/1876.84	c cleaning 47000 clauses out of 94053 with flag 8405752/1166001
1966.03/1943.44	c cleaning 47990 clauses out of 96052 with flag 8772703/1215000
2030.31/2005.53	c cleaning 48998 clauses out of 98063 with flag 9162535/1265001
2105.15/2078.13	c cleaning 50006 clauses out of 100064 with flag 9620911/1316000
2177.00/2147.25	c cleaning 50983 clauses out of 102058 with flag 10047780/1368000
2263.15/2233.20	c cleaning 51995 clauses out of 104079 with flag 10552510/1421004
2332.32/2297.50	c cleaning 53027 clauses out of 106082 with flag 10963607/1475002
2418.41/2383.82	c cleaning 54012 clauses out of 108055 with flag 11351400/1530002
2514.65/2474.53	c cleaning 55004 clauses out of 110041 with flag 11763489/1586000
2593.62/2550.93	c cleaning 55996 clauses out of 112038 with flag 12185263/1643001
2681.66/2639.27	c cleaning 57002 clauses out of 114041 with flag 12594734/1701000
2770.02/2725.48	c cleaning 58006 clauses out of 116043 with flag 13019748/1760004
2863.15/2817.79	c cleaning 59005 clauses out of 118035 with flag 13484050/1820002
2956.81/2908.91	c cleaning 59994 clauses out of 120028 with flag 13960283/1881000
3071.21/3020.75	c cleaning 61003 clauses out of 122034 with flag 14418303/1943000
3182.52/3126.52	c cleaning 62000 clauses out of 124031 with flag 14935289/2006000
3263.02/3204.21	c cleaning 62994 clauses out of 126031 with flag 15422203/2070000
3371.56/3310.17	c cleaning 63995 clauses out of 128037 with flag 15870707/2135000
3486.85/3420.19	c cleaning 64998 clauses out of 130042 with flag 16330352/2201000
3565.38/3496.33	c cleaning 65980 clauses out of 132044 with flag 16810017/2268000
3600.02/3530.82	c starts		: 1468
3600.02/3530.82	c conflicts		: 2289562
3600.02/3530.83	c decisions		: 170930094
3600.02/3530.83	c propagations		: 378957745
3600.02/3530.83	c inspects		: 6956152876
3600.02/3530.83	c shortcuts		: 0
3600.02/3530.83	c learnt literals	: 0
3600.02/3530.83	c learnt binary clauses	: 0
3600.02/3530.83	c learnt ternary clauses	: 0
3600.02/3530.83	c learnt constraints	: 2289562
3600.02/3530.83	c ignored constraints	: 0
3600.02/3530.83	c root simplifications	: 0
3600.02/3530.83	c removed literals (reason simplification)	: 6274794
3600.02/3530.83	c reason swapping (by a shorter reason)	: 0
3600.02/3530.83	c Calls to reduceDB	: 63
3600.02/3530.83	c Number of update (reduction) of LBD	: 1551534
3600.02/3530.83	c Imported unit clauses	: 0
3600.02/3530.83	c No decision after first conflict	: false
3600.02/3530.83	c number of reductions to clauses (during analyze)	: 0
3600.02/3530.83	c number of learned constraints concerned by reduction	: 0
3600.02/3530.83	c number of learning phase by resolution	: 0
3600.02/3530.83	c number of learning phase by cutting planes	: 0
3600.02/3530.83	c number of rounding to 1 operations	: 0
3600.02/3530.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3530.83	c number of reductions of the coefficients by power 2 	: 0
3600.02/3530.83	c number of right shift for reduction by power 2 	: 0
3600.02/3530.83	c timeout
3600.02/3530.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3530.83	c number of ending skipping 	: 0
3600.02/3530.83	c number of internal skipping 	: 0
3600.02/3530.83	c number of derivation steps 	: 0
3600.02/3530.83	c number of skipped derivation steps 	: 0
3600.02/3530.83	c number of remaining unassigned 	: 0
3600.02/3530.83	c number of remaining assigned 	: 0
3600.02/3530.83	c number of falsified literals weakened from reason	: 0
3600.02/3530.83	c number of falsified literals weakened from conflict	: 0
3600.02/3530.83	c time for arithmetic operations	: 0
3600.02/3530.83	c minimum degree of deleted constraints	: null
3600.02/3530.83	c maximum degree of deleted constraints	: null
3600.02/3530.83	c number of deleted constraints	: 0
3600.02/3530.83	c speed (assignments/second)	: 125325.5835565083
3600.02/3530.83	c non guided choices	: 167406664
3600.02/3530.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 87626
3600.02/3530.87	s UNKNOWN
3600.02/3530.87	c Total wall clock time (in seconds): 3530.737

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=231244, runsolver pid=231241

[startup+0.101244 s]*
/proc/loadavg: 4.66 4.70 4.62 6/345 231262
/proc/meminfo: memFree=45387380/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=18975048 memory=64212 CPUtime=0.13 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 7047 0 0 0 10 3 0 0 20 0 18 0 25936316 19430449152 16053 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4743762 16053 5600 1 0 549302 0
[pid=231244/tid=231246] ppid=231241 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 1077936192 5633 0 0 0 6 2 0 0 20 0 18 0 25936316 19430449152 16053 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25936319 19430449152 16053 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=18975048 memory=14973373509117603 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25936319 19430449152 16053 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64212 KiB

[startup+0.206959 s]*
/proc/loadavg: 4.66 4.70 4.62 8/345 231262
/proc/meminfo: memFree=45212260/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=18975048 memory=233088 CPUtime=0.29 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 7628 0 0 0 23 6 0 0 20 0 18 0 25936316 19430449152 58272 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4743762 58272 5829 1 0 549580 0
[pid=231244/tid=231246] ppid=231241 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 6022 0 0 0 12 5 0 0 20 0 18 0 25936316 19430449152 58272 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=18975048 memory=1409442 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25936319 19430449152 58272 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=18975048 memory=14690799019361963 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25936319 19430449152 58272 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 233088 KiB

[startup+0.307946 s]*
/proc/loadavg: 4.66 4.70 4.62 6/345 231262
/proc/meminfo: memFree=44858948/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=18975048 memory=583836 CPUtime=0.44 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 8865 0 0 0 31 13 0 0 20 0 18 0 25936316 19430449152 145959 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4743762 145959 5829 1 0 550177 0
[pid=231244/tid=231246] ppid=231241 vsize=18975048 memory=-9104422932278125244 CPUtime=0.27 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 6393 0 0 0 15 12 0 0 20 0 18 0 25936316 19430449152 145959 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25936319 19430449152 145959 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25936319 19430449152 145959 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 583836 KiB

[startup+0.700947 s]
/proc/loadavg: 4.66 4.70 4.62 6/346 231263
/proc/meminfo: memFree=44544564/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=19041612 memory=898224 CPUtime=1.05 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 12649 0 0 0 85 20 0 0 20 0 19 0 25936316 19498610688 224556 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4760403 224556 5844 1 0 552879 0
[pid=231244/tid=231246] ppid=231241 vsize=19041612 memory=5616 CPUtime=0.62 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 6635 0 0 0 44 18 0 0 20 0 19 0 25936316 19498610688 224556 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19041612 memory=12404 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 224556 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 224556 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 898224 KiB

[startup+1.50096 s]
/proc/loadavg: 4.66 4.70 4.62 6/346 231263
/proc/meminfo: memFree=44515872/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=19041612 memory=1139496 CPUtime=1.91 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 13233 0 0 0 165 26 0 0 20 0 19 0 25936316 19498610688 284874 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4760403 284874 5860 1 0 701179 0
[pid=231244/tid=231246] ppid=231241 vsize=19041612 memory=12404 CPUtime=1.37 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 6793 0 0 0 115 22 0 0 20 0 19 0 25936316 19498610688 284874 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 284874 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 284874 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1139496 KiB

[startup+3.1073 s]
/proc/loadavg: 4.66 4.70 4.62 5/346 231264
/proc/meminfo: memFree=43492976/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=19041612 memory=1631572 CPUtime=3.64 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 14326 0 0 0 329 35 0 0 20 0 19 0 25936316 19498610688 407893 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4760403 407893 5860 1 0 968578 0
[pid=231244/tid=231246] ppid=231241 vsize=19041612 memory=0 CPUtime=2.87 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) S 231241 231244 227049 0 -1 1077936192 7125 0 0 0 257 30 0 0 20 0 19 0 25936316 19498610688 407893 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19041612 memory=12404 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 407893 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19041612 memory=1378204 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 407893 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1631572 KiB

[startup+6.30095 s]
/proc/loadavg: 4.69 4.71 4.62 5/346 231264
/proc/meminfo: memFree=43179292/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=19041612 memory=1840376 CPUtime=7.04 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 15130 0 0 0 664 40 0 0 20 0 19 0 25936316 19498610688 460094 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4760403 460094 5860 1 0 1093933 0
[pid=231244/tid=231246] ppid=231241 vsize=19041612 memory=0 CPUtime=5.89 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 7553 0 0 0 555 34 0 0 20 0 19 0 25936316 19498610688 460094 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19041612 memory=1144728 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 460094 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 460094 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 7.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1840376 KiB

[startup+12.701 s]
/proc/loadavg: 4.79 4.73 4.63 6/346 231266
/proc/meminfo: memFree=42326588/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=19041612 memory=2048228 CPUtime=13.59 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 19218 0 0 0 1314 45 0 0 20 0 19 0 25936316 19498610688 512057 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4760403 512057 5868 1 0 1216775 0
[pid=231244/tid=231246] ppid=231241 vsize=19041612 memory=2046180 CPUtime=11.94 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 7880 0 0 0 1156 38 0 0 20 0 19 0 25936316 19498610688 512057 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19041612 memory=2044132 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 512057 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19041612 memory=14414804420920653 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 512057 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 13.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2048228 KiB

[startup+25.5003 s]
/proc/loadavg: 4.68 4.71 4.62 5/346 231267
/proc/meminfo: memFree=41587876/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=19041612 memory=2082328 CPUtime=26.43 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 23085 0 0 0 2597 46 0 0 20 0 19 0 25936316 19498610688 520582 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4760403 520582 5868 1 0 1216775 0
[pid=231244/tid=231246] ppid=231241 vsize=19041612 memory=2071908 CPUtime=24.15 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 9198 0 0 0 2377 38 0 0 20 0 19 0 25936316 19498610688 520582 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 520582 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 520582 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 26.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2082328 KiB

[startup+51.1063 s]
/proc/loadavg: 4.45 4.65 4.60 5/346 231270
/proc/meminfo: memFree=40620144/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=19041612 memory=2086972 CPUtime=52.01 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 27268 0 0 0 5152 49 0 0 20 0 19 0 25936316 19498610688 521743 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4760403 521743 5868 1 0 1216775 0
[pid=231244/tid=231246] ppid=231241 vsize=19041612 memory=0 CPUtime=48.53 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 11268 0 0 0 4814 39 0 0 20 0 19 0 25936316 19498610688 521743 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19041612 memory=2048228 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 521743 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19041612 memory=1631572 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25936319 19498610688 521743 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 52.01 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2086972 KiB

[startup+102.3 s]
/proc/loadavg: 4.55 4.64 4.61 5/347 231666
/proc/meminfo: memFree=38661524/131524600 swapFree=131057380/131071996
[pid=231244] ppid=231241 vsize=19041612 memory=2097868 CPUtime=103.31 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 34535 0 0 0 10276 55 0 0 20 0 19 0 25936316 19498610688 524467 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4760403 524467 5868 1 0 1216775 0

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

/proc/meminfo: memFree=94845224/131524600 swapFree=131053028/131071996
[pid=231244] ppid=231241 vsize=19108176 memory=5238204 CPUtime=3220.9 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 292952 0 0 0 320797 1293 0 0 20 0 20 0 25936316 19566772224 1309551 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4777044 1309551 5946 1 0 1333461 0
[pid=231244/tid=231246] ppid=231241 vsize=19108176 memory=11360 CPUtime=3097.22 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 108502 0 0 0 308649 1073 0 0 20 0 20 0 25936316 19566772224 1309551 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1221 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19108176 memory=5238204 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309551 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19108176 memory=1832 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 2625 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309551 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231995] ppid=231241 vsize=19108176 memory=5238204 CPUtime=0 cores=5,7
/proc/231244/task/231995/stat : 231995 (Timer-0) S 231241 231244 227049 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25987020 19566772224 1309551 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3220.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5238204 KiB

[startup+3222.3 s]
/proc/loadavg: 3.29 3.97 4.27 4/313 233248
/proc/meminfo: memFree=94430316/131524600 swapFree=131053028/131071996
[pid=231244] ppid=231241 vsize=19108176 memory=5238208 CPUtime=3281.12 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 296660 0 0 0 326793 1319 0 0 20 0 20 0 25936316 19566772224 1309552 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4777044 1309552 5946 1 0 1333461 0
[pid=231244/tid=231246] ppid=231241 vsize=19108176 memory=5238204 CPUtime=3156.43 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 109749 0 0 0 314545 1098 0 0 20 0 20 0 25936316 19566772224 1309552 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1236 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309552 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19108176 memory=5237516 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 2772 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309552 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231995] ppid=231241 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/231244/task/231995/stat : 231995 (Timer-0) S 231241 231244 227049 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25987020 19566772224 1309552 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3281.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5238208 KiB

[startup+3282.3 s]
/proc/loadavg: 3.22 3.83 4.20 4/312 233259
/proc/meminfo: memFree=94081316/131524600 swapFree=131053028/131071996
[pid=231244] ppid=231241 vsize=19108176 memory=5238228 CPUtime=3343.72 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 301737 0 0 0 333034 1338 0 0 20 0 20 0 25936316 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4777044 1309557 5946 1 0 1333461 0
[pid=231244/tid=231246] ppid=231241 vsize=19108176 memory=2308 CPUtime=3215.77 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 110346 0 0 0 320464 1113 0 0 20 0 20 0 25936316 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1247 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19108176 memory=5238228 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 2773 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231995] ppid=231241 vsize=19108176 memory=5237664 CPUtime=0 cores=5,7
/proc/231244/task/231995/stat : 231995 (Timer-0) S 231241 231244 227049 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25987020 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3343.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5238228 KiB

[startup+3342.3 s]
/proc/loadavg: 3.20 3.70 4.13 4/312 233270
/proc/meminfo: memFree=93730256/131524600 swapFree=131053028/131071996
[pid=231244] ppid=231241 vsize=19108176 memory=5238228 CPUtime=3406.35 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 306166 0 0 0 339271 1364 0 0 20 0 20 0 25936316 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4777044 1309557 5946 1 0 1333461 0
[pid=231244/tid=231246] ppid=231241 vsize=19108176 memory=5238228 CPUtime=3274.95 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 111537 0 0 0 326360 1135 0 0 20 0 20 0 25936316 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1261 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19108176 memory=18776 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19108176 memory=70248 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 2774 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231995] ppid=231241 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/231244/task/231995/stat : 231995 (Timer-0) S 231241 231244 227049 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25987020 19566772224 1309557 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3406.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5238228 KiB

[startup+3402.3 s]
/proc/loadavg: 3.29 3.64 4.08 4/309 233284
/proc/meminfo: memFree=93341736/131524600 swapFree=131053028/131071996
[pid=231244] ppid=231241 vsize=19108176 memory=5238232 CPUtime=3468.97 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 311538 0 0 0 345512 1385 0 0 20 0 20 0 25936316 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4777044 1309558 5946 1 0 1333461 0
[pid=231244/tid=231246] ppid=231241 vsize=19108176 memory=5238228 CPUtime=3334.06 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 112267 0 0 0 332256 1150 0 0 20 0 20 0 25936316 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1271 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19108176 memory=5238232 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19108176 memory=16076 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 2869 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231995] ppid=231241 vsize=19108176 memory=70248 CPUtime=0 cores=5,7
/proc/231244/task/231995/stat : 231995 (Timer-0) S 231241 231244 227049 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25987020 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3468.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5238232 KiB

[startup+3462.3 s]
/proc/loadavg: 3.26 3.56 4.03 4/308 233294
/proc/meminfo: memFree=92939356/131524600 swapFree=131053028/131071996
[pid=231244] ppid=231241 vsize=19108176 memory=5238232 CPUtime=3531.7 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 313330 0 0 0 351760 1410 0 0 20 0 20 0 25936316 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4777044 1309558 5946 1 0 1333461 0
[pid=231244/tid=231246] ppid=231241 vsize=19108176 memory=5238228 CPUtime=3392.82 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) D 231241 231244 227049 0 -1 4194368 113570 0 0 0 338110 1172 0 0 20 0 20 0 25936316 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1313 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19108176 memory=5238232 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19108176 memory=5238232 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 2870 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231995] ppid=231241 vsize=19108176 memory=5238232 CPUtime=0 cores=5,7
/proc/231244/task/231995/stat : 231995 (Timer-0) S 231241 231244 227049 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25987020 19566772224 1309558 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3531.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5238232 KiB

[startup+3522.3 s]
/proc/loadavg: 3.15 3.47 3.97 4/308 233306
/proc/meminfo: memFree=92496708/131524600 swapFree=131053028/131071996
[pid=231244] ppid=231241 vsize=19108176 memory=5238236 CPUtime=3591.48 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 315689 0 0 0 357716 1432 0 0 20 0 20 0 25936316 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4777044 1309559 5946 1 0 1333461 0
[pid=231244/tid=231246] ppid=231241 vsize=19108176 memory=5238228 CPUtime=3451.97 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 115077 0 0 0 344005 1192 0 0 20 0 20 0 25936316 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1329 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 2870 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231995] ppid=231241 vsize=19108176 memory=-9104422932278125244 CPUtime=0 cores=5,7
/proc/231244/task/231995/stat : 231995 (Timer-0) S 231241 231244 227049 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25987020 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3591.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5238236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3530.8 s]
/proc/loadavg: 3.12 3.46 3.95 4/309 233307
/proc/meminfo: memFree=92434468/131524600 swapFree=131053028/131071996
[pid=231244] ppid=231241 vsize=19108176 memory=5238236 CPUtime=3600.02 cores=5,7
/proc/231244/stat : 231244 (java) S 231241 231244 227049 0 -1 1077936128 316889 0 0 0 358567 1435 0 0 20 0 20 0 25936316 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
/proc/231244/statm: 4777044 1309559 5946 1 0 1333461 0
[pid=231244/tid=231246] ppid=231241 vsize=19108176 memory=1417368 CPUtime=3460.19 cores=5,7
/proc/231244/task/231246/stat : 231246 (java) R 231241 231244 227049 0 -1 4194368 115257 0 0 0 344824 1195 0 0 20 0 20 0 25936316 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1337 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231255] ppid=231241 vsize=19108176 memory=1409959 CPUtime=0 cores=5,7
/proc/231244/task/231255/stat : 231255 (Finalizer) S 231241 231244 227049 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231262] ppid=231241 vsize=19108176 memory=1653190 CPUtime=0 cores=5,7
/proc/231244/task/231262/stat : 231262 (Common-Cleaner) S 231241 231244 227049 0 -1 1077936192 2870 0 0 0 0 0 0 0 20 0 20 0 25936319 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
[pid=231244/tid=231995] ppid=231241 vsize=19108176 memory=26880 CPUtime=0 cores=5,7
/proc/231244/task/231995/stat : 231995 (Timer-0) S 231241 231244 227049 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 25987020 19566772224 1309559 134679101440 94197584408576 94197584412272 140720624908544 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94197584420088 94197584420880 94197592567808 140720624911275 140720624911457 140720624911457 140720624918472 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5238236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.77 s, system=14.3767 s

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

Child status: 143

Real time (s): 3530.9
CPU time (s): 3600.14
CPU user time (s): 3585.77
CPU system time (s): 14.3767
CPU usage (%): 101.961
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5238236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.77
system time used= 14.3767
maximum resident set size= 5239764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320079
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17438504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 198986
involuntary context switches= 18118


# summary of solver processes directly reported to runsolver:
#   pid: 231244
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3585.77
#   total CPU system time (s): 14.3767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55917 second user time and 18.3751 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-25 09:54:33
IDJOB=4459137
IDBENCH=178517
IDSOLVER=3079
FILE ID=nodeC025/4459137-1721894072
RUNJOBID= nodeC025-1721886943-227062
SLURM_JOB_ID= 8089292
Free space on /tmp= 889916 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.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-4459137-1721894072/watcher-4459137-1721894072 -o /tmp/evaluation-result-4459137-1721894072/solver-4459137-1721894072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721886943-227062 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4459137-1721894072 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4459137-1721894072.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=1905116452

nodeC025.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		: 3600.222
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.51
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		: 3601.979
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.49
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		: 3675.869
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.51
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		: 3671.248
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.49
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		: 3675.638
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.51
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		: 3600.113
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.49
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.513
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.51
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		: 3600.795
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        45435740 kB
MemAvailable:   94215016 kB
Buffers:          304628 kB
Cached:         49204064 kB
SwapCached:         3628 kB
Active:          2492304 kB
Inactive:       82698112 kB
Active(anon):       4580 kB
Inactive(anon): 35730196 kB
Active(file):    2487724 kB
Inactive(file): 46967916 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057380 kB
Dirty:            753880 kB
Writeback:             0 kB
AnonPages:      35675028 kB
Mapped:           131852 kB
Shmem:             52872 kB
KReclaimable:     326916 kB
Slab:             473892 kB
SReclaimable:     326916 kB
SUnreclaim:       146976 kB
KernelStack:        5296 kB
PageTables:        80184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   37545096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13952 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10151936 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:      379604 kB
DirectMap2M:    40288256 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 889916 MiB
End job on nodeC025 at 2024-07-25 10:53:24