Trace number 4491759

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 CP VeriPB 2025-06-06? (TO) 3600.2 3565.48

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUMd06d89796adb8259df968e568daeeb68
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark99.5978
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4491759-1751142729.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.16	c  no objective function found
4.49/3.02	c ... done. Wall clock time 2.864s.
4.49/3.02	c declared #vars     23621
4.49/3.02	c #constraints  67526
4.49/3.02	c constraints type 
4.49/3.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43936
4.49/3.02	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2400
4.49/3.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21189
4.49/3.02	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
4.49/3.02	c 67526 constraints processed.
12.91/7.85	c cleaning 2479 clauses out of 4999 with flag 0/5000
19.51/14.07	c cleaning 4247 clauses out of 8519 with flag 0/11000
27.98/22.21	c cleaning 5623 clauses out of 11272 with flag 0/18000
36.90/30.96	c cleaning 6822 clauses out of 13652 with flag 0/26003
50.25/43.93	c cleaning 7909 clauses out of 15830 with flag 0/35003
65.65/59.12	c cleaning 8940 clauses out of 17919 with flag 0/45001
105.71/98.89	c cleaning 9938 clauses out of 19978 with flag 0/56000
151.79/144.29	c cleaning 10995 clauses out of 22043 with flag 0/68003
173.44/165.30	c cleaning 11995 clauses out of 24046 with flag 0/81001
196.59/187.97	c cleaning 13006 clauses out of 26050 with flag 0/95000
242.60/233.02	c cleaning 14011 clauses out of 28046 with flag 0/110002
278.14/267.82	c cleaning 14988 clauses out of 30034 with flag 0/126001
317.93/306.79	c cleaning 15992 clauses out of 32045 with flag 0/143000
359.44/347.27	c cleaning 17021 clauses out of 34055 with flag 0/161002
529.15/519.33	c cleaning 17984 clauses out of 36033 with flag 0/180001
803.41/791.87	c cleaning 19019 clauses out of 38048 with flag 0/200000
919.96/906.84	c cleaning 19999 clauses out of 40029 with flag 0/221000
1003.70/988.90	c cleaning 20995 clauses out of 42031 with flag 0/243001
1308.28/1291.71	c cleaning 22009 clauses out of 44035 with flag 0/266000
1697.43/1677.53	c cleaning 23012 clauses out of 46026 with flag 0/290000
1970.12/1951.55	c cleaning 23994 clauses out of 48016 with flag 0/315002
2146.12/2125.85	c cleaning 24965 clauses out of 50021 with flag 0/341001
2366.80/2343.90	c cleaning 26016 clauses out of 52056 with flag 0/368001
2539.80/2514.52	c cleaning 27003 clauses out of 54042 with flag 0/396003
2779.90/2751.67	c cleaning 27988 clauses out of 56038 with flag 0/425002
3352.84/3321.36	c cleaning 29008 clauses out of 58048 with flag 0/455000
3588.69/3554.12	c cleaning 30004 clauses out of 60040 with flag 0/486000
3600.09/3565.41	c starts		: 35
3600.09/3565.42	c timeout
3600.09/3565.43	c conflicts		: 488471
3600.09/3565.43	c decisions		: 1144461
3600.09/3565.43	c propagations		: 271498776
3600.09/3565.43	c inspects		: 1767724932
3600.09/3565.43	c shortcuts		: 0
3600.09/3565.43	c learnt literals	: 2
3600.09/3565.43	c learnt binary clauses	: 319
3600.09/3565.43	c learnt ternary clauses	: 581
3600.09/3565.43	c learnt constraints	: 488468
3600.09/3565.43	c ignored constraints	: 0
3600.09/3565.43	c root simplifications	: 0
3600.09/3565.43	c removed literals (reason simplification)	: 0
3600.09/3565.43	c reason swapping (by a shorter reason)	: 0
3600.09/3565.43	c Calls to reduceDB	: 27
3600.09/3565.43	c Number of update (reduction) of LBD	: 690685
3600.09/3565.43	c Imported unit clauses	: 0
3600.09/3565.43	c No decision after first conflict	: false
3600.09/3565.43	c number of reductions to clauses (during analyze)	: 0
3600.09/3565.43	c number of learned constraints concerned by reduction	: 0
3600.09/3565.43	c number of learning phase by resolution	: 0
3600.09/3565.43	c number of learning phase by cutting planes	: 0
3600.09/3565.43	c number of rounding to 1 operations	: 0
3600.09/3565.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3565.43	c number of reductions of the coefficients by power 2 	: 0
3600.09/3565.43	c number of right shift for reduction by power 2 	: 0
3600.09/3565.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3565.43	c number of ending skipping 	: 0
3600.09/3565.43	c number of internal skipping 	: 0
3600.09/3565.43	c number of derivation steps 	: 40106394
3600.09/3565.43	c number of skipped derivation steps 	: 0
3600.09/3565.43	c number of remaining unassigned 	: 304861
3600.09/3565.43	c number of remaining assigned 	: 592007064
3600.09/3565.43	c number of falsified literals weakened from reason	: 0
3600.09/3565.43	c number of falsified literals weakened from conflict	: 0
3600.09/3565.43	c time for arithmetic operations	: 46399723778
3600.09/3565.43	c minimum degree of deleted constraints	: 1
3600.09/3565.43	c maximum degree of deleted constraints	: 6414246146357764736649400155271888662074420809152997274625371633710450741860045203775565090458529710303545321901500116441107759186073292293981964848141685357807198259201998691320777266473185851895507147846510253965300075674747246820901426094130457158841450793949907857023735845571788340092258877780186696833004318219933051339327314189743159909420425053346670726716245194563323519785106485561072248931700973941734268896791081893222780981166789736457192004787138814672117619249731785618985932957528750993781315949628515330280623495898257499017391279130133765538587846954390652672808000000
3600.09/3565.43	c number of deleted constraints	: 455962
3600.09/3565.43	c speed (assignments/second)	: 76212.2150625771
3600.09/3565.43	c non guided choices	: 1510
3600.09/3565.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14010
3600.09/3565.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 319
3600.09/3565.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18177
3600.09/3565.46	s UNKNOWN
3600.09/3565.46	c Total wall clock time (in seconds): 3565.306

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: 63708 MiB (57279 MiB free)
  memory of node 1: 64465 MiB (61092 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491759-1751142729/watcher-4491759-1751142729 -o /tmp/evaluation-result-4491759-1751142729/solver-4491759-1751142729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751142666-13555 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491759-1751142729 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4491759-1751142729.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=14070, runsolver pid=14067
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 3.24 2.03 2.41 5/337 14088
/proc/meminfo: memFree=121193220/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=18930384 memory=59588 CPUtime=0.13 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 6494 0 0 0 12 1 0 0 20 0 18 0 29950395 19384713216 14897 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4732596 14897 5372 1 0 547620 0
[pid=14070/tid=14072] ppid=14067 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 5072 0 0 0 7 0 0 0 20 0 18 0 29950396 19384713216 14897 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29950399 19384713216 14897 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=18930384 memory=57385981077686 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29950399 19384713216 14897 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59588 KiB

[startup+0.205696 s]*
/proc/loadavg: 3.24 2.03 2.41 7/337 14088
/proc/meminfo: memFree=121128756/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=18930384 memory=133340 CPUtime=0.33 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 6944 0 0 0 30 3 0 0 20 0 18 0 29950395 19384713216 33335 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4732596 33335 5468 1 0 547960 0
[pid=14070/tid=14072] ppid=14067 vsize=18930384 memory=4026532124 CPUtime=0.18 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 5411 0 0 0 16 2 0 0 20 0 18 0 29950396 19384713216 33335 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=18930384 memory=15975 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29950399 19384713216 33335 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29950399 19384713216 33847 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 133340 KiB

[startup+0.305756 s]*
/proc/loadavg: 3.24 2.03 2.41 6/338 14089
/proc/meminfo: memFree=121050932/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=18998012 memory=204636 CPUtime=0.5 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 8072 0 0 0 46 4 0 0 20 0 19 0 29950395 19453964288 51159 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4749503 51159 5500 1 0 549139 0
[pid=14070/tid=14072] ppid=14067 vsize=18998012 memory=-6000919476985030766 CPUtime=0.27 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 5450 0 0 0 24 3 0 0 20 0 19 0 29950396 19453964288 51191 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=18998012 memory=0 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29950399 19453964288 51191 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=18998012 memory=0 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 29950399 19453964288 51191 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18998012 KiB
Current children cumulated memory: 204636 KiB

[startup+0.700232 s]
/proc/loadavg: 3.24 2.03 2.41 6/338 14089
/proc/meminfo: memFree=120483164/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=18996948 memory=1294544 CPUtime=1.24 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 10655 0 0 0 98 26 0 0 20 0 19 0 29950395 19452874752 323636 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4749237 323636 5500 1 0 550700 0
[pid=14070/tid=14072] ppid=14067 vsize=18996948 memory=17408 CPUtime=0.64 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 5978 0 0 0 41 23 0 0 20 0 19 0 29950396 19452874752 323636 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29950399 19452874752 323636 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 29950399 19452874752 323636 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1294544 KiB

[startup+1.50025 s]
/proc/loadavg: 3.24 2.03 2.41 7/338 14089
/proc/meminfo: memFree=119931472/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=18996948 memory=1312908 CPUtime=2.82 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 21650 0 0 0 254 28 0 0 20 0 19 0 29950395 19452874752 328227 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4749237 328227 5500 1 0 555687 0
[pid=14070/tid=14072] ppid=14067 vsize=18996948 memory=3200 CPUtime=1.42 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 6084 0 0 0 118 24 0 0 20 0 19 0 29950396 19452874752 328227 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 29950399 19452874752 328227 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 29950399 19452874752 328227 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1312908 KiB

[startup+3.10552 s]
/proc/loadavg: 3.46 2.09 2.43 8/338 14089
/proc/meminfo: memFree=119484388/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=1762608 CPUtime=4.69 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 23338 0 0 0 431 38 0 0 20 0 20 0 29950395 19521036288 440652 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 440652 5500 1 0 668921 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=10752 CPUtime=2.95 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 6498 0 0 0 263 32 0 0 20 0 20 0 29950396 19521036288 440652 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 440652 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 440652 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1762608 KiB

[startup+6.30024 s]
/proc/loadavg: 3.46 2.09 2.43 6/339 14090
/proc/meminfo: memFree=119467820/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=1763928 CPUtime=10.94 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 25837 0 0 0 1053 41 0 0 20 0 20 0 29950395 19521036288 440982 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 440982 5500 1 0 669479 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=5632 CPUtime=6.02 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 6969 0 0 0 569 33 0 0 20 0 20 0 29950396 19521036288 440982 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 440982 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 440982 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 440982 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 10.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763928 KiB

[startup+12.7002 s]
/proc/loadavg: 3.62 2.17 2.45 6/340 14091
/proc/meminfo: memFree=119434700/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=1766764 CPUtime=18.14 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 35171 0 0 0 1770 44 0 0 20 0 20 0 29950395 19521036288 441691 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 441691 5532 1 0 669566 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=10752 CPUtime=12.33 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 9103 0 0 0 1198 35 0 0 20 0 20 0 29950396 19521036288 441691 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=1766764 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 441691 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 441691 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 441691 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 18.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1766764 KiB

[startup+25.5002 s]
/proc/loadavg: 3.76 2.25 2.47 5/340 14091
/proc/meminfo: memFree=118891548/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=2280588 CPUtime=31.32 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 37235 0 0 0 3077 55 0 0 20 0 20 0 29950395 19521036288 570147 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 570147 5532 1 0 799101 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=1766764 CPUtime=24.84 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 10217 0 0 0 2439 45 0 0 20 0 20 0 29950396 19521036288 570147 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=2278420 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 570147 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 570147 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=1763928 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 570147 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 31.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2280588 KiB

[startup+51.1056 s]
/proc/loadavg: 3.98 2.42 2.53 5/341 14093
/proc/meminfo: memFree=118767868/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=2295188 CPUtime=57.45 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 47430 0 0 0 5684 61 0 0 20 0 20 0 29950395 19521036288 573797 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 573797 5532 1 0 799150 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=207014330681 CPUtime=49.94 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 14109 0 0 0 4945 49 0 0 20 0 20 0 29950396 19521036288 573797 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=2293136 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 573797 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 573797 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 573797 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 57.45 s
Current children cumulated vsize: 19063512 KiB

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

/proc/meminfo: memFree=115901404/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=4182504 CPUtime=3193.01 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 172976 0 0 0 318870 431 0 0 20 0 20 0 29950395 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 1045626 5532 1 0 1058809 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=14432 CPUtime=3101.6 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 76684 0 0 0 309841 319 0 0 20 0 20 0 29950396 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=4182504 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 3193.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4182504 KiB

[startup+3222.3 s]
/proc/loadavg: 3.08 3.13 3.16 4/317 14786
/proc/meminfo: memFree=115875496/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=4182504 CPUtime=3253.26 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 174382 0 0 0 324891 435 0 0 20 0 20 0 29950395 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 1045626 5532 1 0 1058809 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=17408 CPUtime=3160.97 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 77176 0 0 0 315776 321 0 0 20 0 20 0 29950396 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=4182504 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=4182504 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 3253.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4182504 KiB

[startup+3282.3 s]
/proc/loadavg: 3.12 3.14 3.16 5/315 14790
/proc/meminfo: memFree=115855828/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=4182504 CPUtime=3313.63 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 174966 0 0 0 330925 438 0 0 20 0 20 0 29950395 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 1045626 5532 1 0 1058810 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=4182504 CPUtime=3220.24 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 77679 0 0 0 321701 323 0 0 20 0 20 0 29950396 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 1045626 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 3313.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4182504 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.12 3.16 4/315 14792
/proc/meminfo: memFree=115784820/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=4183144 CPUtime=3374.22 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 177972 0 0 0 336976 446 0 0 20 0 20 0 29950395 19521036288 1045786 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 1045786 5532 1 0 1058811 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=5632 CPUtime=3279.23 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 79634 0 0 0 327594 329 0 0 20 0 20 0 29950396 19521036288 1045786 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=4182504 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1045786 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=4183144 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1045786 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=4182504 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 1045786 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 3374.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4183144 KiB

[startup+3402.3 s]
/proc/loadavg: 3.20 3.14 3.16 4/315 14794
/proc/meminfo: memFree=115745732/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=4184808 CPUtime=3435.35 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 181787 0 0 0 343079 456 0 0 20 0 20 0 29950395 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 1046202 5532 1 0 1058811 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=10752 CPUtime=3337.91 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 81296 0 0 0 333454 337 0 0 20 0 20 0 29950396 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 2382 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=-6000919476985030766 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 3435.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4184808 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.13 3.16 4/317 14798
/proc/meminfo: memFree=115712740/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=4184808 CPUtime=3495.88 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 181906 0 0 0 349125 463 0 0 20 0 20 0 29950395 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 1046202 5532 1 0 1058811 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=10752 CPUtime=3396.98 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) S 14067 14070 11463 0 -1 4194368 81305 0 0 0 339356 342 0 0 20 0 20 0 29950396 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=-6000919476985030766 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 2475 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 3495.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4184808 KiB

