Trace number 4545280

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.22 3604.79

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-20_c24.opb
MD5SUMfea607129b7127550b39e04c37b78aae
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark243.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33526
Total number of constraints12724
Number of constraints which are clauses2302
Number of constraints which are cardinality constraints (but not clauses)1180
Number of constraints which are nor clauses,nor cardinality constraints9242
Minimum length of a constraint1
Maximum length of a constraint44
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 381
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1204
Number of bits of the biggest sum of numbers11
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 PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4545280-1753238328.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
1.08/0.63	c ... done. Wall clock time 0.495s.
1.08/0.64	c declared #vars     33526
1.08/0.64	c #constraints  16165
1.08/0.64	c constraints type 
1.08/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1180
1.08/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11523
1.08/0.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 1141
1.08/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2321
1.08/0.64	c 16165 constraints processed.
6.20/4.46	c cleaning 2478 clauses out of 5001 with flag 22207/5001
13.29/10.41	c cleaning 4261 clauses out of 8522 with flag 63723/11000
20.23/17.32	c cleaning 5630 clauses out of 11261 with flag 114540/18000
27.89/24.94	c cleaning 6813 clauses out of 13632 with flag 167932/26001
37.69/34.61	c cleaning 7906 clauses out of 15820 with flag 230798/35002
47.77/44.72	c cleaning 8951 clauses out of 17913 with flag 297117/45001
57.85/54.84	c cleaning 9979 clauses out of 19961 with flag 363202/56000
68.53/65.55	c cleaning 10979 clauses out of 21983 with flag 431117/68001
80.79/77.87	c cleaning 11995 clauses out of 24003 with flag 506437/81000
94.77/91.81	c cleaning 12996 clauses out of 26008 with flag 586489/95000
108.94/106.02	c cleaning 14002 clauses out of 28012 with flag 674934/110000
125.09/122.28	c cleaning 15000 clauses out of 30010 with flag 769721/126000
144.48/141.64	c cleaning 16000 clauses out of 32011 with flag 874023/143001
165.85/163.00	c cleaning 17000 clauses out of 34010 with flag 977242/161000
188.08/185.38	c cleaning 18006 clauses out of 36012 with flag 1086783/180002
209.16/206.43	c cleaning 18995 clauses out of 38005 with flag 1202305/200001
228.61/225.98	c cleaning 19999 clauses out of 40010 with flag 1305948/221001
252.06/249.44	c cleaning 21002 clauses out of 42010 with flag 1422992/243000
278.60/276.02	c cleaning 21999 clauses out of 44008 with flag 1561747/266000
308.14/305.64	c cleaning 22996 clauses out of 46010 with flag 1695130/290001
340.75/338.38	c cleaning 23998 clauses out of 48013 with flag 1826164/315000
374.07/371.78	c cleaning 25002 clauses out of 50018 with flag 1959243/341003
414.46/412.26	c cleaning 26003 clauses out of 52014 with flag 2100806/368001
454.97/452.86	c cleaning 26998 clauses out of 54012 with flag 2251519/396002
507.64/505.66	c cleaning 28003 clauses out of 56012 with flag 2468337/425000
559.41/557.51	c cleaning 28999 clauses out of 58009 with flag 2679687/455000
598.11/596.36	c cleaning 29998 clauses out of 60012 with flag 2854486/486002
670.26/668.61	c cleaning 31002 clauses out of 62014 with flag 3077779/518002
746.50/745.09	c cleaning 31996 clauses out of 64010 with flag 3308241/551000
805.63/804.34	c cleaning 33006 clauses out of 66016 with flag 3519288/585002
869.96/868.86	c cleaning 34000 clauses out of 68008 with flag 3722387/620000
934.44/933.49	c cleaning 34993 clauses out of 70008 with flag 3929418/656000
987.52/986.68	c cleaning 36004 clauses out of 72017 with flag 4124666/693002
1043.90/1043.12	c cleaning 37001 clauses out of 74011 with flag 4327207/731000
1109.86/1109.24	c cleaning 37999 clauses out of 76011 with flag 4546623/770001
1199.29/1198.86	c cleaning 39002 clauses out of 78011 with flag 4799992/810000
1329.21/1329.03	c cleaning 40004 clauses out of 80012 with flag 5100120/851003
1461.73/1461.84	c cleaning 40997 clauses out of 82008 with flag 5378099/893003
1586.38/1586.75	c cleaning 41999 clauses out of 84010 with flag 5665611/936002
1672.60/1673.16	c cleaning 43000 clauses out of 86012 with flag 5935278/980003
1770.47/1771.28	c cleaning 44003 clauses out of 88010 with flag 6213266/1025001
1860.89/1861.82	c cleaning 44995 clauses out of 90006 with flag 6475793/1071000
1954.57/1955.76	c cleaning 45994 clauses out of 92012 with flag 6734344/1118001
2054.56/2055.90	c cleaning 47005 clauses out of 94017 with flag 6989676/1166000
2220.72/2222.49	c cleaning 47989 clauses out of 96012 with flag 7341643/1215000
2377.57/2379.69	c cleaning 49007 clauses out of 98023 with flag 7700023/1265000
2537.66/2540.09	c cleaning 49997 clauses out of 100017 with flag 8112987/1316001
2707.08/2709.82	c cleaning 51001 clauses out of 102020 with flag 8526620/1368001
2858.09/2861.12	c cleaning 52009 clauses out of 104019 with flag 8930679/1421001
2976.62/2979.91	c cleaning 52997 clauses out of 106009 with flag 9277299/1475000
3121.90/3125.51	c cleaning 54003 clauses out of 108012 with flag 9650672/1530000
3337.66/3341.79	c cleaning 55002 clauses out of 110010 with flag 10075811/1586001
3575.44/3580.02	c cleaning 55997 clauses out of 112007 with flag 10507865/1643000
3600.08/3604.71	c starts		: 4141
3600.08/3604.72	c timeout
3600.08/3604.73	c conflicts		: 1653076
3600.08/3604.73	c decisions		: 2091041
3600.08/3604.73	c propagations		: 1182273797
3600.08/3604.73	c inspects		: 31561766480
3600.08/3604.73	c shortcuts		: 0
3600.08/3604.73	c learnt literals	: 0
3600.08/3604.73	c learnt binary clauses	: 12
3600.08/3604.73	c learnt ternary clauses	: 42
3600.08/3604.73	c learnt constraints	: 1653077
3600.08/3604.73	c ignored constraints	: 0
3600.08/3604.73	c root simplifications	: 0
3600.08/3604.73	c removed literals (reason simplification)	: 17480888
3600.08/3604.73	c reason swapping (by a shorter reason)	: 0
3600.08/3604.73	c Calls to reduceDB	: 53
3600.08/3604.73	c Number of update (reduction) of LBD	: 845910
3600.08/3604.73	c Imported unit clauses	: 0
3600.08/3604.73	c No decision after first conflict	: false
3600.08/3604.73	c number of reductions to clauses (during analyze)	: 0
3600.08/3604.73	c number of learned constraints concerned by reduction	: 0
3600.08/3604.73	c number of learning phase by resolution	: 0
3600.08/3604.73	c number of learning phase by cutting planes	: 0
3600.08/3604.73	c number of rounding to 1 operations	: 0
3600.08/3604.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3604.73	c number of reductions of the coefficients by power 2 	: 0
3600.08/3604.73	c number of right shift for reduction by power 2 	: 0
3600.08/3604.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3604.73	c number of ending skipping 	: 0
3600.08/3604.73	c number of internal skipping 	: 0
3600.08/3604.73	c number of derivation steps 	: 0
3600.08/3604.73	c number of skipped derivation steps 	: 0
3600.08/3604.73	c number of remaining unassigned 	: 0
3600.08/3604.73	c number of remaining assigned 	: 0
3600.08/3604.73	c number of falsified literals weakened from reason	: 0
3600.08/3604.73	c number of falsified literals weakened from conflict	: 0
3600.08/3604.73	c time for arithmetic operations	: 0
3600.08/3604.73	c minimum degree of deleted constraints	: null
3600.08/3604.73	c maximum degree of deleted constraints	: null
3600.08/3604.73	c number of deleted constraints	: 0
3600.08/3604.73	c speed (assignments/second)	: 328037.612095181
3600.08/3604.73	c non guided choices	: 21234
3600.08/3604.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 66075
3600.08/3604.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 12
3600.08/3604.78	s UNKNOWN
3600.08/3604.78	c Total wall clock time (in seconds): 3604.644

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: 63708 MiB (53668 MiB free)
  memory of node 1: 64465 MiB (58192 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545280-1753238328/watcher-4545280-1753238328 -o /tmp/evaluation-result-4545280-1753238328/solver-4545280-1753238328 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168240 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545280-1753238328 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545280-1753238328.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=169360, runsolver pid=169357
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.26 4.51 4.56 7/339 169378
/proc/meminfo: memFree=114511544/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=18930384 memory=57712 CPUtime=0.13 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 6553 0 0 0 11 2 0 0 20 0 18 0 239510240 19384713216 14428 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4732596 14428 5332 1 0 547603 0
[pid=169360/tid=169362] ppid=169357 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 5064 0 0 0 7 1 0 0 20 0 18 0 239510241 19384713216 14428 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239510243 19384713216 14428 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=18930384 memory=58485492697507 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 239510244 19384713216 14428 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57712 KiB

[startup+0.205849 s]*
/proc/loadavg: 4.26 4.51 4.56 7/339 169378
/proc/meminfo: memFree=114486968/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=18930384 memory=84640 CPUtime=0.33 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 7072 0 0 0 30 3 0 0 20 0 18 0 239510240 19384713216 21160 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4732596 21160 5428 1 0 547948 0
[pid=169360/tid=169362] ppid=169357 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 5333 0 0 0 17 1 0 0 20 0 18 0 239510241 19384713216 21672 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=18930384 memory=2630 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239510243 19384713216 21672 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 239510244 19384713216 21672 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 84640 KiB

[startup+0.317234 s]*
/proc/loadavg: 4.26 4.51 4.56 6/340 169379
/proc/meminfo: memFree=114407948/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=18996948 memory=157688 CPUtime=0.53 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 8890 0 0 0 49 4 0 0 20 0 19 0 239510240 19452874752 39422 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4749237 39422 5460 1 0 549414 0
[pid=169360/tid=169362] ppid=169357 vsize=18996948 memory=-8671794759152214716 CPUtime=0.27 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 5367 0 0 0 25 2 0 0 20 0 19 0 239510241 19452874752 39422 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239510243 19452874752 39422 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 239510244 19452874752 39422 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157688 KiB

[startup+0.700232 s]
/proc/loadavg: 4.26 4.51 4.56 6/340 169379
/proc/meminfo: memFree=114404416/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=234076 CPUtime=1.27 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 11074 0 0 0 121 6 0 0 20 0 20 0 239510240 19521036288 58519 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 58519 5460 1 0 551186 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=24704 CPUtime=0.57 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 5452 0 0 0 54 3 0 0 20 0 20 0 239510241 19521036288 58519 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 58519 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 58519 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234076 KiB

[startup+1.50024 s]
/proc/loadavg: 4.26 4.51 4.56 6/341 169380
/proc/meminfo: memFree=114255648/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=244832 CPUtime=2.83 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 12216 0 0 0 277 6 0 0 20 0 20 0 239510240 19521036288 61208 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 61208 5492 1 0 552081 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=3200 CPUtime=1.35 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 5468 0 0 0 132 3 0 0 20 0 20 0 239510241 19521036288 61208 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 61208 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 61208 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 61208 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 244832 KiB

[startup+3.10566 s]
/proc/loadavg: 4.24 4.50 4.56 5/341 169380
/proc/meminfo: memFree=114204868/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=245276 CPUtime=4.67 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 14178 0 0 0 460 7 0 0 20 0 20 0 239510240 19521036288 61319 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 61319 5492 1 0 552089 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=14848 CPUtime=2.94 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 5756 0 0 0 290 4 0 0 20 0 20 0 239510241 19521036288 61319 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 61319 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 61319 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 61319 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 245276 KiB

[startup+6.30024 s]
/proc/loadavg: 4.24 4.50 4.56 5/341 169380
/proc/meminfo: memFree=114172708/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=248900 CPUtime=8.93 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 24258 0 0 0 883 10 0 0 20 0 20 0 239510240 19521036288 62225 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 62225 5492 1 0 554241 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=0 CPUtime=6.12 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 7286 0 0 0 607 5 0 0 20 0 20 0 239510241 19521036288 62225 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 62225 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 62225 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=244832 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 62225 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 248900 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.48 4.55 5/341 169380
/proc/meminfo: memFree=114101728/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=307852 CPUtime=15.6 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 30212 0 0 0 1547 13 0 0 20 0 20 0 239510240 19521036288 76963 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 76963 5524 1 0 917686 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=244832 CPUtime=12.47 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 7917 0 0 0 1240 7 0 0 20 0 20 0 239510241 19521036288 76963 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=289420 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 76963 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 76963 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 76963 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 15.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 307852 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.46 4.55 5/341 169381
/proc/meminfo: memFree=113901760/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=434928 CPUtime=28.49 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 34238 0 0 0 2831 18 0 0 20 0 20 0 239510240 19521036288 108732 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 108732 5524 1 0 917694 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=0 CPUtime=25.23 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 8686 0 0 0 2512 11 0 0 20 0 20 0 239510241 19521036288 108732 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 108732 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=434928 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 108732 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=434928 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 108732 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 28.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 434928 KiB

[startup+51.1057 s]
/proc/loadavg: 4.31 4.47 4.55 5/341 169381
/proc/meminfo: memFree=113575100/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=627520 CPUtime=54.16 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 37072 0 0 0 5390 26 0 0 20 0 20 0 239510240 19521036288 156880 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 156880 5524 1 0 917696 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=434928 CPUtime=50.76 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 9486 0 0 0 5058 18 0 0 20 0 20 0 239510241 19521036288 156880 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=26496 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 156880 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 156880 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0

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

/proc/meminfo: memFree=78910076/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3278.39 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 85314 0 0 0 327479 360 0 0 20 0 20 0 239510240 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 566020 5524 1 0 917722 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3272.74 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 41227 0 0 0 326993 281 0 0 20 0 20 0 239510241 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 2609 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 3278.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264080 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.24 4.23 5/340 169699
/proc/meminfo: memFree=78495012/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3338.26 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 85667 0 0 0 333463 363 0 0 20 0 20 0 239510240 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 566020 5524 1 0 917722 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=24704 CPUtime=3332.58 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 41465 0 0 0 332976 282 0 0 20 0 20 0 239510241 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=-8671794759152214716 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 2699 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 3338.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.23 4.22 4/316 169735
/proc/meminfo: memFree=88290292/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3398.12 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 85845 0 0 0 339445 367 0 0 20 0 20 0 239510240 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 566020 5524 1 0 917722 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=-8671794759152214716 CPUtime=3392.42 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 41637 0 0 0 338957 285 0 0 20 0 20 0 239510241 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 2699 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 3398.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264080 KiB

[startup+3462.3 s]
/proc/loadavg: 3.56 4.04 4.16 4/316 169737
/proc/meminfo: memFree=87823856/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3457.99 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 86375 0 0 0 345428 371 0 0 20 0 20 0 239510240 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 566020 5524 1 0 917722 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=-8671794759152214716 CPUtime=3452.27 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 42089 0 0 0 344939 288 0 0 20 0 20 0 239510241 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 2703 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 3457.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264080 KiB

[startup+3522.3 s]
/proc/loadavg: 3.31 3.88 4.09 4/316 169739
/proc/meminfo: memFree=87343900/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3517.86 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 87170 0 0 0 351410 376 0 0 20 0 20 0 239510240 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 566020 5524 1 0 917722 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3512.11 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 42714 0 0 0 350921 290 0 0 20 0 20 0 239510241 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 2812 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 3517.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264080 KiB

[startup+3582.3 s]
/proc/loadavg: 3.32 3.78 4.04 4/316 169741
/proc/meminfo: memFree=86864272/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3577.74 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 87898 0 0 0 357395 379 0 0 20 0 20 0 239510240 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 566020 5524 1 0 917722 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=14848 CPUtime=3571.96 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 43384 0 0 0 356904 292 0 0 20 0 20 0 239510241 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 2813 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 3577.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.7 s]
/proc/loadavg: 3.27 3.73 4.02 4/315 169741
/proc/meminfo: memFree=86702752/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3600.08 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 88013 0 0 0 359627 381 0 0 20 0 20 0 239510240 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 566020 5524 1 0 917722 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=2262032 CPUtime=3594.29 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 43489 0 0 0 359135 294 0 0 20 0 20 0 239510241 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 2813 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.39 s, system=3.83138 s

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

