Trace number 4507523

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.23 3438.69

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
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 PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
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.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4507523-1751187663.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.70/0.44	c ... done. Wall clock time 0.283s.
0.70/0.44	c declared #vars     5508
0.70/0.44	c #constraints  5672
0.70/0.44	c constraints type 
0.70/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1040
0.70/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.70/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4549
0.70/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.70/0.44	c 5672 constraints processed.
81.00/73.45	c cleaning 2498 clauses out of 5004 with flag 0/5004
433.50/422.45	c cleaning 4242 clauses out of 8502 with flag 0/11000
3600.07/3438.61	c starts		: 26
3600.07/3438.62	c conflicts		: 17669
3600.07/3438.62	c decisions		: 91911
3600.07/3438.62	c propagations		: 5147260
3600.07/3438.62	c inspects		: 87264455
3600.07/3438.62	c shortcuts		: 0
3600.07/3438.62	c learnt literals	: 0
3600.07/3438.62	c learnt binary clauses	: 0
3600.07/3438.62	c learnt ternary clauses	: 0
3600.07/3438.62	c learnt constraints	: 17668
3600.07/3438.63	c ignored constraints	: 0
3600.07/3438.63	c root simplifications	: 0
3600.07/3438.63	c removed literals (reason simplification)	: 0
3600.07/3438.63	c reason swapping (by a shorter reason)	: 0
3600.07/3438.63	c Calls to reduceDB	: 2
3600.07/3438.63	c Number of update (reduction) of LBD	: 34755
3600.07/3438.63	c Imported unit clauses	: 0
3600.07/3438.63	c No decision after first conflict	: false
3600.07/3438.63	c number of reductions to clauses (during analyze)	: 0
3600.07/3438.63	c number of learned constraints concerned by reduction	: 0
3600.07/3438.63	c number of learning phase by resolution	: 0
3600.07/3438.63	c number of learning phase by cutting planes	: 0
3600.07/3438.63	c number of rounding to 1 operations	: 0
3600.07/3438.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3438.63	c number of reductions of the coefficients by power 2 	: 0
3600.07/3438.63	c number of right shift for reduction by power 2 	: 0
3600.07/3438.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3438.63	c number of ending skipping 	: 0
3600.07/3438.63	c number of internal skipping 	: 0
3600.07/3438.63	c number of derivation steps 	: 747729
3600.07/3438.63	c number of skipped derivation steps 	: 0
3600.07/3438.63	c number of remaining unassigned 	: 269033
3600.07/3438.63	c number of remaining assigned 	: 36724674
3600.07/3438.63	c number of falsified literals weakened from reason	: 0
3600.07/3438.63	c number of falsified literals weakened from conflict	: 0
3600.07/3438.63	c time for arithmetic operations	: 1546320653803
3600.07/3438.65	c minimum degree of deleted constraints	: 1
3600.07/3438.65	c maximum degree of deleted constraints	: 470429546440031383055939270152946080642555336640909727713591298023658179697407067555928668154930794199475159776034273345537286998348894599191403939142986726764979441611127115507712334671448125894280942651923833083069394120531573895626812091849002027517199496326355623611584671348143690980497301548022237066263083165147356418598319904660300168616402191787861896988963188583921669056413635441537608831571239909841536269709781004445702476663556714649958288778941658248006462427217263005658570485201477214818135235312298522275117225500514813325317546856762567381341408658976029686675059174361930381762569144674770587827939881734588214352704819907478175662467643390046809246858296489364946352991671645455280308341014887999431541846350302116059389874750534305756508756157491251657677665882744474221023520958057867791874980577710369625583673438610575331091983683873458011456601609067603629249577257126018024043024328510454490636712494613346820622829351861824871613522418840880748269242043927847838825281396053944122340464121920609836256932143449115567430001762083537103726738313588018460305261806864738904685785293215017414776280533523789900538780576801660451680834848585535345208465927341184533368176778347291746218961196701027218113927016015931874249955728605593559110042683822156953635358332999978363254658591389518519342777267801463002778776345374138962583765950850857140585120614820926487521822815079138274725096544708745730699433277344448094119376650131060873089766703495146766150188975177125879089522681021254123245911561920459199638473271017239762968648155118214288816745814068347987506643360499231032018114738863623089514116425874213386619025558180494823604346706187894625276428908810281146001447935992131922410034341150324183232423252397772023646596882284639903105565364459909343480542643606058460428035567542260138759242296621629821788588196840279217357153820736001811160420287932001417774965520571118541579511730292625409331706531442012907856547508996402008678653622735744098383623602156292509951339860384973490283103437979611190321555057580330327314472673838650750867089012609056402080231360205170528850311330226943353913943892533179521594143667156499860745816633770763552959662647542069499613112722734946160108490595795531123070705279188251013390448081172407282733123951674331085206454609169019007987032413259050382878193652882950082548157645882530975271601619002379920977822660012452983528845069185363727297528805268089870563228994770076305693739957487218523594702111915011035024403872047124689360611767366332810141683088909499870863538022191744455225106298576533720864439585411766190816020897706850209269281914969371444956513284408421143288757003524390945353158820803610029158062145388750025971850296905841130929143593195302857877318233623661494370099919455533049763226766610208286495227381574900004105607507114776053380939607614195103075695896321882948476553326045803513126059438551034568525896005789637311937295717899071834038606776450627528051457605713822281977715238021270814007520688735382570883828796279792467403792305678295369818618433390178804447445700321595640511180830887010503431085428903933156029601610764561157532455575327449489462469620884602318416256573676675952387522478278114455559103394308130649832408384444769981095908353292049181367926029527667856372301657157732506708639454879224874163383484448290544631168811635462077023262975522292297521354178701521032548529443129049559488029783146696983894922194788046261163093664663807222839554263910160548521879990147349526831300927315732066680691492265932650252839848859805996932139932827738517511114522000768457909454607357076482061203350612018784081481381003069398584553371637705470560859336437352493470634798595034951864492740858228280493338617087173323955415394077223884429748008650927679109982787136296084151585586358977214526431549804930894147090521671063787160061631047127150208034743986928753599690806368884126358225768712517715762016386827859161398362418237031293508725513658631040997083190917827483805295646899620106852829304515246768056814264752607790127785151701437587413602468184486713046744519940515185821359601479152814503711741497617432684075021943138891930485748152506872270422898926423549555385323478463178002173325130119261267764444963716226449463892278499259428266112726432468532736265304554369985372103632450342605755836878855669529414991519056302542852569463043948703543861027362373701005184782842654894726083787700787431779078812977784717567010764422720311940062416661425857618073013645446205589462256369188740934889137023082762615896346578245508045451448044697404253190881793854426300427084145748942921976744826272663771650215596468089220546501686196896628824699791244777555040858027560584437974797785855462019487798863851630702525671776979901549378498760354851326842314893930482610247958508648750907951613017663609713686059194230518609585490613150485677544067259731161865954907981730742669173760677303894717585810439307185515814932690408050030491937428510352069806171027711338418346272413491308862523650965697965675433161197695106599352923670408987491834239039245958813178292332215286771298684907345776639603586356546607012500009052660622464298549975397159218077501371630510324842319285271464232855538478882244575318136398140823881206986989610765858594696183877935359607974923305403064745874331865236497469269804651392663473115094168081245409428638267599971044729393722454435542460080078248547354423600699047122729712180786004205778836926544172357376544486536502270672640156201632652524130708470708580797911611169654282652291631370208573490177251996915787360358340497516638666553782371516444130898766530349904789475757468189793994511331528368558225285189269698699813669593328979849574932269974118720473558427433772660333023503649745935478236283270230600393532308706949464655666620792587044106351377105995200898824575679039351718946659846829438887039966542810247695371626831892843296419559594193442112483024426126975079096826423669136195774722700660754733456471611643277615837489995615739370512104419668301147331524182331783468626379706296125886813104105289696870549462087090601553053935593931781730683299931834433306385724481886277387980560823452370726350646879409639910152658115185459845323126084069131658800691403743058740835264480806810299643038111355039257433125726836811537186138208923684075761377521205058668964941278207343988013353573855937095640533847705007319166887793030018747210000
3600.07/3438.65	c number of deleted constraints	: 6740
3600.07/3438.65	c speed (assignments/second)	: 1497.0820445030022
3600.07/3438.65	c non guided choices	: 219
3600.07/3438.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 138
3600.07/3438.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1401
3600.07/3438.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9389
3600.07/3438.67	s UNKNOWN
3600.07/3438.67	c Total wall clock time (in seconds): 3438.508

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61765 MiB free)
  memory of node 1: 64465 MiB (61004 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100065 s]*
