Trace number 4515965

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.18 3435.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
MD5SUMd9b74fe8ba5c70cce21a95ed96e09832
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 benchmark0.168827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables484
Total number of constraints485
Number of constraints which are clauses484
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint484
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 487
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.10	c java.vm.version	22.0.1+8-16
0.09/0.10	c java.vm.vendor	Oracle Corporation
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		22.0.1
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: EFFECTIVE
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Dynamic restart strategy considering the size of the coefficients
0.09/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4515965-1751240392.opb
0.09/0.17	c reading problem ... 
0.09/0.18	c using VERIPB proof format
0.09/0.18	c  no objective function found
0.26/0.23	c ... done. Wall clock time 0.05s.
0.26/0.23	c declared #vars     484
0.26/0.23	c #constraints  485
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 484
0.26/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.26/0.23	c 485 constraints processed.
46.75/39.41	c cleaning 2493 clauses out of 5000 with flag 0/5000
3600.00/3435.52	c starts		: 30
3600.00/3435.53	c conflicts		: 6418
3600.00/3435.53	c decisions		: 13261
3600.00/3435.53	c propagations		: 179287
3600.00/3435.53	c inspects		: 21867603
3600.00/3435.53	c shortcuts		: 0
3600.00/3435.53	c learnt literals	: 0
3600.00/3435.53	c learnt binary clauses	: 0
3600.00/3435.53	c learnt ternary clauses	: 0
3600.00/3435.54	c learnt constraints	: 6417
3600.00/3435.54	c ignored constraints	: 0
3600.00/3435.54	c root simplifications	: 0
3600.00/3435.54	c removed literals (reason simplification)	: 0
3600.00/3435.54	c reason swapping (by a shorter reason)	: 0
3600.00/3435.54	c Calls to reduceDB	: 1
3600.00/3435.54	c Number of update (reduction) of LBD	: 10809
3600.00/3435.54	c Imported unit clauses	: 0
3600.00/3435.54	c No decision after first conflict	: false
3600.00/3435.55	c number of reductions to clauses (during analyze)	: 0
3600.00/3435.55	c number of learned constraints concerned by reduction	: 0
3600.00/3435.55	c number of learning phase by resolution	: 0
3600.00/3435.55	c number of learning phase by cutting planes	: 0
3600.00/3435.55	c number of rounding to 1 operations	: 0
3600.00/3435.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3435.55	c number of reductions of the coefficients by power 2 	: 0
3600.00/3435.55	c number of right shift for reduction by power 2 	: 0
3600.00/3435.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3435.55	c number of ending skipping 	: 0
3600.00/3435.55	c number of internal skipping 	: 0
3600.00/3435.55	c number of derivation steps 	: 44377
3600.00/3435.55	c number of skipped derivation steps 	: 0
3600.00/3435.55	c number of remaining unassigned 	: 115861
3600.00/3435.55	c number of remaining assigned 	: 2769247
3600.00/3435.55	c number of falsified literals weakened from reason	: 0
3600.00/3435.55	c number of falsified literals weakened from conflict	: 0
3600.00/3435.55	c time for arithmetic operations	: 2198685642030
3600.00/3435.57	c minimum degree of deleted constraints	: 266
3600.00/3435.57	c maximum degree of deleted constraints	: 111611947052844758160858498252146668095007892715636862173054310069656583547299140656314026758372270387917571122224876321147861729117695980203355598664934377315493038961428087903022542048239184150865906145534100994708762100532908664609749888891802566032312154782799897154702671407668771355250028878774636454326083338538207952381682147151235760666198173588398300821333392935433663178605682901351944480152599248951797384578766608188529458132462631764827545241555061909826953330051704872696876866056950752908312111255093447463494005814957456457553215980383239729439618571117178738455575067193024883886482421649204831087748553329442701168183837753409360115203014939995305663915077419064592729023599745129383633959824601187723525287236006091886067655959956118267956575663745570404915137524840147084267806370079034448577105472341241927047440031918316200570346498944401048675274377637924430144041380055288254764397296968081126882097582988131925843239179114871937031036946509571376042450101040323759388346021753893638218016416386411940631544629626629985621035543685798733634544187366017746708065701845616089432768454679594882708645109034818626448238104378191650853145464588133052897454554093258912423402612870472454969586942325416619661517125173103263656166153911608819379801671032758194218514561212389423568208193483406521122878306257614997397508819567167413247159435282922963168615307916577601760036539788714424409112941464268910403896940426322736124159112525660432105003184487680786286391632992990112693204927995141910322637750411434955074158564924505145974415067665560191898935534011741842415189823724041294905731038154114579072964809427648930417931620850407209283157960670800831828470673693058113739872204512258746288853751488370530910536790669529538037292364579320397942009320902428372027817975892192239573507099652551980023156888107982497665167518172090573167799263597883987180854313973140200913494609059111579336165088459546508646593908279210424708938328812804547670623808944815193468709260734113285287636433872863116780774216803656495604872111026411388322585975554264948537484254944824660532579913913954521532928262838214942042383613475733084846721930101453847428126831609781179473624179590564514811932568260476245045076325660669992601398733182706031301652508770112404630772964525811099215942505175459554523485673555815556389876364737980342904992473567661341743123802232227006383438128115534753481161523350898400504651078625869006627059604907303809750048962857219305203547406067934614025148737822938393515247498925485589348076754584888934028052867436302526323997979544589669438518352957510885845916210376861854463884203204509761486288536787340438327998870853360227967291920008547524377135575034509515571676346900683240838197821105364222145902258588164646144589710825557954542342976473730236725339545955569848234577225222635409277546207286844973263315563540246179631899324934214300160945618736723604627702158634548274523065126558534019560141098433726157101749667462016511146961874003394079012781373120442261826569630039310576256637957785662779913753523515824249086125548500939426050620432310388969384886271405428577819959164692224125887638292707696569731502262513190744343829744540685128451746957853515092118959674637166499794460057930835258681302135467382206441126667232174774306248756704035640060565598700304779534753184104650496686629075706736567380658172894048478865465942401980898066074041722430107731318082736142857944113020668894094630830972227474213659647379429267360207715033943295105844692284492308485111575109395718329798172891540658819722507616130235661867484630620571848963363962975693966662905931062725641166399997355566878252108273491472845299001140221403855903857414124515589595959864287558457704641625388641730212861406235243391108061086572304626063701502914130217575151866418372884779632774322280609057730503686026856854372642419255571206793955738637237610631947985878230078674120897118796766665874905178740888455031995162667326127083091329998930553622207905369087950263063267990206122230712390228764250019959770398523441541875432911949741003571658421180730593998974622273399992912238855351266265525734319598844250861961252975443272397180558468823091748642536522409495346185332095807541438942778192778082782622168319594620574240179528965332393100460574532073024921481582993952223753063990896662915305876420939069466047775637047074838752593719869551826836076228669885598463165963431197811404222554109509340305402731446573332625453314102869255733513757671682417922405598727272819656649909724217807938462278753684366957215039241800658068000606710732800
3600.00/3435.57	c number of deleted constraints	: 2493
3600.00/3435.57	c speed (assignments/second)	: 52.1890878182186
3600.00/3435.57	c non guided choices	: 197
3600.00/3435.57	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 384
3600.00/3435.57	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3540
3600.00/3435.57	s UNKNOWN
3600.00/3435.57	c Total wall clock time (in seconds): 3435.397

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=34969, runsolver pid=34962
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.07 2.27 3.30 7/334 35049
/proc/meminfo: memFree=129934296/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=18930384 memory=51904 CPUtime=0.09 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 6200 0 58 0 8 1 0 0 20 0 18 0 39717660 19384713216 12976 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4732596 12976 5297 1 0 547274 0
[pid=34969/tid=34982] ppid=34962 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 4968 0 58 0 5 0 0 0 20 0 18 0 39717663 19384713216 12976 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=18930384 memory=2641 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39717665 19384713216 12976 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39717666 19384713216 12976 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51904 KiB

