Trace number 4522558

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.22 3553.84

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i2_pp_94.opb
MD5SUM3daa9ced16b2be364df6dcba1fb45266
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1052
Best CPU time to get the best result obtained on this benchmark3586.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables92769
Total number of constraints92770
Number of constraints which are clauses79004
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints10878
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.12/0.23	c Number of processors 	2
0.47/0.33	c Pseudo Boolean Optimization by upper bound
0.47/0.33	c --- Begin Solver configuration ---
0.47/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.47/0.33	c Learn all clauses as in MiniSAT
0.47/0.33	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.47/0.33	c Expensive reason simplification
0.47/0.33	c Glucose 2.1 dynamic restart strategy
0.47/0.33	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.47/0.33	c timeout=2147483s
0.47/0.33	c DB Simplification allowed=false
0.47/0.33	c Listener: none
0.47/0.33	c --- End Solver configuration ---
0.47/0.33	c solving HOME/instance-4522558-1751599008.opb
0.47/0.33	c reading problem ... 
0.47/0.33	c  objective function found
5.80/3.62	c ... done. Wall clock time 3.289s.
5.80/3.62	c declared #vars     92769
5.80/3.62	c #constraints  106536
5.80/3.62	c constraints type 
5.80/3.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 81348
5.80/3.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12095
5.80/3.62	c org.sat4j.specs.Constr$1 => 500
5.80/3.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12093
5.80/3.62	c org.sat4j.pb.constraints.pb.UnitClausePB => 500
5.80/3.62	c 106536 constraints processed.
5.80/3.63	c objective function length is 2888 literals
18.41/13.42	c cleaning 2463 clauses out of 4925 with flag 20219/5000
31.42/26.14	c cleaning 4218 clauses out of 8435 with flag 49094/11001
44.43/39.09	c cleaning 5604 clauses out of 11208 with flag 97958/18001
54.50/49.19	c cleaning 6801 clauses out of 13602 with flag 152877/26003
64.38/58.84	c cleaning 7896 clauses out of 15792 with flag 219870/35000
77.16/71.69	c cleaning 8947 clauses out of 17893 with flag 302202/45001
92.34/86.87	c cleaning 9971 clauses out of 19942 with flag 398616/56000
107.42/101.98	c cleaning 10981 clauses out of 21967 with flag 508026/68001
126.68/121.28	c cleaning 11991 clauses out of 23981 with flag 629060/81000
146.07/140.67	c cleaning 12991 clauses out of 25987 with flag 759479/95000
168.93/163.52	c cleaning 13997 clauses out of 27994 with flag 905871/110001
192.70/187.33	c cleaning 14996 clauses out of 29991 with flag 1088951/126000
220.55/215.16	c cleaning 15991 clauses out of 31993 with flag 1277379/143000
248.76/243.30	c cleaning 16999 clauses out of 34004 with flag 1487889/161003
275.14/269.78	c cleaning 17999 clauses out of 36000 with flag 1706824/180001
302.43/297.02	c cleaning 19000 clauses out of 38000 with flag 1937901/200001
335.08/328.87	c cleaning 20000 clauses out of 40001 with flag 2187121/221002
366.93/360.39	c cleaning 20992 clauses out of 41998 with flag 2452256/243000
398.18/391.12	c cleaning 21999 clauses out of 44005 with flag 2709389/266000
431.09/423.70	c cleaning 22997 clauses out of 46003 with flag 2987248/290000
468.44/460.77	c cleaning 23999 clauses out of 48006 with flag 3298897/315002
507.20/499.17	c cleaning 24999 clauses out of 50001 with flag 3631508/341001
544.21/535.76	c cleaning 25993 clauses out of 51996 with flag 3946235/368000
581.73/572.90	c cleaning 27001 clauses out of 54002 with flag 4262433/396002
620.00/610.83	c cleaning 27996 clauses out of 55997 with flag 4607682/425001
662.40/652.55	c cleaning 28996 clauses out of 57997 with flag 4980020/455000
704.42/694.26	c cleaning 29995 clauses out of 59998 with flag 5360162/486000
746.29/735.84	c cleaning 30999 clauses out of 61999 with flag 5750169/518000
791.06/778.71	c cleaning 32000 clauses out of 64000 with flag 6149171/551003
834.13/821.47	c cleaning 32986 clauses out of 65989 with flag 6554977/585000
881.49/868.55	c cleaning 33992 clauses out of 67997 with flag 6954376/620001
936.07/922.49	c cleaning 34998 clauses out of 69999 with flag 7394829/656001
990.39/976.46	c cleaning 35990 clauses out of 71995 with flag 7889797/693000
1046.13/1031.41	c cleaning 36998 clauses out of 74003 with flag 8389379/731000
1107.36/1092.48	c cleaning 38001 clauses out of 76004 with flag 8897301/770000
1171.82/1154.38	c cleaning 39002 clauses out of 78003 with flag 9456680/810001
1235.53/1217.46	c cleaning 39988 clauses out of 79997 with flag 10027676/851001
1301.43/1282.68	c cleaning 40991 clauses out of 82008 with flag 10605095/893000
1368.04/1348.93	c cleaning 42006 clauses out of 84018 with flag 11251788/936003
1435.59/1415.85	c cleaning 42998 clauses out of 86003 with flag 11849903/980000
1507.37/1486.93	c cleaning 44000 clauses out of 88004 with flag 12483908/1025000
1578.74/1555.78	c cleaning 45000 clauses out of 90007 with flag 13164553/1071004
1651.63/1627.98	c cleaning 45993 clauses out of 92000 with flag 13824672/1118000
1721.52/1697.18	c cleaning 46998 clauses out of 94006 with flag 14490665/1166000
1786.10/1761.04	c cleaning 47997 clauses out of 96001 with flag 15162124/1215000
1847.95/1822.12	c cleaning 48997 clauses out of 98003 with flag 15794943/1265001
1911.10/1884.67	c cleaning 50001 clauses out of 100001 with flag 16385145/1316000
1978.75/1951.53	c cleaning 50999 clauses out of 101997 with flag 17011164/1368001
2044.40/2016.50	c cleaning 51995 clauses out of 103994 with flag 17694591/1421000
2116.39/2087.88	c cleaning 52998 clauses out of 105995 with flag 18395304/1475000
2196.41/2165.59	c cleaning 53999 clauses out of 107997 with flag 19184249/1530001
2274.73/2243.03	c cleaning 54991 clauses out of 109995 with flag 20011340/1586000
2347.09/2314.67	c cleaning 55995 clauses out of 112005 with flag 20822496/1643001
2416.97/2383.73	c cleaning 57005 clauses out of 114009 with flag 21667496/1701002
2492.32/2458.37	c cleaning 57994 clauses out of 115998 with flag 22594724/1760000
2567.14/2532.33	c cleaning 59000 clauses out of 118003 with flag 23549908/1820002
2645.15/2609.61	c cleaning 59998 clauses out of 119998 with flag 24531988/1881000
2731.37/2695.13	c cleaning 60993 clauses out of 121993 with flag 25542845/1943000
2822.66/2785.89	c cleaning 62001 clauses out of 124001 with flag 26563006/2006001
2911.97/2873.91	c cleaning 62996 clauses out of 125996 with flag 27649012/2070002
3005.35/2964.26	c cleaning 63997 clauses out of 127998 with flag 28783024/2135001
3095.57/3054.05	c cleaning 65000 clauses out of 129999 with flag 29989206/2201001
3185.67/3143.23	c cleaning 65999 clauses out of 131998 with flag 31193196/2268002
3277.26/3234.09	c cleaning 66997 clauses out of 133996 with flag 32324715/2336001
3369.06/3325.05	c cleaning 67991 clauses out of 135996 with flag 33567226/2405001
3465.35/3420.47	c cleaning 69000 clauses out of 138000 with flag 34874177/2475001
3558.59/3512.76	c cleaning 69993 clauses out of 139995 with flag 36202717/2546000
3600.03/3553.72	c timeout
3600.03/3553.73	c starts		: 101
3600.03/3553.73	c conflicts		: 2577066
3600.03/3553.73	c decisions		: 3864154
3600.03/3553.73	c propagations		: 8579759893
3600.03/3553.73	c inspects		: 4903400723
3600.03/3553.73	c shortcuts		: 0
3600.03/3553.73	c learnt literals	: 311
3600.03/3553.73	c learnt binary clauses	: 1123
3600.03/3553.73	c learnt ternary clauses	: 1020
3600.03/3553.73	c learnt constraints	: 2576755
3600.03/3553.73	c ignored constraints	: 0
3600.03/3553.73	c root simplifications	: 0
3600.03/3553.73	c removed literals (reason simplification)	: 214706224
3600.03/3553.73	c reason swapping (by a shorter reason)	: 0
3600.03/3553.73	c Calls to reduceDB	: 67
3600.03/3553.73	c Number of update (reduction) of LBD	: 372290
3600.03/3553.73	c Imported unit clauses	: 0
3600.03/3553.73	c No decision after first conflict	: false
3600.03/3553.73	c number of reductions to clauses (during analyze)	: 0
3600.03/3553.73	c number of learned constraints concerned by reduction	: 0
3600.03/3553.73	c number of learning phase by resolution	: 0
3600.03/3553.73	c number of learning phase by cutting planes	: 0
3600.03/3553.73	c number of rounding to 1 operations	: 0
3600.03/3553.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3553.73	c number of reductions of the coefficients by power 2 	: 0
3600.03/3553.73	c number of right shift for reduction by power 2 	: 0
3600.03/3553.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3553.73	c number of ending skipping 	: 0
3600.03/3553.73	c number of internal skipping 	: 0
3600.03/3553.73	c number of derivation steps 	: 0
3600.03/3553.73	c number of skipped derivation steps 	: 0
3600.03/3553.73	c number of remaining unassigned 	: 0
3600.03/3553.73	c number of remaining assigned 	: 0
3600.03/3553.73	c number of falsified literals weakened from reason	: 0
3600.03/3553.73	c number of falsified literals weakened from conflict	: 0
3600.03/3553.73	c time for arithmetic operations	: 0
3600.03/3553.74	c minimum degree of deleted constraints	: null
3600.03/3553.74	c maximum degree of deleted constraints	: null
3600.03/3553.74	c number of deleted constraints	: 0
3600.03/3553.74	c speed (assignments/second)	: 2416775.225445243
3600.03/3553.74	c non guided choices	: 0
3600.03/3553.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 99944
3600.03/3553.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1123
3600.03/3553.79	s UNKNOWN
3600.03/3553.79	c Total wall clock time (in seconds): 3553.459

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522558-1751599008/watcher-4522558-1751599008 -o /tmp/evaluation-result-4522558-1751599008/solver-4522558-1751599008 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85914 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522558-1751599008.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=86468, runsolver pid=86465
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 4.21 4.27 4.27 7/324 86486
/proc/meminfo: memFree=107607668/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=18930384 memory=48460 CPUtime=0.12 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 5780 0 0 0 9 3 0 0 20 0 18 0 75580234 19384713216 12115 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4732596 12115 5349 1 0 546986 0
[pid=86468/tid=86470] ppid=86465 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 4686 0 0 0 6 2 0 0 20 0 18 0 75580236 19384713216 12115 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75580241 19384713216 12115 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=18930384 memory=58494082630061 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75580242 19384713216 12115 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48460 KiB

