Trace number 4544422

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.19 3196.47

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
MD5SUM9594ac6881a98589fd35bafe025917a8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.145039
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6723
Total number of constraints5604
Number of constraints which are clauses4482
Number of constraints which are cardinality constraints (but not clauses)1121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4482
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 4482
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 13446
Number of bits of the biggest sum of numbers14
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.12	c Free memory 		2104792832
0.09/0.12	c Max memory 		16282288128
0.09/0.12	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4544422-1753234865.opb
0.09/0.15	c reading problem ... 
0.09/0.16	c using VERIPB proof format
0.09/0.16	c  no objective function found
0.27/0.28	c ... done. Wall clock time 0.124s.
0.27/0.28	c declared #vars     6723
0.27/0.28	c #constraints  6725
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4484
0.27/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2240
0.27/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.27/0.28	c 6725 constraints processed.
7.51/5.57	c cleaning 2501 clauses out of 5001 with flag 10718/5001
13.65/10.97	c cleaning 4250 clauses out of 8499 with flag 23716/11000
21.56/18.01	c cleaning 5624 clauses out of 11250 with flag 38929/18001
30.33/25.81	c cleaning 6810 clauses out of 13625 with flag 56018/26000
40.58/35.28	c cleaning 7907 clauses out of 15818 with flag 75163/35003
51.96/45.83	c cleaning 8955 clauses out of 17909 with flag 96490/45001
65.37/58.59	c cleaning 9975 clauses out of 19955 with flag 120006/56002
77.97/70.33	c cleaning 10990 clauses out of 21979 with flag 145087/68001
92.39/83.96	c cleaning 11994 clauses out of 23988 with flag 172249/81000
107.34/97.80	c cleaning 12996 clauses out of 25995 with flag 202157/95001
122.04/111.48	c cleaning 14000 clauses out of 27999 with flag 233584/110001
138.75/126.98	c cleaning 14993 clauses out of 29998 with flag 267221/126000
157.66/144.70	c cleaning 16001 clauses out of 32005 with flag 303773/143000
180.56/163.96	c cleaning 16999 clauses out of 34004 with flag 342507/161000
202.64/184.51	c cleaning 18000 clauses out of 36006 with flag 383503/180001
226.94/207.32	c cleaning 18999 clauses out of 38006 with flag 427230/200001
252.43/231.50	c cleaning 20000 clauses out of 40007 with flag 472233/221001
280.62/258.21	c cleaning 21002 clauses out of 42008 with flag 519102/243002
317.68/290.89	c cleaning 21998 clauses out of 44004 with flag 569466/266000
354.30/324.58	c cleaning 23002 clauses out of 46008 with flag 620710/290002
392.69/361.03	c cleaning 24001 clauses out of 48004 with flag 675721/315000
423.23/389.68	c cleaning 25000 clauses out of 50003 with flag 731733/341000
458.14/418.94	c cleaning 26003 clauses out of 52005 with flag 792976/368002
494.56/453.19	c cleaning 27001 clauses out of 54002 with flag 860286/396002
530.26/486.71	c cleaning 27999 clauses out of 56000 with flag 926770/425001
567.44/522.09	c cleaning 28998 clauses out of 58000 with flag 994033/455000
609.76/562.37	c cleaning 30000 clauses out of 60002 with flag 1064365/486000
665.87/612.07	c cleaning 31000 clauses out of 62003 with flag 1139285/518001
726.70/670.52	c cleaning 31998 clauses out of 64005 with flag 1220016/551003
775.89/717.44	c cleaning 33000 clauses out of 66004 with flag 1299954/585000
829.42/768.55	c cleaning 34000 clauses out of 68004 with flag 1383457/620000
883.74/820.52	c cleaning 34998 clauses out of 70005 with flag 1472528/656001
934.98/864.36	c cleaning 36000 clauses out of 72007 with flag 1555545/693001
983.56/910.31	c cleaning 36997 clauses out of 74006 with flag 1647852/731000
1033.68/957.70	c cleaning 38003 clauses out of 76009 with flag 1739630/770000
1093.75/1010.19	c cleaning 39002 clauses out of 78007 with flag 1832320/810001
1146.38/1057.62	c cleaning 39998 clauses out of 80005 with flag 1926866/851001
1201.21/1109.75	c cleaning 41004 clauses out of 82008 with flag 2028865/893002
1260.98/1160.37	c cleaning 42001 clauses out of 84002 with flag 2129520/936000
1323.18/1219.06	c cleaning 43002 clauses out of 86003 with flag 2225596/980002
1387.47/1280.47	c cleaning 43997 clauses out of 88000 with flag 2325427/1025001
1451.60/1335.92	c cleaning 44997 clauses out of 90002 with flag 2426767/1071000
1508.95/1390.02	c cleaning 46001 clauses out of 92005 with flag 2532770/1118000
1579.51/1449.81	c cleaning 47002 clauses out of 94005 with flag 2635258/1166001
1643.89/1510.30	c cleaning 48000 clauses out of 96004 with flag 2741694/1215002
1711.72/1567.33	c cleaning 48999 clauses out of 98002 with flag 2857805/1265000
1777.69/1629.32	c cleaning 49996 clauses out of 100004 with flag 2983625/1316001
1858.44/1699.06	c cleaning 50998 clauses out of 102007 with flag 3120522/1368000
1929.83/1766.77	c cleaning 51999 clauses out of 104010 with flag 3232577/1421001
1999.30/1826.58	c cleaning 53003 clauses out of 106011 with flag 3347686/1475001
2064.50/1887.78	c cleaning 53997 clauses out of 108007 with flag 3465728/1530000
2135.65/1949.12	c cleaning 55000 clauses out of 110012 with flag 3584990/1586002
2209.67/2011.10	c cleaning 56000 clauses out of 112010 with flag 3711218/1643000
2290.31/2076.50	c cleaning 56999 clauses out of 114011 with flag 3834559/1701001
2374.09/2145.98	c cleaning 58003 clauses out of 116012 with flag 3961386/1760001
2464.54/2222.56	c cleaning 59004 clauses out of 118013 with flag 4099041/1820005
2549.93/2294.11	c cleaning 59998 clauses out of 120004 with flag 4233030/1881000
2635.21/2365.32	c cleaning 61001 clauses out of 122006 with flag 4365221/1943000
2728.29/2444.48	c cleaning 62003 clauses out of 124006 with flag 4498716/2006001
2829.88/2532.56	c cleaning 62998 clauses out of 126002 with flag 4640188/2070000
2927.23/2615.94	c cleaning 63998 clauses out of 128004 with flag 4783716/2135000
3024.12/2699.15	c cleaning 65003 clauses out of 130009 with flag 4923303/2201003
3113.14/2774.97	c cleaning 65998 clauses out of 132006 with flag 5071396/2268003
3210.51/2859.52	c cleaning 66999 clauses out of 134005 with flag 5230525/2336000
3302.59/2938.42	c cleaning 68002 clauses out of 136006 with flag 5406875/2405000
3401.74/3024.70	c cleaning 68997 clauses out of 138004 with flag 5583809/2475000
3506.89/3117.44	c cleaning 69998 clauses out of 140009 with flag 5783461/2546002
3600.01/3196.31	c starts		: 5
3600.01/3196.31	c timeout
3600.01/3196.32	c conflicts		: 2604127
3600.01/3196.32	c decisions		: 3423365
3600.01/3196.32	c propagations		: 1934171736
3600.01/3196.32	c inspects		: 3813458250
3600.01/3196.32	c shortcuts		: 0
3600.01/3196.32	c learnt literals	: 0
3600.01/3196.32	c learnt binary clauses	: 0
3600.01/3196.32	c learnt ternary clauses	: 0
3600.01/3196.32	c learnt constraints	: 2604127
3600.01/3196.32	c ignored constraints	: 0
3600.01/3196.32	c root simplifications	: 0
3600.01/3196.32	c removed literals (reason simplification)	: 16202037
3600.01/3196.32	c reason swapping (by a shorter reason)	: 0
3600.01/3196.32	c Calls to reduceDB	: 67
3600.01/3196.32	c Number of update (reduction) of LBD	: 71764
3600.01/3196.32	c Imported unit clauses	: 0
3600.01/3196.32	c No decision after first conflict	: false
3600.01/3196.32	c number of reductions to clauses (during analyze)	: 0
3600.01/3196.32	c number of learned constraints concerned by reduction	: 0
3600.01/3196.32	c number of learning phase by resolution	: 0
3600.01/3196.32	c number of learning phase by cutting planes	: 0
3600.01/3196.32	c number of rounding to 1 operations	: 0
3600.01/3196.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3196.32	c number of reductions of the coefficients by power 2 	: 0
3600.01/3196.32	c number of right shift for reduction by power 2 	: 0
3600.01/3196.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3196.32	c number of ending skipping 	: 0
3600.01/3196.32	c number of internal skipping 	: 0
3600.01/3196.32	c number of derivation steps 	: 0
3600.01/3196.32	c number of skipped derivation steps 	: 0
3600.01/3196.32	c number of remaining unassigned 	: 0
3600.01/3196.32	c number of remaining assigned 	: 0
3600.01/3196.33	c number of falsified literals weakened from reason	: 0
3600.01/3196.33	c number of falsified literals weakened from conflict	: 0
3600.01/3196.33	c time for arithmetic operations	: 0
3600.01/3196.33	c minimum degree of deleted constraints	: null
3600.01/3196.33	c maximum degree of deleted constraints	: null
3600.01/3196.33	c number of deleted constraints	: 0
3600.01/3196.33	c speed (assignments/second)	: 605178.5215118107
3600.01/3196.33	c non guided choices	: 2224
3600.01/3196.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128136
3600.01/3196.38	s UNKNOWN
3600.01/3196.38	c Total wall clock time (in seconds): 3196.229

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544422-1753234865/watcher-4544422-1753234865 -o /tmp/evaluation-result-4544422-1753234865/solver-4544422-1753234865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168240 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544422-1753234865 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544422-1753234865.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=168288, runsolver pid=168276

