Trace number 4440558

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.34 3630.1

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_9_mh.opb
MD5SUMed59d2b3a30e3eff3a6b6ac614db3a9c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4722313
Best CPU time to get the best result obtained on this benchmark3586.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 68832465136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 68832465136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4440558-1721821044.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  objective function found
3.74/2.29	c ... done. Wall clock time 2.162s.
3.74/2.29	c declared #vars     250200
3.74/2.29	c #constraints  610314
3.74/2.29	c constraints type 
3.74/2.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
3.74/2.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
3.74/2.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
3.74/2.29	c org.sat4j.specs.Constr$1 => 3
3.74/2.29	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
3.74/2.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
3.74/2.29	c 610314 constraints processed.
3.86/2.30	c objective function length is 129800 literals
67.85/64.32	c cleaning 2498 clauses out of 5000 with flag 27516/5000
90.63/87.11	c cleaning 4244 clauses out of 8502 with flag 67249/11000
109.82/105.95	c cleaning 5624 clauses out of 11258 with flag 116503/18000
134.35/132.69	c cleaning 6798 clauses out of 13638 with flag 167385/26004
157.91/156.23	c cleaning 7889 clauses out of 15836 with flag 236595/35000
188.12/187.29	c cleaning 8940 clauses out of 17949 with flag 316364/45002
237.56/237.25	c cleaning 9987 clauses out of 20007 with flag 396907/56000
287.13/287.26	c cleaning 10986 clauses out of 22021 with flag 496760/68001
319.81/320.32	c cleaning 12008 clauses out of 24034 with flag 599131/81000
370.56/371.30	c cleaning 13014 clauses out of 26028 with flag 684528/95002
424.98/428.42	c cleaning 13982 clauses out of 28013 with flag 805645/110001
467.71/476.25	c cleaning 14988 clauses out of 30030 with flag 910412/126000
551.48/560.40	c cleaning 16002 clauses out of 32042 with flag 1007059/143000
612.26/622.22	c cleaning 17001 clauses out of 34040 with flag 1117956/161000
680.57/690.62	c cleaning 18009 clauses out of 36041 with flag 1254393/180002
742.13/752.34	c cleaning 18995 clauses out of 38030 with flag 1411009/200000
798.50/808.87	c cleaning 20001 clauses out of 40038 with flag 1573925/221003
852.87/863.34	c cleaning 21009 clauses out of 42037 with flag 1749766/243003
955.56/966.27	c cleaning 21991 clauses out of 44025 with flag 1920116/266000
1049.16/1060.40	c cleaning 23014 clauses out of 46041 with flag 2091842/290007
1106.25/1117.64	c cleaning 24005 clauses out of 48020 with flag 2254938/315000
1186.69/1198.23	c cleaning 24983 clauses out of 50015 with flag 2412937/341000
1269.49/1281.24	c cleaning 25996 clauses out of 52033 with flag 2605733/368001
1354.02/1366.00	c cleaning 26977 clauses out of 54036 with flag 2788505/396000
1434.47/1447.77	c cleaning 28013 clauses out of 56062 with flag 2998515/425003
1518.89/1532.31	c cleaning 29011 clauses out of 58046 with flag 3200561/455000
1602.35/1615.97	c cleaning 30011 clauses out of 60036 with flag 3418096/486001
1700.91/1714.77	c cleaning 30997 clauses out of 62024 with flag 3614108/518000
1860.28/1874.47	c cleaning 31998 clauses out of 64027 with flag 3866593/551000
1978.72/1993.18	c cleaning 33000 clauses out of 66034 with flag 4087796/585005
2057.25/2071.84	c cleaning 33990 clauses out of 68029 with flag 4263931/620000
2145.75/2161.11	c cleaning 35019 clauses out of 70039 with flag 4488431/656000
2243.63/2259.23	c cleaning 35992 clauses out of 72022 with flag 4729883/693002
2372.06/2387.91	c cleaning 37004 clauses out of 74029 with flag 4978842/731001
2462.55/2478.69	c cleaning 37983 clauses out of 76024 with flag 5246981/770000
2581.29/2597.69	c cleaning 39018 clauses out of 78042 with flag 5518624/810001
2693.94/2710.59	c cleaning 39993 clauses out of 80023 with flag 5820657/851000
2789.40/2806.18	c cleaning 40982 clauses out of 82032 with flag 6062311/893002
2874.42/2891.45	c cleaning 42021 clauses out of 84053 with flag 6250212/936005
2961.47/2979.06	c cleaning 42990 clauses out of 86027 with flag 6440774/980000
3052.36/3070.37	c cleaning 43997 clauses out of 88038 with flag 6656745/1025001
3157.43/3175.63	c cleaning 45001 clauses out of 90040 with flag 6898932/1071000
3244.83/3263.43	c cleaning 46014 clauses out of 92049 with flag 7241437/1118010
3328.90/3348.47	c cleaning 46992 clauses out of 94028 with flag 7675387/1166003
3443.40/3472.86	c cleaning 48017 clauses out of 96034 with flag 8155568/1215001
3600.05/3629.82	c starts		: 885
3600.05/3629.82	c conflicts		: 1262737
3600.05/3629.82	c decisions		: 6283567
3600.05/3629.82	c propagations		: 1351412908
3600.05/3629.82	c inspects		: 29334294023
3600.05/3629.82	c shortcuts		: 0
3600.05/3629.82	c learnt literals	: 0
3600.05/3629.82	c learnt binary clauses	: 31
3600.05/3629.82	c learnt ternary clauses	: 11
3600.05/3629.82	c learnt constraints	: 1262737
3600.05/3629.82	c ignored constraints	: 0
3600.05/3629.82	c root simplifications	: 0
3600.05/3629.82	c removed literals (reason simplification)	: 63583216
3600.05/3629.82	c reason swapping (by a shorter reason)	: 0
3600.05/3629.82	c Calls to reduceDB	: 45
3600.05/3629.82	c Number of update (reduction) of LBD	: 918353
3600.05/3629.82	c Imported unit clauses	: 0
3600.05/3629.82	c No decision after first conflict	: false
3600.05/3629.82	c number of reductions to clauses (during analyze)	: 0
3600.05/3629.82	c number of learned constraints concerned by reduction	: 0
3600.05/3629.82	c number of learning phase by resolution	: 0
3600.05/3629.82	c number of learning phase by cutting planes	: 0
3600.05/3629.82	c number of rounding to 1 operations	: 0
3600.05/3629.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3629.82	c number of reductions of the coefficients by power 2 	: 0
3600.05/3629.82	c number of right shift for reduction by power 2 	: 0
3600.05/3629.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3629.82	c number of ending skipping 	: 0
3600.05/3629.82	c number of internal skipping 	: 0
3600.05/3629.82	c number of derivation steps 	: 0
3600.05/3629.82	c number of skipped derivation steps 	: 0
3600.05/3629.82	c number of remaining unassigned 	: 0
3600.05/3629.82	c number of remaining assigned 	: 0
3600.05/3629.82	c number of falsified literals weakened from reason	: 0
3600.05/3629.82	c number of falsified literals weakened from conflict	: 0
3600.05/3629.82	c time for arithmetic operations	: 0
3600.05/3629.82	c minimum degree of deleted constraints	: null
3600.05/3629.82	c maximum degree of deleted constraints	: null
3600.05/3629.82	c number of deleted constraints	: 0
3600.05/3629.82	c speed (assignments/second)	: 372552.38344134326
3600.05/3629.82	c non guided choices	: 5138
3600.24/3629.92	c timeout
3600.24/3629.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 95722
3600.24/3629.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 31
3600.24/3629.96	s UNKNOWN
3600.24/3629.96	c Total wall clock time (in seconds): 3629.837

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440558-1721821044/watcher-4440558-1721821044 -o /tmp/evaluation-result-4440558-1721821044/solver-4440558-1721821044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721817188-183885 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440558-1721821044 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440558-1721821044.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=187335, runsolver pid=187332

