Trace number 4453111

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 Cutting Planes 2024 2024-07-12? (TO) 3600.24 3529.31

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v2_shuffle/normalized-grid8_55.shuf-1.opb
MD5SUMadd936bb86ecdde22f6655365824bd6d
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 benchmark1.88567
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables440
Total number of constraints881
Number of constraints which are clauses880
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 constraint440
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 460
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.15/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.15	 - never skip resolution steps
0.15/0.15	 - Auto-division on coefficients is disabled
0.15/0.15	 - No postprocessing
0.15/0.15	 - Conflict is considered as is when resolving
0.15/0.15	 - Use constraints as they come during conflict analysis
0.15/0.15	 - Weaken first using unassigned literals
0.15/0.15	 - Bump strategy: ALWAYS_ONE
0.15/0.15	 - Bumper: EFFECTIVE
0.15/0.15	--- Begin Solver configuration ---
0.15/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.15	Learn all clauses as in MiniSAT
0.15/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.15	No reason simplification
0.15/0.15	Dynamic restart strategy considering the size of the coefficients
0.15/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.15	timeout=2147483s
0.15/0.15	DB Simplification allowed=false
0.15/0.15	Listener: none
0.15/0.15	--- End Solver configuration ---
0.15/0.15	c Pseudo Boolean Optimization by upper bound
0.15/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.15	c  - never skip resolution steps
0.15/0.15	c  - Auto-division on coefficients is disabled
0.15/0.15	c  - No postprocessing
0.15/0.15	c  - Conflict is considered as is when resolving
0.15/0.15	c  - Use constraints as they come during conflict analysis
0.15/0.15	c  - Weaken first using unassigned literals
0.15/0.15	c  - Bump strategy: ALWAYS_ONE
0.15/0.15	c  - Bumper: EFFECTIVE
0.15/0.15	c --- Begin Solver configuration ---
0.15/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.15	c Learn all clauses as in MiniSAT
0.15/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.15	c No reason simplification
0.15/0.15	c Dynamic restart strategy considering the size of the coefficients
0.15/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.15	c timeout=2147483s
0.15/0.15	c DB Simplification allowed=false
0.15/0.15	c Listener: none
0.15/0.15	c --- End Solver configuration ---
0.15/0.15	c solving HOME/instance-4453111-1721484550.opb
0.15/0.15	c reading problem ... 
0.15/0.16	c  no objective function found
0.15/0.20	c ... done. Wall clock time 0.046s.
0.15/0.20	c declared #vars     440
0.15/0.20	c #constraints  881
0.15/0.20	c constraints type 
0.15/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 880
0.15/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.15/0.20	c 881 constraints processed.
97.31/90.71	c cleaning 2502 clauses out of 5004 with flag 0/5004
3600.03/3529.22	c starts		: 32
3600.03/3529.23	c conflicts		: 6421
3600.03/3529.23	c decisions		: 11748
3600.03/3529.23	c propagations		: 167519
3600.03/3529.25	c inspects		: 19644529
3600.03/3529.25	c shortcuts		: 0
3600.03/3529.25	c learnt literals	: 0
3600.03/3529.25	c learnt binary clauses	: 0
3600.03/3529.25	c learnt ternary clauses	: 0
3600.03/3529.25	c learnt constraints	: 6420
3600.03/3529.25	c ignored constraints	: 0
3600.03/3529.25	c root simplifications	: 0
3600.03/3529.25	c removed literals (reason simplification)	: 0
3600.03/3529.25	c reason swapping (by a shorter reason)	: 0
3600.03/3529.25	c Calls to reduceDB	: 1
3600.03/3529.25	c Number of update (reduction) of LBD	: 10335
3600.03/3529.25	c Imported unit clauses	: 0
3600.03/3529.25	c No decision after first conflict	: false
3600.03/3529.25	c number of reductions to clauses (during analyze)	: 0
3600.03/3529.25	c number of learned constraints concerned by reduction	: 0
3600.03/3529.25	c number of learning phase by resolution	: 0
3600.03/3529.25	c number of learning phase by cutting planes	: 0
3600.03/3529.25	c number of rounding to 1 operations	: 0
3600.03/3529.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3529.25	c number of reductions of the coefficients by power 2 	: 0
3600.03/3529.25	c number of right shift for reduction by power 2 	: 0
3600.03/3529.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3529.25	c number of ending skipping 	: 0
3600.03/3529.25	c number of internal skipping 	: 0
3600.03/3529.25	c number of derivation steps 	: 43873
3600.03/3529.25	c number of skipped derivation steps 	: 0
3600.03/3529.25	c number of remaining unassigned 	: 192376
3600.03/3529.25	c number of remaining assigned 	: 1813936
3600.03/3529.25	c number of falsified literals weakened from reason	: 0
3600.03/3529.25	c number of falsified literals weakened from conflict	: 0
3600.03/3529.25	c time for arithmetic operations	: 2853204529684
3600.03/3529.26	c minimum degree of deleted constraints	: 202
3600.03/3529.27	c maximum degree of deleted constraints	: 1073550080132463035299409249663086942260800512834396915436467187078636899594246415917932832777449906082545787095023220233308399935210820521869258099939578080701422073496704938890442663461696981602406153648486476432567663063301837630727880947299049848537449000815089144744568546568510010556363067907956905430356727456667171205809501214321974049846960286080818656180696623523329308404055671483706280150396274115621638148288866492990508675089422349937323373501447515149822237761197166078169000022169409753880299385088218101712008226891506073395447681646895398969391109981286706555022898734290125239350541364579441677272104590250587481090369302098082390553040898101957388929990277091503747793399662392583050347268177390301623426536021154315119301263781053569720269245983621124110137841184345092126626102078158303025617991331303010825808414341630423887913515844874667751603887334413573927910399713542547481103879327754828120037173292736022284103934094565958107323617102694882831045769179112378856000720592779866534801789305965170540026647420106736381864577892592213396203272186286372361858215848945073698551592759238454442054637205281644465746355466997905155444998276660352570624476813719531457345457711843442753676953653336952156061109149771754905387977035345496076829934699507665280585792090175707987849441933789435893146160318985543938374081229520700178296115598097951351580946010271577847102636967557865944568712551101084913640986458591794052502587405051136355906192843088051645061136402050375532750259572519669593937019177193782739591494417645301886512562347465099976752314812923246825762544846855987706487453069693306721499832463412542269551050762745377230100080911335416965472313030597510981349316834124085370810413290994462256530624496367493787343830005716295852396182172761426709703337270260774168289077873955551059229646584581068194469407447364267570032516316687354412064356143163549028056964467510487670218569938925352270392194639968470682351987130448798793747400627304380178345284331020079479090281236553464995695604179079035230447813896409199560893882201657123349915679080701601538419438293198358335033099295634511796012937156094178940363438659453933417900991601885072559271224156685710584505502300966186727509887027436312968537927401606646992038068480549675884506258694090597786152889482398343841582565407782874697149914030151482522115350128190493815405736297590026059420983694055364068446490209321827482573434581269961282001226450355066898869419206986883538495124152381076300951694517045651307158458525129719373928989847412814740057974121060540381393588707572534260651496175541785690648254756170184230364755830478810071100476813415963227664784076528604353354186326723097792420961195275828524135752596963870029146241442327106139036802091752015016509937107434660283398119727596099205214416561137552932796945866150710599865247732174975764525954776384033138278621642441644013138082369654653843155459782697045664453662544833396126173010683772498406123983413753223060282624878034097178670749832324342700622092308906534383269067817098389103466007746157194097229799269456210162317859983916366779436143094307144679939406878483630879294466381244460565764322060748250907639429538039240374519007114046737934786479557657436069692046993537598014398904428339760400806205918564186688931273802405015950072498182537644300798484278328039953748999898741189322979036275898684632718189804058537806519030663051051128497861402807385685721285086671242322285076006248108713996487674374645587726042040405119077299753392439288637859537122366548380915730432515591366793740968671927321106368710496495445603244393125586583986432077619697963115982712630492322766981181800908303014216503490410803140332470161444965384552295450749956801392224097709438965272640573865157117895101467720717567486390634927707367759929250909296312740832333667020696360028172675929324159546718926245807627001588567664765137911023967893870711400287502537307359590200322821061699215077914316121976064133233472582762865753809593255468195415982380508823329763346799349055562537973482882893950188644211288068573999285564776434757360857874145935696131712443677469260057570034282125416719433414102785876890433562688763136199390310984380271479803362086656919488378173175226836615478540891818077645863559018229449150525663093443837630920603677597700475134880359739870874982608095781423596018342040502949923612307132008388956173780636583476560005331204066819908754150747663231322094100019065937339202632488232540801707260300807758099562031079037459645080982671968917430530268845434890563902014173711630516287430071501514085980938513199038515933183473374721807043196986697246752163836201112577803627839266694443146961971338273932419639285570186648878755637554731634856486794684477022615777037579235299569087587590640922679109661940820341068445878263195534342526135185525585824550033734281580669421385242643863939082327943223950731584987562782100494057266787931616213370937996325597993306134332489126232994968794620667028465859250252036579017874014437392599382326171794081924344583996167591551834677322128464357772039585017696726609801354974227455058311180780624088972745194188568896514159459094079929677211044501473509578405047149304922828900033603487782545612780349036425328210416863681139063883576551285989410365500085860876572804474946946624626422766895543233830755562984016364551792636887117397876061189280334260720024503622742410258971513401924907753970867396060021525154988974171166476213160301435919124053695364755452949098602899482880187820940769549976481881141995861759075403440677080247049315556227833832268007791408326770905930963221025909608426638174811234862428483122084112838292319489375342570775001518371753134558302762185452437544100729097720472603620856015444732092169065095695418965232890927407345081269127223838805559062747845590566793351489279935298074516191990716739378794343856002353756494519957946932368069815529306961850126766802495630773633540586870794053294614189977028733638461301898111843832137216390525381288999656452028005186489378657577755579063553121662357151271125333624941495099759826127486244553497320667777546260531532103881837511253068810560880218483217706714271907972494834982532021027784132550912677678571615766160095341216067754888668181675959640979778219954026227792555940167770637549086192369687908187163553838961906870686138259584912564865602059939830193125448266022482468112177124649091046795149710816650905243578577293098780438640314389031076115488917880258287957590717915598803588826021132845006213150970552783835611628984238003199892206230893934719452679088069301923585813219179998916787732021554573152475204549032822954359937915987795595411046313577531847965387111373446661252774564928972446434983689542051138284144154657967271108197854591880719449169942124445595872518430575254461714771887036214786851753035531366514036341049884907293857138908376587734766853766563221526920728993985533366427595716846983927442638112119744004380923445758811728924485750962000009450874595319590091408981810176714006876420644325199837729250591790722192169805745773896389951602733471127931313201783120878521944713883611690528144505859775381206174262975340349595818634713968421244255543406247563342844755861953643773668256854959760842659448116560656469231400495079332703377347960335651687043038691277272327220885907730410880742982820013219553071875705963527992989542796717383355684416002963692146988269501877634744665640743666784637428859866696471493244907701100409672655864422880177681817844934005657632391988424655461047276385487118938649041701822120032573178796644128277836710988682640879416805785423940709617294593478778214874107900158223826939893021089345403564531282590048196032102400
3600.03/3529.27	c number of deleted constraints	: 2502
3600.03/3529.27	c speed (assignments/second)	: 47.46843423788934
3600.03/3529.27	c non guided choices	: 110
3600.03/3529.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 18
3600.03/3529.27	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3900
3600.03/3529.29	s UNKNOWN
3600.03/3529.29	c Total wall clock time (in seconds): 3529.136

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: 63968 MiB (52464 MiB free)
  memory of node 1: 64473 MiB (52881 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453111-1721484550/watcher-4453111-1721484550 -o /tmp/evaluation-result-4453111-1721484550/solver-4453111-1721484550 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066377 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453111-1721484550.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x
solver pid=1068402, runsolver pid=1068399
Current StackSize limit: 8192 KiB


[startup+0.10447 s]*
/proc/loadavg: 4.64 4.63 4.56 7/328 1068420
/proc/meminfo: memFree=107831272/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=18975048 memory=64172 CPUtime=0.15 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 7130 0 0 0 13 2 0 0 20 0 18 0 200619947 19430449152 16043 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4743762 16043 5529 1 0 549381 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 5693 0 0 0 7 2 0 0 20 0 18 0 200619947 19430449152 16043 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200619950 19430449152 16043 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200619950 19430449152 16043 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64172 KiB

[startup+0.213619 s]*
/proc/loadavg: 4.64 4.63 4.56 9/329 1068421
/proc/meminfo: memFree=107823056/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19041612 memory=74004 CPUtime=0.36 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 7701 0 0 0 33 3 0 0 20 0 19 0 200619947 19498610688 18501 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4760403 18501 5865 1 0 550024 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19041612 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 5973 0 0 0 17 2 0 0 20 0 19 0 200619947 19498610688 18501 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19041612 memory=1783847 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200619950 19498610688 18501 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19041612 memory=15252649461155485 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200619950 19498610688 18501 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (java) R 1068399 1068402 1066366 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 200619968 19498610688 18501 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74004 KiB

[startup+0.313845 s]*
/proc/loadavg: 4.64 4.63 4.56 7/329 1068421
/proc/meminfo: memFree=107815228/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19041612 memory=80500 CPUtime=0.55 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 8439 0 0 0 52 3 0 0 20 0 19 0 200619947 19498610688 20125 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4760403 20125 5865 1 0 550226 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19041612 memory=-7235135583906718308 CPUtime=0.27 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 6019 0 0 0 25 2 0 0 20 0 19 0 200619947 19498610688 20125 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200619950 19498610688 20125 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200619950 19498610688 20125 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200619968 19498610688 20125 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80500 KiB

[startup+0.705431 s]
/proc/loadavg: 4.64 4.63 4.56 8/329 1068421
/proc/meminfo: memFree=107778420/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19041612 memory=158952 CPUtime=1.3 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 14423 0 0 0 125 5 0 0 20 0 19 0 200619947 19498610688 39738 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4760403 39738 5865 1 0 554713 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19041612 memory=47652 CPUtime=0.6 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 6053 0 0 0 57 3 0 0 20 0 19 0 200619947 19498610688 39738 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19041612 memory=12952 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200619950 19498610688 39738 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19041612 memory=2280 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200619950 19498610688 39738 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19041612 memory=39380 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200619968 19498610688 39738 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158952 KiB

[startup+1.50862 s]
/proc/loadavg: 4.64 4.63 4.56 7/330 1068422
/proc/meminfo: memFree=107711240/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=193600 CPUtime=2.88 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 19012 0 0 0 281 7 0 0 20 0 20 0 200619947 19566772224 48400 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 48400 5881 1 0 555163 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=12952 CPUtime=1.35 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 6313 0 0 0 131 4 0 0 20 0 20 0 200619947 19566772224 48400 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 48400 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 48400 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=39380 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 48400 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 193600 KiB

[startup+3.10551 s]
/proc/loadavg: 4.75 4.66 4.57 6/330 1068424
/proc/meminfo: memFree=107431868/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=500448 CPUtime=5.14 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 21387 0 0 0 501 13 0 0 20 0 20 0 200619947 19566772224 125112 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 125112 5897 1 0 682573 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=0 CPUtime=2.88 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 6842 0 0 0 279 9 0 0 20 0 20 0 200619947 19566772224 125112 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=-7235135583906718308 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 125112 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 125112 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 125112 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 5.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 500448 KiB

[startup+6.30028 s]
/proc/loadavg: 4.75 4.66 4.57 7/330 1068424
/proc/meminfo: memFree=107126024/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=768808 CPUtime=9.55 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 27979 0 0 0 935 20 0 0 20 0 20 0 200619947 19566772224 192202 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 192202 5897 1 0 685942 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=12952 CPUtime=6.05 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 7164 0 0 0 591 14 0 0 20 0 20 0 200619947 19566772224 192202 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 192202 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 192202 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=193600 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 192202 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 768808 KiB

[startup+12.7003 s]
/proc/loadavg: 4.78 4.67 4.58 5/330 1068424
/proc/meminfo: memFree=106224816/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=1668524 CPUtime=16.5 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 35119 0 0 0 1613 37 0 0 20 0 20 0 200619947 19566772224 417131 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 417131 5897 1 0 685965 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=193600 CPUtime=12.35 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 8760 0 0 0 1205 30 0 0 20 0 20 0 200619947 19566772224 417131 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=1668452 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 417131 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=1664208 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 417131 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 417131 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 16.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1668524 KiB

[startup+25.5003 s]
/proc/loadavg: 4.88 4.69 4.59 5/330 1068427
/proc/meminfo: memFree=106089504/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=1778288 CPUtime=31.57 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 51841 0 0 0 3114 43 0 0 20 0 20 0 200619947 19566772224 444572 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 444572 5896 1 0 690391 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=5544 CPUtime=24.86 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 11068 0 0 0 2456 30 0 0 20 0 20 0 200619947 19566772224 444572 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 444572 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=1757608 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 444572 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 444572 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 31.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1778288 KiB

[startup+51.1054 s]
/proc/loadavg: 4.70 4.67 4.58 5/332 1068434
/proc/meminfo: memFree=105382404/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=2410752 CPUtime=57.44 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 57841 0 0 0 5687 57 0 0 20 0 20 0 200619947 19566772224 602688 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 602688 5896 1 0 821994 0

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

/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 806240 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=3224960 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 2893 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 806240 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=3224960 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 806240 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 3213.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3224960 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.30 4.27 5/334 1071394
/proc/meminfo: memFree=115854788/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=3291644 CPUtime=3277.27 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 305425 0 0 0 327392 335 0 0 20 0 20 0 200619947 19566772224 822911 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 822911 5909 1 0 838944 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=3291604 CPUtime=3199.2 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 84456 0 0 0 319865 55 0 0 20 0 20 0 200619947 19566772224 822911 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=3224948 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 822911 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=3258316 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 2930 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 822911 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=3258296 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 822911 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 3277.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3291644 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.30 4.27 5/332 1071406
/proc/meminfo: memFree=115787128/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=3316644 CPUtime=3341.38 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 306394 0 0 0 333791 347 0 0 20 0 20 0 200619947 19566772224 829161 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 829161 5909 1 0 845211 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=3316644 CPUtime=3258.56 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 84796 0 0 0 325800 56 0 0 20 0 20 0 200619947 19566772224 829161 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=3316644 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 829161 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=3316644 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 2931 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 829161 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 829161 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 3341.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3316644 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.29 4.27 5/332 1071417
/proc/meminfo: memFree=115673352/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=3416552 CPUtime=3407.72 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 311457 0 0 0 340405 367 0 0 20 0 20 0 200619947 19566772224 854138 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 854138 5909 1 0 870276 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=3383288 CPUtime=3317.76 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 85973 0 0 0 331718 58 0 0 20 0 20 0 200619947 19566772224 854138 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 23 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=3399880 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 854138 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 2987 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 854138 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=3399880 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 854138 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 3407.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3416552 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.26 4.26 6/330 1071427
/proc/meminfo: memFree=115624824/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=3441780 CPUtime=3470.18 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 312415 0 0 0 346643 375 0 0 20 0 20 0 200619947 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 860445 5909 1 0 876544 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=3383288 CPUtime=3377.19 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 86013 0 0 0 337661 58 0 0 20 0 20 0 200619947 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=3441780 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=3441780 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 2987 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=3441780 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 3470.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3441780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.29 4.27 5/330 1071437
/proc/meminfo: memFree=115501272/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=3441780 CPUtime=3530.5 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 312969 0 0 0 352671 379 0 0 20 0 20 0 200619947 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 860445 5909 1 0 876544 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=3383288 CPUtime=3436.91 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 86499 0 0 0 343632 59 0 0 20 0 20 0 200619947 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=3441780 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 2988 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=3441780 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 860445 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 3530.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3441780 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.30 4.28 5/330 1071448
/proc/meminfo: memFree=115423444/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=3466828 CPUtime=3592.96 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 317740 0 0 0 358908 388 0 0 20 0 20 0 200619947 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 866707 5909 1 0 882810 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=3441780 CPUtime=3496.28 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 87623 0 0 0 349568 60 0 0 20 0 20 0 200619947 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=3466828 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=3466828 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 3027 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=3466828 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 3592.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3466828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3529.2 s]
/proc/loadavg: 4.28 4.29 4.27 5/330 1071450
/proc/meminfo: memFree=115421076/131524600 swapFree=131070704/131071996
[pid=1068402] ppid=1068399 vsize=19108176 memory=3466828 CPUtime=3600.03 cores=4,6
/proc/1068402/stat : 1068402 (java) S 1068399 1068402 1066366 0 -1 1077936128 317921 0 0 0 359614 389 0 0 20 0 20 0 200619947 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
/proc/1068402/statm: 4777044 866707 5909 1 0 882810 0
[pid=1068402/tid=1068404] ppid=1068399 vsize=19108176 memory=39380 CPUtime=3503.15 cores=4,6
/proc/1068402/task/1068404/stat : 1068404 (java) R 1068399 1068402 1066366 0 -1 4194368 87624 0 0 0 350255 60 0 0 20 0 20 0 200619947 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068413] ppid=1068399 vsize=19108176 memory=-7235135583906718308 CPUtime=0 cores=4,6
/proc/1068402/task/1068413/stat : 1068413 (Finalizer) S 1068399 1068402 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068420] ppid=1068399 vsize=19108176 memory=1783763 CPUtime=0 cores=4,6
/proc/1068402/task/1068420/stat : 1068420 (Common-Cleaner) S 1068399 1068402 1066366 0 -1 1077936192 3027 0 0 0 0 0 0 0 20 0 20 0 200619950 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
[pid=1068402/tid=1068421] ppid=1068399 vsize=19108176 memory=1784366 CPUtime=0 cores=4,6
/proc/1068402/task/1068421/stat : 1068421 (Timer-0) S 1068399 1068402 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200619968 19566772224 866707 134679101440 94069294804992 94069294808688 140724256316560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94069294816504 94069294817296 94069303820288 140724256322547 140724256322655 140724256322655 140724256329672 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3466828 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.33 s, system=3.91184 s

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

