Trace number 4506733

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3576.98 3707.94

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K134.opb
MD5SUM963edb3c79c326322e0bda3e585d3232
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15946
Total number of constraints16216
Number of constraints which are clauses16082
Number of constraints which are cardinality constraints (but not clauses)134
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 135
Number of bits of the biggest sum of numbers8
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.29/0.23	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4506733-1751164701.opb
0.44/0.35	c reading problem ... 
0.44/0.35	c using VERIPB proof format
0.44/0.36	c  no objective function found
1.33/0.83	c ... done. Wall clock time 0.467s.
1.33/0.83	c declared #vars     15946
1.33/0.83	c #constraints  16216
1.33/0.83	c constraints type 
1.33/0.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1729
1.33/0.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 134
1.33/0.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14351
1.33/0.83	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.33/0.83	c 16216 constraints processed.
6.22/3.56	c cleaning 2493 clauses out of 4987 with flag 23319/5000
8.95/5.61	c cleaning 4240 clauses out of 8491 with flag 59110/11000
11.79/8.13	c cleaning 5590 clauses out of 11249 with flag 97105/18000
15.75/11.92	c cleaning 6783 clauses out of 13651 with flag 142611/26001
19.39/15.55	c cleaning 7926 clauses out of 15866 with flag 189879/35000
23.99/20.15	c cleaning 8513 clauses out of 17936 with flag 240913/45002
28.93/25.06	c cleaning 8984 clauses out of 20411 with flag 297779/56000
33.55/29.67	c cleaning 9742 clauses out of 23422 with flag 356599/68003
39.78/35.95	c cleaning 10555 clauses out of 26667 with flag 423483/81001
46.28/42.41	c cleaning 11594 clauses out of 30110 with flag 496166/95004
53.61/49.58	c cleaning 12370 clauses out of 33507 with flag 573671/110000
60.36/56.26	c cleaning 13199 clauses out of 37132 with flag 656923/126000
68.63/64.45	c cleaning 14067 clauses out of 40931 with flag 745116/143002
77.70/73.59	c cleaning 14830 clauses out of 44856 with flag 839804/161000
87.06/82.89	c cleaning 15750 clauses out of 49022 with flag 941031/180000
96.64/92.49	c cleaning 16563 clauses out of 53271 with flag 1050257/200003
106.14/101.94	c cleaning 17296 clauses out of 57701 with flag 1162694/221001
117.98/113.73	c cleaning 17941 clauses out of 62401 with flag 1282107/243000
130.40/126.15	c cleaning 19089 clauses out of 67454 with flag 1407749/266000
143.15/138.98	c cleaning 19723 clauses out of 72361 with flag 1551730/290000
155.13/150.93	c cleaning 20537 clauses out of 77638 with flag 1687072/315004
168.06/163.88	c cleaning 21549 clauses out of 83094 with flag 1832498/341000
182.05/177.75	c cleaning 22659 clauses out of 88541 with flag 1983293/368002
196.60/192.21	c cleaning 23138 clauses out of 93877 with flag 2143732/396000
212.06/207.74	c cleaning 24117 clauses out of 99737 with flag 2311073/425003
229.23/224.82	c cleaning 24879 clauses out of 105614 with flag 2484791/455000
246.73/242.30	c cleaning 25815 clauses out of 111733 with flag 2665312/486000
265.31/261.01	c cleaning 26656 clauses out of 117917 with flag 2856942/518001
283.15/278.88	c cleaning 27632 clauses out of 124259 with flag 3059276/551000
302.46/297.94	c cleaning 28571 clauses out of 130627 with flag 3269363/585001
321.78/317.27	c cleaning 29437 clauses out of 137053 with flag 3491350/620002
343.61/339.08	c cleaning 30301 clauses out of 143611 with flag 3706892/656000
368.72/364.03	c cleaning 31212 clauses out of 150310 with flag 3938000/693000
393.22/388.38	c cleaning 31921 clauses out of 157097 with flag 4174875/731000
417.74/412.83	c cleaning 32986 clauses out of 164174 with flag 4422659/770002
442.72/437.95	c cleaning 34052 clauses out of 171184 with flag 4676545/810000
470.93/466.06	c cleaning 35253 clauses out of 178131 with flag 4940040/851000
497.70/492.66	c cleaning 35618 clauses out of 184876 with flag 5206787/893000
524.89/519.75	c cleaning 36591 clauses out of 192258 with flag 5486487/936002
555.03/549.90	c cleaning 37503 clauses out of 199662 with flag 5793840/980000
586.95/581.71	c cleaning 38259 clauses out of 207161 with flag 6097019/1025002
620.93/615.61	c cleaning 39555 clauses out of 214901 with flag 6407790/1071002
653.56/648.11	c cleaning 40199 clauses out of 222343 with flag 6719360/1118000
688.40/682.99	c cleaning 41065 clauses out of 230144 with flag 7066033/1166001
722.80/717.33	c cleaning 41798 clauses out of 238077 with flag 7404815/1215000
762.95/758.82	c cleaning 43082 clauses out of 246282 with flag 7757086/1265003
803.77/799.47	c cleaning 44028 clauses out of 254194 with flag 8125375/1316000
844.49/840.16	c cleaning 45278 clauses out of 262162 with flag 8497144/1368000
887.48/883.16	c cleaning 45922 clauses out of 269883 with flag 8872456/1421000
931.76/927.34	c cleaning 46732 clauses out of 277961 with flag 9269128/1475001
975.92/971.51	c cleaning 47782 clauses out of 286227 with flag 9667589/1530000
1022.02/1017.66	c cleaning 48703 clauses out of 294445 with flag 10078428/1586000
1067.55/1063.07	c cleaning 49516 clauses out of 302742 with flag 10511435/1643000
1115.21/1110.62	c cleaning 50436 clauses out of 311226 with flag 10958520/1701000
1163.95/1159.36	c cleaning 52085 clauses out of 319790 with flag 11398339/1760000
1218.52/1213.61	c cleaning 52496 clauses out of 327704 with flag 11866077/1820000
1272.42/1267.48	c cleaning 53748 clauses out of 336209 with flag 12356834/1881001
1329.18/1324.00	c cleaning 54967 clauses out of 344460 with flag 12849597/1943000
1385.46/1380.17	c cleaning 55710 clauses out of 352493 with flag 13356346/2006001
1445.08/1439.54	c cleaning 56420 clauses out of 360784 with flag 13876055/2070003
1508.74/1502.97	c cleaning 57758 clauses out of 369360 with flag 14470396/2135000
1571.96/1564.86	c cleaning 58630 clauses out of 377608 with flag 15007466/2201006
1639.75/1632.11	c cleaning 59921 clauses out of 385971 with flag 15567740/2268000
1706.95/1697.73	c cleaning 60705 clauses out of 394048 with flag 16110475/2336000
1777.63/1773.84	c cleaning 61316 clauses out of 402342 with flag 16679512/2405000
1847.51/1843.18	c cleaning 62335 clauses out of 411026 with flag 17290421/2475000
1922.66/1924.94	c cleaning 63725 clauses out of 419692 with flag 17895185/2546001
1997.86/1999.84	c cleaning 64374 clauses out of 427964 with flag 18530632/2618000
2078.91/2082.69	c cleaning 65357 clauses out of 436590 with flag 19194086/2691000
2161.27/2176.90	c cleaning 66853 clauses out of 445235 with flag 19885464/2765002
2244.79/2263.00	c cleaning 67491 clauses out of 453380 with flag 20567797/2840000
2335.52/2358.40	c cleaning 68601 clauses out of 461893 with flag 21261004/2916004
2426.97/2448.81	c cleaning 69352 clauses out of 470286 with flag 22165955/2993000
2517.48/2554.04	c cleaning 70128 clauses out of 478937 with flag 22910397/3071003
2618.41/2654.86	c cleaning 71622 clauses out of 487811 with flag 23945527/3150005
2709.83/2744.20	c cleaning 72567 clauses out of 496185 with flag 24673725/3230002
2809.76/2849.91	c cleaning 73424 clauses out of 504617 with flag 25503119/3311002
2914.74/2953.53	c cleaning 74286 clauses out of 513190 with flag 26292390/3393000
3021.20/3059.40	c cleaning 75276 clauses out of 521904 with flag 27172132/3476000
3128.55/3164.91	c cleaning 76589 clauses out of 530627 with flag 28035585/3560000
3238.69/3275.66	c cleaning 77718 clauses out of 539038 with flag 28859974/3645000
3358.49/3436.54	c cleaning 78449 clauses out of 547322 with flag 29783232/3731002
3476.99/3591.65	c cleaning 79744 clauses out of 555871 with flag 30620293/3818000
3576.59/3700.03	c starts		: 29557
3576.59/3700.04	c conflicts		: 3894095
3576.59/3700.04	c decisions		: 91011216
3576.59/3700.04	c propagations		: 3281834886
3576.59/3700.04	c inspects		: 16898394237
3576.59/3700.04	c shortcuts		: 0
3576.59/3700.04	c learnt literals	: 196
3576.59/3700.04	c learnt binary clauses	: 170186
3576.59/3700.04	c learnt ternary clauses	: 172081
3576.59/3700.04	c learnt constraints	: 3893898
3576.59/3700.04	c ignored constraints	: 0
3576.59/3700.04	c root simplifications	: 0
3576.59/3700.04	c removed literals (reason simplification)	: 50994139
3576.59/3700.04	c reason swapping (by a shorter reason)	: 0
3576.59/3700.04	c Calls to reduceDB	: 83
3576.59/3700.04	c Number of update (reduction) of LBD	: 3236507
3576.59/3700.04	c Imported unit clauses	: 0
3576.59/3700.04	c No decision after first conflict	: false
3576.59/3700.04	c number of reductions to clauses (during analyze)	: 0
3576.59/3700.04	c number of learned constraints concerned by reduction	: 0
3576.59/3700.04	c number of learning phase by resolution	: 0
3576.59/3700.04	c number of learning phase by cutting planes	: 0
3576.59/3700.04	c number of rounding to 1 operations	: 0
3576.59/3700.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3576.59/3700.04	c number of reductions of the coefficients by power 2 	: 0
3576.59/3700.04	c number of right shift for reduction by power 2 	: 0
3576.59/3700.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3576.59/3700.05	c number of ending skipping 	: 0
3576.59/3700.05	c number of internal skipping 	: 0
3576.59/3700.05	c number of derivation steps 	: 0
3576.59/3700.05	c number of skipped derivation steps 	: 0
3576.59/3700.05	c number of remaining unassigned 	: 0
3576.59/3700.05	c number of remaining assigned 	: 0
3576.59/3700.05	c number of falsified literals weakened from reason	: 0
3576.59/3700.05	c number of falsified literals weakened from conflict	: 0
3576.59/3700.05	c time for arithmetic operations	: 0
3576.59/3700.05	c minimum degree of deleted constraints	: null
3576.59/3700.05	c maximum degree of deleted constraints	: null
3576.59/3700.05	c number of deleted constraints	: 0
3576.59/3700.05	c speed (assignments/second)	: 887174.4629039962
3576.59/3700.05	c non guided choices	: 7072
3576.86/3700.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 382035
3576.86/3700.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 170186
3576.86/3700.26	s UNKNOWN
3576.86/3700.26	c Total wall clock time (in seconds): 3699.907

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506733-1751164701/watcher-4506733-1751164701 -o /tmp/evaluation-result-4506733-1751164701/solver-4506733-1751164701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16726 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506733-1751164701 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506733-1751164701.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=19367, runsolver pid=19364
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.21 4.21 4.19 7/329 19385
/proc/meminfo: memFree=118040572/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=18930384 memory=48480 CPUtime=0.12 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 5786 0 0 0 9 3 0 0 20 0 18 0 32149855 19384713216 12120 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4732596 12120 5337 1 0 546986 0
[pid=19367/tid=19369] ppid=19364 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 4688 0 0 0 6 2 0 0 20 0 18 0 32149857 19384713216 12120 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32149861 19384713216 12120 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=18930384 memory=57394571004297 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32149863 19384713216 12120 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48480 KiB