/proc/loadavg: 4.35 4.18 4.07 5/342 21192
/proc/meminfo: memFree=125663768/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=18930384 memory=57752 CPUtime=0.12 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 6567 0 0 0 10 2 0 0 20 0 18 0 34444159 19384713216 14438 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4732596 14438 5342 1 0 547619 0
[pid=21174/tid=21176] ppid=21171 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 5069 0 0 0 6 1 0 0 20 0 18 0 34444160 19384713216 14438 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34444162 19384713216 14438 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34444163 19384713216 14438 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57752 KiB

[startup+0.206214 s]*
/proc/loadavg: 4.35 4.18 4.07 7/342 21192
/proc/meminfo: memFree=125635016/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=18930384 memory=66288 CPUtime=0.31 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 7107 0 0 0 28 3 0 0 20 0 18 0 34444159 19384713216 16572 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4732596 16572 5406 1 0 547983 0
[pid=21174/tid=21176] ppid=21171 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 5371 0 0 0 16 1 0 0 20 0 18 0 34444160 19384713216 16572 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=18930384 memory=16099 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34444162 19384713216 16572 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34444163 19384713216 16572 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66288 KiB

[startup+0.307632 s]*
/proc/loadavg: 4.35 4.18 4.07 5/343 21193
/proc/meminfo: memFree=125532368/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=18996948 memory=157284 CPUtime=0.5 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 8758 0 0 0 46 4 0 0 20 0 19 0 34444159 19452874752 39321 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4749237 39321 5470 1 0 549303 0
[pid=21174/tid=21176] ppid=21171 vsize=18996948 memory=-6000919502737992557 CPUtime=0.26 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 5426 0 0 0 23 3 0 0 20 0 19 0 34444160 19452874752 39321 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34444162 19452874752 39321 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34444163 19452874752 39321 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157284 KiB

