Trace number 4452931

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.12 3468.96

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v1_shuffle/normalized-grid4_97.shuf-1.opb
MD5SUM597a160dbd31bdb7379cae7050aa08c1
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.074197
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables388
Total number of constraints777
Number of constraints which are clauses776
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 constraint388
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 405
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.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4452931-1721452099.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.20	c ... done. Wall clock time 0.043s.
0.13/0.20	c declared #vars     388
0.13/0.20	c #constraints  777
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 776
0.13/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.13/0.20	c 777 constraints processed.
53.20/47.46	c cleaning 2500 clauses out of 5000 with flag 0/5000
3600.02/3468.91	c starts		: 37
3600.02/3468.92	c conflicts		: 7450
3600.02/3468.92	c decisions		: 13519
3600.02/3468.92	c propagations		: 169278
3600.02/3468.92	c inspects		: 25721014
3600.02/3468.92	c shortcuts		: 0
3600.02/3468.92	c learnt literals	: 0
3600.02/3468.92	c learnt binary clauses	: 0
3600.02/3468.92	c learnt ternary clauses	: 0
3600.02/3468.92	c learnt constraints	: 7449
3600.02/3468.92	c ignored constraints	: 0
3600.02/3468.92	c root simplifications	: 0
3600.02/3468.92	c removed literals (reason simplification)	: 0
3600.02/3468.92	c reason swapping (by a shorter reason)	: 0
3600.02/3468.92	c Calls to reduceDB	: 1
3600.02/3468.92	c Number of update (reduction) of LBD	: 12485
3600.02/3468.92	c Imported unit clauses	: 0
3600.02/3468.92	c No decision after first conflict	: false
3600.02/3468.92	c number of reductions to clauses (during analyze)	: 0
3600.02/3468.92	c number of learned constraints concerned by reduction	: 0
3600.02/3468.92	c number of learning phase by resolution	: 0
3600.02/3468.92	c number of learning phase by cutting planes	: 0
3600.02/3468.92	c number of rounding to 1 operations	: 0
3600.02/3468.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3468.92	c number of reductions of the coefficients by power 2 	: 0
3600.02/3468.92	c number of right shift for reduction by power 2 	: 0
3600.02/3468.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3468.92	c number of ending skipping 	: 0
3600.02/3468.92	c number of internal skipping 	: 0
3600.02/3468.92	c number of derivation steps 	: 52481
3600.02/3468.92	c number of skipped derivation steps 	: 0
3600.02/3468.92	c number of remaining unassigned 	: 315872
3600.02/3468.92	c number of remaining assigned 	: 2296993
3600.02/3468.92	c number of falsified literals weakened from reason	: 0
3600.02/3468.92	c number of falsified literals weakened from conflict	: 0
3600.02/3468.92	c time for arithmetic operations	: 2506866420246
3600.02/3468.92	c minimum degree of deleted constraints	: 191
3600.02/3468.93	c maximum degree of deleted constraints	: 244293717132463762275811485939275321598973435894641817411934816693633286619835871023900647770134540843101312862757748479658911654554771900781695718062593175723036623296732192326549057779399767135554142657153239530911215754188688994920688584304834396252250307856358716609582957311467567091860253746175340089035636254448068889351418266622302295507266313471130599377630815246778674592500358597159038344787326613348725588096812448004814328914843251791891310485846244160990941438010984064352941982170828677887703782119970176409336633178040396642305408810446920879669530383116512192830581477906198788520377988784844732876243339223722708713736244049990760831367583332944799738779100212523773287033228230343938637366825417650399977181788695759252701304921698745224203793473255008327411379510482034326199226986641093913324915200633409013620587025072255533964392505492239579877104255053993930403322374963352810754621622260413377461426774390725611122150641818294523504418099195097632862798549663877974400168624905099310359678138362575922412732451764746470240845331248828512946333444436864808162867508504083517212446174794929244455605767089229948606533687612791998545829873757015998259804712221656667980319198035925308491459592514759769196141622008581079968798377901081685824125042857796185837831618855176885754815141006438691377222363708027099760425108552224949924184721539752145593140610811251649106571094394335420439170678409622660660215479926046834593627800142969292763571666493375639247963965517287000849861564729305218186600902208431566858755270895912142002630622689351899559958578782566613460735667195946365865264488472173576448621599513374974971119543974043987278865985679649343502871665068966610699602056099979671939763529020036607275727506324352259065612513563526255992219342980982800632206552788206302698917568121257987021507848429954119933977887967203930822709369781233579794975251287440821139197352826154497807964463687784179453373814236533730482528597486365548377732068287412380993845848494474365051244417307511687690572552923548811699599580009127319267826966702585333332299210453512011736556436167552079133000677703199916162859760500816304682279576684604135005742435143074599408960621906015835557859848056669203659625612282401234146482859179147029148168740055175082381951272151943937172875132074589749492834803408074867043846508936935873945256620807383869789220282379587496441895645783769558864150090848591662420529407589175136480539792643423800412783260906479603786587045467388049161067137615989775223633208421298012653316736621911456720929594869761681942325517619897705336093350300264044938377136088930396502177816156692410714576006031095915408323794049402763661140919913873287249003247775099641630432721850861450733767245656554575957503540589869076114991255235042473857016602748159016667018299993587546627336573344245758463531108433317920399675716378969923915821870030510188583030960960831828781903807938418525189805114908492695551439232237708093106743968421852453154728017891512037223555521644760630029640589502844580767999934607693312650307827595102259665463333153340072570696118045372289994052201919767197630021672600463658438008662639461439199141365385967808435966796599124907516557905796595846346267476950712825468954093874083310895873010484444086405583067581245025466352938912535911320990713829903100891294309803839088309383624708583374840853322231951040987699619999342429276904129556089877113534387395819690413631603919626922975601211925309252664615937049271067164272648300023303117825141626892050184741079677165010456458248719971191858772817339824956838702498772208003476449166720038435834104604010144453589570992722145529731847970804434802908215620347970933326621389780122316402524906161979983079768930958868804559931351221051188328058919720923647888401347845032829340113660071523833376133047268046234705614351048238590607638760255980290675674391888467151075322343980396832896460645398706341958017532432167477912258651228171274051408438167096667584459398173948093653037209760194243783393458045023749946456038219809442731278697183621872072710752351592106020639396360719044141677548853357213715387461614316927680898610783041425024262668234798127294934693900191988102645602564870944663692506313780343266076737217376931385482654750945643695773231393537040300639347504580630540191540406703582877741170348782947649385965469411514543614538338574933257618538892423323452709923650706718087873851396229086056805340586783507583464576899072938312931660899403477905071686967013323059746977457871025784826380837059977842608454434074885117586297632598657535415025409020091680323183966298402364680131340695907224255639174004275316908119448212433176640585002413906760626691058365996725817155815338611234931716012174084767315125970987659888891344376410044350294783497895198502075058590623302126762728403480532354135229162399826080269330801177941532666006537906470564350060935704932442534377494296774229178404840284761846993987381045366524637384230381012951810769993094220642884395446107465883409766770016689748635117775587669856448053752050181839700361976702706654639163172797689590517392213282413331327411194678997519534172512546361903875272715199550671521717149758570685467543300708911311099593898242520427298946688120519129298707770576226733397550786993817635268192973134876876323828481659948874874932445061118296497111310633500421775643504793886708651625165301410127858995633267750423105004369244675206954232242403268707410071690557622905802460625815110050220747383676465009806986937356442407471654761309834126569914339351882575436876144788313614064344161110218694990948553734827395522834322478998311948807694034375468228154299294753220239569114504016215689555718773556721390305565953588138611216496286883050331643996297614649470819386058025219784937313930277263604516287512448860404857096961720169808794983626900974762900951870163762502670451165181359569853093428133150336959739085625654976571501594526383513804127382559342654633107879877964631862549551062671800024579178062502945740732441152609590838114655196538414020572745867607994065930793829714322609754505945279766051004534239921521745773484541027086703326087767138907388238014190278240272978769838511548565358600386542024302939711924602018369916834175219727251928072247935085559184185828259354263589625248170861382088661763876043328247200876975492564458627000883251263799356012959817031149736832556268226064619516839691350203765440374713863932423013170821152403716566368773094284257876972662245993507930816358568230898317000258066421676385877200233653597169820257959051961438240758565155252441964704285350143122891845744097064426989687488711703854175213678008522540961486182603560362215318253361202124373044113925347581863962637960008994526221285969552098483449251963384448956876063057054496544116799330780721870340594878277228341664731289252307178293498071861080227767770754441950213564800744457693616422005254712919048643095481149875172940897624146163176109034504694775727682019240646799598150232190800026408288193519142165980207274413039273163503987896089134974904661877879678091731104183731900166737794525800983381626036924426574394737756654085690875080832717820420903209334271340167124341878748142628159186754648118131612397363616776007368811875725038190785947624930509915314316675373246626081103937422897594922620880278045301129394227779694717557254955107784357031435370817457688181546483415346895213626482226602086953516486699362153568569513602684149909077513722390650340463602827416506008166668381668248007215102051889697421117804496019292770022042262324214457555848841704961653027306302854459713189209963977976301271433511907563988369118958978240166690391410579239442327755456186910021773276258330872032875933921981128955192857627044098035718864016159055960375941224421957739651965849592303247529557801098218103455473558395379998784618438986896067987482351944177951491903124161270112048580400381733387150821919792503488765484419560045759525869977600
3600.02/3468.93	c number of deleted constraints	: 2500
3600.02/3468.93	c speed (assignments/second)	: 48.80125879214304
3600.02/3468.94	c non guided choices	: 90
3600.02/3468.94	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.02/3468.94	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4945
3600.02/3468.94	s UNKNOWN
3600.02/3468.94	c Total wall clock time (in seconds): 3468.787

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: 63931 MiB (54387 MiB free)
  memory of node 1: 64510 MiB (57160 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452931-1721452099/watcher-4452931-1721452099 -o /tmp/evaluation-result-4452931-1721452099/solver-4452931-1721452099 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069360 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452931-1721452099.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1073878, runsolver pid=1073875

[startup+0.100177 s]*
/proc/loadavg: 4.32 4.19 4.15 7/330 1073896
/proc/meminfo: memFree=114182232/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=18975048 memory=63376 CPUtime=0.13 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 7200 0 0 0 11 2 0 0 20 0 18 0 197375244 19430449152 15844 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4743762 15844 5701 1 0 549317 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 1077936192 5738 0 0 0 7 1 0 0 20 0 18 0 197375244 19430449152 15844 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197375246 19430449152 15844 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=18975048 memory=14699586522474005 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197375247 19430449152 15844 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63376 KiB

[startup+0.212861 s]*
/proc/loadavg: 4.32 4.19 4.15 8/331 1073897
/proc/meminfo: memFree=114173456/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19041612 memory=72332 CPUtime=0.35 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 7831 0 0 0 33 2 0 0 20 0 19 0 197375244 19498610688 18083 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4760403 18083 5850 1 0 550026 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 6063 0 0 0 17 1 0 0 20 0 19 0 197375244 19498610688 18083 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19041612 memory=1670 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197375246 19498610688 18083 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19041612 memory=14418111545738792 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197375247 19498610688 18083 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (java) R 1073875 1073878 1069348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 197375264 19498610688 18083 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72332 KiB

[startup+0.306851 s]*
/proc/loadavg: 4.32 4.19 4.15 7/331 1073897
/proc/meminfo: memFree=114166268/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19041612 memory=78904 CPUtime=0.52 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 8164 0 0 0 50 2 0 0 20 0 19 0 197375244 19498610688 19726 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4760403 19726 5850 1 0 550158 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19041612 memory=-7595142079119909983 CPUtime=0.27 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 6108 0 0 0 26 1 0 0 20 0 19 0 197375244 19498610688 19726 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197375246 19498610688 19726 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197375247 19498610688 19726 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197375264 19498610688 19726 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 78904 KiB

[startup+0.706852 s]
/proc/loadavg: 4.32 4.19 4.15 8/331 1073897
/proc/meminfo: memFree=114133216/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19041612 memory=152648 CPUtime=1.29 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 14647 0 0 0 124 5 0 0 20 0 19 0 197375244 19498610688 38162 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4760403 38162 5850 1 0 554179 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19041612 memory=46916 CPUtime=0.65 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 6170 0 0 0 62 3 0 0 20 0 19 0 197375244 19498610688 38162 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19041612 memory=13040 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197375246 19498610688 38162 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19041612 memory=2244 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197375247 19498610688 38162 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19041612 memory=1956 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197375264 19498610688 38162 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 152648 KiB

[startup+1.50385 s]
/proc/loadavg: 4.32 4.19 4.15 6/332 1073898
/proc/meminfo: memFree=114061872/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=185396 CPUtime=2.85 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 21602 0 0 0 279 6 0 0 20 0 20 0 197375244 19566772224 46349 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 46349 5882 1 0 555534 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=13040 CPUtime=1.4 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 6559 0 0 0 137 3 0 0 20 0 20 0 197375244 19566772224 46349 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 46349 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 46349 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=1956 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 46349 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185396 KiB

[startup+3.11386 s]
/proc/loadavg: 4.37 4.20 4.15 6/332 1073898
/proc/meminfo: memFree=113836348/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=445148 CPUtime=5.95 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 23958 0 0 0 584 11 0 0 20 0 20 0 197375244 19566772224 111287 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 111287 5882 1 0 662068 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=0 CPUtime=2.95 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 7185 0 0 0 288 7 0 0 20 0 20 0 197375244 19566772224 111287 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=-7595142079119909983 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 111287 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=13040 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 111287 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 111287 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 445148 KiB

[startup+6.30028 s]
/proc/loadavg: 4.37 4.20 4.15 5/332 1073900
/proc/meminfo: memFree=113265976/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=1059312 CPUtime=9.38 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 24697 0 0 0 914 24 0 0 20 0 20 0 197375244 19566772224 264828 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 264828 5882 1 0 662079 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=2244 CPUtime=6.11 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 7687 0 0 0 592 19 0 0 20 0 20 0 197375244 19566772224 264828 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 264828 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=13040 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 264828 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 264828 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1059312 KiB

[startup+12.7003 s]
/proc/loadavg: 4.34 4.20 4.15 5/332 1073900
/proc/meminfo: memFree=112571412/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=1653244 CPUtime=15.94 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 25293 0 0 0 1557 37 0 0 20 0 20 0 197375244 19566772224 413311 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 413311 5882 1 0 662085 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=13040 CPUtime=12.33 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 8119 0 0 0 1203 30 0 0 20 0 20 0 197375244 19566772224 413311 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=1610236 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 413311 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=46916 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 413311 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=13040 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 413311 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 15.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1653244 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.19 4.15 5/332 1073901
/proc/meminfo: memFree=112487840/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=1696600 CPUtime=30.25 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 42641 0 0 0 2983 42 0 0 20 0 20 0 197375244 19566772224 424150 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 424150 5881 1 0 667686 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=6944656574621848725 CPUtime=25.01 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 10804 0 0 0 2471 30 0 0 20 0 20 0 197375244 19566772224 424150 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=11860 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 424150 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=3485 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 424150 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=13040 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 424150 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 30.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1696600 KiB

[startup+51.1059 s]
/proc/loadavg: 4.25 4.19 4.15 5/332 1073906
/proc/meminfo: memFree=112256880/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=1832884 CPUtime=56.92 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 64314 0 0 0 5644 48 0 0 20 0 20 0 197375244 19566772224 458221 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 458221 5881 1 0 668876 0

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

/proc/meminfo: memFree=104835596/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=4274920 CPUtime=3281.35 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 372644 0 0 0 327695 440 0 0 20 0 20 0 197375244 19566772224 1068730 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 1068730 5894 1 0 1080529 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=2244 CPUtime=3129.62 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 89812 0 0 0 312888 74 0 0 20 0 20 0 197375244 19566772224 1068730 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=4266588 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 1068730 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=4274920 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 2495 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 1068730 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 1068730 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 3281.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4274920 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.30 4.26 5/336 1075696
/proc/meminfo: memFree=104831604/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=4274936 CPUtime=3341.92 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 386984 0 0 0 333747 445 0 0 20 0 20 0 197375244 19566772224 1068734 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 1068734 5894 1 0 1080529 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=4274936 CPUtime=3189.21 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 91105 0 0 0 318846 75 0 0 20 0 20 0 197375244 19566772224 1068734 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 1068734 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=4266588 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 2500 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 1068734 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=4224832 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 1068734 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 3341.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4274936 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.25 4.25 5/335 1075708
/proc/meminfo: memFree=104829512/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=4274940 CPUtime=3403.54 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 401555 0 0 0 339902 452 0 0 20 0 20 0 197375244 19566772224 1068735 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 1068735 5894 1 0 1080529 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=4274940 CPUtime=3248.82 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 93530 0 0 0 324807 75 0 0 20 0 20 0 197375244 19566772224 1068735 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=4274936 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 1068735 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=4274936 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 2552 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 1068735 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=4274940 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 1068735 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 3403.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4274940 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.22 4.24 5/334 1075720
/proc/meminfo: memFree=104811828/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=4291620 CPUtime=3464.34 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 416426 0 0 0 345976 458 0 0 20 0 20 0 197375244 19566772224 1072905 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 1072905 5894 1 0 1084711 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=4274940 CPUtime=3308.4 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 95025 0 0 0 330764 76 0 0 20 0 20 0 197375244 19566772224 1072905 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=4274940 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 1072905 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=4274940 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 2586 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 1072905 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=-7595142079119909983 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 1072905 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 3464.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4291620 KiB

[startup+3402.3 s]
/proc/loadavg: 3.99 4.18 4.22 4/308 1075766
/proc/meminfo: memFree=110060892/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=4333276 CPUtime=3527.27 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 431315 0 0 0 352259 468 0 0 20 0 20 0 197375244 19566772224 1083319 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 1083319 5894 1 0 1095156 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=4291620 CPUtime=3367.93 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 97129 0 0 0 336716 77 0 0 20 0 20 0 197375244 19566772224 1083319 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=4308040 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 1083319 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=4291620 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 2640 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 1083319 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=4308264 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 1083319 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 3527.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4333276 KiB

[startup+3462.3 s]
/proc/loadavg: 3.48 3.99 4.15 4/305 1075776
/proc/meminfo: memFree=109993436/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=4400080 CPUtime=3593.24 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 446784 0 0 0 358843 481 0 0 20 0 20 0 197375244 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 1100020 5894 1 0 1111868 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=4291620 CPUtime=3427.07 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 99390 0 0 0 342628 79 0 0 20 0 20 0 197375244 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 20 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=11860 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=4399872 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 2676 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=13040 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 3593.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4400080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3468.9 s]
/proc/loadavg: 3.48 3.97 4.15 4/305 1075778
/proc/meminfo: memFree=109993220/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=4400080 CPUtime=3600.02 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 447123 0 0 0 359520 482 0 0 20 0 20 0 197375244 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 1100020 5894 1 0 1111868 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=4291620 CPUtime=3433.62 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 99394 0 0 0 343283 79 0 0 20 0 20 0 197375244 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=11860 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=47032 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 2728 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=4391648 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4400080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.28 s, system=4.84208 s

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

