Trace number 4512797

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.42 3573.08

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-0.opb
MD5SUMab6600e5fcf1c6d7769b5fd648c35e77
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3539.86
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.17	c  - never skip resolution steps
0.12/0.17	c  - Auto-division on coefficients is disabled
0.12/0.17	c  - No postprocessing
0.12/0.17	c  - Conflict is considered as is when resolving
0.12/0.17	c  - Use constraints as they come during conflict analysis
0.12/0.17	c  - Weaken first using unassigned literals
0.12/0.17	c  - Bump strategy: ALWAYS_ONE
0.12/0.17	c  - Bumper: EFFECTIVE
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Dynamic restart strategy considering the size of the coefficients
0.12/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4512797-1751210790.opb
0.12/0.17	c reading problem ... 
0.12/0.20	c using VERIPB proof format
0.12/0.21	c  no objective function found
0.64/0.48	c ... done. Wall clock time 0.306s.
0.64/0.48	c declared #vars     4288
0.64/0.48	c #constraints  10784
0.64/0.48	c constraints type 
0.64/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.64/0.49	c org.sat4j.specs.Constr$1 => 888
0.64/0.49	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1792
0.64/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.64/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.64/0.49	c 10784 constraints processed.
49.31/42.65	c cleaning 2491 clauses out of 5000 with flag 0/5000
565.25/557.47	c cleaning 4249 clauses out of 8509 with flag 0/11000
993.44/984.21	c cleaning 5592 clauses out of 11262 with flag 0/18002
1908.04/1897.50	c cleaning 6789 clauses out of 13669 with flag 0/26001
2925.08/2912.56	c cleaning 7916 clauses out of 15880 with flag 0/35001
3600.11/3572.97	c starts		: 33
3600.11/3572.97	c conflicts		: 41720
3600.11/3572.97	c decisions		: 88104
3600.11/3572.97	c propagations		: 4721544
3600.11/3572.97	c inspects		: 408894766
3600.11/3572.97	c shortcuts		: 0
3600.11/3572.97	c learnt literals	: 0
3600.11/3572.97	c learnt binary clauses	: 0
3600.11/3572.97	c learnt ternary clauses	: 0
3600.11/3572.97	c learnt constraints	: 41719
3600.11/3572.97	c ignored constraints	: 0
3600.11/3572.97	c root simplifications	: 0
3600.11/3572.97	c removed literals (reason simplification)	: 0
3600.11/3572.98	c reason swapping (by a shorter reason)	: 0
3600.11/3572.98	c Calls to reduceDB	: 5
3600.11/3572.98	c Number of update (reduction) of LBD	: 43309
3600.11/3572.98	c Imported unit clauses	: 0
3600.11/3572.98	c No decision after first conflict	: false
3600.11/3572.98	c number of reductions to clauses (during analyze)	: 0
3600.11/3572.98	c number of learned constraints concerned by reduction	: 0
3600.11/3572.98	c number of learning phase by resolution	: 0
3600.11/3572.98	c number of learning phase by cutting planes	: 0
3600.11/3572.98	c number of rounding to 1 operations	: 0
3600.11/3572.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.11/3572.98	c number of reductions of the coefficients by power 2 	: 0
3600.11/3572.98	c number of right shift for reduction by power 2 	: 0
3600.11/3572.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.11/3572.98	c number of ending skipping 	: 0
3600.11/3572.98	c number of internal skipping 	: 0
3600.11/3572.98	c number of derivation steps 	: 1395658
3600.11/3572.98	c number of skipped derivation steps 	: 0
3600.11/3572.98	c number of remaining unassigned 	: 241942
3600.11/3572.98	c number of remaining assigned 	: 57860242
3600.11/3572.98	c number of falsified literals weakened from reason	: 0
3600.11/3572.98	c number of falsified literals weakened from conflict	: 0
3600.11/3572.98	c time for arithmetic operations	: 60252453049
3600.11/3572.98	c minimum degree of deleted constraints	: 4
3600.11/3572.99	c maximum degree of deleted constraints	: 1329164318446480893256803555572057715085064971010720957241061300451672861288837942104439987642103495958758079756758570649739401004788435677248541571588277796420336038503183701609893458199363614646409622048332042147844418621393388322086149005941086359783972631704612637437488435893430645587699426310671725486038236738794192320844545183315665208626751289389136346068063536189769092931150627982746324304927225450554967510242250635752805917971198199542562297155263884873611626608905648355735409638011720279449508171934531192387085824572341726379426642577102226424344031956088364589555318391041211388839444331906807728319640549647110519615910955385767861916698880184897626040364379777126061112255841045929017477479796561216722450889500524157605754359759317877874396753486324269914243930369358042484004537856291752692887857364453325035246345550896892103313677608951155353261966169582367260227704964402106292545416425712574620673370532673845413388439715808468694428094099922273363662430957243299425039398548867244767321763982412352922598010846536427434393701447816089450421815286424896531782616119185650623976757919531748507431657586062912465867751129319864976896221607453086548648253493305202577784494934736704232847339445697342078666199083353085608135823371344566884250132557149399604459202459904674836869787701961162817002879648647064724742270305807618602763516988235603322920110034370768634776235219069367425749628073995496272357372508150257194608642322622190619785237138936424619177846816611931090089532361212779270342121555694944208916847537363651576432767381190224107119224288541525211171269762003685016430942489770863563187698550441786168910101962040917652415380224079562300772026310251458124064016075786817080882093353942353570544385594852558307730693835022335911893804221295931134700009428585448178260744078451874731266696861250421271235929202822274653888633605770971676875786148690322830130645142036873886832545770647885823802992611939744604955776932852621990454648275134079682760354955133486132210118172494389207559404151535213491393807184862973708741957390699341856541535662867171939682018151775210343996684997574536706953596356091883670779654823231521996927996304862993756511013321493453895326207872365971967753465550815931294047625849555179276345722378615153818794259374779913419633082824663572270396300305232986588987542358286230471519096508251906773800866205007598900267295865954094011638754194847430278202938056251481000747076145854036821475045663148857925467399693367916862026542248618661746192320421611815743823737909141004001603844855840213570355325089160243487002174637224761924426186066727391969355173247257647221128456515715562620171676253572288343145494863993408869014900895150458563559300448966982452667324933858965396041434067760728805908078588286994192987587432509487940870728648351917218135721268969506121317263836854009409981310810322177892886818012961779557537115476398447636233118173371274837343547323402166642113523513778462915028274910465716051544638825955289581067440454553963166559010199715931624289134755633369407743610530621063201737069907395773059357010418497331673325679368902807053121063354046069929344573256335367282693460816852848533251283231946692501030568375341428769179174995747162695511941694630899195290505534179611595249093488759714599271056476249914601709282715874216875905184796479279991692643012371849049992792353256184432609378767286268071595427187965761714837982215700831350134637205582675010304962902654855605381888988399340585122281589515079118809893840826054518537895347477854497160443763514705744622600443802802378175632071099799188935125763365068093273040814537001990810881114369420756231828343346813160486355466994615559280056277514776006040981259897693159700136952508001666019865735666188600559340997120074971579781423399236478764644518311221803271462076828347122801807882617719282589224828924258234987551755469198421778214689216313256553657772378188774628067362209403185109709559673984013344939238327355315757237259051313889120598638821014967067995720582160563049968150765050648426001210593035451934210762788055608810257238486946661668849708593829613666218189923594191259238521222151966047767754573214775045895630938412474205265775504156494528305780502890810093927102766577462203576089066707496584358756304652112819116637433160407366917754374583980595468408734215594626868762599453036543912460449835796273335209715501721669616161298895918745970078505148429849798954072272621318879894752063309114641551321299904356100194442517993378536132418124579638202862904964878750236967658443422091053828726925918425682519673317188371858187536473487203171475322108893905674318170539420683130041712384968158021794681838309183538792370696472944660209431872220120493307733610078926043317353899956475643603523519139276011726524473751680536741410165766250145344224421831488368983213022438318297670470319054774978431657472949541049568071192631023924335948706166735342886861037602492061973780920679087835961817183824984313582292098218679270941579870931660682115018074086917475053874346373866025123596565934291733185803410908781427535374993719543067208672085975638397554561403402021218494984721194703205784920904160356013698858487835641902706197394628089805121878154562610188229094529055249822280259199143558436461335544431244515335226228688624209328427109720692275260988814963788044549251883041082814761310392926752465619247906610583296880787795508239776219588488982682378177449796484344870789472750653519755371820096331867046922421888059312400443256514306776079789162168158185491100742638680432291577953995870592628137268911906141743860024112880134029893892101254309869483687155142443035201879732515756653539272698015369624303168899352248878879524424904337567575773348228787164894365863703934628030877309731636212862257907341581251738375423539762248764906184043923747934910589580948190609416554278350333548414760403118893828029352868648210550628285698047809140575191448732055111950266776655442930557963869711139912209884527760377785508788681808474085338201707991929037843068598123783354326597243834825392466229800814697214197395325730368522864057132808214716612515088289150544154216421546621546302467722565008563517504838601379994242093806224089378862966993118309375292426567359199331526179089223646773288007887109670599896462463921305338973583087869904247087364983555562872534534591136770947537745001614268517138842225973553363277876864814027348711731443721010610460819280581596390816669365651181341540813338423631880122829350039305177123656261313700612735368600213321275496619619242256048625657286109176024384074918293895811954981227903969998849160641991551161468542844943983545401234117739818307740822241344503516091931245151826507088091809698568668929541823711843606571041549147806225045565982824540096311425056679711464655515266145177051933236270059511097478802149662824579383493747662605332212541131152541982622697826533785529171329299347582024087067927613401360130976058195453252507923446266708912182338727030578175212954250415190360493409375445292696982811749949417033676033408997427966499537613517462931024776850976197564469686764688104019340485971256559302842380580779271832884471239249656618415892359855016785245151291950545950635174707008106228559490601416677867634071954940630654629575193000925365347309317665000747794234019238462459092151440602388758838502975056457579875010841242141103211153786369471339982837527253379832960583217709967301565149730239928475790541908237599291966393920472738372822465507143764072087563537534165304886610609884099330207159717384465240211722621285751147607877332575802235702948732050099591382782788704576804874468886042465497880027889964370016387072358412614572784842627345248521090327346588957533537229097480811716627043499165551127136135622130305892004704272684652307881489483449490349259059855312021606480056960008446600828846692311428021822084908174953601758046870120885075129611039000711146669070169123149962475015398417655103139704410479984887828385307217154951964539203891137969411956200290467746178851127661817429989499476738972080707874056814427513387734967889105065433065379786071500585677109323826109626572687923658449586031254872292323456907460492817718761755098880251609000992422949180573666899747225128280915889617009787615366507220194547895698189650064993897570076571118621972555413071721906175247732532738156411774809234144002416960941054269542040144678718770818038018610605515013968325178759520248102144868003669370820710227426401070343132335706208792289319762452067763363237852903752082139362226287171481977998541338207523047984642497220105766350997294773827871893247906802250855238760021349540083358406155407578337858638163613486521250766542986750170070897425925993209541777370355777561449455667931236512045433244216717711769600
3600.32/3573.01	c number of deleted constraints	: 27037
3600.32/3573.02	c speed (assignments/second)	: 1321.6295401813345
3600.32/3573.02	c non guided choices	: 392
3600.32/3573.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25
3600.32/3573.04	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 14657
3600.32/3573.05	s UNKNOWN
3600.32/3573.05	c Total wall clock time (in seconds): 3572.873

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=34373, runsolver pid=34370