[startup+0.100057 s]*
/proc/loadavg: 1.15 1.14 1.59 11/333 168365
/proc/meminfo: memFree=128695364/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=18930384 memory=51884 CPUtime=0.09 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 6121 0 0 0 7 2 0 0 20 0 18 0 239163987 19384713216 12971 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4732596 12971 5339 1 0 547244 0
[pid=168288/tid=168303] ppid=168276 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 4943 0 0 0 5 1 0 0 20 0 18 0 239163989 19384713216 12971 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=18930384 memory=2630 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 12971 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239163992 19384713216 12971 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51884 KiB

[startup+0.205718 s]*
/proc/loadavg: 1.15 1.14 1.59 13/333 168365
/proc/meminfo: memFree=128559240/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=18930384 memory=113048 CPUtime=0.27 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 7016 0 0 0 24 3 0 0 20 0 18 0 239163987 19384713216 28262 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4732596 28262 5435 1 0 547913 0
[pid=168288/tid=168303] ppid=168276 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 5297 0 0 0 13 2 0 0 20 0 18 0 239163989 19384713216 28262 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=18930384 memory=2630 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 28262 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239163992 19384713216 28262 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113048 KiB

[startup+0.305794 s]*
/proc/loadavg: 1.15 1.14 1.59 13/337 168369
/proc/meminfo: memFree=128447516/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=155028 CPUtime=0.47 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 8760 0 0 0 43 4 0 0 20 0 20 0 239163987 19521036288 38757 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 38757 5467 1 0 549597 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=-9104703277628170940 CPUtime=0.22 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 5367 0 0 0 19 3 0 0 20 0 20 0 239163989 19521036288 38757 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 38757 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 38757 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (java) R 168276 168288 168228 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 38757 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 155028 KiB

