Trace number 4492516

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 2025-06-06? (TO) 3600.55 3574.79

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUM6044de22cb53e30f42c02ea5aa70d3e7
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.015698
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.22	c See www.sat4j.org for details.
0.06/0.23	c version PB25.v20250606
0.06/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.24	c java.vm.version	22.0.1+8-16
0.06/0.24	c java.vm.vendor	Oracle Corporation
0.06/0.24	c sun.arch.data.model	64
0.06/0.24	c java.version		22.0.1
0.06/0.24	c os.name		Linux
0.06/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.06/0.24	c os.arch		amd64
0.06/0.24	c Free memory 		2104792832
0.06/0.24	c Max memory 		16282288128
0.06/0.24	c Total memory 		2113929216
0.06/0.25	c Number of processors 	2
0.06/0.29	c Pseudo Boolean Optimization by upper bound
0.06/0.29	c --- Begin Solver configuration ---
0.06/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.06/0.29	c Learn all clauses as in MiniSAT
0.06/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.29	c Expensive reason simplification
0.06/0.29	c Glucose 2.1 dynamic restart strategy
0.06/0.29	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.06/0.29	c timeout=2147483s
0.06/0.29	c DB Simplification allowed=false
0.06/0.29	c Listener: none
0.06/0.29	c --- End Solver configuration ---
0.06/0.29	c solving HOME/instance-4492516-1751146546.opb
0.06/0.29	c reading problem ... 
0.06/0.29	c  no objective function found
0.22/0.34	c ... done. Wall clock time 0.051s.
0.22/0.34	c declared #vars     3600
0.22/0.34	c #constraints  170
0.22/0.34	c constraints type 
0.22/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.22/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 90
0.22/0.34	c 170 constraints processed.
2.05/1.62	c cleaning 2487 clauses out of 5000 with flag 30946/5000
3.52/2.90	c cleaning 4243 clauses out of 8517 with flag 69024/11004
5.18/4.52	c cleaning 5619 clauses out of 11274 with flag 114756/18004
6.81/6.18	c cleaning 6813 clauses out of 13653 with flag 167765/26002
9.19/8.30	c cleaning 7626 clauses out of 15839 with flag 252829/35001
14.39/13.43	c cleaning 8989 clauses out of 18212 with flag 452335/45000
23.18/22.08	c cleaning 10103 clauses out of 20223 with flag 656974/56000
33.70/32.42	c cleaning 11058 clauses out of 22122 with flag 882121/68002
42.38/40.91	c cleaning 12029 clauses out of 24064 with flag 1123996/81002
54.51/52.96	c cleaning 13016 clauses out of 26034 with flag 1380800/95001
72.04/69.77	c cleaning 14004 clauses out of 28019 with flag 1656247/110002
91.58/89.16	c cleaning 14999 clauses out of 30013 with flag 1945311/126000
117.36/114.86	c cleaning 16006 clauses out of 32016 with flag 2251388/143002
142.71/139.91	c cleaning 17000 clauses out of 34009 with flag 2538702/161001
164.78/161.11	c cleaning 18006 clauses out of 36012 with flag 2669740/180004
181.94/178.16	c cleaning 18999 clauses out of 38002 with flag 2823148/200000
200.90/196.82	c cleaning 19996 clauses out of 40003 with flag 2988607/221000
220.12/215.98	c cleaning 20999 clauses out of 42010 with flag 3144304/243003
242.24/237.72	c cleaning 21996 clauses out of 44009 with flag 3321993/266001
266.83/261.49	c cleaning 23000 clauses out of 46012 with flag 3510284/290000
292.85/287.17	c cleaning 23999 clauses out of 48012 with flag 3718720/315000
325.61/319.64	c cleaning 24997 clauses out of 50013 with flag 3912059/341000
365.81/359.52	c cleaning 25997 clauses out of 52016 with flag 4122680/368000
409.06/402.58	c cleaning 27011 clauses out of 54023 with flag 4337857/396004
447.10/438.99	c cleaning 28000 clauses out of 56009 with flag 4543706/425001
485.96/477.56	c cleaning 28997 clauses out of 58009 with flag 4751060/455001
527.04/518.31	c cleaning 30000 clauses out of 60011 with flag 4979114/486000
573.77/564.84	c cleaning 31001 clauses out of 62011 with flag 5242997/518000
619.04/609.70	c cleaning 31997 clauses out of 64010 with flag 5525845/551000
671.59/661.92	c cleaning 33000 clauses out of 66014 with flag 5817141/585001
732.53/722.65	c cleaning 34000 clauses out of 68014 with flag 6121716/620001
800.56/788.74	c cleaning 35001 clauses out of 70014 with flag 6502008/656001
865.84/853.76	c cleaning 36002 clauses out of 72014 with flag 6890667/693002
933.21/920.75	c cleaning 36996 clauses out of 74010 with flag 7251642/731000
1007.10/994.39	c cleaning 37998 clauses out of 76016 with flag 7574459/770002
1068.59/1055.40	c cleaning 39002 clauses out of 78017 with flag 7885320/810001
1134.79/1121.14	c cleaning 40004 clauses out of 80016 with flag 8231095/851002
1205.57/1191.62	c cleaning 40998 clauses out of 82011 with flag 8695487/893001
1286.24/1272.03	c cleaning 42007 clauses out of 84016 with flag 9160657/936004
1360.44/1345.61	c cleaning 43000 clauses out of 86011 with flag 9632835/980006
1462.08/1445.24	c cleaning 43995 clauses out of 88005 with flag 10143561/1025000
1562.50/1545.37	c cleaning 45003 clauses out of 90011 with flag 10597517/1071001
1665.72/1648.43	c cleaning 46002 clauses out of 92009 with flag 10991376/1118002
1772.79/1755.04	c cleaning 46995 clauses out of 94006 with flag 11391750/1166001
1883.06/1864.80	c cleaning 48001 clauses out of 96011 with flag 11983234/1215001
1996.57/1977.84	c cleaning 49006 clauses out of 98011 with flag 12611279/1265002
2038.92/2019.97	c cleaning 49971 clauses out of 100007 with flag 13157343/1316004
2122.22/2103.05	c cleaning 50979 clauses out of 102033 with flag 13768106/1368001
2197.52/2178.14	c cleaning 51986 clauses out of 104053 with flag 14419610/1421000
2264.74/2244.89	c cleaning 52919 clauses out of 106068 with flag 15181119/1475001
2330.45/2310.36	c cleaning 53951 clauses out of 108149 with flag 15954381/1530001
2401.68/2381.45	c cleaning 54980 clauses out of 110199 with flag 16768005/1586002
2478.58/2457.91	c cleaning 55988 clauses out of 112217 with flag 17624658/1643000
2546.25/2525.49	c cleaning 56961 clauses out of 114233 with flag 18511528/1701004
2650.77/2628.32	c cleaning 57972 clauses out of 116268 with flag 19399072/1760000
2735.00/2712.44	c cleaning 58979 clauses out of 118297 with flag 20364435/1820001
2818.50/2795.57	c cleaning 59997 clauses out of 120317 with flag 21305951/1881000
2899.04/2875.91	c cleaning 60996 clauses out of 122320 with flag 22151373/1943000
2984.87/2961.36	c cleaning 62003 clauses out of 124327 with flag 23118055/2006003
3068.24/3044.52	c cleaning 62998 clauses out of 126321 with flag 24114233/2070000
3144.92/3120.75	c cleaning 63998 clauses out of 128324 with flag 25129606/2135001
3229.13/3204.58	c cleaning 65003 clauses out of 130326 with flag 26230736/2201001
3313.97/3289.20	c cleaning 66001 clauses out of 132322 with flag 27308377/2268000
3403.67/3378.69	c cleaning 67003 clauses out of 134326 with flag 28320785/2336005
3498.31/3472.89	c cleaning 68002 clauses out of 136318 with flag 29412395/2405000
3592.01/3566.46	c cleaning 68999 clauses out of 138316 with flag 30654674/2475000
3600.29/3574.66	c timeout
3600.29/3574.67	c starts		: 2458
3600.29/3574.67	c conflicts		: 2483328
3600.29/3574.67	c decisions		: 5126051
3600.29/3574.67	c propagations		: 86043399
3600.29/3574.67	c inspects		: 11893606726
3600.29/3574.67	c shortcuts		: 0
3600.29/3574.67	c learnt literals	: 0
3600.29/3574.67	c learnt binary clauses	: 0
3600.29/3574.68	c learnt ternary clauses	: 0
3600.29/3574.68	c learnt constraints	: 2483328
3600.29/3574.68	c ignored constraints	: 0
3600.29/3574.68	c root simplifications	: 0
3600.29/3574.68	c removed literals (reason simplification)	: 21357879
3600.29/3574.68	c reason swapping (by a shorter reason)	: 0
3600.29/3574.68	c Calls to reduceDB	: 66
3600.29/3574.68	c Number of update (reduction) of LBD	: 1506453
3600.29/3574.68	c Imported unit clauses	: 0
3600.29/3574.68	c No decision after first conflict	: false
3600.29/3574.68	c number of reductions to clauses (during analyze)	: 0
3600.29/3574.68	c number of learned constraints concerned by reduction	: 0
3600.29/3574.69	c number of learning phase by resolution	: 0
3600.29/3574.69	c number of learning phase by cutting planes	: 0
3600.29/3574.69	c number of rounding to 1 operations	: 0
3600.29/3574.69	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.29/3574.69	c number of reductions of the coefficients by power 2 	: 0
3600.29/3574.69	c number of right shift for reduction by power 2 	: 0
3600.29/3574.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.29/3574.69	c number of ending skipping 	: 0
3600.29/3574.69	c number of internal skipping 	: 0
3600.29/3574.69	c number of derivation steps 	: 0
3600.29/3574.69	c number of skipped derivation steps 	: 0
3600.29/3574.69	c number of remaining unassigned 	: 0
3600.29/3574.69	c number of remaining assigned 	: 0
3600.29/3574.69	c number of falsified literals weakened from reason	: 0
3600.29/3574.69	c number of falsified literals weakened from conflict	: 0
3600.29/3574.69	c time for arithmetic operations	: 0
3600.29/3574.69	c minimum degree of deleted constraints	: null
3600.29/3574.69	c maximum degree of deleted constraints	: null
3600.29/3574.69	c number of deleted constraints	: 0
3600.29/3574.69	c speed (assignments/second)	: 24072.534530160683
3600.29/3574.69	c non guided choices	: 7010
3600.45/3574.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 77645
3600.45/3574.74	s UNKNOWN
3600.45/3574.74	c Total wall clock time (in seconds): 3574.452

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: 63665 MiB (63056 MiB free)
  memory of node 1: 64507 MiB (64038 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492516-1751146546/watcher-4492516-1751146546 -o /tmp/evaluation-result-4492516-1751146546/solver-4492516-1751146546 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14292 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492516-1751146546.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=14351, runsolver pid=14336
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 0.88 2.09 2.74 2/291 14379
/proc/meminfo: memFree=130130184/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=18130736 memory=20496 CPUtime=0.01 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 1880 0 157 0 0 1 0 0 20 0 7 0 30332424 18565873664 5124 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4532684 5124 3040 1 0 540973 0
[pid=14351/tid=14358] ppid=14336 vsize=18130736 memory=4026531960 CPUtime=0 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) D 14336 14351 14279 0 -1 4194368 1312 0 83 0 0 0 0 0 20 0 7 0 30332430 18565873664 5124 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 20496 KiB