[startup+0.214039 s]*
/proc/loadavg: 4.21 4.21 4.19 6/329 19385
/proc/meminfo: memFree=118038556/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=18930384 memory=53392 CPUtime=0.29 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 6470 0 0 0 25 4 0 0 20 0 18 0 32149855 19384713216 13348 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4732596 13348 5369 1 0 547550 0
[pid=19367/tid=19369] ppid=19364 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 4990 0 0 0 15 2 0 0 20 0 18 0 32149857 19384713216 13348 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32149861 19384713216 13348 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32149863 19384713216 13348 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53392 KiB

[startup+0.318603 s]*
/proc/loadavg: 4.21 4.21 4.19 7/329 19385
/proc/meminfo: memFree=118034604/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=18930384 memory=58784 CPUtime=0.44 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 6743 0 0 0 39 5 0 0 20 0 18 0 32149855 19384713216 14696 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4732596 14696 5433 1 0 547747 0
[pid=19367/tid=19369] ppid=19364 vsize=18930384 memory=-6000919489869734766 CPUtime=0.25 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 5161 0 0 0 22 3 0 0 20 0 18 0 32149857 19384713216 14696 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32149861 19384713216 14696 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32149863 19384713216 14696 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58784 KiB

[startup+0.70029 s]
/proc/loadavg: 4.21 4.21 4.19 7/329 19385
/proc/meminfo: memFree=118020300/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=18930384 memory=105064 CPUtime=1.13 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 8528 0 0 0 107 6 0 0 20 0 18 0 32149855 19384713216 26266 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4732596 26266 5433 1 0 548901 0
[pid=19367/tid=19369] ppid=19364 vsize=18930384 memory=17152 CPUtime=0.59 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 5294 0 0 0 55 4 0 0 20 0 18 0 32149857 19384713216 26266 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=18930384 memory=10752 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32149861 19384713216 26266 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32149863 19384713216 26266 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 105064 KiB