[startup+3468.9 s]
/proc/loadavg: 3.48 3.97 4.15 4/305 1075778
/proc/meminfo: memFree=109993220/131524600 swapFree=131071996/131071996
[pid=1073878] ppid=1073875 vsize=19108176 memory=4400080 CPUtime=3600.02 cores=1,3
/proc/1073878/stat : 1073878 (java) S 1073875 1073878 1069348 0 -1 1077936128 447123 0 0 0 359520 482 0 0 20 0 20 0 197375244 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
/proc/1073878/statm: 4777044 1100020 5894 1 0 1111868 0
[pid=1073878/tid=1073880] ppid=1073875 vsize=19108176 memory=4291620 CPUtime=3433.62 cores=1,3
/proc/1073878/task/1073880/stat : 1073880 (java) R 1073875 1073878 1069348 0 -1 4194368 99394 0 0 0 343283 79 0 0 20 0 20 0 197375244 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073889] ppid=1073875 vsize=19108176 memory=11860 CPUtime=0 cores=1,3
/proc/1073878/task/1073889/stat : 1073889 (Finalizer) S 1073875 1073878 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197375246 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073896] ppid=1073875 vsize=19108176 memory=47032 CPUtime=0 cores=1,3
/proc/1073878/task/1073896/stat : 1073896 (Common-Cleaner) S 1073875 1073878 1069348 0 -1 1077936192 2728 0 0 0 0 0 0 0 20 0 20 0 197375247 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
[pid=1073878/tid=1073897] ppid=1073875 vsize=19108176 memory=4391648 CPUtime=0 cores=1,3
/proc/1073878/task/1073897/stat : 1073897 (Timer-0) S 1073875 1073878 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197375264 19566772224 1100020 134679101440 94141255442432 94141255446128 140734440572128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94141255453944 94141255454736 94141282988032 140734440580083 140734440580191 140734440580191 140734440587208 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4400080 KiB