[startup+0.204705 s]*
/proc/loadavg: 0.88 2.09 2.74 9/335 14423
/proc/meminfo: memFree=130081744/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=18930384 memory=47604 CPUtime=0.06 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 5621 0 402 0 4 2 0 0 20 0 18 0 30332424 19384713216 11901 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4732596 11901 5145 1 0 546985 0
[pid=14351/tid=14358] ppid=14336 vsize=18930384 memory=3472328132922704156 CPUtime=0.04 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 4514 0 304 0 3 1 0 0 20 0 18 0 30332430 19384713216 11901 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30332441 19384713216 11901 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30332442 19384713216 11901 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47604 KiB

[startup+0.304887 s]*
/proc/loadavg: 0.88 2.09 2.74 13/335 14423
/proc/meminfo: memFree=130059256/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=18930384 memory=58844 CPUtime=0.22 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 6700 0 409 0 19 3 0 0 20 0 18 0 30332424 19384713216 14711 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4732596 14711 5337 1 0 547831 0
[pid=14351/tid=14358] ppid=14336 vsize=18930384 memory=-6000919481330133102 CPUtime=0.12 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 5070 0 309 0 11 1 0 0 20 0 18 0 30332430 19384713216 14711 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=18930384 memory=-4421386500509427558 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30332441 19384713216 14711 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30332442 19384713216 14711 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58844 KiB