[startup+3604.7 s]
/proc/loadavg: 3.27 3.73 4.02 4/315 169741
/proc/meminfo: memFree=86702752/131249996 swapFree=33006296/33010684
[pid=169360] ppid=169357 vsize=19063512 memory=2264080 CPUtime=3600.08 cores=1,3
/proc/169360/stat : 169360 (java) S 169357 169360 168228 0 -1 4194304 88013 0 0 0 359627 381 0 0 20 0 20 0 239510240 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
/proc/169360/statm: 4765878 566020 5524 1 0 917722 0
[pid=169360/tid=169362] ppid=169357 vsize=19063512 memory=2262032 CPUtime=3594.29 cores=1,3
/proc/169360/task/169362/stat : 169362 (java) R 169357 169360 168228 0 -1 4194368 43489 0 0 0 359135 294 0 0 20 0 20 0 239510241 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169371] ppid=169357 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/169360/task/169371/stat : 169371 (Finalizer) S 169357 169360 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239510243 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169378] ppid=169357 vsize=19063512 memory=2264080 CPUtime=0 cores=1,3
/proc/169360/task/169378/stat : 169378 (Common-Cleaner) S 169357 169360 168228 0 -1 4194368 2813 0 0 0 0 0 0 0 20 0 20 0 239510244 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
[pid=169360/tid=169380] ppid=169357 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/169360/task/169380/stat : 169380 (Timer-0) S 169357 169360 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239510306 19521036288 566020 18446744073709551615 94833942544384 94833942548080 140729124107776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94833942555896 94833942556688 94833958760448 140729124116820 140729124116964 140729124116964 140729124122568 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264080 KiB