[startup+0.100171 s]*
/proc/loadavg: 4.15 4.20 4.12 8/335 187353
/proc/meminfo: memFree=108706608/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=18975048 memory=64800 CPUtime=0.13 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 7221 0 0 0 11 2 0 0 20 0 18 0 18627834 19430449152 16200 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4743762 16200 5605 1 0 549322 0
[pid=187335/tid=187337] ppid=187332 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 1077936192 5755 0 0 0 6 2 0 0 20 0 18 0 18627835 19430449152 16200 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18627837 19430449152 16200 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=18975048 memory=15262540772067107 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18627838 19430449152 16200 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64800 KiB

[startup+0.205928 s]*
/proc/loadavg: 4.15 4.20 4.12 7/335 187353
/proc/meminfo: memFree=108676084/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=18975048 memory=93620 CPUtime=0.33 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 9367 0 0 0 30 3 0 0 20 0 18 0 18627834 19430449152 23405 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4743762 23405 5799 1 0 550720 0
[pid=187335/tid=187337] ppid=187332 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 5908 0 0 0 16 2 0 0 20 0 18 0 18627835 19430449152 23405 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=18975048 memory=1230895 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18627837 19430449152 23405 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18627838 19430449152 23405 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 93620 KiB

[startup+0.305928 s]*
/proc/loadavg: 4.15 4.20 4.12 9/335 187353
/proc/meminfo: memFree=108636040/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=18975048 memory=126716 CPUtime=0.52 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 9992 0 0 0 49 3 0 0 20 0 18 0 18627834 19430449152 31679 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4743762 31679 5799 1 0 551175 0
[pid=187335/tid=187337] ppid=187332 vsize=18975048 memory=-9032645687851655868 CPUtime=0.27 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 5926 0 0 0 24 3 0 0 20 0 18 0 18627835 19430449152 31679 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18627837 19430449152 31679 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18627838 19430449152 31679 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 126716 KiB