[startup+0.100061 s]*
/proc/loadavg: 4.39 4.21 4.17 7/339 34391
/proc/meminfo: memFree=110283396/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=18930384 memory=55388 CPUtime=0.12 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 6489 0 0 0 11 1 0 0 20 0 18 0 36756901 19384713216 13847 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4732596 13847 5337 1 0 547572 0
[pid=34373/tid=34375] ppid=34370 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 5003 0 0 0 7 1 0 0 20 0 18 0 36756902 19384713216 13847 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36756904 19384713216 13847 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=18930384 memory=58485492706614 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36756905 19384713216 13847 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55388 KiB

[startup+0.206136 s]*
/proc/loadavg: 4.39 4.21 4.17 4/339 34391
/proc/meminfo: memFree=110275204/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=18930384 memory=61796 CPUtime=0.27 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 6993 0 0 0 25 2 0 0 20 0 18 0 36756901 19384713216 15449 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4732596 15449 5433 1 0 547921 0
[pid=34373/tid=34375] ppid=34370 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 5335 0 0 0 14 1 0 0 20 0 18 0 36756902 19384713216 15449 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=18930384 memory=18949 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36756904 19384713216 15449 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36756905 19384713216 15449 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61796 KiB

[startup+0.306173 s]*
/proc/loadavg: 4.39 4.21 4.17 6/339 34391
/proc/meminfo: memFree=110204816/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=18930384 memory=144740 CPUtime=0.45 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 7264 0 0 0 42 3 0 0 20 0 18 0 36756901 19384713216 36185 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4732596 36185 5433 1 0 548042 0
[pid=34373/tid=34375] ppid=34370 vsize=18930384 memory=-6000919507032828012 CPUtime=0.25 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 5427 0 0 0 22 3 0 0 20 0 18 0 36756902 19384713216 36185 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36756904 19384713216 36185 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36756905 19384713216 36185 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 144740 KiB