[startup+0.700218 s]
/proc/loadavg: 0.88 2.09 2.74 6/299 14431
/proc/meminfo: memFree=130069948/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=18996948 memory=78876 CPUtime=0.98 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 10350 0 409 0 94 4 0 0 20 0 19 0 30332424 19452874752 19719 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4749237 19719 5337 1 0 550352 0
[pid=14351/tid=14358] ppid=14336 vsize=18996948 memory=17408 CPUtime=0.49 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 5197 0 309 0 47 2 0 0 20 0 19 0 30332430 19452874752 19719 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332441 19452874752 19719 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30332442 19452874752 19719 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=18996948 memory=4380 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332459 19452874752 19719 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78876 KiB

[startup+1.50017 s]
/proc/loadavg: 0.88 2.09 2.74 3/295 14447
/proc/meminfo: memFree=130056612/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=18996948 memory=91308 CPUtime=1.89 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 11382 0 409 0 184 5 0 0 20 0 19 0 30332424 19452874752 22827 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4749237 22827 5337 1 0 550353 0
[pid=14351/tid=14358] ppid=14336 vsize=18996948 memory=0 CPUtime=1.29 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 5352 0 309 0 127 2 0 0 20 0 19 0 30332430 19452874752 22827 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332441 19452874752 22827 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30332442 19452874752 22827 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=18996948 memory=4380 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332459 19452874752 22827 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 91308 KiB