Child status: 143

Real time (s): 3604.79
CPU time (s): 3600.22
CPU user time (s): 3596.39
CPU system time (s): 3.83138
CPU usage (%): 99.8731
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2264080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.39
system time used= 3.83138
maximum resident set size= 2264976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111439
involuntary context switches= 9407


# summary of solver processes directly reported to runsolver:
#   pid: 169360
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.39
#   total CPU system time (s): 3.83138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32061 second user time and 17.3027 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 04:38:48
IDJOB=4545280
IDBENCH=180787
IDSOLVER=3364
FILE ID=nodeC015/4545280-1753238328
RUNJOBID= nodeC015-1753234865-168240
SLURM_JOB_ID= 9687864
Free space on /tmp= 425380 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-20_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545280-1753238328/watcher-4545280-1753238328 -o /tmp/evaluation-result-4545280-1753238328/solver-4545280-1753238328 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168240 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545280-1753238328 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545280-1753238328.opb

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

MD5SUM BENCH= fea607129b7127550b39e04c37b78aae
RANDOM SEED=320294699

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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.098
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.041
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3589.728
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3576.142
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.993
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.075
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3679.505
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.175
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        114544668 kB
MemAvailable:   119260240 kB
Buffers:            1508 kB
Cached:          5479032 kB
SwapCached:         3888 kB
Active:         11373220 kB
Inactive:        4633608 kB
Active(anon):   10500464 kB
Inactive(anon):    48308 kB
Active(file):     872756 kB
Inactive(file):  4585300 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            113900 kB
Writeback:           152 kB
AnonPages:      10525588 kB
Mapped:           126220 kB
Shmem:             22352 kB
KReclaimable:     193508 kB
Slab:             290396 kB
SReclaimable:     193508 kB
SUnreclaim:        96888 kB
KernelStack:        5232 kB
PageTables:        24264 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11853556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10053632 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 410796 MiB
End job on nodeC015 at 2025-07-23 05:38:52