[startup+0.700246 s]
/proc/loadavg: 4.39 4.21 4.17 8/341 34393
/proc/meminfo: memFree=110141928/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=212472 CPUtime=1.21 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 11275 0 0 0 114 7 0 0 20 0 20 0 36756901 19521036288 53118 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 53118 5465 1 0 550793 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=17536 CPUtime=0.52 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 5557 0 0 0 48 4 0 0 20 0 20 0 36756902 19521036288 53118 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 53118 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 53118 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 53118 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 212472 KiB

[startup+1.50026 s]
/proc/loadavg: 4.39 4.21 4.17 6/341 34393
/proc/meminfo: memFree=110098596/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=404320 CPUtime=2.79 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 13459 0 0 0 267 12 0 0 20 0 20 0 36756901 19521036288 101080 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 101080 5465 1 0 551969 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=0 CPUtime=1.28 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 5665 0 0 0 119 9 0 0 20 0 20 0 36756902 19521036288 101080 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 101080 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 101080 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 101080 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 404320 KiB

[startup+3.10581 s]
/proc/loadavg: 4.39 4.21 4.17 6/341 34393
/proc/meminfo: memFree=109787516/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=543972 CPUtime=5.97 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 36065 0 0 0 579 18 0 0 20 0 20 0 36756901 19521036288 135993 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 135993 5465 1 0 560170 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=10752 CPUtime=2.83 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 5830 0 0 0 272 11 0 0 20 0 20 0 36756902 19521036288 135993 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=-6000919507032828012 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 135993 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 135993 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 135993 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 543972 KiB