[startup+3.10549 s]
/proc/loadavg: 1.13 2.12 2.74 4/317 14567
/proc/meminfo: memFree=129911484/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=18996948 memory=117820 CPUtime=3.78 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 15948 0 409 0 372 6 0 0 20 0 19 0 30332424 19452874752 29455 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4749237 29455 5337 1 0 550742 0
[pid=14351/tid=14358] ppid=14336 vsize=18996948 memory=0 CPUtime=2.87 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 6577 0 309 0 284 3 0 0 20 0 19 0 30332430 19452874752 29455 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30332441 19452874752 29455 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=18996948 memory=-6000919481330133102 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30332442 19452874752 29455 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30332459 19452874752 29455 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117820 KiB

[startup+6.30018 s]
/proc/loadavg: 1.13 2.12 2.74 5/341 14624
/proc/meminfo: memFree=129516928/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=196508 CPUtime=7 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 19244 0 409 0 692 8 0 0 20 0 20 0 30332424 19521036288 49127 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 49127 5401 1 0 551031 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=0 CPUtime=6.02 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 7187 0 309 0 598 4 0 0 20 0 20 0 30332430 19521036288 49127 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=-9034910064253910975 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 49127 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=138344 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 49127 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 49127 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196508 KiB

[startup+12.7002 s]
/proc/loadavg: 1.57 2.18 2.76 5/342 14690
/proc/meminfo: memFree=129215756/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=316312 CPUtime=13.69 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 23083 0 409 0 1357 12 0 0 20 0 20 0 30332424 19521036288 79078 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 79078 5401 1 0 551999 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=146536 CPUtime=12.29 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 7355 0 309 0 1225 4 0 0 20 0 20 0 30332430 19521036288 79078 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=316312 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 79078 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=230196 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 79078 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 79078 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 13.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 316312 KiB

[startup+25.5002 s]
/proc/loadavg: 2.02 2.26 2.78 5/342 14690
/proc/meminfo: memFree=128363224/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=635960 CPUtime=26.75 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 25960 0 409 0 2657 18 0 0 20 0 20 0 30332424 19521036288 158990 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 158990 5433 1 0 551999 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=0 CPUtime=24.76 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 8153 0 309 0 2472 4 0 0 20 0 20 0 30332430 19521036288 158990 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 158990 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=554036 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 158990 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=470064 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 158990 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 26.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 635960 KiB