[startup+1.50025 s]
/proc/loadavg: 4.35 4.24 4.20 6/330 19386
/proc/meminfo: memFree=117930948/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=174160 CPUtime=2.69 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 16972 0 0 0 260 9 0 0 20 0 20 0 32149855 19521036288 43540 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 43540 5465 1 0 552585 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=3200 CPUtime=1.28 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 5860 0 0 0 123 5 0 0 20 0 20 0 32149857 19521036288 43540 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 43540 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 43540 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 43540 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174160 KiB

[startup+3.1057 s]
/proc/loadavg: 4.35 4.24 4.20 5/331 19387
/proc/meminfo: memFree=117894036/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=181564 CPUtime=5.57 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 19077 0 0 0 547 10 0 0 20 0 20 0 32149855 19521036288 45391 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 45391 5465 1 0 552619 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=14848 CPUtime=2.84 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 6289 0 0 0 278 6 0 0 20 0 20 0 32149857 19521036288 45391 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 45391 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 45391 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 45391 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181564 KiB

[startup+6.30023 s]
/proc/loadavg: 4.33 4.24 4.20 7/331 19387
/proc/meminfo: memFree=117855608/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=191628 CPUtime=9.98 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 23041 0 0 0 986 12 0 0 20 0 20 0 32149855 19521036288 47907 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 47907 5465 1 0 554250 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 6895 0 0 0 591 7 0 0 20 0 20 0 32149857 19521036288 47907 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 47907 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 47907 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=174288 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 47907 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 9.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191628 KiB

