Trace number 4521408

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) 3604.21 3013.26

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowevencolsquare/
normalized-vertexcover_opt_grid_evenrowevencolsquare_dim_074.opb
MD5SUMf2397fb1ec09cdbd6a88fec17aa9b337
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 benchmark2738
Best CPU time to get the best result obtained on this benchmark0.22316
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5476
Total number of constraints10952
Number of constraints which are clauses10952
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 5476
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 5476
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5476
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.21	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.24	c java.version		22.0.1
0.25/0.24	c os.name		Linux
0.25/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.24	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.25	c Max memory 		16282288128
0.25/0.25	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.41/0.37	c Pseudo Boolean Optimization by upper bound
0.41/0.37	c --- Begin Solver configuration ---
0.41/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.37	c Learn all clauses as in MiniSAT
0.41/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.37	c Expensive reason simplification
0.41/0.37	c Glucose 2.1 dynamic restart strategy
0.41/0.37	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.41/0.37	c timeout=2147483s
0.41/0.37	c DB Simplification allowed=false
0.41/0.37	c Listener: none
0.41/0.37	c --- End Solver configuration ---
0.41/0.37	c solving HOME/instance-4521408-1751584695.opb
0.41/0.37	c reading problem ... 
0.41/0.38	c  objective function found
0.93/0.68	c ... done. Wall clock time 0.291s.
0.93/0.68	c declared #vars     5476
0.93/0.68	c #constraints  10952
0.93/0.68	c constraints type 
0.93/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10952
0.93/0.68	c 10952 constraints processed.
1.11/0.71	c objective function length is 5476 literals
1.11/0.78	c SATISFIABLE
1.11/0.78	c OPTIMIZING...
1.11/0.78	c Got one! Elapsed wall clock time (in seconds):0.406
1.11/0.78	o 2738
5.28/3.49	c cleaning 2501 clauses out of 5001 with flag 10469/5001
10.25/7.62	c cleaning 4250 clauses out of 8499 with flag 23023/11000
14.68/11.58	c cleaning 5625 clauses out of 11249 with flag 37630/18000
18.60/14.96	c cleaning 6812 clauses out of 13624 with flag 54463/26000
24.44/20.02	c cleaning 7906 clauses out of 15812 with flag 73366/35000
30.19/24.81	c cleaning 8951 clauses out of 17906 with flag 94305/45000
35.99/29.70	c cleaning 9978 clauses out of 19956 with flag 117192/56001
41.60/34.92	c cleaning 10988 clauses out of 21978 with flag 142268/68001
48.86/41.26	c cleaning 11995 clauses out of 23990 with flag 169544/81001
57.04/48.61	c cleaning 12993 clauses out of 25994 with flag 198728/95000
67.69/55.88	c cleaning 14000 clauses out of 28002 with flag 230165/110001
76.00/63.40	c cleaning 15000 clauses out of 30001 with flag 263648/126000
86.56/72.82	c cleaning 16000 clauses out of 32002 with flag 299212/143001
95.88/81.09	c cleaning 16996 clauses out of 34001 with flag 336810/161000
109.40/92.94	c cleaning 18001 clauses out of 36006 with flag 376385/180001
123.46/102.78	c cleaning 19000 clauses out of 38005 with flag 418346/200001
135.58/113.67	c cleaning 20003 clauses out of 40006 with flag 461971/221002
149.66/125.98	c cleaning 20997 clauses out of 42001 with flag 508090/243000
162.09/137.05	c cleaning 22001 clauses out of 44007 with flag 555747/266003
181.08/150.39	c cleaning 23002 clauses out of 46003 with flag 606028/290000
195.09/162.99	c cleaning 23997 clauses out of 48001 with flag 658507/315000
213.66/179.76	c cleaning 25001 clauses out of 50004 with flag 712834/341000
231.93/196.46	c cleaning 26002 clauses out of 52004 with flag 769087/368001
251.12/213.76	c cleaning 26997 clauses out of 54004 with flag 827755/396003
269.67/230.39	c cleaning 27993 clauses out of 56004 with flag 888131/425000
287.82/246.60	c cleaning 29006 clauses out of 58013 with flag 950297/455002
313.81/266.11	c cleaning 29996 clauses out of 60006 with flag 1015289/486001
337.02/287.14	c cleaning 31004 clauses out of 62009 with flag 1081895/518000
360.23/307.81	c cleaning 32003 clauses out of 64005 with flag 1151012/551000
384.49/329.66	c cleaning 32998 clauses out of 66002 with flag 1222095/585000
410.44/353.56	c cleaning 34003 clauses out of 68005 with flag 1295436/620001
443.64/379.87	c cleaning 34999 clauses out of 70002 with flag 1370874/656001
471.07/405.06	c cleaning 36001 clauses out of 72003 with flag 1448285/693001
497.50/428.49	c cleaning 36998 clauses out of 74004 with flag 1527083/731003
524.78/453.78	c cleaning 37996 clauses out of 76003 with flag 1608766/770000
560.90/481.32	c cleaning 39000 clauses out of 78008 with flag 1692465/810001
592.34/507.93	c cleaning 39998 clauses out of 80007 with flag 1778369/851000
622.24/535.45	c cleaning 41002 clauses out of 82010 with flag 1866579/893001
653.14/563.38	c cleaning 42002 clauses out of 84007 with flag 1956708/936000
689.48/591.65	c cleaning 43003 clauses out of 86006 with flag 2048245/980001
722.99/622.46	c cleaning 44001 clauses out of 88005 with flag 2142656/1025003
762.11/658.43	c cleaning 45001 clauses out of 90002 with flag 2239118/1071001
804.16/689.88	c cleaning 45998 clauses out of 92001 with flag 2337418/1118001
833.15/714.77	c cleaning 46995 clauses out of 94004 with flag 2437972/1166002
866.25/744.74	c cleaning 47998 clauses out of 96010 with flag 2540488/1215003
905.70/772.90	c cleaning 49002 clauses out of 98009 with flag 2645031/1265000
938.32/802.51	c cleaning 49999 clauses out of 100008 with flag 2751987/1316001
987.17/839.44	c cleaning 51004 clauses out of 102009 with flag 2861061/1368001
1028.36/873.99	c cleaning 52004 clauses out of 104008 with flag 2972129/1421004
1068.84/910.66	c cleaning 52986 clauses out of 106000 with flag 3085228/1475000
1117.54/948.60	c cleaning 53999 clauses out of 108014 with flag 3199936/1530000
1162.22/989.30	c cleaning 54998 clauses out of 110015 with flag 3317322/1586000
1217.74/1031.24	c cleaning 56008 clauses out of 112019 with flag 3436785/1643002
1266.04/1075.90	c cleaning 57000 clauses out of 114009 with flag 3558223/1701000
1322.95/1118.57	c cleaning 58000 clauses out of 116009 with flag 3682191/1760000
1372.11/1163.37	c cleaning 59002 clauses out of 118010 with flag 3807609/1820001
1432.20/1207.71	c cleaning 60005 clauses out of 120009 with flag 3935483/1881002
1484.93/1256.36	c cleaning 60997 clauses out of 122003 with flag 4065374/1943001
1563.55/1319.66	c cleaning 62003 clauses out of 124005 with flag 4197282/2006000
1610.63/1362.08	c cleaning 62994 clauses out of 126004 with flag 4331286/2070002
1670.60/1407.28	c cleaning 64001 clauses out of 128010 with flag 4467491/2135002
1722.24/1454.19	c cleaning 65004 clauses out of 130009 with flag 4605508/2201002
1785.43/1503.58	c cleaning 66002 clauses out of 132004 with flag 4745915/2268001
1843.02/1556.14	c cleaning 66997 clauses out of 134003 with flag 4888164/2336002
1900.08/1600.22	c cleaning 68002 clauses out of 136006 with flag 5032678/2405002
1968.59/1651.89	c cleaning 68999 clauses out of 138004 with flag 5178691/2475002
2035.68/1711.12	c cleaning 69998 clauses out of 140003 with flag 5327741/2546000
2109.86/1772.54	c cleaning 71002 clauses out of 142005 with flag 5478289/2618000
2183.22/1827.60	c cleaning 71999 clauses out of 144003 with flag 5631176/2691000
2250.35/1889.52	c cleaning 72993 clauses out of 146004 with flag 5786316/2765000
2331.63/1958.49	c cleaning 73998 clauses out of 148011 with flag 5943705/2840000
2419.27/2026.93	c cleaning 74994 clauses out of 150013 with flag 6102557/2916000
2480.35/2083.22	c cleaning 76010 clauses out of 152020 with flag 6263352/2993001
2559.97/2150.86	c cleaning 77001 clauses out of 154013 with flag 6426210/3071004
2640.36/2213.27	c cleaning 77992 clauses out of 156008 with flag 6591918/3150000
2713.02/2281.08	c cleaning 78999 clauses out of 158016 with flag 6759784/3230000
2812.78/2363.32	c cleaning 80005 clauses out of 160018 with flag 6929455/3311001
2906.36/2437.65	c cleaning 81004 clauses out of 162013 with flag 7101028/3393001
3007.86/2523.80	c cleaning 81996 clauses out of 164009 with flag 7275219/3476001
3101.61/2600.21	c cleaning 82999 clauses out of 166012 with flag 7451475/3560000
3236.97/2708.22	c cleaning 83993 clauses out of 168013 with flag 7629214/3645000
3336.77/2790.42	c cleaning 85005 clauses out of 170020 with flag 7809086/3731000
3445.61/2880.32	c cleaning 86006 clauses out of 172015 with flag 7990796/3818000
3541.92/2958.24	c cleaning 87005 clauses out of 174011 with flag 8174823/3906002

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=83083, runsolver pid=83074