[startup+51.1058 s]
/proc/loadavg: 2.70 2.40 2.81 5/342 14691
/proc/meminfo: memFree=126988572/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=1261720 CPUtime=52.72 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 27481 0 409 0 5242 30 0 0 20 0 20 0 30332424 19521036288 315430 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 315430 5433 1 0 658519 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=1261720 CPUtime=49.86 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 8563 0 309 0 4980 6 0 0 20 0 20 0 30332430 19521036288 315430 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=-6000919481330133102 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 315430 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=316312 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 315430 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 315430 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0

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

Current children cumulated memory: 10620520 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.18 4.12 5/341 15022
/proc/meminfo: memFree=97864184/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=10620520 CPUtime=3307.08 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 195366 0 409 0 330380 328 0 0 20 0 20 0 30332424 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 2655130 5465 1 0 2773708 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=10620520 CPUtime=3249.94 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 98746 0 309 0 324949 45 0 0 20 0 20 0 30332430 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 2797 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=10620520 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3307.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10620520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.19 4.13 5/340 15024
/proc/meminfo: memFree=97634908/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=10620520 CPUtime=3367.1 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 198652 0 409 0 336379 331 0 0 20 0 20 0 30332424 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 2655130 5465 1 0 2773708 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=14384 CPUtime=3309.66 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 101117 0 309 0 330921 45 0 0 20 0 20 0 30332430 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=10620520 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=4209345689937407646 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 2864 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=10620520 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 2655130 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3367.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10620520 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.17 4.12 5/340 15026
/proc/meminfo: memFree=97560932/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=10622580 CPUtime=3427.6 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 202187 0 409 0 342426 334 0 0 20 0 20 0 30332424 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 2655645 5465 1 0 2773708 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=10620520 CPUtime=3368.88 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 104097 0 309 0 336843 45 0 0 20 0 20 0 30332430 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=4209345689937407646 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=10622580 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 2905 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=-6000919481330133102 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3427.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10622580 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.17 4.12 5/339 15028
/proc/meminfo: memFree=96950088/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=10622580 CPUtime=3487.48 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 204075 0 409 0 348412 336 0 0 20 0 20 0 30332424 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 2655645 5465 1 0 2773708 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=10620520 CPUtime=3428.74 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 105916 0 309 0 342828 46 0 0 20 0 20 0 30332430 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=4209345689937407646 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=10622580 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 2946 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=10622580 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 2655645 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3487.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10622580 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.18 4.12 5/339 15030
/proc/meminfo: memFree=96644412/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=10626788 CPUtime=3548.02 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 208143 0 409 0 354464 338 0 0 20 0 20 0 30332424 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 2656697 5465 1 0 2773708 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=10622580 CPUtime=3487.9 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 109020 0 309 0 348744 46 0 0 20 0 20 0 30332430 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=10626788 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 2946 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=10626788 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3548.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10626788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.5 s]
/proc/loadavg: 4.15 4.17 4.12 5/339 15032
/proc/meminfo: memFree=96365752/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19063512 memory=10626788 CPUtime=3600.09 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 210417 0 409 0 359670 339 0 0 20 0 20 0 30332424 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4765878 2656697 5465 1 0 2773708 0
[pid=14351/tid=14358] ppid=14336 vsize=19063512 memory=10626788 CPUtime=3539.95 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) R 14336 14351 14279 0 -1 4194368 111205 0 309 0 353949 46 0 0 20 0 20 0 30332430 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30332441 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 2984 0 0 0 0 0 0 0 20 0 20 0 30332442 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14427] ppid=14336 vsize=19063512 memory=10626788 CPUtime=0 cores=5,7
/proc/14351/task/14427/stat : 14427 (Timer-0) S 14336 14351 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30332459 19521036288 2656697 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10626788 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.12 s, system=3.42629 s

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

[startup+3574.6 s]
/proc/loadavg: 4.15 4.17 4.12 5/339 15032
/proc/meminfo: memFree=96365752/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19263204 memory=10627172 CPUtime=3600.29 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 212335 0 409 0 359690 339 0 0 20 0 21 0 30332424 19725520896 2656793 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4815801 2656793 5465 1 0 2774579 0
[pid=14351/tid=14358] ppid=14336 vsize=19263204 memory=10626788 CPUtime=3539.96 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) S 14336 14351 14279 0 -1 4194368 111208 0 309 0 353950 46 0 0 20 0 21 0 30332430 19725520896 2656793 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19263204 memory=10626788 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 30332441 19725520896 2656793 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19263204 memory=245635481903 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 2984 0 0 0 0 0 0 0 20 0 21 0 30332442 19725520896 2656793 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10627172 KiB

