Trace number 4498668

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.2 3589.52

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__16.opb
MD5SUM9256d31b4c6d03db7020a90138972b09
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark95378
Best CPU time to get the best result obtained on this benchmark0.296995
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint16
Maximum length of a constraint337
Number of terms in the objective function 24000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 820965984
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 820965984
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.44/0.36	c Pseudo Boolean Optimization by upper bound
0.44/0.36	c --- Begin Solver configuration ---
0.44/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.36	c Learn all clauses as in MiniSAT
0.44/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.36	c Expensive reason simplification
0.44/0.36	c Glucose 2.1 dynamic restart strategy
0.44/0.36	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.44/0.36	c timeout=2147483s
0.44/0.36	c DB Simplification allowed=false
0.44/0.36	c Listener: none
0.44/0.36	c --- End Solver configuration ---
0.44/0.36	c solving HOME/instance-4498668-1751400251.opb
0.44/0.36	c reading problem ... 
0.44/0.36	c  objective function found
1.66/1.05	c ... done. Wall clock time 0.69s.
1.66/1.05	c declared #vars     24498
1.66/1.05	c #constraints  2500
1.66/1.05	c constraints type 
1.66/1.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1502
1.66/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 996
1.66/1.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1.66/1.05	c 2500 constraints processed.
1.66/1.07	c objective function length is 24000 literals
3.83/2.11	c cleaning 2491 clauses out of 5000 with flag 10504/5000
4.01/2.22	c SATISFIABLE
4.01/2.22	c OPTIMIZING...
4.01/2.22	c Got one! Elapsed wall clock time (in seconds):1.865
4.01/2.22	o 2126696
6.91/4.70	c cleaning 4084 clauses out of 8168 with flag 15401/10659
22.25/19.79	c cleaning 5044 clauses out of 10088 with flag 54007/16663
35.05/32.17	c cleaning 6016 clauses out of 12040 with flag 107390/23659
45.15/42.29	c cleaning 7019 clauses out of 14037 with flag 153560/31672
63.67/60.70	c cleaning 8002 clauses out of 16006 with flag 217848/40660
85.55/82.68	c cleaning 9004 clauses out of 18007 with flag 281409/50663
105.57/102.61	c cleaning 9977 clauses out of 20000 with flag 367997/61660
128.87/125.81	c cleaning 10998 clauses out of 22022 with flag 471870/73659
149.51/146.50	c cleaning 12013 clauses out of 24025 with flag 571148/86660
175.55/172.40	c cleaning 13001 clauses out of 26012 with flag 697992/100660
197.86/194.69	c cleaning 14005 clauses out of 28010 with flag 809639/115659
220.82/217.57	c cleaning 14997 clauses out of 30005 with flag 942283/131659
249.68/246.16	c cleaning 16003 clauses out of 32008 with flag 1094251/148659
276.79/273.26	c cleaning 16993 clauses out of 34005 with flag 1257373/166659
316.16/312.40	c cleaning 17983 clauses out of 36012 with flag 1414018/185659
362.59/358.88	c cleaning 19005 clauses out of 38029 with flag 1583894/205659
398.67/394.82	c cleaning 20027 clauses out of 40053 with flag 1839344/226688
451.42/447.55	c cleaning 20999 clauses out of 41997 with flag 2113775/248659
504.16/500.13	c cleaning 21997 clauses out of 43998 with flag 2337013/271659
551.31/547.38	c cleaning 23001 clauses out of 46001 with flag 2528102/295659
606.10/602.25	c cleaning 24001 clauses out of 48002 with flag 2684532/320661
653.82/649.93	c cleaning 24986 clauses out of 49999 with flag 2883226/346659
703.46/699.55	c cleaning 26000 clauses out of 52013 with flag 3073398/373659
749.45/745.44	c cleaning 27006 clauses out of 54013 with flag 3364490/401659
798.46/794.54	c cleaning 27972 clauses out of 56007 with flag 3658786/430659
841.99/837.71	c cleaning 29008 clauses out of 58035 with flag 4035512/460659
896.06/891.71	c cleaning 29978 clauses out of 60027 with flag 4532329/491659
956.31/951.93	c cleaning 31009 clauses out of 62055 with flag 4939363/523665
1029.51/1025.14	c cleaning 31995 clauses out of 64040 with flag 5336330/556659
1102.11/1097.78	c cleaning 32996 clauses out of 66055 with flag 5698504/590669
1180.27/1175.61	c cleaning 33999 clauses out of 68049 with flag 6127134/625659
1245.73/1240.95	c cleaning 35013 clauses out of 70050 with flag 6580263/661659
1305.33/1300.28	c cleaning 36006 clauses out of 72037 with flag 7103965/698659
1379.92/1374.76	c cleaning 37016 clauses out of 74033 with flag 7701105/736661
1458.83/1453.05	c cleaning 38006 clauses out of 76016 with flag 8318470/775660
1537.49/1531.52	c cleaning 38982 clauses out of 78009 with flag 8663651/815659
1624.15/1617.97	c cleaning 39995 clauses out of 80027 with flag 9002825/856659
1705.93/1699.78	c cleaning 41010 clauses out of 82032 with flag 9425570/898659
1786.07/1779.98	c cleaning 41963 clauses out of 84022 with flag 9865107/941659
1869.85/1863.55	c cleaning 43027 clauses out of 86059 with flag 10273881/985659
1957.96/1951.55	c cleaning 44009 clauses out of 88032 with flag 10710937/1030659
2067.11/2060.68	c cleaning 44986 clauses out of 90023 with flag 11096500/1076659
2160.92/2154.30	c cleaning 46009 clauses out of 92037 with flag 11473965/1123659
2245.38/2238.74	c cleaning 47014 clauses out of 94028 with flag 11918892/1171659
2357.22/2350.63	c cleaning 48007 clauses out of 96014 with flag 12335301/1220659
2491.40/2484.57	c cleaning 48981 clauses out of 98007 with flag 12762246/1270659
2616.33/2608.58	c cleaning 50010 clauses out of 100026 with flag 13241686/1321659
2733.96/2725.65	c cleaning 50990 clauses out of 102016 with flag 13698437/1373659
2838.55/2830.13	c cleaning 51982 clauses out of 104026 with flag 14088985/1426659
2940.90/2932.38	c cleaning 53014 clauses out of 106045 with flag 14483173/1480660
3043.69/3034.86	c cleaning 53992 clauses out of 108030 with flag 14986631/1535659
3145.86/3136.91	c cleaning 54996 clauses out of 110039 with flag 15537550/1591660
3246.14/3236.94	c cleaning 56008 clauses out of 112043 with flag 15999840/1648660
3370.40/3360.40	c cleaning 57005 clauses out of 114037 with flag 16538427/1706662
3485.45/3475.23	c cleaning 58000 clauses out of 116029 with flag 17074430/1765659
3586.05/3575.45	c cleaning 58996 clauses out of 118030 with flag 17563222/1825660
3600.01/3589.42	c starts		: 3626
3600.01/3589.43	c conflicts		: 1833273
3600.01/3589.43	c decisions		: 14644481
3600.01/3589.43	c propagations		: 3469515877
3600.01/3589.43	c inspects		: 8120591714
3600.01/3589.43	c shortcuts		: 0
3600.01/3589.44	c learnt literals	: 0
3600.01/3589.44	c learnt binary clauses	: 0
3600.01/3589.44	c learnt ternary clauses	: 0
3600.01/3589.44	c learnt constraints	: 1833273
3600.01/3589.44	c ignored constraints	: 0
3600.01/3589.44	c root simplifications	: 0
3600.01/3589.44	c removed literals (reason simplification)	: 18535832
3600.01/3589.44	c reason swapping (by a shorter reason)	: 0
3600.01/3589.44	c Calls to reduceDB	: 57
3600.01/3589.44	c Number of update (reduction) of LBD	: 973524
3600.01/3589.44	c Imported unit clauses	: 0
3600.01/3589.45	c No decision after first conflict	: false
3600.01/3589.45	c number of reductions to clauses (during analyze)	: 0
3600.01/3589.45	c number of learned constraints concerned by reduction	: 0
3600.01/3589.45	c number of learning phase by resolution	: 0
3600.01/3589.45	c number of learning phase by cutting planes	: 0
3600.01/3589.45	c number of rounding to 1 operations	: 0
3600.01/3589.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3589.45	c number of reductions of the coefficients by power 2 	: 0
3600.01/3589.45	c number of right shift for reduction by power 2 	: 0
3600.01/3589.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3589.45	c number of ending skipping 	: 0
3600.01/3589.45	c number of internal skipping 	: 0
3600.01/3589.45	c number of derivation steps 	: 0
3600.01/3589.45	c number of skipped derivation steps 	: 0
3600.01/3589.45	c number of remaining unassigned 	: 0
3600.01/3589.45	c number of remaining assigned 	: 0
3600.01/3589.46	c number of falsified literals weakened from reason	: 0
3600.01/3589.46	c number of falsified literals weakened from conflict	: 0
3600.01/3589.46	c time for arithmetic operations	: 0
3600.01/3589.46	c minimum degree of deleted constraints	: null
3600.01/3589.46	c maximum degree of deleted constraints	: null
3600.01/3589.46	c number of deleted constraints	: 0
3600.01/3589.47	c speed (assignments/second)	: 966878.7715972195
3600.01/3589.47	c non guided choices	: 272320
3600.01/3589.47	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.01/3589.47		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1984)
3600.01/3589.47		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2130)
3600.01/3589.47		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2121)
3600.01/3589.47		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:181)
3600.01/3589.47		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.01/3589.47		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.01/3589.47		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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: 63794 MiB (59615 MiB free)
  memory of node 1: 64507 MiB (54323 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498668-1751400251/watcher-4498668-1751400251 -o /tmp/evaluation-result-4498668-1751400251/solver-4498668-1751400251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751396661-59140 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498668-1751400251.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=59682, runsolver pid=59672

[startup+0.100069 s]*
/proc/loadavg: 4.28 4.30 4.16 8/322 59710
/proc/meminfo: memFree=116627528/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=18930384 memory=47692 CPUtime=0.11 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 5708 0 0 0 7 4 0 0 20 0 18 0 55704932 19384713216 11923 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4732596 11923 5192 1 0 546925 0
[pid=59682/tid=59694] ppid=59672 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 4592 0 0 0 4 2 0 0 20 0 18 0 55704935 19384713216 11923 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55704940 19384713216 11923 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55704941 19384713216 11923 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47692 KiB

[startup+0.213778 s]*
/proc/loadavg: 4.28 4.30 4.16 9/322 59710
/proc/meminfo: memFree=116339644/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=18930384 memory=52004 CPUtime=0.28 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 6167 0 0 0 23 5 0 0 20 0 18 0 55704932 19384713216 13001 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4732596 13001 5352 1 0 547278 0
[pid=59682/tid=59694] ppid=59672 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 4982 0 0 0 15 3 0 0 20 0 18 0 55704935 19384713216 13033 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55704940 19384713216 13033 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55704941 19384713216 13033 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52004 KiB

[startup+0.317832 s]*
/proc/loadavg: 4.28 4.30 4.16 9/322 59710
/proc/meminfo: memFree=116307444/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=18930384 memory=58276 CPUtime=0.44 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 6707 0 0 0 39 5 0 0 20 0 18 0 55704932 19384713216 14569 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4732596 14569 5352 1 0 547737 0
[pid=59682/tid=59694] ppid=59672 vsize=18930384 memory=-6000919498442695530 CPUtime=0.26 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 5144 0 0 0 23 3 0 0 20 0 18 0 55704935 19384713216 14569 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55704940 19384713216 14569 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55704941 19384713216 14569 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58276 KiB

[startup+0.700304 s]
/proc/loadavg: 4.28 4.30 4.16 8/322 59710
/proc/meminfo: memFree=116225084/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=18930384 memory=93776 CPUtime=1.12 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 8996 0 0 0 105 7 0 0 20 0 18 0 55704932 19384713216 23444 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4732596 23444 5448 1 0 549224 0
[pid=59682/tid=59694] ppid=59672 vsize=18930384 memory=17920 CPUtime=0.56 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 5301 0 0 0 52 4 0 0 20 0 18 0 55704935 19384713216 23444 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=18930384 memory=10624 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55704940 19384713216 23444 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55704941 19384713216 23444 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93776 KiB

[startup+1.5003 s]
/proc/loadavg: 4.28 4.30 4.16 8/324 59712
/proc/meminfo: memFree=115763120/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=192404 CPUtime=2.63 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 15578 0 0 0 251 12 0 0 20 0 20 0 55704932 19521036288 48101 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 48101 5512 1 0 553110 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=3200 CPUtime=1.19 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 5442 0 0 0 112 7 0 0 20 0 20 0 55704935 19521036288 48101 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 48101 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 48101 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192404 KiB

[startup+3.10565 s]
/proc/loadavg: 4.41 4.33 4.17 6/325 59713
/proc/meminfo: memFree=112563484/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=236952 CPUtime=5.26 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 20582 0 0 0 511 15 0 0 20 0 20 0 55704932 19521036288 59238 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 59238 5544 1 0 1169371 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=10624 CPUtime=2.73 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 5616 0 0 0 265 8 0 0 20 0 20 0 55704935 19521036288 59238 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 59238 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 59238 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 59238 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 5.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 236952 KiB

[startup+6.30024 s]
/proc/loadavg: 4.41 4.33 4.17 5/325 59713
/proc/meminfo: memFree=111337840/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=320964 CPUtime=8.7 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 21661 0 0 0 852 18 0 0 20 0 20 0 55704932 19521036288 80241 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 80241 5544 1 0 1169377 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=0 CPUtime=5.89 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 6149 0 0 0 579 10 0 0 20 0 20 0 55704935 19521036288 80241 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 80241 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=-6000919498442695530 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 80241 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 80241 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 320964 KiB

[startup+12.7003 s]
/proc/loadavg: 4.38 4.32 4.17 4/304 59795
/proc/meminfo: memFree=112352692/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=450088 CPUtime=15.12 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 22499 0 0 0 1484 28 0 0 20 0 20 0 55704932 19521036288 112522 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 112522 5544 1 0 1169386 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=0 CPUtime=12.17 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 6257 0 0 0 1200 17 0 0 20 0 20 0 55704935 19521036288 112522 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 112522 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=450088 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 112522 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 112522 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 15.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 450088 KiB

[startup+25.5004 s]
/proc/loadavg: 4.58 4.37 4.19 5/326 59846
/proc/meminfo: memFree=104946580/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=480932 CPUtime=28.44 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 29273 0 0 0 2814 30 0 0 20 0 20 0 55704932 19521036288 120233 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 120233 5544 1 0 1169388 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=474724 CPUtime=24.74 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 7195 0 0 0 2457 17 0 0 20 0 20 0 55704935 19521036288 120233 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=325060 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 120233 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 120233 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=192660 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 120233 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 28.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 480932 KiB

[startup+51.1133 s]
/proc/loadavg: 4.60 4.39 4.20 7/326 59846
/proc/meminfo: memFree=97994256/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=687808 CPUtime=54.07 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 31175 0 0 0 5370 37 0 0 20 0 20 0 55704932 19521036288 171952 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 171952 5544 1 0 1169388 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=487100 CPUtime=50.09 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 8313 0 0 0 4988 21 0 0 20 0 20 0 55704935 19521036288 171952 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 171952 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 171952 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=583356 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 171952 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 54.07 s

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

/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 1158486 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 1400 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 1158486 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=4633944 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 1158486 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 3231.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4633944 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.27 4.27 5/326 60067
/proc/meminfo: memFree=100082316/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=4634072 CPUtime=3291.68 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 131615 0 0 0 328852 316 0 0 20 0 20 0 55704932 19521036288 1158518 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 1158518 5544 1 0 1172078 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=4633944 CPUtime=3257.74 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 63169 0 0 0 325690 84 0 0 20 0 20 0 55704935 19521036288 1158518 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 1158518 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 1446 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 1158518 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=4633944 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 1158518 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 3291.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4634072 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.23 4.25 5/325 60069
/proc/meminfo: memFree=100024224/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=4634200 CPUtime=3352.28 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 134099 0 0 0 334909 319 0 0 20 0 20 0 55704932 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 1158550 5544 1 0 1172121 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=17920 CPUtime=3317.08 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 64388 0 0 0 331624 84 0 0 20 0 20 0 55704935 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=4634200 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 1446 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 3352.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4634200 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.20 4.24 5/325 60071
/proc/meminfo: memFree=99921588/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=4634200 CPUtime=3412.32 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 136104 0 0 0 340909 323 0 0 20 0 20 0 55704932 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 1158550 5544 1 0 1172121 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=0 CPUtime=3376.65 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 65569 0 0 0 337581 84 0 0 20 0 20 0 55704935 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=4634200 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 1459 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 3412.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4634200 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.20 4.24 5/325 60084
/proc/meminfo: memFree=99679756/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=4634200 CPUtime=3472.57 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 138680 0 0 0 346932 325 0 0 20 0 20 0 55704932 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 1158550 5544 1 0 1172121 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=0 CPUtime=3436.14 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 67034 0 0 0 343530 84 0 0 20 0 20 0 55704935 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=4634200 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=4634200 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 1500 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 3472.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4634200 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.17 4.22 5/325 60086
/proc/meminfo: memFree=99514672/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=4634200 CPUtime=3532.57 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 140899 0 0 0 352928 329 0 0 20 0 20 0 55704932 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 1158550 5544 1 0 1172121 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=4634200 CPUtime=3495.86 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 68555 0 0 0 349502 84 0 0 20 0 20 0 55704935 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=4634200 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=22004 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 1535 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=4634200 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 3532.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4634200 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.18 4.22 5/326 60091
/proc/meminfo: memFree=99514704/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=4634200 CPUtime=3592.94 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 141560 0 0 0 358962 332 0 0 20 0 20 0 55704932 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 1158550 5544 1 0 1172121 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=4634200 CPUtime=3555.23 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 69041 0 0 0 355438 85 0 0 20 0 20 0 55704935 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 1535 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=4634200 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 3592.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4634200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.4 s]
/proc/loadavg: 4.16 4.18 4.22 4/302 60125
/proc/meminfo: memFree=109487412/131382112 swapFree=33010160/33010684
[pid=59682] ppid=59672 vsize=19063512 memory=4634200 CPUtime=3600.01 cores=5,7
/proc/59682/stat : 59682 (java) S 59672 59682 59127 0 -1 4194304 141735 0 0 0 359667 334 0 0 20 0 20 0 55704932 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
/proc/59682/statm: 4765878 1158550 5544 1 0 1172121 0
[pid=59682/tid=59694] ppid=59672 vsize=19063512 memory=1530944 CPUtime=3562.29 cores=5,7
/proc/59682/task/59694/stat : 59694 (java) R 59672 59682 59127 0 -1 4194368 69216 0 0 0 356143 86 0 0 20 0 20 0 55704935 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59703] ppid=59672 vsize=19063512 memory=3712 CPUtime=0 cores=5,7
/proc/59682/task/59703/stat : 59703 (Finalizer) S 59672 59682 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55704940 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59710] ppid=59672 vsize=19063512 memory=3072 CPUtime=0 cores=5,7
/proc/59682/task/59710/stat : 59710 (Common-Cleaner) S 59672 59682 59127 0 -1 4194368 1535 0 0 0 0 0 0 0 20 0 20 0 55704941 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
[pid=59682/tid=59713] ppid=59672 vsize=19063512 memory=6656 CPUtime=0 cores=5,7
/proc/59682/task/59713/stat : 59713 (Timer-0) S 59672 59682 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55705042 19521036288 1158550 18446744073709551615 93832963317760 93832963321456 140728077007872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93832963329272 93832963330064 93832984064000 140728077011329 140728077011430 140728077011430 140728077017032 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4634200 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.82 s, system=3.37797 s

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