[startup+0.10007 s]*
/proc/loadavg: 2.36 3.79 4.05 9/308 83150
/proc/meminfo: memFree=128720800/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=18930344 memory=45560 CPUtime=0.08 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 5407 0 70 0 5 3 0 0 20 0 18 0 74148409 19384672256 11390 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4732586 11390 4918 1 0 546720 0
[pid=83083/tid=83090] ppid=83074 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) S 83074 83083 83023 0 -1 4194368 4512 0 70 0 3 2 0 0 20 0 18 0 74148412 19384672256 11390 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=18930344 memory=1593 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74148417 19384672256 11390 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=18930344 memory=60693105869820 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74148418 19384672256 11390 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45560 KiB

[startup+0.213277 s]*
/proc/loadavg: 2.36 3.79 4.05 9/319 83161
/proc/meminfo: memFree=128686248/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=18930384 memory=52104 CPUtime=0.25 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 6135 0 70 0 21 4 0 0 20 0 18 0 74148409 19384713216 13026 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4732596 13026 5334 1 0 547278 0
[pid=83083/tid=83090] ppid=83074 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 4907 0 70 0 13 3 0 0 20 0 18 0 74148412 19384713216 13026 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74148417 19384713216 13026 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74148418 19384713216 13026 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52104 KiB