[startup+6.30022 s]
/proc/loadavg: 4.44 4.22 4.18 5/341 34393
/proc/meminfo: memFree=109786228/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=538288 CPUtime=10.81 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 39590 0 0 0 1061 20 0 0 20 0 20 0 36756901 19521036288 134572 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 134572 5465 1 0 560207 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=0 CPUtime=5.98 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 6850 0 0 0 586 12 0 0 20 0 20 0 36756902 19521036288 134572 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 134572 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 134572 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=445580 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 134572 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 10.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 538288 KiB

[startup+12.7002 s]
/proc/loadavg: 4.49 4.23 4.18 5/341 34393
/proc/meminfo: memFree=109091320/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=1234936 CPUtime=17.89 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 41251 0 0 0 1753 36 0 0 20 0 20 0 36756901 19521036288 308734 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 308734 5465 1 0 756585 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=445580 CPUtime=12.23 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 7758 0 0 0 1196 27 0 0 20 0 20 0 36756902 19521036288 308734 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 308734 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=1234936 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 308734 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 308734 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 17.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1234936 KiB

[startup+25.5003 s]
/proc/loadavg: 4.38 4.22 4.18 5/341 34393
/proc/meminfo: memFree=108954412/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=1372316 CPUtime=30.76 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 47869 0 0 0 3034 42 0 0 20 0 20 0 36756901 19521036288 343079 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 343079 5465 1 0 756587 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=-6000919507032828012 CPUtime=24.96 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 9734 0 0 0 2465 31 0 0 20 0 20 0 36756902 19521036288 343079 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 343079 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 343079 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 343079 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 30.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1372316 KiB