[startup+3589.5 s]*
/proc/loadavg: 4.16 4.18 4.22 5/286 60132
/proc/meminfo: memFree=113985192/131382112 swapFree=33010160/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): 3589.52
CPU time (s): 3600.2
CPU user time (s): 3596.82
CPU system time (s): 3.37797
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4634200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.82
system time used= 3.37798
maximum resident set size= 4635480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110999
involuntary context switches= 6671


# summary of solver processes directly reported to runsolver:
#   pid: 59682
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.82
#   total CPU system time (s): 3.37797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.479 second user time and 36.5211 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 22:04:11
IDJOB=4498668
IDBENCH=148724
IDSOLVER=3363
FILE ID=nodeC009/4498668-1751400251
RUNJOBID= nodeC009-1751396661-59140
SLURM_JOB_ID= 9598271
Free space on /tmp= 432120 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__16.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498668-1751400251/watcher-4498668-1751400251 -o /tmp/evaluation-result-4498668-1751400251/solver-4498668-1751400251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751396661-59140 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498668-1751400251.opb

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

MD5SUM BENCH= 9256d31b4c6d03db7020a90138972b09
RANDOM SEED=167554422

nodeC009 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	: 0xb00001f
cpu MHz		: 1197.262
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1795.857
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3491.899
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 2594.061
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 2394.464
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.171
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.235
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        116689308 kB
MemAvailable:   127267604 kB
Buffers:            2144 kB
Cached:         11330992 kB
SwapCached:           24 kB
Active:          3066340 kB
Inactive:       10980832 kB
Active(anon):    2726916 kB
Inactive(anon):     5056 kB
Active(file):     339424 kB
Inactive(file): 10975776 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            548984 kB
Writeback:             0 kB
AnonPages:       2717184 kB
Mapped:           123384 kB
Shmem:             17936 kB
KReclaimable:     205064 kB
Slab:             290500 kB
SReclaimable:     205064 kB
SUnreclaim:        85436 kB
KernelStack:        4544 kB
PageTables:         8648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5166364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149960 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2578432 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432616 MiB
End job on nodeC009 at 2025-07-01 23:04:01