[startup+0.31332 s]*
/proc/loadavg: 2.36 3.79 4.05 10/319 83161
/proc/meminfo: memFree=128665928/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=18930384 memory=58020 CPUtime=0.41 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 6601 0 70 0 36 5 0 0 20 0 18 0 74148409 19384713216 14505 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4732596 14505 5334 1 0 547683 0
[pid=83083/tid=83090] ppid=83074 vsize=18930384 memory=-6000919502704503143 CPUtime=0.24 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 5079 0 70 0 21 3 0 0 20 0 18 0 74148412 19384713216 14505 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74148417 19384713216 14505 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74148418 19384713216 14505 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58020 KiB

[startup+0.700309 s]
/proc/loadavg: 2.36 3.79 4.05 13/319 83161
/proc/meminfo: memFree=128652632/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=18930384 memory=84756 CPUtime=1.11 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 8493 0 70 0 104 7 0 0 20 0 18 0 74148409 19384713216 21189 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4732596 21189 5462 1 0 548924 0
[pid=83083/tid=83090] ppid=83074 vsize=18930384 memory=18688 CPUtime=0.5 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 5254 0 70 0 46 4 0 0 20 0 18 0 74148412 19384713216 21189 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74148417 19384713216 21189 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74148418 19384713216 21189 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 84756 KiB