[startup+0.205996 s]*
/proc/loadavg: 1.07 2.27 3.30 14/334 35049
/proc/meminfo: memFree=129898448/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=18930384 memory=64196 CPUtime=0.26 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 7091 0 58 0 24 2 0 0 20 0 18 0 39717660 19384713216 16049 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4732596 16049 5425 1 0 547958 0
[pid=34969/tid=34982] ppid=34962 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 5387 0 58 0 14 1 0 0 20 0 18 0 39717663 19384713216 16049 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=18930384 memory=2641 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39717665 19384713216 16049 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39717666 19384713216 16049 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64196 KiB

[startup+0.305906 s]*
/proc/loadavg: 1.07 2.27 3.30 12/338 35053
/proc/meminfo: memFree=129842416/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=18996948 memory=71708 CPUtime=0.45 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 7441 0 58 0 43 2 0 0 20 0 19 0 39717660 19452874752 17927 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4749237 17927 5425 1 0 548477 0
[pid=34969/tid=34982] ppid=34962 vsize=18996948 memory=-6000919485574375532 CPUtime=0.23 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 5431 0 58 0 22 1 0 0 20 0 19 0 39717663 19452874752 17927 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39717665 19452874752 17927 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39717666 19452874752 17927 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39717684 19452874752 17927 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71708 KiB