[startup+0.22043 s]*
/proc/loadavg: 4.21 4.27 4.27 6/324 86486
/proc/meminfo: memFree=107600548/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=18930384 memory=55416 CPUtime=0.31 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 6498 0 0 0 27 4 0 0 20 0 18 0 75580234 19384713216 13854 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4732596 13854 5349 1 0 547580 0
[pid=86468/tid=86470] ppid=86465 vsize=18930384 memory=4026794268 CPUtime=0.2 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 5024 0 0 0 17 3 0 0 20 0 18 0 75580236 19384713216 13854 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=18930384 memory=13926 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75580241 19384713216 13854 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75580242 19384713216 13854 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55416 KiB

[startup+0.316733 s]*
/proc/loadavg: 4.21 4.27 4.27 7/324 86486
/proc/meminfo: memFree=107596452/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=18930384 memory=58572 CPUtime=0.47 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 6758 0 0 0 42 5 0 0 20 0 18 0 75580234 19384713216 14643 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4732596 14643 5349 1 0 547770 0
[pid=86468/tid=86470] ppid=86465 vsize=18930384 memory=-6000919485574702695 CPUtime=0.28 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 5194 0 0 0 25 3 0 0 20 0 18 0 75580236 19384713216 14643 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75580241 19384713216 14643 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75580242 19384713216 14643 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58572 KiB