[startup+0.700241 s]
/proc/loadavg: 1.15 1.14 1.59 10/339 168371
/proc/meminfo: memFree=128315128/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=171976 CPUtime=1.23 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 15080 0 0 0 117 6 0 0 20 0 20 0 239163987 19521036288 42994 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 42994 5467 1 0 553784 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=24704 CPUtime=0.56 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 5400 0 0 0 53 3 0 0 20 0 20 0 239163989 19521036288 42994 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 42994 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 42994 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 42994 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171976 KiB

[startup+1.50025 s]
/proc/loadavg: 1.15 1.14 1.59 11/339 168371
/proc/meminfo: memFree=128175516/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=224692 CPUtime=2.72 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 15460 0 0 0 265 7 0 0 20 0 20 0 239163987 19521036288 56173 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 56173 5467 1 0 553811 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=10752 CPUtime=1.24 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 5408 0 0 0 120 4 0 0 20 0 20 0 239163989 19521036288 56173 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 56173 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 56173 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 56173 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 224692 KiB

[startup+3.10566 s]
/proc/loadavg: 1.15 1.14 1.59 7/341 168373
/proc/meminfo: memFree=126518040/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=893856 CPUtime=4.74 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 17190 0 0 0 450 24 0 0 20 0 20 0 239163987 19521036288 223464 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 223464 5467 1 0 1750742 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=10752 CPUtime=2.6 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 5648 0 0 0 244 16 0 0 20 0 20 0 239163989 19521036288 223464 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=-8743290507043316412 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 223464 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 223464 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 223464 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 893856 KiB