[startup+3522.3 s]
/proc/loadavg: 3.28 3.17 3.17 4/316 14800
/proc/meminfo: memFree=115687388/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=4184808 CPUtime=3556.46 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 183567 0 0 0 355177 469 0 0 20 0 20 0 29950395 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 1046202 5532 1 0 1058814 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=4184808 CPUtime=3456.04 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 82687 0 0 0 345258 346 0 0 20 0 20 0 29950396 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=4184808 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 2475 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=4184808 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 3556.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4184808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.4 s]
/proc/loadavg: 3.14 3.14 3.16 4/317 14803
/proc/meminfo: memFree=115661440/131250000 swapFree=33010684/33010684
[pid=14070] ppid=14067 vsize=19063512 memory=4184808 CPUtime=3600.09 cores=1,3
/proc/14070/stat : 14070 (java) S 14067 14070 11463 0 -1 4194304 185262 0 0 0 359534 475 0 0 20 0 20 0 29950395 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
/proc/14070/statm: 4765878 1046202 5532 1 0 1058814 0
[pid=14070/tid=14072] ppid=14067 vsize=19063512 memory=12800 CPUtime=3498.31 cores=1,3
/proc/14070/task/14072/stat : 14072 (java) R 14067 14070 11463 0 -1 4194368 83754 0 0 0 349480 351 0 0 20 0 20 0 29950396 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14081] ppid=14067 vsize=19063512 memory=10112 CPUtime=0 cores=1,3
/proc/14070/task/14081/stat : 14081 (Finalizer) S 14067 14070 11463 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14088] ppid=14067 vsize=19063512 memory=9344 CPUtime=0 cores=1,3
/proc/14070/task/14088/stat : 14088 (Common-Cleaner) S 14067 14070 11463 0 -1 4194368 2547 0 0 0 0 0 0 0 20 0 20 0 29950399 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
[pid=14070/tid=14090] ppid=14067 vsize=19063512 memory=28228 CPUtime=0 cores=1,3
/proc/14070/task/14090/stat : 14090 (Timer-0) S 14067 14070 11463 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29950698 19521036288 1046202 18446744073709551615 93906884362240 93906884365936 140724785929408 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93906884373752 93906884374544 93906908012544 140724785932589 140724785932774 140724785932774 140724785938376 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4184808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.43 s, system=4.76797 s

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