[startup+0.700383 s]
/proc/loadavg: 4.21 4.27 4.27 7/324 86486
/proc/meminfo: memFree=107539108/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=18996948 memory=158904 CPUtime=1.17 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 8840 0 0 0 108 9 0 0 20 0 19 0 75580234 19452874752 39726 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4749237 39726 5445 1 0 549343 0
[pid=86468/tid=86470] ppid=86465 vsize=18996948 memory=14464 CPUtime=0.55 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 5313 0 0 0 49 6 0 0 20 0 19 0 75580236 19452874752 39726 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75580241 19452874752 39726 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75580242 19452874752 39726 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158904 KiB

[startup+1.50026 s]
/proc/loadavg: 4.21 4.27 4.27 6/325 86487
/proc/meminfo: memFree=107318304/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=18996948 memory=720952 CPUtime=2.65 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 10500 0 0 0 240 25 0 0 20 0 19 0 75580234 19452874752 180238 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4749237 180238 5445 1 0 1481269 0
[pid=86468/tid=86470] ppid=86465 vsize=18996948 memory=3200 CPUtime=1.1 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 5554 0 0 0 90 20 0 0 20 0 19 0 75580236 19452874752 180238 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75580241 19452874752 180238 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75580242 19452874752 180238 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 720952 KiB