[startup+1.50027 s]
/proc/loadavg: 2.36 3.79 4.05 10/322 83164
/proc/meminfo: memFree=128495240/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=18996948 memory=118948 CPUtime=2.69 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 12992 0 70 0 259 10 0 0 20 0 19 0 74148409 19452874752 29737 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4749237 29737 5494 1 0 550356 0
[pid=83083/tid=83090] ppid=83074 vsize=18996948 memory=3200 CPUtime=1.22 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 5588 0 70 0 116 6 0 0 20 0 19 0 74148412 19452874752 29737 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74148417 19452874752 29737 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74148418 19452874752 29737 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74148482 19452874752 29737 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118948 KiB

[startup+3.11272 s]
/proc/loadavg: 2.36 3.79 4.05 7/325 83167
/proc/meminfo: memFree=128134564/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=396752 CPUtime=4.88 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 15190 0 70 0 470 18 0 0 20 0 20 0 74148409 19521036288 99188 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 99188 5526 1 0 550747 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=11264 CPUtime=2.54 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 5921 0 70 0 247 7 0 0 20 0 20 0 74148412 19521036288 99188 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 99188 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 99188 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 99188 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 396752 KiB

[startup+6.30019 s]
/proc/loadavg: 2.65 3.82 4.07 6/325 83167
/proc/meminfo: memFree=127755716/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=751528 CPUtime=8.66 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 18408 0 70 0 838 28 0 0 20 0 20 0 74148409 19521036288 187882 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 187882 5526 1 0 1183976 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=0 CPUtime=5.36 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 7101 0 70 0 525 11 0 0 20 0 20 0 74148412 19521036288 187882 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 187882 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 187882 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=127680 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 187882 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 751528 KiB

[startup+12.7004 s]
/proc/loadavg: 2.76 3.83 4.06 8/325 83167
/proc/meminfo: memFree=126885516/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=1623592 CPUtime=16.03 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 19965 0 70 0 1555 48 0 0 20 0 20 0 74148409 19521036288 405898 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 405898 5526 1 0 1764691 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=127680 CPUtime=10.69 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 7400 0 70 0 1054 15 0 0 20 0 20 0 74148412 19521036288 405898 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 405898 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 405898 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=1362152 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 405898 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 16.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1623592 KiB

[startup+25.5004 s]
/proc/loadavg: 3.03 3.84 4.06 7/326 83168
/proc/meminfo: memFree=124471600/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=3658080 CPUtime=30.89 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 27316 0 70 0 2995 94 0 0 20 0 20 0 74148409 19521036288 914520 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 914520 5558 1 0 2228994 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=11264 CPUtime=21.46 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 8524 0 70 0 2120 26 0 0 20 0 20 0 74148412 19521036288 914520 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=1362152 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 914520 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 914520 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 914520 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 30.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3658080 KiB

[startup+51.107 s]
/proc/loadavg: 3.49 3.88 4.07 7/327 83234
/proc/meminfo: memFree=117404632/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=7449096 CPUtime=61.2 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 39497 0 70 0 5943 177 0 0 20 0 20 0 74148409 19521036288 1862274 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 1862274 5558 1 0 2839207 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=6821920 CPUtime=43.19 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 10655 0 70 0 4273 46 0 0 20 0 20 0 74148412 19521036288 1862274 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=6029132 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 1862274 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 1862274 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=1642024 CPUtime=0 cores=4,6

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