[startup+12.7004 s]
/proc/loadavg: 4.30 4.24 4.20 5/331 19387
/proc/meminfo: memFree=117519644/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=319052 CPUtime=16.57 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 27279 0 0 0 1639 18 0 0 20 0 20 0 32149855 19521036288 79763 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 79763 5497 1 0 554250 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=174288 CPUtime=12.21 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 7780 0 0 0 1211 10 0 0 20 0 20 0 32149857 19521036288 79763 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=265740 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 79763 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 79763 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 79763 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 16.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 319052 KiB

[startup+25.5004 s]
/proc/loadavg: 4.33 4.24 4.20 5/331 19387
/proc/meminfo: memFree=116831848/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=468608 CPUtime=29.42 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 29655 0 0 0 2915 27 0 0 20 0 20 0 32149855 19521036288 117152 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 117152 5497 1 0 554250 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=0 CPUtime=24.77 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 8738 0 0 0 2461 16 0 0 20 0 20 0 32149857 19521036288 117152 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 117152 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=464512 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 117152 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=454264 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 117152 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 29.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 468608 KiB

[startup+51.1138 s]
/proc/loadavg: 4.31 4.25 4.20 5/331 19388
/proc/meminfo: memFree=114403348/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=1184604 CPUtime=55.29 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 34931 0 0 0 5478 51 0 0 20 0 20 0 32149855 19521036288 296151 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 296151 5497 1 0 660781 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=485000 CPUtime=49.77 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 10076 0 0 0 4943 34 0 0 20 0 20 0 32149857 19521036288 296151 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=30472 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 296151 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 296151 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0

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