Child status: 143

Real time (s): 3468.96
CPU time (s): 3600.12
CPU user time (s): 3595.28
CPU system time (s): 4.84208
CPU usage (%): 103.781
Max. virtual memory (cumulated for all children) (KiB): 19110860
Max. memory (cumulated for all children) (KiB): 4400080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.28
system time used= 4.84208
maximum resident set size= 4401532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 449402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 218008
involuntary context switches= 21108


# summary of solver processes directly reported to runsolver:
#   pid: 1073878
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3595.28
#   total CPU system time (s): 4.84208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52962 second user time and 17.6356 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-20 07:08:31
IDJOB=4452931
IDBENCH=165637
IDSOLVER=3052
FILE ID=nodeC025/4452931-1721452099
RUNJOBID= nodeC025-1721444913-1069360
SLURM_JOB_ID= 7545661
Free space on /tmp= 890024 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v1_shuffle/normalized-grid4_97.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-4452931-1721452099/watcher-4452931-1721452099 -o /tmp/evaluation-result-4452931-1721452099/solver-4452931-1721452099 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069360 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452931-1721452099.opb

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

MD5SUM BENCH= 597a160dbd31bdb7379cae7050aa08c1
RANDOM SEED=1746353231

nodeC025.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.113
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.72
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		: 3643.579
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	: 7007.09
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		: 3653.745
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.72
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		: 3651.965
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	: 7007.09
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		: 3653.801
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.72
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		: 3662.845
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	: 7007.09
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.949
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.72
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.047
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114224528 kB
MemAvailable:   120362888 kB
Buffers:          571648 kB
Cached:          6336568 kB
SwapCached:            0 kB
Active:          1154044 kB
Inactive:       15344248 kB
Active(anon):       1528 kB
Inactive(anon):  9634448 kB
Active(file):    1152516 kB
Inactive(file):  5709800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3556 kB
Writeback:            44 kB
AnonPages:       9588100 kB
Mapped:           127464 kB
Shmem:             45912 kB
KReclaimable:     231384 kB
Slab:             361188 kB
SReclaimable:     231384 kB
SUnreclaim:       129804 kB
KernelStack:        5040 kB
PageTables:        28908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13640440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73824 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9275392 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:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC025 at 2024-07-20 08:06:20