[startup+3574.7 s]
/proc/loadavg: 4.15 4.17 4.12 5/339 15032
/proc/meminfo: memFree=96365752/131249996 swapFree=33010684/33010684
[pid=14351] ppid=14336 vsize=19263204 memory=10627300 CPUtime=3600.45 cores=5,7
/proc/14351/stat : 14351 (java) S 14336 14351 14279 0 -1 4194304 212992 0 409 0 359706 339 0 0 20 0 21 0 30332424 19725520896 2656825 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
/proc/14351/statm: 4815801 2656825 5465 1 0 2774630 0
[pid=14351/tid=14358] ppid=14336 vsize=19263204 memory=14384 CPUtime=3539.97 cores=5,7
/proc/14351/task/14358/stat : 14358 (java) S 14336 14351 14279 0 -1 4194368 111469 0 309 0 353950 47 0 0 20 0 21 0 30332430 19725520896 2656825 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14393] ppid=14336 vsize=19263204 memory=10752 CPUtime=0 cores=5,7
/proc/14351/task/14393/stat : 14393 (Finalizer) S 14336 14351 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 30332441 19725520896 2656825 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
[pid=14351/tid=14421] ppid=14336 vsize=19263204 memory=10626788 CPUtime=0 cores=5,7
/proc/14351/task/14421/stat : 14421 (Common-Cleaner) S 14336 14351 14279 0 -1 4194368 2986 0 0 0 0 0 0 0 20 0 21 0 30332442 19725520896 2656825 18446744073709551615 94862032613376 94862032617072 140732046350448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94862032624888 94862032625680 94862034132992 140732046354817 140732046354918 140732046354918 140732046360520 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10627300 KiB

Child status: 143

Real time (s): 3574.79
CPU time (s): 3600.55
CPU user time (s): 3597.12
CPU system time (s): 3.42629
CPU usage (%): 100.721
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10627300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.12
system time used= 3.42629
maximum resident set size= 10627428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213204
page faults= 409
swaps= 0
block input operations= 8584
block output operations= 15752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110559
involuntary context switches= 5041


# summary of solver processes directly reported to runsolver:
#   pid: 14351
#   total CPU time (s): 3600.55
#   total CPU user time (s): 3597.12
#   total CPU system time (s): 3.42629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72693 second user time and 16.8966 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-28 23:35:47
IDJOB=4492516
IDBENCH=147799
IDSOLVER=3363
FILE ID=nodeC022/4492516-1751146546
RUNJOBID= nodeC022-1751146546-14292
SLURM_JOB_ID= 9587461
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492516-1751146546/watcher-4492516-1751146546 -o /tmp/evaluation-result-4492516-1751146546/solver-4492516-1751146546 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14292 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492516-1751146546.opb

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

MD5SUM BENCH= 6044de22cb53e30f42c02ea5aa70d3e7
RANDOM SEED=1158374803

nodeC022 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		: 3599.873
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	: 6999.44
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		: 3599.710
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	: 6999.44
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.205
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	: 6999.44
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		: 3630.574
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	: 6999.44
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.117
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	: 6999.44
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		: 3565.617
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	: 6999.44
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.210
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	: 6999.44
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		: 3599.742
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	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130145328 kB
MemAvailable:   129750568 kB
Buffers:            3280 kB
Cached:           375604 kB
SwapCached:            0 kB
Active:           280088 kB
Inactive:         161964 kB
Active(anon):      81228 kB
Inactive(anon):        0 kB
Active(file):     198860 kB
Inactive(file):   161964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2716 kB
Writeback:             8 kB
AnonPages:         66316 kB
Mapped:           102004 kB
Shmem:             18060 kB
KReclaimable:      84616 kB
Slab:             167212 kB
SReclaimable:      84616 kB
SUnreclaim:        82596 kB
KernelStack:        4032 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-29 00:35:22