/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 67889 0 0 0 321466 728 0 0 20 0 20 0 32149857 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 3305.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751828 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.17 4.17 2/332 19635
/proc/meminfo: memFree=94876692/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3349.74 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 145498 0 0 0 334018 956 0 0 20 0 20 0 32149855 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 437957 5529 1 0 449476 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=3200 CPUtime=3264.92 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) D 19364 19367 16715 0 -1 4194368 67893 0 0 0 325757 735 0 0 20 0 20 0 32149857 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=-6000919489869734766 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 3349.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751828 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.15 4.17 5/332 19643
/proc/meminfo: memFree=94709444/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3383.76 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 145549 0 0 0 337411 965 0 0 20 0 20 0 32149855 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 437957 5529 1 0 449476 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=3200 CPUtime=3298.06 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 67935 0 0 0 329065 741 0 0 20 0 20 0 32149857 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 3383.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751828 KiB

[startup+3522.3 s]
/proc/loadavg: 3.95 4.12 4.16 4/310 19683
/proc/meminfo: memFree=105362624/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3424.73 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 145559 0 0 0 341498 975 0 0 20 0 20 0 32149855 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 437957 5529 1 0 449476 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3338.17 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 67937 0 0 0 333069 748 0 0 20 0 20 0 32149857 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 3424.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751828 KiB

[startup+3582.3 s]
/proc/loadavg: 3.51 3.96 4.10 4/311 19686
/proc/meminfo: memFree=105821088/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3467.78 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 146205 0 0 0 345794 984 0 0 20 0 20 0 32149855 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 437957 5529 1 0 449476 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3379.74 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 68574 0 0 0 337220 754 0 0 20 0 20 0 32149857 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 3467.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751828 KiB