[startup+0.700239 s]
/proc/loadavg: 4.35 4.18 4.07 6/344 21194
/proc/meminfo: memFree=125488132/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=178956 CPUtime=1.26 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 12574 0 0 0 120 6 0 0 20 0 20 0 34444159 19521036288 44739 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 44739 5470 1 0 551747 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=17408 CPUtime=0.59 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 5551 0 0 0 56 3 0 0 20 0 20 0 34444160 19521036288 44739 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 44739 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 44739 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=4752 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 44739 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178956 KiB

[startup+1.50024 s]
/proc/loadavg: 4.35 4.18 4.07 6/344 21194
/proc/meminfo: memFree=125410816/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=190232 CPUtime=2.85 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 18892 0 0 0 277 8 0 0 20 0 20 0 34444159 19521036288 47558 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 47558 5470 1 0 553333 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=0 CPUtime=1.34 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 6379 0 0 0 130 4 0 0 20 0 20 0 34444160 19521036288 47558 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 47558 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 47558 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=4752 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 47558 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190232 KiB

[startup+3.10608 s]
/proc/loadavg: 4.48 4.21 4.08 6/344 21194
/proc/meminfo: memFree=125049332/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=335168 CPUtime=5.98 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 28716 0 0 0 585 13 0 0 20 0 20 0 34444159 19521036288 83792 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 83792 5470 1 0 555978 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=10880 CPUtime=2.9 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 7151 0 0 0 283 7 0 0 20 0 20 0 34444160 19521036288 83792 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=-6000919502737992557 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 83792 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 83792 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 83792 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 335168 KiB