[startup+6.30024 s]
/proc/loadavg: 1.62 1.24 1.62 7/341 168373
/proc/meminfo: memFree=124587936/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=1780496 CPUtime=8.45 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 18613 0 0 0 800 45 0 0 20 0 20 0 239163987 19521036288 445124 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 445124 5467 1 0 2101757 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=0 CPUtime=5.47 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 5934 0 0 0 517 30 0 0 20 0 20 0 239163989 19521036288 445124 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 445124 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 445124 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=224820 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 445124 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 8.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1780496 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 1.30 1.64 6/341 168373
/proc/meminfo: memFree=121502388/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=2923996 CPUtime=15.78 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 19805 0 0 0 1501 77 0 0 20 0 20 0 239163987 19521036288 730999 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 730999 5467 1 0 2252162 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=224820 CPUtime=11.18 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 6408 0 0 0 1066 52 0 0 20 0 20 0 239163989 19521036288 730999 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 730999 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=-8743290507043316412 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 730999 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 730999 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 15.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2923996 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 1.43 1.68 6/341 168373
/proc/meminfo: memFree=117363176/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=4628384 CPUtime=29.89 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 28427 0 0 0 2863 126 0 0 20 0 20 0 239163987 19521036288 1157096 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 1157096 5467 1 0 2496567 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=0 CPUtime=23.04 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 8801 0 0 0 2217 87 0 0 20 0 20 0 239163989 19521036288 1157096 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=-8743290507043316412 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 1157096 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 1157096 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=3231292 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 1157096 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 29.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4628384 KiB

[startup+51.1056 s]
/proc/loadavg: 3.43 1.76 1.78 6/319 168471
/proc/meminfo: memFree=110707444/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=6950136 CPUtime=57.61 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 33345 0 0 0 5563 198 0 0 20 0 20 0 239163987 19521036288 1737534 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 1737534 5499 1 0 2814086 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=-8743290507043316412 CPUtime=46.54 cores=1,3

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

/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 2354 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 3144.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276812 KiB

[startup+2862.3 s]
/proc/loadavg: 5.01 4.77 4.56 7/341 169084
/proc/meminfo: memFree=940580/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=16276812 CPUtime=3213.39 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 545294 0 0 0 317885 3454 0 0 20 0 20 0 239163987 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 4069203 5531 1 0 4084354 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=14848 CPUtime=2670.28 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 279947 0 0 0 263877 3151 0 0 20 0 20 0 239163989 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 2382 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 3213.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276812 KiB

[startup+2922.3 s]
/proc/loadavg: 5.07 4.88 4.61 6/339 169086
/proc/meminfo: memFree=1024088/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=16276812 CPUtime=3285.7 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 552769 0 0 0 325033 3537 0 0 20 0 20 0 239163987 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 4069203 5531 1 0 4084354 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=5632 CPUtime=2725.49 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 282975 0 0 0 269322 3227 0 0 20 0 20 0 239163989 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 2440 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 3285.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276812 KiB

[startup+2982.3 s]
/proc/loadavg: 5.13 4.93 4.65 6/339 169088
/proc/meminfo: memFree=1123376/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=16276812 CPUtime=3356.98 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 561984 0 0 0 332086 3612 0 0 20 0 20 0 239163987 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 4069203 5531 1 0 4084354 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=16276812 CPUtime=2781.45 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 289181 0 0 0 274848 3297 0 0 20 0 20 0 239163989 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 2476 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 3356.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276812 KiB

[startup+3042.3 s]
/proc/loadavg: 4.82 4.87 4.64 7/339 169091
/proc/meminfo: memFree=1091768/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=16276812 CPUtime=3426.81 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 570276 0 0 0 338998 3683 0 0 20 0 20 0 239163987 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 4069203 5531 1 0 4084355 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=16276812 CPUtime=2837.77 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) S 168276 168288 168228 0 -1 4194368 294210 0 0 0 280413 3364 0 0 20 0 20 0 239163989 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 2552 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 3426.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276812 KiB

[startup+3102.3 s]
/proc/loadavg: 4.51 4.77 4.62 6/340 169096
/proc/meminfo: memFree=918280/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=16276812 CPUtime=3491 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 576647 0 0 0 345352 3748 0 0 20 0 20 0 239163987 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 4069203 5531 1 0 4084355 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=5632 CPUtime=2893.84 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 299163 0 0 0 285957 3427 0 0 20 0 20 0 239163989 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 2596 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=24704 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 3491 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276812 KiB