[startup+51.1058 s]
/proc/loadavg: 4.25 4.20 4.17 5/341 34394
/proc/meminfo: memFree=108349004/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=1908256 CPUtime=58.18 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 65396 0 0 0 5760 58 0 0 20 0 20 0 36756901 19521036288 477064 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 477064 5465 1 0 756714 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=1908256 CPUtime=50.34 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 13874 0 0 0 4993 41 0 0 20 0 20 0 36756902 19521036288 477064 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=1656220 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=117711772/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3238.73 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 171932 0 0 0 323599 274 0 0 20 0 20 0 36756901 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 747022 5465 1 0 757606 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3200.65 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 72407 0 0 0 319937 128 0 0 20 0 20 0 36756902 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 2073 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 3238.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2988088 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.14 4.11 5/343 34787
/proc/meminfo: memFree=117071312/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3299.48 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 175633 0 0 0 329669 279 0 0 20 0 20 0 36756901 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 747022 5465 1 0 757606 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3260.25 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 74053 0 0 0 325896 129 0 0 20 0 20 0 36756902 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 2203 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 3299.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2988088 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/342 34789
/proc/meminfo: memFree=116817024/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3361.06 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 178775 0 0 0 335823 283 0 0 20 0 20 0 36756901 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 747022 5465 1 0 757614 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=4756 CPUtime=3319.77 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 75195 0 0 0 331846 131 0 0 20 0 20 0 36756902 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=-6000919507032828012 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 2203 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 3361.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2988088 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/342 34794
/proc/meminfo: memFree=116525848/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3422.61 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 180127 0 0 0 341973 288 0 0 20 0 20 0 36756901 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 747022 5465 1 0 757618 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=6836 CPUtime=3379.44 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 76263 0 0 0 337812 132 0 0 20 0 20 0 36756902 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 2248 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 3422.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2988088 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/343 34797
/proc/meminfo: memFree=116401540/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3484.37 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 184217 0 0 0 348144 293 0 0 20 0 20 0 36756901 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 747022 5465 1 0 757618 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3439 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 78156 0 0 0 343766 134 0 0 20 0 20 0 36756902 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 2328 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 3484.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2988088 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.17 4.11 5/342 34799
/proc/meminfo: memFree=116318212/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3546.11 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 187219 0 0 0 354314 297 0 0 20 0 20 0 36756901 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 747022 5465 1 0 757618 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=14848 CPUtime=3498.64 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 79337 0 0 0 349730 134 0 0 20 0 20 0 36756902 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 2329 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=-6000919507032828012 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 3546.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2988088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.9 s]
/proc/loadavg: 4.25 4.17 4.12 5/341 34801
/proc/meminfo: memFree=116246340/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19063512 memory=2988088 CPUtime=3600.11 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 188348 0 0 0 359708 303 0 0 20 0 20 0 36756901 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4765878 747022 5465 1 0 757618 0
[pid=34373/tid=34375] ppid=34370 vsize=19063512 memory=12544 CPUtime=3548.63 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) R 34370 34373 32508 0 -1 4194368 80116 0 0 0 354728 135 0 0 20 0 20 0 36756902 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36756904 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 20 0 36756905 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34393] ppid=34370 vsize=19063512 memory=2988088 CPUtime=0 cores=1,3
/proc/34373/task/34393/stat : 34393 (Timer-0) S 34370 34373 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36756951 19521036288 747022 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2988088 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.37 s, system=3.0483 s

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