[startup+6.30023 s]
/proc/loadavg: 4.48 4.21 4.08 6/344 21194
/proc/meminfo: memFree=124590672/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=741720 CPUtime=11.36 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 29596 0 0 0 1116 20 0 0 20 0 20 0 34444159 19521036288 185430 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 185430 5470 1 0 556055 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=0 CPUtime=6.05 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 7664 0 0 0 592 13 0 0 20 0 20 0 34444160 19521036288 185430 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 185430 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 185430 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=190360 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 185430 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 11.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 741720 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.20 4.08 5/344 21194
/proc/meminfo: memFree=124080568/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=1126908 CPUtime=18.54 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 37300 0 0 0 1826 28 0 0 20 0 20 0 34444159 19521036288 281727 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 281727 5502 1 0 556087 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=190360 CPUtime=12.33 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 8416 0 0 0 1213 20 0 0 20 0 20 0 34444160 19521036288 281727 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 281727 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=1102184 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 281727 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 281727 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 18.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1126908 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 4.21 4.08 5/343 21195
/proc/meminfo: memFree=123834412/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=1133588 CPUtime=32.16 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 40989 0 0 0 3184 32 0 0 20 0 20 0 34444159 19521036288 283397 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 283397 5502 1 0 556200 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=-6000919502737992557 CPUtime=25.03 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 9553 0 0 0 2482 21 0 0 20 0 20 0 34444160 19521036288 283397 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 283397 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 283397 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 283397 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 32.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1133588 KiB

[startup+51.1061 s]
/proc/loadavg: 4.34 4.21 4.09 5/343 21195
/proc/meminfo: memFree=123264424/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=1406216 CPUtime=58.05 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 51030 0 0 0 5763 42 0 0 20 0 20 0 34444159 19521036288 351554 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 351554 5502 1 0 556248 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=1406216 CPUtime=50.41 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 12986 0 0 0 5014 27 0 0 20 0 20 0 34444160 19521036288 351554 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=1361056 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 351554 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0

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

/proc/meminfo: memFree=103419192/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=6210880 CPUtime=3140.83 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 238926 0 0 0 313724 359 0 0 20 0 20 0 34444159 19521036288 1552720 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 1552720 5502 1 0 1567679 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=3200 CPUtime=3012.47 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 85253 0 0 0 301086 161 0 0 20 0 20 0 34444160 19521036288 1552720 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 1552720 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 1696 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 1552720 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=6210880 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 1552720 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 3140.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6210880 KiB

[startup+3102.3 s]
/proc/loadavg: 4.40 4.32 4.24 5/340 21368
/proc/meminfo: memFree=103418992/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=6211008 CPUtime=3210.7 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 243953 0 0 0 320700 370 0 0 20 0 20 0 34444159 19521036288 1552752 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 1552752 5502 1 0 1567679 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=6210880 CPUtime=3071.96 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 86997 0 0 0 307035 161 0 0 20 0 20 0 34444160 19521036288 1552752 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=6210880 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 1552752 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=6211008 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 1696 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 1552752 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=6211008 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 1552752 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 3210.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6211008 KiB

[startup+3162.3 s]
/proc/loadavg: 4.38 4.32 4.25 5/340 21370
/proc/meminfo: memFree=103418592/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=6211136 CPUtime=3282.22 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 245625 0 0 0 327841 381 0 0 20 0 20 0 34444159 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 1552784 5502 1 0 1567679 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=6210880 CPUtime=3131.57 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 87074 0 0 0 312995 162 0 0 20 0 20 0 34444160 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=6210880 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=6211008 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 1745 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 3282.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6211136 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.34 4.26 5/339 21373
/proc/meminfo: memFree=103418216/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=6211136 CPUtime=3353.21 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 249797 0 0 0 334930 391 0 0 20 0 20 0 34444159 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 1552784 5502 1 0 1567679 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=6210880 CPUtime=3191.26 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 88881 0 0 0 318964 162 0 0 20 0 20 0 34444160 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 1792 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 3353.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6211136 KiB

[startup+3282.3 s]
/proc/loadavg: 4.96 4.50 4.32 5/339 21375
/proc/meminfo: memFree=103418140/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=6211136 CPUtime=3420.91 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 254862 0 0 0 341691 400 0 0 20 0 20 0 34444159 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 1552784 5502 1 0 1567679 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=17536 CPUtime=3250.56 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 90681 0 0 0 324893 163 0 0 20 0 20 0 34444160 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 1793 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 3420.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6211136 KiB

[startup+3342.3 s]
/proc/loadavg: 4.48 4.45 4.31 5/340 21378
/proc/meminfo: memFree=103416704/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=6211136 CPUtime=3489.2 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 256353 0 0 0 348512 408 0 0 20 0 20 0 34444159 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 1552784 5502 1 0 1567679 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=6211136 CPUtime=3309.93 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 90845 0 0 0 330830 163 0 0 20 0 20 0 34444160 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 1838 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 1552784 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 3489.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6211136 KiB