[startup+0.700226 s]
/proc/loadavg: 1.07 2.27 3.30 10/338 35053
/proc/meminfo: memFree=129695344/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=18996948 memory=122684 CPUtime=1.22 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 10733 0 58 0 118 4 0 0 20 0 19 0 39717660 19452874752 30671 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4749237 30671 5425 1 0 550790 0
[pid=34969/tid=34982] ppid=34962 vsize=18996948 memory=17536 CPUtime=0.58 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 5484 0 58 0 56 2 0 0 20 0 19 0 39717663 19452874752 30671 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39717665 19452874752 30671 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39717666 19452874752 30671 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39717684 19452874752 30671 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122684 KiB

[startup+1.50025 s]
/proc/loadavg: 1.07 2.27 3.30 10/341 35056
/proc/meminfo: memFree=129458672/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=180392 CPUtime=2.81 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 21354 0 58 0 274 7 0 0 20 0 20 0 39717660 19521036288 45098 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 45098 5457 1 0 554462 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=10752 CPUtime=1.33 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 5895 0 58 0 130 3 0 0 20 0 20 0 39717663 19521036288 45098 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 45098 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 45098 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 45098 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180392 KiB

[startup+3.10582 s]
/proc/loadavg: 1.62 2.36 3.33 9/342 35057
/proc/meminfo: memFree=128811204/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=241800 CPUtime=5.96 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 24622 0 58 0 587 9 0 0 20 0 20 0 39717660 19521036288 60450 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 60450 5457 1 0 555234 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=10752 CPUtime=2.85 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 6522 0 58 0 281 4 0 0 20 0 20 0 39717663 19521036288 60450 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=-6000919498459277420 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 60450 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 60450 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 60450 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 241800 KiB

[startup+6.30022 s]
/proc/loadavg: 1.62 2.36 3.33 7/343 35058
/proc/meminfo: memFree=127633560/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=615316 CPUtime=10.82 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 27139 0 58 0 1063 19 0 0 20 0 20 0 39717660 19521036288 153829 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 153829 5457 1 0 698465 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=0 CPUtime=5.88 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 6702 0 58 0 578 10 0 0 20 0 20 0 39717663 19521036288 153829 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 153829 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 153829 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 153829 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 10.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 615316 KiB

[startup+12.7002 s]
/proc/loadavg: 1.81 2.39 3.33 7/343 35058
/proc/meminfo: memFree=125329352/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=829232 CPUtime=17.5 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 30512 0 58 0 1726 24 0 0 20 0 20 0 39717660 19521036288 207308 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 207308 5489 1 0 698465 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=10752 CPUtime=12.18 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 7900 0 58 0 1203 15 0 0 20 0 20 0 39717663 19521036288 207308 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=829232 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 207308 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 207308 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=-6000919498459277420 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 207308 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 17.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 829232 KiB