[startup+3162.3 s]
/proc/loadavg: 4.89 4.82 4.65 6/342 169104
/proc/meminfo: memFree=1123632/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=16276812 CPUtime=3554.15 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 582593 0 0 0 351601 3814 0 0 20 0 20 0 239163987 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 4069203 5531 1 0 4084355 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=5632 CPUtime=2950.34 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 303353 0 0 0 291542 3492 0 0 20 0 20 0 239163989 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=24704 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 2643 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=16276812 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 4069203 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 3554.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3196.3 s]
/proc/loadavg: 4.79 4.81 4.65 6/342 169106
/proc/meminfo: memFree=937988/131249996 swapFree=33006296/33010684
[pid=168288] ppid=168276 vsize=19063512 memory=16276940 CPUtime=3600.01 cores=1,3
/proc/168288/stat : 168288 (java) S 168276 168288 168228 0 -1 4194304 589064 0 0 0 356151 3850 0 0 20 0 20 0 239163987 19521036288 4069235 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
/proc/168288/statm: 4765878 4069235 5531 1 0 4084370 0
[pid=168288/tid=168303] ppid=168276 vsize=19063512 memory=5632 CPUtime=2982.67 cores=1,3
/proc/168288/task/168303/stat : 168303 (java) R 168276 168288 168228 0 -1 4194368 307179 0 0 0 294744 3523 0 0 20 0 20 0 239163989 19521036288 4069235 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168337] ppid=168276 vsize=19063512 memory=24704 CPUtime=0 cores=1,3
/proc/168288/task/168337/stat : 168337 (Finalizer) S 168276 168288 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4069235 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168344] ppid=168276 vsize=19063512 memory=24704 CPUtime=0 cores=1,3
/proc/168288/task/168344/stat : 168344 (Common-Cleaner) S 168276 168288 168228 0 -1 4194368 2687 0 0 0 0 0 0 0 20 0 20 0 239163992 19521036288 4069235 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
[pid=168288/tid=168369] ppid=168276 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/168288/task/168369/stat : 168369 (Timer-0) S 168276 168288 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164017 19521036288 4069235 18446744073709551615 94017151741952 94017151745648 140724249813552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94017151753464 94017151754256 94017163972608 140724249819476 140724249819620 140724249819620 140724249825224 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3561.63 s, system=38.555 s

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

[startup+3196.41 s]*
/proc/loadavg: 4.79 4.81 4.65 5/324 169109
/proc/meminfo: memFree=2014444/131249996 swapFree=33006296/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3196.47
CPU time (s): 3600.19
CPU user time (s): 3561.63
CPU system time (s): 38.555
CPU usage (%): 112.63
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16276940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3561.63
system time used= 38.555
maximum resident set size= 16277708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 590835
page faults= 0
swaps= 0
block input operations= 8
block output operations= 103502360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137847
involuntary context switches= 31497


# summary of solver processes directly reported to runsolver:
#   pid: 168288
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3561.63
#   total CPU system time (s): 38.555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70644 second user time and 14.4752 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 03:41:05
IDJOB=4544422
IDBENCH=175404
IDSOLVER=3364
FILE ID=nodeC015/4544422-1753234865
RUNJOBID= nodeC015-1753234865-168240
SLURM_JOB_ID= 9687864
Free space on /tmp= 432564 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544422-1753234865/watcher-4544422-1753234865 -o /tmp/evaluation-result-4544422-1753234865/solver-4544422-1753234865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168240 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544422-1753234865 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544422-1753234865.opb

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

MD5SUM BENCH= 9594ac6881a98589fd35bafe025917a8
RANDOM SEED=1509220386

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.092
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.020
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		: 3600.069
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		: 3600.014
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		: 3600.151
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.066
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		: 3600.333
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		: 3597.680
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:        128817556 kB
MemAvailable:   129715316 kB
Buffers:            1508 kB
Cached:          1666312 kB
SwapCached:         3888 kB
Active:           934852 kB
Inactive:         821920 kB
Active(anon):      63028 kB
Inactive(anon):    48304 kB
Active(file):     871824 kB
Inactive(file):   773616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9820 kB
Writeback:             0 kB
AnonPages:         88252 kB
Mapped:           106428 kB
Shmem:             22352 kB
KReclaimable:     183120 kB
Slab:             278812 kB
SReclaimable:     183120 kB
SUnreclaim:        95692 kB
KernelStack:        4112 kB
PageTables:         3012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     361056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 330812 MiB
End job on nodeC015 at 2025-07-23 04:34:22