/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 456091 0 70 0 334351 628 0 0 20 0 20 0 74148409 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 4072169 5558 1 0 4084353 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=16288676 CPUtime=2477.28 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 201775 0 70 0 247568 160 0 0 20 0 20 0 74148412 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 1581 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 3349.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16288676 KiB

[startup+2862.3 s]
/proc/loadavg: 4.75 4.72 4.75 7/326 83443
/proc/meminfo: memFree=90690780/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=16288676 CPUtime=3426.73 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 466208 0 70 0 342040 633 0 0 20 0 20 0 74148409 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 4072169 5558 1 0 4084362 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=16288676 CPUtime=2522.23 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) S 83074 83083 83023 0 -1 4194368 206733 0 70 0 252062 161 0 0 20 0 20 0 74148412 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 1581 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 3426.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16288676 KiB

[startup+2922.3 s]
/proc/loadavg: 4.84 4.74 4.76 6/326 83445
/proc/meminfo: memFree=90689508/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=16288676 CPUtime=3503.77 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 473910 0 70 0 349736 641 0 0 20 0 20 0 74148409 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 4072169 5558 1 0 4084364 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=16288676 CPUtime=2577.37 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 210577 0 70 0 257575 162 0 0 20 0 20 0 74148412 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 1595 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 3503.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16288676 KiB

[startup+2982.3 s]
/proc/loadavg: 4.77 4.75 4.76 7/326 83447
/proc/meminfo: memFree=90689780/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=16288676 CPUtime=3568.08 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 483129 0 70 0 356163 645 0 0 20 0 20 0 74148409 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 4072169 5558 1 0 4084364 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=16288676 CPUtime=2632.22 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) R 83074 83083 83023 0 -1 4194368 216990 0 70 0 263060 162 0 0 20 0 20 0 74148412 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 1618 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 4072169 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 3568.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16288676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3011.2 s]
/proc/loadavg: 4.82 4.76 4.76 8/326 83449
/proc/meminfo: memFree=90681892/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=16288804 CPUtime=3600.17 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 486765 0 70 0 359369 648 0 0 20 0 20 0 74148409 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 4072201 5558 1 0 4084364 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=16288676 CPUtime=2657.72 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) S 83074 83083 83023 0 -1 4194368 219281 0 70 0 265609 163 0 0 20 0 20 0 74148412 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=5888 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 1660 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16288804 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3013.26 s]
# the end of solver process 83083 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3597.68 s, system=6.5364 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3012 s]*
/proc/loadavg: 4.82 4.76 4.76 8/326 83449
/proc/meminfo: memFree=90681892/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=16288804 CPUtime=3601.78 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 487199 0 70 0 359529 649 0 0 20 0 20 0 74148409 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 4072201 5558 1 0 4084364 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=-6000919477001611623 CPUtime=2657.72 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) S 83074 83083 83023 0 -1 4194368 219281 0 70 0 265609 163 0 0 20 0 20 0 74148412 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=334860 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 1660 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=198340509722 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 3601.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16288804 KiB

[startup+3012.8 s]
/proc/loadavg: 4.82 4.76 4.76 8/326 83449
/proc/meminfo: memFree=90681892/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=16288804 CPUtime=3603.36 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 487325 0 70 0 359687 649 0 0 20 0 20 0 74148409 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 4072201 5558 1 0 4084364 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=18688 CPUtime=2657.72 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) S 83074 83083 83023 0 -1 4194368 219281 0 70 0 265609 163 0 0 20 0 20 0 74148412 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=-6000919489853155687 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=23532 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 1660 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=16288676 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 3603.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16288804 KiB