[startup+25.5002 s]
/proc/loadavg: 2.37 2.49 3.35 6/343 35058
/proc/meminfo: memFree=123521972/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=1758700 CPUtime=32.06 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 50889 0 58 0 3161 45 0 0 20 0 20 0 39717660 19521036288 439675 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 439675 5489 1 0 703764 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=829232 CPUtime=24.76 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 11044 0 58 0 2445 31 0 0 20 0 20 0 39717663 19521036288 439675 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 439675 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=-6000919498459277420 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 439675 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=615316 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 439675 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 32.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1758700 KiB

[startup+51.106 s]
/proc/loadavg: 2.93 2.61 3.37 6/343 35058
/proc/meminfo: memFree=123023288/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=1968616 CPUtime=59.63 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 56572 0 58 0 5911 52 0 0 20 0 20 0 39717660 19521036288 492154 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 492154 5489 1 0 704006 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=1952232 CPUtime=49.78 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 14280 0 58 0 4946 32 0 0 20 0 20 0 39717663 19521036288 492154 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0

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

/proc/meminfo: memFree=111120872/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3259.26 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 210371 0 58 0 325339 587 0 0 20 0 20 0 39717660 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 1377546 5489 1 0 1391366 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3071.83 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 64887 0 58 0 307057 126 0 0 20 0 20 0 39717663 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=5510184 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 1348 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 3259.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5510184 KiB

[startup+3162.3 s]
/proc/loadavg: 4.40 4.29 4.21 5/339 35296
/proc/meminfo: memFree=110804848/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3319.74 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 212918 0 58 0 331385 589 0 0 20 0 20 0 39717660 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 1377546 5489 1 0 1391366 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3131.66 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 65659 0 58 0 313040 126 0 0 20 0 20 0 39717663 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=5510184 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 1512 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=5510184 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 3319.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5510184 KiB

[startup+3222.3 s]
/proc/loadavg: 4.53 4.33 4.23 7/338 35302
/proc/meminfo: memFree=110409196/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3380.02 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 215640 0 58 0 337410 592 0 0 20 0 20 0 39717660 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 1377546 5489 1 0 1391366 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3191.51 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 66442 0 58 0 319025 126 0 0 20 0 20 0 39717663 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 1512 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=5510184 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 3380.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5510184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.56 4.38 4.25 6/338 35304
/proc/meminfo: memFree=108012756/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3440.5 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 220902 0 58 0 343455 595 0 0 20 0 20 0 39717660 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 1377546 5489 1 0 1391366 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3251.37 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 68010 0 58 0 325010 127 0 0 20 0 20 0 39717663 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=-4121965915092276528 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=5510184 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 1561 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=46208 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 1377546 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 3440.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5510184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.42 4.38 4.26 7/338 35306
/proc/meminfo: memFree=107963752/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=5535212 CPUtime=3501.18 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 226012 0 58 0 349520 598 0 0 20 0 20 0 39717660 19521036288 1383803 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 1383803 5489 1 0 1397630 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=5510184 CPUtime=3311.17 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 69641 0 58 0 330989 128 0 0 20 0 20 0 39717663 19521036288 1383803 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 1383803 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=5510184 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 1645 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 1383803 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 1383803 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 3501.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5535212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.53 4.41 4.28 5/342 35378
/proc/meminfo: memFree=113011636/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=5551868 CPUtime=3565.45 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 228675 0 58 0 355934 611 0 0 20 0 20 0 39717660 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 1387967 5489 1 0 1401813 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=10752 CPUtime=3370.47 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 69753 0 58 0 336918 129 0 0 20 0 20 0 39717663 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=5551868 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 1661 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=5551868 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 3565.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5551868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3435.5 s]
/proc/loadavg: 4.41 4.39 4.28 5/342 35380
/proc/meminfo: memFree=112940668/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=5551868 CPUtime=3600 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 230390 0 58 0 359385 615 0 0 20 0 20 0 39717660 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 1387967 5489 1 0 1401813 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=10752 CPUtime=3403.5 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 70698 0 58 0 340221 129 0 0 20 0 20 0 39717663 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=5551868 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=5551868 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 1661 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=5551868 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5551868 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594 s, system=6.17849 s

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