[startup+3529.3 s]*
/proc/loadavg: 4.28 4.29 4.27 6/312 1071453
/proc/meminfo: memFree=116573776/131524600 swapFree=131070704/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3529.31
CPU time (s): 3600.24
CPU user time (s): 3596.33
CPU system time (s): 3.91184
CPU usage (%): 102.01
Max. virtual memory (cumulated for all children) (KiB): 19114236
Max. memory (cumulated for all children) (KiB): 3466828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.33
system time used= 3.91184
maximum resident set size= 3468356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319908
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 191252
involuntary context switches= 12267


# summary of solver processes directly reported to runsolver:
#   pid: 1068402
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3596.33
#   total CPU system time (s): 3.91184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.44364 second user time and 18.1099 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 16:09:22
IDJOB=4453111
IDBENCH=168735
IDSOLVER=3052
FILE ID=nodeC023/4453111-1721484550
RUNJOBID= nodeC023-1721481360-1066377
SLURM_JOB_ID= 7545760
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v2_shuffle/normalized-grid8_55.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453111-1721484550/watcher-4453111-1721484550 -o /tmp/evaluation-result-4453111-1721484550/solver-4453111-1721484550 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066377 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453111-1721484550.opb

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

MD5SUM BENCH= add936bb86ecdde22f6655365824bd6d
RANDOM SEED=296365146

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3600.365
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3688.643
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3661.673
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3600.033
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3652.478
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3688.767
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3640.691
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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.139
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107875316 kB
MemAvailable:   109459960 kB
Buffers:          612488 kB
Cached:          1816820 kB
SwapCached:           80 kB
Active:          1286548 kB
Inactive:       21770632 kB
Active(anon):       1604 kB
Inactive(anon): 20672032 kB
Active(file):    1284944 kB
Inactive(file):  1098600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               780 kB
Writeback:             0 kB
AnonPages:      20627804 kB
Mapped:           127196 kB
Shmem:             45728 kB
KReclaimable:      81848 kB
Slab:             175208 kB
SReclaimable:      81848 kB
SUnreclaim:        93360 kB
KernelStack:        4972 kB
PageTables:        50300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   21227484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20228096 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-20 17:08:12