[startup+0.702867 s]
/proc/loadavg: 4.15 4.20 4.12 8/336 187354
/proc/meminfo: memFree=108554404/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19041612 memory=216556 CPUtime=1.26 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 10490 0 2 0 120 6 0 0 20 0 19 0 18627834 19498610688 54139 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4760403 54139 5799 1 0 551559 0
[pid=187335/tid=187337] ppid=187332 vsize=19041612 memory=5432 CPUtime=0.55 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 6012 0 0 0 51 4 0 0 20 0 19 0 18627835 19498610688 54139 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19041612 memory=12304 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18627837 19498610688 54139 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18627838 19498610688 54139 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 216556 KiB

[startup+1.50093 s]
/proc/loadavg: 4.15 4.20 4.12 8/336 187354
/proc/meminfo: memFree=108428016/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19041612 memory=500704 CPUtime=2.8 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 20536 0 2 0 268 12 0 0 20 0 19 0 18627834 19498610688 125176 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4760403 125176 5847 1 0 1098200 0
[pid=187335/tid=187337] ppid=187332 vsize=19041612 memory=12304 CPUtime=1.19 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) S 187332 187335 183872 0 -1 1077936192 6130 0 0 0 112 7 0 0 20 0 19 0 18627835 19498610688 125176 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18627837 19498610688 125176 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18627838 19498610688 125176 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 500704 KiB

[startup+3.10693 s]
/proc/loadavg: 4.15 4.20 4.12 6/337 187355
/proc/meminfo: memFree=107761644/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=900484 CPUtime=5.41 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 22354 0 2 0 520 21 0 0 20 0 20 0 18627834 19566772224 225121 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 225121 5885 1 0 1708723 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=0 CPUtime=2.55 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 6528 0 0 0 242 13 0 0 20 0 20 0 18627835 19566772224 225121 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 225121 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=517720 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 225121 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=33 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 225121 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 900484 KiB

[startup+6.30027 s]
/proc/loadavg: 4.38 4.25 4.14 5/337 187355
/proc/meminfo: memFree=107259868/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=894700 CPUtime=9.22 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 22542 0 2 0 900 22 0 0 20 0 20 0 18627834 19566772224 223675 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 223675 5892 1 0 1708732 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=0 CPUtime=5.73 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 6560 0 0 0 560 13 0 0 20 0 20 0 18627835 19566772224 223675 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 223675 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=901024 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 223675 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 223675 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 894700 KiB

[startup+12.7003 s]
/proc/loadavg: 4.35 4.24 4.13 5/337 187357
/proc/meminfo: memFree=106591692/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=895120 CPUtime=15.61 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 24213 0 2 0 1539 22 0 0 20 0 20 0 18627834 19566772224 223780 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 223780 5892 1 0 1708732 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=-9032645687851655868 CPUtime=12.12 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 7163 0 0 0 1198 14 0 0 20 0 20 0 18627835 19566772224 223780 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=895120 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 223780 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 223780 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=12304 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 223780 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 15.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 895120 KiB