[startup+3.11352 s]
/proc/loadavg: 4.21 4.27 4.27 5/325 86487
/proc/meminfo: memFree=101865512/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=18996948 memory=6076060 CPUtime=4.98 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 17497 0 0 0 355 143 0 0 20 0 19 0 75580234 19452874752 1519015 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4749237 1519015 5509 1 0 2362948 0
[pid=86468/tid=86470] ppid=86465 vsize=18996948 memory=11136 CPUtime=2.64 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 8152 0 0 0 128 136 0 0 20 0 19 0 75580236 19452874752 1519015 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75580241 19452874752 1519015 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75580242 19452874752 1519015 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 4.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6076060 KiB

[startup+6.30024 s]
/proc/loadavg: 4.27 4.29 4.27 5/308 86492
/proc/meminfo: memFree=107995528/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=6093608 CPUtime=10.75 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 22909 0 0 0 929 146 0 0 20 0 20 0 75580234 19521036288 1523402 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 1523402 5541 1 0 2367265 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=5632 CPUtime=5.79 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 8267 0 0 0 443 136 0 0 20 0 20 0 75580236 19521036288 1523402 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 1523402 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75580242 19521036288 1523402 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 1523402 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 10.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6093608 KiB

[startup+12.7005 s]
/proc/loadavg: 4.33 4.30 4.28 5/325 86555
/proc/meminfo: memFree=113732792/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=6085980 CPUtime=17.7 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 22950 0 0 0 1624 146 0 0 20 0 20 0 75580234 19521036288 1521495 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 1521495 5541 1 0 2367265 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=11136 CPUtime=12.17 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 8278 0 0 0 1081 136 0 0 20 0 20 0 75580236 19521036288 1521495 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=6085980 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 1521495 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75580242 19521036288 1521495 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 1521495 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 17.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6085980 KiB