[startup+3642.3 s]
/proc/loadavg: 3.30 3.81 4.04 3/286 19724
/proc/meminfo: memFree=116540988/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3527.95 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 149656 0 0 0 351798 997 0 0 20 0 20 0 32149855 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 437957 5529 1 0 449476 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3438.61 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) R 19364 19367 16715 0 -1 4194368 70386 0 0 0 343096 765 0 0 20 0 20 0 32149857 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=1751828 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 3527.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751828 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 2.58 3.52 3.92 1/285 19726
/proc/meminfo: memFree=116449608/131382112 swapFree=33010684/33010684
[pid=19367] ppid=19364 vsize=19063512 memory=1751828 CPUtime=3576.59 cores=4,6
/proc/19367/stat : 19367 (java) S 19364 19367 16715 0 -1 4194304 150421 0 0 0 356649 1010 0 0 20 0 20 0 32149855 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
/proc/19367/statm: 4765878 437957 5529 1 0 449476 0
[pid=19367/tid=19369] ppid=19364 vsize=19063512 memory=30472 CPUtime=3486.31 cores=4,6
/proc/19367/task/19369/stat : 19369 (java) D 19364 19367 16715 0 -1 4194368 70990 0 0 0 347857 774 0 0 20 0 20 0 32149857 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19378] ppid=19364 vsize=19063512 memory=7092 CPUtime=0 cores=4,6
/proc/19367/task/19378/stat : 19378 (Finalizer) S 19364 19367 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149861 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19385] ppid=19364 vsize=19063512 memory=46464 CPUtime=0 cores=4,6
/proc/19367/task/19385/stat : 19385 (Common-Cleaner) S 19364 19367 16715 0 -1 4194368 1459 0 0 0 0 0 0 0 20 0 20 0 32149863 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
[pid=19367/tid=19386] ppid=19364 vsize=19063512 memory=-4421386500458898022 CPUtime=0 cores=4,6
/proc/19367/task/19386/stat : 19386 (Timer-0) S 19364 19367 16715 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149940 19521036288 437957 18446744073709551615 94662508400640 94662508404336 140735391011568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94662508412152 94662508412944 94662530813952 140735391013168 140735391013350 140735391013350 140735391018952 0
Current children cumulated CPU time: 3576.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751828 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3566.85 s, system=10.1316 s

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

[startup+3700.8 s]
/proc/loadavg: 2.58 3.52 3.92 1/267 19729
/proc/meminfo: memFree=116447840/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 2.58 3.52 3.92 1/267 19729
/proc/meminfo: memFree=116447840/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 2.54 3.50 3.91 1/267 19729
/proc/meminfo: memFree=116449208/131382112 swapFree=33010684/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): 3707.94
CPU time (s): 3576.98
CPU user time (s): 3566.85
CPU system time (s): 10.1316
CPU usage (%): 96.4681
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2960520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3566.85
system time used= 10.1316
maximum resident set size= 2960520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11472384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122759
involuntary context switches= 15664


# summary of solver processes directly reported to runsolver:
#   pid: 19367
#   total CPU time (s): 3576.98
#   total CPU user time (s): 3566.85
#   total CPU system time (s): 10.1316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.6439 second user time and 34.5752 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 04:38:22
IDJOB=4506733
IDBENCH=158262
IDSOLVER=3364
FILE ID=nodeC012/4506733-1751164701
RUNJOBID= nodeC012-1751157286-16726
SLURM_JOB_ID= 9587482
Free space on /tmp= 432968 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K134.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506733-1751164701/watcher-4506733-1751164701 -o /tmp/evaluation-result-4506733-1751164701/solver-4506733-1751164701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16726 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506733-1751164701 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506733-1751164701.opb

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

MD5SUM BENCH= 963edb3c79c326322e0bda3e585d3232
RANDOM SEED=1451759087

nodeC012 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		: 3591.456
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.39
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		: 3661.726
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.39
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.39
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.474
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.39
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.157
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.39
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		: 3491.697
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.39
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.059
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.39
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.853
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118062920 kB
MemAvailable:   121594192 kB
Buffers:            3280 kB
Cached:          4338716 kB
SwapCached:            0 kB
Active:          8695744 kB
Inactive:        4105892 kB
Active(anon):    8477676 kB
Inactive(anon):        0 kB
Active(file):     218068 kB
Inactive(file):  4105892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26040 kB
Writeback:            20 kB
AnonPages:       8461812 kB
Mapped:           122136 kB
Shmem:             17960 kB
KReclaimable:      93496 kB
Slab:             176696 kB
SReclaimable:      93496 kB
SUnreclaim:        83200 kB
KernelStack:        5040 kB
PageTables:        20248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   22233704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8214528 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC012 at 2025-06-29 05:40:10