[startup+25.5003 s]
/proc/loadavg: 4.34 4.25 4.14 5/337 187359
/proc/meminfo: memFree=105743732/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=895624 CPUtime=29 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 28902 0 2 0 2876 24 0 0 20 0 20 0 18627834 19566772224 223906 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 223906 5892 1 0 1708732 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=11944 CPUtime=24.89 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 7926 0 0 0 2475 14 0 0 20 0 20 0 18627835 19566772224 223906 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=895560 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 223906 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=895544 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 223906 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=3524 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 223906 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 895624 KiB

[startup+51.1059 s]
/proc/loadavg: 4.29 4.24 4.14 5/337 187363
/proc/meminfo: memFree=104426836/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=895720 CPUtime=54.63 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 33652 0 2 0 5437 26 0 0 20 0 20 0 18627834 19566772224 223930 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 223930 5892 1 0 1708732 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=68028 CPUtime=50.4 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 9375 0 0 0 5025 15 0 0 20 0 20 0 18627835 19566772224 223930 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=895720 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 223930 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 223930 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 223930 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0

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

[startup+3282.3 s]
/proc/loadavg: 4.42 4.22 4.18 5/340 189162
/proc/meminfo: memFree=43506660/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3263.69 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 195589 0 2 0 326064 305 0 0 20 0 20 0 18627834 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 1113157 5923 1 0 1709224 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=-9032645687851655868 CPUtime=3255.37 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 100792 0 0 0 325335 202 0 0 20 0 20 0 18627835 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4805 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=4452628 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=385 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 5241 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 3263.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4452628 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.22 4.18 5/340 189174
/proc/meminfo: memFree=42746772/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3323.2 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 197876 0 2 0 332011 309 0 0 20 0 20 0 18627834 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 1113157 5923 1 0 1709224 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=2296 CPUtime=3314.85 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 102686 0 0 0 331281 204 0 0 20 0 20 0 18627835 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4841 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=4452628 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=1470492810751869273 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 5380 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=68028 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 3323.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4452628 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/338 189184
/proc/meminfo: memFree=42056068/131524600 swapFree=131055480/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3373.16 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 200248 0 2 0 337002 314 0 0 20 0 20 0 18627834 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 1113157 5923 1 0 1709224 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=11944 CPUtime=3364.79 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 104631 0 0 0 336271 208 0 0 20 0 20 0 18627835 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5835 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=4452628 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=4452628 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 5502 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=4452628 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 3373.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4452628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.22 4.19 5/338 189330
/proc/meminfo: memFree=107222336/131524600 swapFree=131055224/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3432.93 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 203866 0 2 0 342974 319 0 0 20 0 20 0 18627834 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 1113157 5923 1 0 1709224 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3424.51 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 107403 0 0 0 342241 210 0 0 20 0 20 0 18627835 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5845 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=4452628 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 5624 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 3432.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4452628 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/335 189341
/proc/meminfo: memFree=105724504/131524600 swapFree=131055224/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3492.8 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 206857 0 2 0 348958 322 0 0 20 0 20 0 18627834 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 1113157 5923 1 0 1709224 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3484.35 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 109868 0 0 0 348223 212 0 0 20 0 20 0 18627835 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5845 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=25596 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=4452628 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 5722 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=-9032645687851655868 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 3492.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4452628 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.20 4.18 5/335 189418
/proc/meminfo: memFree=105584652/131524600 swapFree=131055224/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3552.65 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 209582 0 2 0 354940 325 0 0 20 0 20 0 18627834 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 1113157 5923 1 0 1709224 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=-9032645687851655868 CPUtime=3544.17 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 112006 0 0 0 354203 214 0 0 20 0 20 0 18627835 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5847 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=25596 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=4452628 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 5844 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=11944 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 3552.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4452628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.8 s]
/proc/loadavg: 4.16 4.19 4.18 5/335 189491
/proc/meminfo: memFree=105687128/131524600 swapFree=131055224/131071996
[pid=187335] ppid=187332 vsize=19108176 memory=4452628 CPUtime=3600.05 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 211149 0 2 0 359675 330 0 0 20 0 20 0 18627834 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4777044 1113157 5923 1 0 1709224 0
[pid=187335/tid=187337] ppid=187332 vsize=19108176 memory=-9032645687851655868 CPUtime=3591.54 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) R 187332 187335 183872 0 -1 4194368 113432 0 0 0 358937 217 0 0 20 0 20 0 18627835 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5847 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19108176 memory=18904 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18627837 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19108176 memory=5596 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 5966 0 0 0 0 0 0 0 20 0 20 0 18627838 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187355] ppid=187332 vsize=19108176 memory=2004 CPUtime=0 cores=5,7
/proc/187335/task/187355/stat : 187355 (Timer-0) S 187332 187335 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18628071 19566772224 1113157 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4452628 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.01 s, system=3.33153 s

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