[startup+25.5005 s]
/proc/loadavg: 4.34 4.30 4.28 5/325 86555
/proc/meminfo: memFree=111260324/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=6090332 CPUtime=30.81 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 24397 0 0 0 2934 147 0 0 20 0 20 0 75580234 19521036288 1522583 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 1522583 5541 1 0 2367297 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=5632 CPUtime=24.94 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 8647 0 0 0 2357 137 0 0 20 0 20 0 75580236 19521036288 1522583 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 1522583 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=6093608 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75580242 19521036288 1522583 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 1522583 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 30.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6090332 KiB

[startup+51.1198 s]
/proc/loadavg: 4.41 4.32 4.28 6/326 86556
/proc/meminfo: memFree=109497400/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=6090972 CPUtime=56.72 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 31011 0 0 0 5522 150 0 0 20 0 20 0 75580234 19521036288 1522743 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 1522743 5541 1 0 2367427 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=14848 CPUtime=50.47 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 10685 0 0 0 4910 137 0 0 20 0 20 0 75580236 19521036288 1522743 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=-6000919485574702695 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 1522743 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75580242 19521036288 1522743 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=6090972 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 1522743 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 56.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6090972 KiB

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

/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 3758 0 0 0 0 0 0 0 20 0 20 0 75580242 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 3205.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10900520 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.16 4.24 5/326 86847
/proc/meminfo: memFree=101245476/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3265.57 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 288078 0 0 0 326075 482 0 0 20 0 20 0 75580234 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 2725130 5541 1 0 3366744 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3177.05 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 159694 0 0 0 317524 181 0 0 20 0 20 0 75580236 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 3801 0 0 0 0 0 0 0 20 0 20 0 75580242 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 3265.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10900520 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.16 4.24 5/326 86850
/proc/meminfo: memFree=101245016/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3325.78 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 292266 0 0 0 332092 486 0 0 20 0 20 0 75580234 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 2725130 5541 1 0 3366744 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3236.55 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 162779 0 0 0 323473 182 0 0 20 0 20 0 75580236 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=4352 CPUtime=0.01 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 3884 0 0 0 0 1 0 0 20 0 20 0 75580242 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 3325.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10900520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.14 4.23 5/326 86919
/proc/meminfo: memFree=112141216/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3386.32 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 296369 0 0 0 338143 489 0 0 20 0 20 0 75580234 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 2725130 5541 1 0 3366744 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=11136 CPUtime=3295.72 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 165556 0 0 0 329390 182 0 0 20 0 20 0 75580236 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0.01 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 3971 0 0 0 0 1 0 0 20 0 20 0 75580242 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 3386.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10900520 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.14 4.22 5/326 86923
/proc/meminfo: memFree=111814656/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3447.28 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 300241 0 0 0 344236 492 0 0 20 0 20 0 75580234 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 2725130 5541 1 0 3366744 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3354.44 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 168116 0 0 0 335261 183 0 0 20 0 20 0 75580236 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=5148 CPUtime=0.01 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 3971 0 0 0 0 1 0 0 20 0 20 0 75580242 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 3447.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10900520 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.21 5/325 86925
/proc/meminfo: memFree=111648000/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3507.64 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 303197 0 0 0 350267 497 0 0 20 0 20 0 75580234 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 2725130 5541 1 0 3366744 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=-6000919485524108903 CPUtime=3413.78 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 170065 0 0 0 341194 184 0 0 20 0 20 0 75580236 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=0 CPUtime=0.01 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 4014 0 0 0 0 1 0 0 20 0 20 0 75580242 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 3507.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10900520 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.20 5/325 86993
/proc/meminfo: memFree=112159672/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3568.18 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 306807 0 0 0 356317 501 0 0 20 0 20 0 75580234 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 2725130 5541 1 0 3366744 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3472.95 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 173256 0 0 0 347111 184 0 0 20 0 20 0 75580236 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0.01 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 4110 0 0 0 0 1 0 0 20 0 20 0 75580242 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 3568.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10900520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3553.7 s]
/proc/loadavg: 4.17 4.14 4.20 5/325 86994
/proc/meminfo: memFree=112143792/131382112 swapFree=33002444/33010684
[pid=86468] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3600.03 cores=0,2
/proc/86468/stat : 86468 (java) S 86465 86468 85904 0 -1 4194304 309630 0 0 0 359500 503 0 0 20 0 20 0 75580234 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
/proc/86468/statm: 4765878 2725130 5541 1 0 3366744 0
[pid=86468/tid=86470] ppid=86465 vsize=19063512 memory=10900520 CPUtime=3503.73 cores=0,2
/proc/86468/task/86470/stat : 86470 (java) R 86465 86468 85904 0 -1 4194368 175212 0 0 0 350189 184 0 0 20 0 20 0 75580236 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86479] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86479/stat : 86479 (Finalizer) S 86465 86468 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75580241 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86486] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0.01 cores=0,2
/proc/86468/task/86486/stat : 86486 (Common-Cleaner) S 86465 86468 85904 0 -1 4194368 4159 0 0 0 0 1 0 0 20 0 20 0 75580242 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
[pid=86468/tid=86488] ppid=86465 vsize=19063512 memory=10900520 CPUtime=0 cores=0,2
/proc/86468/task/86488/stat : 86488 (Timer-0) S 86465 86468 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75580600 19521036288 2725130 18446744073709551615 93841149575168 93841149578864 140731765839808 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93841149586680 93841149587472 93841161048064 140731765848449 140731765848550 140731765848550 140731765854152 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10900520 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.14 s, system=5.07752 s

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