[startup+3402.3 s]
/proc/loadavg: 4.45 4.44 4.32 7/342 21384
/proc/meminfo: memFree=103399488/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=6213216 CPUtime=3558.21 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 261186 0 0 0 355404 417 0 0 20 0 20 0 34444159 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 1553304 5502 1 0 1567679 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=6211136 CPUtime=3369.48 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 92370 0 0 0 336785 163 0 0 20 0 20 0 34444160 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=6211136 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=6213216 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 1838 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=6213216 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 3558.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6213216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3438.6 s]
/proc/loadavg: 4.25 4.39 4.31 6/342 21389
/proc/meminfo: memFree=103393960/131249996 swapFree=33010684/33010684
[pid=21174] ppid=21171 vsize=19063512 memory=6213216 CPUtime=3600.07 cores=4,6
/proc/21174/stat : 21174 (java) S 21171 21174 20557 0 -1 4194304 261418 0 0 0 359584 423 0 0 20 0 20 0 34444159 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
/proc/21174/statm: 4765878 1553304 5502 1 0 1567679 0
[pid=21174/tid=21176] ppid=21171 vsize=19063512 memory=14156 CPUtime=3405.32 cores=4,6
/proc/21174/task/21176/stat : 21176 (java) R 21171 21174 20557 0 -1 4194368 92399 0 0 0 340369 163 0 0 20 0 20 0 34444160 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21185] ppid=21171 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/21174/task/21185/stat : 21185 (Finalizer) S 21171 21174 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34444162 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21192] ppid=21171 vsize=19063512 memory=6213216 CPUtime=0 cores=4,6
/proc/21174/task/21192/stat : 21192 (Common-Cleaner) S 21171 21174 20557 0 -1 4194368 1881 0 0 0 0 0 0 0 20 0 20 0 34444163 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
[pid=21174/tid=21194] ppid=21171 vsize=19063512 memory=-6000919502737992557 CPUtime=0 cores=4,6
/proc/21174/task/21194/stat : 21194 (Timer-0) S 21171 21174 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34444205 19521036288 1553304 18446744073709551615 94914151473152 94914151476848 140723180851136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94914151484664 94914151485456 94914175475712 140723180853549 140723180853734 140723180853734 140723180859336 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6213216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.98 s, system=4.25734 s

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

Child status: 143

Real time (s): 3438.69
CPU time (s): 3600.23
CPU user time (s): 3595.98
CPU system time (s): 4.25734
CPU usage (%): 104.698
Max. virtual memory (cumulated for all children) (KiB): 19069392
Max. memory (cumulated for all children) (KiB): 6213216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.98
system time used= 4.25734
maximum resident set size= 6214112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1102752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167077
involuntary context switches= 18346


# summary of solver processes directly reported to runsolver:
#   pid: 21174
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.98
#   total CPU system time (s): 4.25734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.66979 second user time and 17.7691 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 11:01:03
IDJOB=4507523
IDBENCH=158357
IDSOLVER=3362
FILE ID=nodeC023/4507523-1751187663
RUNJOBID= nodeC023-1751183987-20568
SLURM_JOB_ID= 9587574
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507523-1751187663/watcher-4507523-1751187663 -o /tmp/evaluation-result-4507523-1751187663/solver-4507523-1751187663 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751183987-20568 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507523-1751187663 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507523-1751187663.opb

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=1489108808

nodeC023 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.893
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.891
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.78
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		: 3601.604
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.78
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		: 3603.878
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.78
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.770
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.78
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.886
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.78
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.884
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125724544 kB
MemAvailable:   125521508 kB
Buffers:            3280 kB
Cached:           607132 kB
SwapCached:            0 kB
Active:          4665048 kB
Inactive:         302060 kB
Active(anon):    4374784 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):   302060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11624 kB
Writeback:             4 kB
AnonPages:       4359844 kB
Mapped:           122788 kB
Shmem:             18064 kB
KReclaimable:      87756 kB
Slab:             174132 kB
SReclaimable:      87756 kB
SUnreclaim:        86376 kB
KernelStack:        5272 kB
PageTables:        12136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8336484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4143104 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC023 at 2025-06-29 11:58:22