Child status: 143

Real time (s): 3565.48
CPU time (s): 3600.2
CPU user time (s): 3595.43
CPU system time (s): 4.76797
CPU usage (%): 100.974
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4184808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.43
system time used= 4.76797
maximum resident set size= 4185832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187577
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2297312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130031
involuntary context switches= 15482


# summary of solver processes directly reported to runsolver:
#   pid: 14070
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3595.43
#   total CPU system time (s): 4.76797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.59678 second user time and 15.2546 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-28 22:32:09
IDJOB=4491759
IDBENCH=147736
IDSOLVER=3362
FILE ID=nodeC019/4491759-1751142729
RUNJOBID= nodeC019-1751142666-13555
SLURM_JOB_ID= 9587419
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491759-1751142729/watcher-4491759-1751142729 -o /tmp/evaluation-result-4491759-1751142729/solver-4491759-1751142729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751142666-13555 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491759-1751142729 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4491759-1751142729.opb

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

MD5SUM BENCH= d06d89796adb8259df968e568daeeb68
RANDOM SEED=266913860

nodeC019 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.686
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.494
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3605.270
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3596.472
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3577.971
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.669
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.688
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.956
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121212684 kB
MemAvailable:   120857908 kB
Buffers:            3280 kB
Cached:           455496 kB
SwapCached:            0 kB
Active:          9252808 kB
Inactive:         199244 kB
Active(anon):    9011360 kB
Inactive(anon):        0 kB
Active(file):     241448 kB
Inactive(file):   199244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5812 kB
Writeback:             0 kB
AnonPages:       8995956 kB
Mapped:           122708 kB
Shmem:             18064 kB
KReclaimable:      85112 kB
Slab:             168132 kB
SReclaimable:      85112 kB
SUnreclaim:        83020 kB
KernelStack:        5168 kB
PageTables:        21320 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12935584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8773632 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC019 at 2025-06-28 23:31:34