[startup+3435.5 s]
/proc/loadavg: 4.41 4.39 4.28 5/342 35380
/proc/meminfo: memFree=112940668/131249996 swapFree=33010684/33010684
[pid=34969] ppid=34962 vsize=19063512 memory=5551868 CPUtime=3600 cores=0,2
/proc/34969/stat : 34969 (java) S 34962 34969 34912 0 -1 4194304 230390 0 58 0 359385 615 0 0 20 0 20 0 39717660 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
/proc/34969/statm: 4765878 1387967 5489 1 0 1401813 0
[pid=34969/tid=34982] ppid=34962 vsize=19063512 memory=10752 CPUtime=3403.5 cores=0,2
/proc/34969/task/34982/stat : 34982 (java) R 34962 34969 34912 0 -1 4194368 70698 0 58 0 340221 129 0 0 20 0 20 0 39717663 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35013] ppid=34962 vsize=19063512 memory=5551868 CPUtime=0 cores=0,2
/proc/34969/task/35013/stat : 35013 (Finalizer) S 34962 34969 34912 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39717665 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35026] ppid=34962 vsize=19063512 memory=5551868 CPUtime=0 cores=0,2
/proc/34969/task/35026/stat : 35026 (Common-Cleaner) S 34962 34969 34912 0 -1 4194368 1661 0 0 0 0 0 0 0 20 0 20 0 39717666 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
[pid=34969/tid=35051] ppid=34962 vsize=19063512 memory=5551868 CPUtime=0 cores=0,2
/proc/34969/task/35051/stat : 35051 (Timer-0) S 34962 34969 34912 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39717684 19521036288 1387967 18446744073709551615 94007040212992 94007040216688 140721721922368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94007040224504 94007040225296 94007063072768 140721721923885 140721721924070 140721721924070 140721721929672 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5551868 KiB

Child status: 143

Real time (s): 3435.6
CPU time (s): 3600.18
CPU user time (s): 3594
CPU system time (s): 6.17849
CPU usage (%): 104.79
Max. virtual memory (cumulated for all children) (KiB): 19069276
Max. memory (cumulated for all children) (KiB): 5551868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594
system time used= 6.17849
maximum resident set size= 5552764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231983
page faults= 58
swaps= 0
block input operations= 0
block output operations= 335368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 233637
involuntary context switches= 30277


# summary of solver processes directly reported to runsolver:
#   pid: 34969
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3594
#   total CPU system time (s): 6.17849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0396 second user time and 17.4515 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-30 01:39:52
IDJOB=4515965
IDBENCH=168324
IDSOLVER=3362
FILE ID=nodeC029/4515965-1751240392
RUNJOBID= nodeC029-1751240392-34922
SLURM_JOB_ID= 9587728
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515965-1751240392/watcher-4515965-1751240392 -o /tmp/evaluation-result-4515965-1751240392/solver-4515965-1751240392 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751240392-34922 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515965-1751240392 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515965-1751240392.opb

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

MD5SUM BENCH= d9b74fe8ba5c70cce21a95ed96e09832
RANDOM SEED=1161120034

nodeC029 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.661
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.46
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.941
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.46
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		: 3599.726
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.46
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		: 3615.436
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.46
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		: 3599.464
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.46
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.814
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.46
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.721
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.46
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		: 2210.531
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130067396 kB
MemAvailable:   129826676 kB
Buffers:            3280 kB
Cached:           568108 kB
SwapCached:            0 kB
Active:           323760 kB
Inactive:         311080 kB
Active(anon):      81512 kB
Inactive(anon):        0 kB
Active(file):     242248 kB
Inactive(file):   311080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:         66908 kB
Mapped:           102100 kB
Shmem:             18060 kB
KReclaimable:      90384 kB
Slab:             176608 kB
SReclaimable:      90384 kB
SUnreclaim:        86224 kB
KernelStack:        3972 kB
PageTables:         2356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC029 at 2025-06-30 02:37:08