[startup+3630 s]*
/proc/loadavg: 4.15 4.18 4.18 4/330 189496
/proc/meminfo: memFree=105673144/131524600 swapFree=131055224/131071996
[pid=187335] ppid=187332 vsize=19307868 memory=4453292 CPUtime=3600.31 cores=5,7
/proc/187335/stat : 187335 (java) S 187332 187335 183872 0 -1 1077936128 215981 0 2 0 359700 331 0 0 20 0 15 0 18627834 19771256832 1113323 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
/proc/187335/statm: 4826967 1113323 5922 1 0 1710177 0
[pid=187335/tid=187337] ppid=187332 vsize=19307868 memory=9023629670928638048 CPUtime=3591.57 cores=5,7
/proc/187335/task/187337/stat : 187337 (java) D 187332 187335 183872 0 -1 4194368 113718 0 0 0 358940 217 0 0 20 0 15 0 18627835 19771256832 1113323 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 5861 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187346] ppid=187332 vsize=19307868 memory=-6657000309100945312 CPUtime=0 cores=5,7
/proc/187335/task/187346/stat : 187346 (Finalizer) S 187332 187335 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 18627837 19771256832 1113323 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
[pid=187335/tid=187353] ppid=187332 vsize=19307868 memory=-2541025662029814883 CPUtime=0 cores=5,7
/proc/187335/task/187353/stat : 187353 (Common-Cleaner) S 187332 187335 183872 0 -1 1077936192 5966 0 0 0 0 0 0 0 20 0 15 0 18627838 19771256832 1113323 134679101440 93839358447616 93839358451312 140722834948912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93839358459128 93839358459920 93839370366976 140722834953131 140722834953313 140722834953313 140722834960328 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4453292 KiB

Child status: 143

Real time (s): 3630.1
CPU time (s): 3600.34
CPU user time (s): 3597.01
CPU system time (s): 3.33153
CPU usage (%): 99.1803
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4453292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.01
system time used= 3.33153
maximum resident set size= 4454200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216034
page faults= 2
swaps= 0
block input operations= 176
block output operations= 2020504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114800
involuntary context switches= 5461


# summary of solver processes directly reported to runsolver:
#   pid: 187335
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3597.01
#   total CPU system time (s): 3.33153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.95354 second user time and 18.1303 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 13:37:25
IDJOB=4440558
IDBENCH=155645
IDSOLVER=3079
FILE ID=nodeC028/4440558-1721821044
RUNJOBID= nodeC028-1721817188-183885
SLURM_JOB_ID= 7816888
Free space on /tmp= 890036 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_9_mh.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-4440558-1721821044/watcher-4440558-1721821044 -o /tmp/evaluation-result-4440558-1721821044/solver-4440558-1721821044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721817188-183885 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440558-1721821044 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440558-1721821044.opb

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

MD5SUM BENCH= ed59d2b3a30e3eff3a6b6ac614db3a9c
RANDOM SEED=748071501

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3631.366
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        108753100 kB
MemAvailable:   116256600 kB
Buffers:          243548 kB
Cached:          8045352 kB
SwapCached:          768 kB
Active:          2367320 kB
Inactive:       19685880 kB
Active(anon):       3996 kB
Inactive(anon): 13812416 kB
Active(file):    2363324 kB
Inactive(file):  5873464 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055480 kB
Dirty:            261756 kB
Writeback:             0 kB
AnonPages:      13762668 kB
Mapped:           134316 kB
Shmem:             52380 kB
KReclaimable:     213068 kB
Slab:             344056 kB
SReclaimable:     213068 kB
SUnreclaim:       130988 kB
KernelStack:        5056 kB
PageTables:        36748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17231160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13383680 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:      424660 kB
DirectMap2M:    46534656 kB
DirectMap1G:    89128960 kB

Free space on /tmp at the end= 890036 MiB
End job on nodeC028 at 2024-07-24 14:37:55