[startup+3013.2 s]
/proc/loadavg: 4.82 4.76 4.76 8/326 83449
/proc/meminfo: memFree=90681892/131382112 swapFree=33009904/33010684
[pid=83083] ppid=83074 vsize=19063512 memory=16288804 CPUtime=3604.15 cores=4,6
/proc/83083/stat : 83083 (java) S 83074 83083 83023 0 -1 4194304 487337 0 70 0 359766 649 0 0 20 0 20 0 74148409 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
/proc/83083/statm: 4765878 4072201 5558 1 0 4084364 0
[pid=83083/tid=83090] ppid=83074 vsize=19063512 memory=2432 CPUtime=2657.72 cores=4,6
/proc/83083/task/83090/stat : 83090 (java) S 83074 83083 83023 0 -1 4194368 219281 0 70 0 265609 163 0 0 20 0 20 0 74148412 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83121] ppid=83074 vsize=19063512 memory=3456 CPUtime=0 cores=4,6
/proc/83083/task/83121/stat : 83121 (Finalizer) S 83074 83083 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83146] ppid=83074 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/83083/task/83146/stat : 83146 (Common-Cleaner) S 83074 83083 83023 0 -1 4194368 1660 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
[pid=83083/tid=83164] ppid=83074 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/83083/task/83164/stat : 83164 (Timer-0) S 83074 83083 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148482 19521036288 4072201 18446744073709551615 94374692696064 94374692699760 140724588798880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94374692707576 94374692708368 94374703149056 140724588804481 140724588804582 140724588804582 140724588810184 0
Current children cumulated CPU time: 3604.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16288804 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3013.26
CPU time (s): 3604.21
CPU user time (s): 3597.68
CPU system time (s): 6.5364
CPU usage (%): 119.612
Max. virtual memory (cumulated for all children) (KiB): 19069672
Max. memory (cumulated for all children) (KiB): 16288816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.68
system time used= 6.5364
maximum resident set size= 16288816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487342
page faults= 70
swaps= 0
block input operations= 0
block output operations= 3544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107585
involuntary context switches= 33139


# summary of solver processes directly reported to runsolver:
#   pid: 83083
#   total CPU time (s): 3604.21
#   total CPU user time (s): 3597.68
#   total CPU system time (s): 6.5364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0443 second user time and 26.8792 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 01:18:15
IDJOB=4521408
IDBENCH=178282
IDSOLVER=3363
FILE ID=nodeC001/4521408-1751584695
RUNJOBID= nodeC001-1751584695-83035
SLURM_JOB_ID= 9598830
Free space on /tmp= 432508 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowevencolsquare/normalized-vertexcover_opt_grid_evenrowevencolsquare_dim_074.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521408-1751584695/watcher-4521408-1751584695 -o /tmp/evaluation-result-4521408-1751584695/solver-4521408-1751584695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83035 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4521408-1751584695.opb

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

MD5SUM BENCH= f2397fb1ec09cdbd6a88fec17aa9b337
RANDOM SEED=536738844

nodeC001 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.163
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.49
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		: 1197.146
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.49
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.244
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.49
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.169
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.49
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.419
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.49
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.162
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.49
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		: 1197.169
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.49
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.052
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128757884 kB
MemAvailable:   129896620 kB
Buffers:            1668 kB
Cached:          1923704 kB
SwapCached:          128 kB
Active:           305704 kB
Inactive:        1686012 kB
Active(anon):      55864 kB
Inactive(anon):    28256 kB
Active(file):     249840 kB
Inactive(file):  1657756 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4860 kB
Writeback:             0 kB
AnonPages:         69284 kB
Mapped:           102700 kB
Shmem:             17776 kB
KReclaimable:     141148 kB
Slab:             227492 kB
SReclaimable:     141148 kB
SUnreclaim:        86344 kB
KernelStack:        3732 kB
PageTables:         2700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     338872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432500 MiB
End job on nodeC001 at 2025-07-04 02:08:29