[startup+3573 s]*
/proc/loadavg: 4.25 4.17 4.12 7/342 34804
/proc/meminfo: memFree=116246340/131249996 swapFree=33010684/33010684
[pid=34373] ppid=34370 vsize=19263204 memory=2988856 CPUtime=3600.32 cores=1,3
/proc/34373/stat : 34373 (java) S 34370 34373 32508 0 -1 4194304 189646 0 0 0 359729 303 0 0 20 0 21 0 36756901 19725520896 747214 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
/proc/34373/statm: 4815801 747214 5497 1 0 758537 0
[pid=34373/tid=34375] ppid=34370 vsize=19263204 memory=-6000919507099674732 CPUtime=3548.72 cores=1,3
/proc/34373/task/34375/stat : 34375 (java) S 34370 34373 32508 0 -1 4194368 80116 0 0 0 354737 135 0 0 20 0 21 0 36756902 19725520896 747214 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34384] ppid=34370 vsize=19263204 memory=4787775676156112543 CPUtime=0 cores=1,3
/proc/34373/task/34384/stat : 34384 (Finalizer) S 34370 34373 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36756904 19725520896 747214 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34391] ppid=34370 vsize=19263204 memory=6900 CPUtime=0 cores=1,3
/proc/34373/task/34391/stat : 34391 (Common-Cleaner) S 34370 34373 32508 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 21 0 36756905 19725520896 747214 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
[pid=34373/tid=34803] ppid=34370 vsize=19263204 memory=3802812 CPUtime=0.01 cores=1,3
/proc/34373/task/34803/stat : 34803 (Thread-0) S 34370 34373 32508 0 -1 4194368 282 0 0 0 1 0 0 0 20 0 21 0 37114194 19725520896 747214 18446744073709551615 93963256057856 93963256061552 140720716473120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93963256069368 93963256070160 93963257847808 140720716474669 140720716474854 140720716474854 140720716480456 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2988856 KiB

Child status: 143

Real time (s): 3573.08
CPU time (s): 3600.42
CPU user time (s): 3597.37
CPU system time (s): 3.0483
CPU usage (%): 100.765
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2988856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.37
system time used= 3.0483
maximum resident set size= 2988984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 742784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122878
involuntary context switches= 10579


# summary of solver processes directly reported to runsolver:
#   pid: 34373
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3597.37
#   total CPU system time (s): 3.0483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18351 second user time and 17.6807 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 17:26:30
IDJOB=4512797
IDBENCH=162160
IDSOLVER=3362
FILE ID=nodeC024/4512797-1751210790
RUNJOBID= nodeC024-1751204986-32520
SLURM_JOB_ID= 9587622
Free space on /tmp= 432900 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round23-0.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512797-1751210790/watcher-4512797-1751210790 -o /tmp/evaluation-result-4512797-1751210790/solver-4512797-1751210790 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32520 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512797-1751210790 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4512797-1751210790.opb

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

MD5SUM BENCH= ab6600e5fcf1c6d7769b5fd648c35e77
RANDOM SEED=114379833

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110311404 kB
MemAvailable:   110679344 kB
Buffers:            3280 kB
Cached:          1175352 kB
SwapCached:            0 kB
Active:         19424116 kB
Inactive:         920664 kB
Active(anon):   19184212 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):   920664 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1052 kB
Writeback:             0 kB
AnonPages:      19168776 kB
Mapped:           122716 kB
Shmem:             18064 kB
KReclaimable:      92824 kB
Slab:             179668 kB
SReclaimable:      92824 kB
SUnreclaim:        86844 kB
KernelStack:        5168 kB
PageTables:        41164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   25187968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18907136 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-29 18:26:03