[startup+3553.81 s]*
/proc/loadavg: 4.17 4.14 4.20 5/307 86997
/proc/meminfo: memFree=113207980/131382112 swapFree=33002444/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): 3553.84
CPU time (s): 3600.22
CPU user time (s): 3595.14
CPU system time (s): 5.07752
CPU usage (%): 101.305
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 10900520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.14
system time used= 5.07752
maximum resident set size= 10901416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117563
involuntary context switches= 12584


# summary of solver processes directly reported to runsolver:
#   pid: 86468
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3595.14
#   total CPU system time (s): 5.07752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8499 second user time and 37.9802 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-04 05:16:49
IDJOB=4522558
IDBENCH=179078
IDSOLVER=3363
FILE ID=nodeC005/4522558-1751599008
RUNJOBID= nodeC005-1751595442-85914
SLURM_JOB_ID= 9598861
Free space on /tmp= 429440 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i2_pp_94.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522558-1751599008/watcher-4522558-1751599008 -o /tmp/evaluation-result-4522558-1751599008/solver-4522558-1751599008 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85914 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522558-1751599008.opb

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

MD5SUM BENCH= 3daa9ced16b2be364df6dcba1fb45266
RANDOM SEED=573695823

nodeC005 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.486
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.90
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		: 3662.653
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.90
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		: 1197.241
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.90
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		: 1197.897
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.90
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		: 1197.315
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.90
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		: 3662.589
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.90
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		: 3491.975
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.90
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.858
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        107612872 kB
MemAvailable:   107480512 kB
Buffers:              12 kB
Cached:           655108 kB
SwapCached:          240 kB
Active:         22726920 kB
Inactive:         400108 kB
Active(anon):   22443936 kB
Inactive(anon):    40840 kB
Active(file):     282984 kB
Inactive(file):   359268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6204 kB
Writeback:             0 kB
AnonPages:      22475060 kB
Mapped:           118388 kB
Shmem:             12868 kB
KReclaimable:     130032 kB
Slab:             217172 kB
SReclaimable:     130032 kB
SUnreclaim:        87140 kB
KernelStack:        4960 kB
PageTables:        47668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   27724460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22192128 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429472 MiB
End job on nodeC005 at 2025-07-04 06:16:03