Trace number 4447061

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.39 3430.68

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.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.18	c version CUSTOM.v20240707
0.14/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.20	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.21	c os.arch		amd64
0.14/0.22	c Free memory 		2113181440
0.14/0.22	c Max memory 		16282288128
0.14/0.22	c Total memory 		2122317824
0.14/0.23	c Number of processors 	2
0.49/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.40	 - never skip resolution steps
0.49/0.40	 - Auto-division on coefficients is disabled
0.49/0.40	 - No postprocessing
0.49/0.40	 - Conflict is considered as is when resolving
0.49/0.40	 - Use constraints as they come during conflict analysis
0.49/0.40	 - Weaken first using unassigned literals
0.49/0.40	 - Bump strategy: ALWAYS_ONE
0.49/0.40	 - Bumper: EFFECTIVE
0.49/0.40	--- Begin Solver configuration ---
0.49/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.49/0.40	Learn all clauses as in MiniSAT
0.49/0.40	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.40	No reason simplification
0.49/0.40	Dynamic restart strategy considering the size of the coefficients
0.49/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.49/0.40	timeout=2147483s
0.49/0.40	DB Simplification allowed=false
0.49/0.40	Listener: none
0.49/0.40	--- End Solver configuration ---
0.49/0.40	c Pseudo Boolean Optimization by upper bound
0.49/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.40	c  - never skip resolution steps
0.49/0.40	c  - Auto-division on coefficients is disabled
0.49/0.40	c  - No postprocessing
0.49/0.40	c  - Conflict is considered as is when resolving
0.49/0.40	c  - Use constraints as they come during conflict analysis
0.49/0.40	c  - Weaken first using unassigned literals
0.49/0.40	c  - Bump strategy: ALWAYS_ONE
0.49/0.40	c  - Bumper: EFFECTIVE
0.49/0.40	c --- Begin Solver configuration ---
0.49/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.49/0.40	c Learn all clauses as in MiniSAT
0.49/0.40	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.40	c No reason simplification
0.49/0.40	c Dynamic restart strategy considering the size of the coefficients
0.49/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.49/0.40	c timeout=2147483s
0.49/0.40	c DB Simplification allowed=false
0.49/0.40	c Listener: none
0.49/0.40	c --- End Solver configuration ---
0.49/0.40	c solving HOME/instance-4447061-1721352884.opb
0.49/0.40	c reading problem ... 
0.49/0.40	c  no objective function found
1.58/1.00	c ... done. Wall clock time 0.603s.
1.79/1.01	c declared #vars     5508
1.79/1.01	c #constraints  5672
1.79/1.01	c constraints type 
1.79/1.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1040
1.79/1.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
1.79/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4549
1.79/1.01	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.79/1.01	c 5672 constraints processed.
84.36/75.00	c cleaning 2498 clauses out of 5004 with flag 0/5004
440.81/422.34	c cleaning 4242 clauses out of 8502 with flag 0/11000
3600.08/3430.52	c starts		: 26
3600.08/3430.55	c conflicts		: 17669
3600.08/3430.55	c decisions		: 91911
3600.08/3430.55	c propagations		: 5147260
3600.08/3430.55	c inspects		: 87264455
3600.08/3430.55	c shortcuts		: 0
3600.08/3430.55	c learnt literals	: 0
3600.08/3430.55	c learnt binary clauses	: 0
3600.08/3430.55	c learnt ternary clauses	: 0
3600.08/3430.55	c learnt constraints	: 17668
3600.08/3430.55	c ignored constraints	: 0
3600.08/3430.55	c root simplifications	: 0
3600.08/3430.55	c removed literals (reason simplification)	: 0
3600.08/3430.55	c reason swapping (by a shorter reason)	: 0
3600.08/3430.55	c Calls to reduceDB	: 2
3600.08/3430.55	c Number of update (reduction) of LBD	: 34755
3600.08/3430.55	c Imported unit clauses	: 0
3600.08/3430.55	c No decision after first conflict	: false
3600.08/3430.55	c number of reductions to clauses (during analyze)	: 0
3600.08/3430.55	c number of learned constraints concerned by reduction	: 0
3600.08/3430.55	c number of learning phase by resolution	: 0
3600.08/3430.55	c number of learning phase by cutting planes	: 0
3600.08/3430.55	c number of rounding to 1 operations	: 0
3600.08/3430.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3430.56	c number of reductions of the coefficients by power 2 	: 0
3600.08/3430.56	c number of right shift for reduction by power 2 	: 0
3600.08/3430.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3430.57	c number of ending skipping 	: 0
3600.08/3430.57	c number of internal skipping 	: 0
3600.08/3430.57	c number of derivation steps 	: 747727
3600.08/3430.57	c number of skipped derivation steps 	: 0
3600.08/3430.57	c number of remaining unassigned 	: 269033
3600.08/3430.57	c number of remaining assigned 	: 36717962
3600.08/3430.57	c number of falsified literals weakened from reason	: 0
3600.08/3430.57	c number of falsified literals weakened from conflict	: 0
3600.08/3430.57	c time for arithmetic operations	: 1552976664451
3600.08/3430.57	c minimum degree of deleted constraints	: 1
3600.08/3430.60	c maximum degree of deleted constraints	: 470429546440031383055939270152946080642555336640909727713591298023658179697407067555928668154930794199475159776034273345537286998348894599191403939142986726764979441611127115507712334671448125894280942651923833083069394120531573895626812091849002027517199496326355623611584671348143690980497301548022237066263083165147356418598319904660300168616402191787861896988963188583921669056413635441537608831571239909841536269709781004445702476663556714649958288778941658248006462427217263005658570485201477214818135235312298522275117225500514813325317546856762567381341408658976029686675059174361930381762569144674770587827939881734588214352704819907478175662467643390046809246858296489364946352991671645455280308341014887999431541846350302116059389874750534305756508756157491251657677665882744474221023520958057867791874980577710369625583673438610575331091983683873458011456601609067603629249577257126018024043024328510454490636712494613346820622829351861824871613522418840880748269242043927847838825281396053944122340464121920609836256932143449115567430001762083537103726738313588018460305261806864738904685785293215017414776280533523789900538780576801660451680834848585535345208465927341184533368176778347291746218961196701027218113927016015931874249955728605593559110042683822156953635358332999978363254658591389518519342777267801463002778776345374138962583765950850857140585120614820926487521822815079138274725096544708745730699433277344448094119376650131060873089766703495146766150188975177125879089522681021254123245911561920459199638473271017239762968648155118214288816745814068347987506643360499231032018114738863623089514116425874213386619025558180494823604346706187894625276428908810281146001447935992131922410034341150324183232423252397772023646596882284639903105565364459909343480542643606058460428035567542260138759242296621629821788588196840279217357153820736001811160420287932001417774965520571118541579511730292625409331706531442012907856547508996402008678653622735744098383623602156292509951339860384973490283103437979611190321555057580330327314472673838650750867089012609056402080231360205170528850311330226943353913943892533179521594143667156499860745816633770763552959662647542069499613112722734946160108490595795531123070705279188251013390448081172407282733123951674331085206454609169019007987032413259050382878193652882950082548157645882530975271601619002379920977822660012452983528845069185363727297528805268089870563228994770076305693739957487218523594702111915011035024403872047124689360611767366332810141683088909499870863538022191744455225106298576533720864439585411766190816020897706850209269281914969371444956513284408421143288757003524390945353158820803610029158062145388750025971850296905841130929143593195302857877318233623661494370099919455533049763226766610208286495227381574900004105607507114776053380939607614195103075695896321882948476553326045803513126059438551034568525896005789637311937295717899071834038606776450627528051457605713822281977715238021270814007520688735382570883828796279792467403792305678295369818618433390178804447445700321595640511180830887010503431085428903933156029601610764561157532455575327449489462469620884602318416256573676675952387522478278114455559103394308130649832408384444769981095908353292049181367926029527667856372301657157732506708639454879224874163383484448290544631168811635462077023262975522292297521354178701521032548529443129049559488029783146696983894922194788046261163093664663807222839554263910160548521879990147349526831300927315732066680691492265932650252839848859805996932139932827738517511114522000768457909454607357076482061203350612018784081481381003069398584553371637705470560859336437352493470634798595034951864492740858228280493338617087173323955415394077223884429748008650927679109982787136296084151585586358977214526431549804930894147090521671063787160061631047127150208034743986928753599690806368884126358225768712517715762016386827859161398362418237031293508725513658631040997083190917827483805295646899620106852829304515246768056814264752607790127785151701437587413602468184486713046744519940515185821359601479152814503711741497617432684075021943138891930485748152506872270422898926423549555385323478463178002173325130119261267764444963716226449463892278499259428266112726432468532736265304554369985372103632450342605755836878855669529414991519056302542852569463043948703543861027362373701005184782842654894726083787700787431779078812977784717567010764422720311940062416661425857618073013645446205589462256369188740934889137023082762615896346578245508045451448044697404253190881793854426300427084145748942921976744826272663771650215596468089220546501686196896628824699791244777555040858027560584437974797785855462019487798863851630702525671776979901549378498760354851326842314893930482610247958508648750907951613017663609713686059194230518609585490613150485677544067259731161865954907981730742669173760677303894717585810439307185515814932690408050030491937428510352069806171027711338418346272413491308862523650965697965675433161197695106599352923670408987491834239039245958813178292332215286771298684907345776639603586356546607012500009052660622464298549975397159218077501371630510324842319285271464232855538478882244575318136398140823881206986989610765858594696183877935359607974923305403064745874331865236497469269804651392663473115094168081245409428638267599971044729393722454435542460080078248547354423600699047122729712180786004205778836926544172357376544486536502270672640156201632652524130708470708580797911611169654282652291631370208573490177251996915787360358340497516638666553782371516444130898766530349904789475757468189793994511331528368558225285189269698699813669593328979849574932269974118720473558427433772660333023503649745935478236283270230600393532308706949464655666620792587044106351377105995200898824575679039351718946659846829438887039966542810247695371626831892843296419559594193442112483024426126975079096826423669136195774722700660754733456471611643277615837489995615739370512104419668301147331524182331783468626379706296125886813104105289696870549462087090601553053935593931781730683299931834433306385724481886277387980560823452370726350646879409639910152658115185459845323126084069131658800691403743058740835264480806810299643038111355039257433125726836811537186138208923684075761377521205058668964941278207343988013353573855937095640533847705007319166887793030018747210000
3600.08/3430.60	c number of deleted constraints	: 6740
3600.08/3430.61	c speed (assignments/second)	: 1500.8431063987737
3600.08/3430.61	c non guided choices	: 219
3600.29/3430.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 138
3600.29/3430.64	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1401
3600.29/3430.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9389
3600.29/3430.64	s UNKNOWN
3600.29/3430.64	c Total wall clock time (in seconds): 3430.247

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: 64059 MiB (60380 MiB free)
  memory of node 1: 64510 MiB (61614 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447061-1721352884/watcher-4447061-1721352884 -o /tmp/evaluation-result-4447061-1721352884/solver-4447061-1721352884 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721352896-989908 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4447061-1721352884.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10818 s]*
/proc/loadavg: 2.16 3.54 3.89 17/313 990041
/proc/meminfo: memFree=124784224/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=18975048 memory=55416 CPUtime=0.14 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 6489 0 0 0 10 4 0 0 20 0 18 0 187447087 19430449152 13854 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4743762 13854 5571 1 0 550801 0
[pid=989963/tid=989974] ppid=989954 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 5412 0 0 0 6 3 0 0 20 0 18 0 187447087 19430449152 13854 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=18975048 memory=19020 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187447094 19430449152 13854 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187447094 19430449152 13854 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55416 KiB

[startup+0.219014 s]*
/proc/loadavg: 2.16 3.54 3.89 18/313 990041
/proc/meminfo: memFree=124770604/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=18975048 memory=62524 CPUtime=0.33 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 7212 0 0 0 28 5 0 0 20 0 18 0 187447087 19430449152 15631 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4743762 15631 5579 1 0 551390 0
[pid=989963/tid=989974] ppid=989954 vsize=18975048 memory=664970851429515395 CPUtime=0.21 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 5763 0 0 0 18 3 0 0 20 0 18 0 187447087 19430449152 15631 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=18975048 memory=19020 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187447094 19430449152 15631 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187447094 19430449152 15631 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62524 KiB

[startup+0.323175 s]*
/proc/loadavg: 2.16 3.54 3.89 18/313 990041
/proc/meminfo: memFree=124746092/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=18975048 memory=66096 CPUtime=0.49 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 7475 0 0 0 44 5 0 0 20 0 18 0 187447087 19430449152 16524 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4743762 16524 5734 1 0 551579 0
[pid=989963/tid=989974] ppid=989954 vsize=18975048 memory=-8743845756086297276 CPUtime=0.29 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 5940 0 0 0 26 3 0 0 20 0 18 0 187447087 19430449152 16524 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187447094 19430449152 16524 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187447094 19430449152 16524 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66096 KiB

[startup+0.700504 s]
/proc/loadavg: 2.16 3.54 3.89 16/313 990041
/proc/meminfo: memFree=124697892/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=18976112 memory=134568 CPUtime=1.18 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 8879 0 0 0 110 8 0 0 20 0 18 0 187447087 19431538688 33642 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4744028 33642 5824 1 0 552608 0
[pid=989963/tid=989974] ppid=989954 vsize=18976112 memory=5468 CPUtime=0.66 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 6125 0 0 0 60 6 0 0 20 0 18 0 187447087 19431538688 33642 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=18976112 memory=12020 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187447094 19431538688 33642 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=18976112 memory=0 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187447094 19431538688 33642 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18976112 KiB
Current children cumulated memory: 134568 KiB

[startup+1.50116 s]
/proc/loadavg: 2.16 3.54 3.89 14/319 990047
/proc/meminfo: memFree=124217564/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=191196 CPUtime=2.71 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 15634 0 0 0 259 12 0 0 20 0 20 0 187447087 19566772224 47799 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 47799 5824 1 0 555821 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=0 CPUtime=1.37 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 6961 0 0 0 129 8 0 0 20 0 20 0 187447087 19566772224 47799 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 47799 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 47799 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191196 KiB

[startup+3.10523 s]
/proc/loadavg: 2.16 3.54 3.89 12/321 990049
/proc/meminfo: memFree=123934720/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=219256 CPUtime=5.89 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 19575 0 0 0 576 13 0 0 20 0 20 0 187447087 19566772224 54814 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 54814 5824 1 0 557320 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=12020 CPUtime=2.89 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 7414 0 0 0 281 8 0 0 20 0 20 0 187447087 19566772224 54814 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 54814 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=200204 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 54814 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 54814 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 219256 KiB

[startup+6.30043 s]
/proc/loadavg: 2.71 3.63 3.92 6/321 990050
/proc/meminfo: memFree=122247296/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=619084 CPUtime=11.2 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 26232 0 0 0 1097 23 0 0 20 0 20 0 187447087 19566772224 154771 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 154771 5824 1 0 559730 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=0 CPUtime=6.07 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 7988 0 0 0 591 16 0 0 20 0 20 0 187447087 19566772224 154771 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 154771 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 154771 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=6531582392757884264 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 154771 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 11.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 619084 KiB

[startup+12.7004 s]
/proc/loadavg: 2.89 3.66 3.93 5/321 990050
/proc/meminfo: memFree=119914092/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=1087220 CPUtime=19.93 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 37447 0 0 0 1960 33 0 0 20 0 20 0 187447087 19566772224 271805 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 271805 5830 1 0 560829 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=12020 CPUtime=12.4 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 9506 0 0 0 1216 24 0 0 20 0 20 0 187447087 19566772224 271805 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=1083044 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 271805 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=968116 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 271805 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 271805 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 19.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1087220 KiB

[startup+25.5005 s]
/proc/loadavg: 3.35 3.72 3.94 5/321 990053
/proc/meminfo: memFree=117482076/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=1615984 CPUtime=33.95 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 42654 0 0 0 3350 45 0 0 20 0 20 0 187447087 19566772224 403996 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 403996 5845 1 0 982778 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=11516 CPUtime=24.7 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 10605 0 0 0 2437 33 0 0 20 0 20 0 187447087 19566772224 403996 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 403996 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 403996 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=-6586668835053290912 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 403996 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 33.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1615984 KiB

[startup+51.1142 s]
/proc/loadavg: 3.65 3.76 3.95 5/321 990056
/proc/meminfo: memFree=115924992/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=1945924 CPUtime=60.12 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 52737 0 0 0 5957 55 0 0 20 0 20 0 187447087 19566772224 486481 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 486481 5845 1 0 982810 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=0 CPUtime=49.58 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 12916 0 0 0 4921 37 0 0 20 0 20 0 187447087 19566772224 486481 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447090 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 486481 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=1736872 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 486481 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 486481 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0

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

[startup+3102.3 s]
/proc/loadavg: 4.84 4.50 4.35 8/319 991561
/proc/meminfo: memFree=100985540/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=6160904 CPUtime=3206.11 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 516913 0 0 0 320137 474 0 0 20 0 20 0 187447087 19566772224 1540226 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 1540226 5856 1 0 1556244 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=6160904 CPUtime=3054.95 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 127019 0 0 0 305382 113 0 0 20 0 20 0 187447087 19566772224 1540226 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447094 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=6160904 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540226 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 3309 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540226 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=7600 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 1540226 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 3206.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6160904 KiB

[startup+3162.3 s]
/proc/loadavg: 5.01 4.61 4.40 7/319 991571
/proc/meminfo: memFree=100508452/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=6161004 CPUtime=3280.36 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 522143 0 0 0 327546 490 0 0 20 0 20 0 187447087 19566772224 1540251 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 1540251 5856 1 0 1556244 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=6160904 CPUtime=3114.3 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 129670 0 0 0 311317 113 0 0 20 0 20 0 187447087 19566772224 1540251 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 187447094 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540251 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=6161004 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 3309 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540251 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=6160996 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 1540251 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 3280.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6161004 KiB

[startup+3222.3 s]
/proc/loadavg: 4.64 4.58 4.40 6/319 991581
/proc/meminfo: memFree=100507868/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=6161060 CPUtime=3351.63 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 535697 0 0 0 334660 503 0 0 20 0 20 0 187447087 19566772224 1540265 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 1540265 5856 1 0 1556244 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=11516 CPUtime=3173.68 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 130113 0 0 0 317255 113 0 0 20 0 20 0 187447087 19566772224 1540265 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447094 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=6161008 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540265 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 3360 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540265 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=6161060 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 1540265 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 3351.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6161060 KiB

[startup+3282.3 s]
/proc/loadavg: 4.83 4.64 4.43 7/321 991762
/proc/meminfo: memFree=100474956/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=6161176 CPUtime=3423.66 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 553578 0 0 0 341848 518 0 0 20 0 20 0 187447087 19566772224 1540294 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 1540294 5871 1 0 1556244 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=11516 CPUtime=3232.57 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 132550 0 0 0 323143 114 0 0 20 0 20 0 187447087 19566772224 1540294 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 187447094 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=6161096 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540294 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 3361 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540294 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=6161176 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 1540294 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 3423.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6161176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.92 4.69 4.47 7/322 991830
/proc/meminfo: memFree=100474412/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=6163232 CPUtime=3495.33 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 555383 0 0 0 348995 538 0 0 20 0 20 0 187447087 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 1540808 5871 1 0 1556245 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=11516 CPUtime=3291.5 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 132976 0 0 0 329036 114 0 0 20 0 20 0 187447087 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 187447094 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=6161176 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=6161180 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 3412 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 3495.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6163232 KiB

[startup+3402.3 s]
/proc/loadavg: 4.78 4.68 4.47 8/320 991841
/proc/meminfo: memFree=100472536/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=6163232 CPUtime=3566.17 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 572358 0 0 0 356062 555 0 0 20 0 20 0 187447087 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 1540808 5871 1 0 1556245 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=6161176 CPUtime=3350.71 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 134833 0 0 0 334957 114 0 0 20 0 20 0 187447087 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447094 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=6163232 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=2284 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 3489 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=6163232 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 3566.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6163232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3430.5 s]
/proc/loadavg: 4.66 4.66 4.47 6/320 991847
/proc/meminfo: memFree=100670060/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19108176 memory=6163232 CPUtime=3600.08 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 573233 0 0 0 359445 563 0 0 20 0 20 0 187447087 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4777044 1540808 5871 1 0 1556245 0
[pid=989963/tid=989974] ppid=989954 vsize=19108176 memory=6161176 CPUtime=3378.33 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 135005 0 0 0 337719 114 0 0 20 0 20 0 187447087 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447094 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19108176 memory=6163232 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19108176 memory=6163232 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 3489 0 0 0 0 0 0 0 20 0 20 0 187447094 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990048] ppid=989954 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/989963/task/990048/stat : 990048 (Timer-0) S 989954 989963 989898 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187447189 19566772224 1540808 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6163232 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.73 s, system=5.65696 s

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

[startup+3430.61 s]
/proc/loadavg: 4.66 4.66 4.47 6/320 991847
/proc/meminfo: memFree=100670060/131655788 swapFree=131071996/131071996
[pid=989963] ppid=989954 vsize=19307868 memory=6163880 CPUtime=3600.29 cores=0,2
/proc/989963/stat : 989963 (java) S 989954 989963 989898 0 -1 1077936128 575380 0 0 0 359466 563 0 0 20 0 21 0 187447087 19771256832 1540970 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
/proc/989963/statm: 4826967 1540970 5870 1 0 1557164 0
[pid=989963/tid=989974] ppid=989954 vsize=19307868 memory=6163232 CPUtime=3378.43 cores=0,2
/proc/989963/task/989974/stat : 989974 (java) R 989954 989963 989898 0 -1 4194368 135005 0 0 0 337729 114 0 0 20 0 21 0 187447087 19771256832 1540970 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187447094 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990008] ppid=989954 vsize=19307868 memory=-8887960944162153148 CPUtime=0 cores=0,2
/proc/989963/task/990008/stat : 990008 (Finalizer) S 989954 989963 989898 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187447094 19771256832 1540970 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
[pid=989963/tid=990037] ppid=989954 vsize=19307868 memory=5468 CPUtime=0 cores=0,2
/proc/989963/task/990037/stat : 990037 (Common-Cleaner) S 989954 989963 989898 0 -1 1077936192 3489 0 0 0 0 0 0 0 20 0 21 0 187447094 19771256832 1540970 134679101440 93843875364864 93843875368560 140723856189776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93843875376376 93843875377168 93843890860032 140723856196596 140723856196704 140723856196704 140723856203720 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6163880 KiB

Child status: 143

Real time (s): 3430.68
CPU time (s): 3600.39
CPU user time (s): 3594.73
CPU system time (s): 5.65696
CPU usage (%): 104.947
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6163880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.73
system time used= 5.65696
maximum resident set size= 6164692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 575675
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150856
involuntary context switches= 37981


# summary of solver processes directly reported to runsolver:
#   pid: 989963
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3594.73
#   total CPU system time (s): 5.65696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2225 second user time and 32.9012 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 03:34:56
IDJOB=4447061
IDBENCH=158357
IDSOLVER=3052
FILE ID=nodeC006/4447061-1721352884
RUNJOBID= nodeC006-1721352896-989908
SLURM_JOB_ID= 7542761
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447061-1721352884/watcher-4447061-1721352884 -o /tmp/evaluation-result-4447061-1721352884/solver-4447061-1721352884 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721352896-989908 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4447061-1721352884.opb

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=95768109

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1252.153
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.255
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
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	: 0xb00001f
cpu MHz		: 1281.315
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
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	: 0xb00001f
cpu MHz		: 1216.304
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
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	: 0xb00001f
cpu MHz		: 1208.998
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
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	: 0xb00001f
cpu MHz		: 1204.680
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
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	: 0xb00001f
cpu MHz		: 1275.140
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
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	: 0xb00001f
cpu MHz		: 1275.971
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124924380 kB
MemAvailable:   129867656 kB
Buffers:          516976 kB
Cached:          5204884 kB
SwapCached:            0 kB
Active:           994112 kB
Inactive:        5052648 kB
Active(anon):       1364 kB
Inactive(anon):   361232 kB
Active(file):     992748 kB
Inactive(file):  4691416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4092 kB
Writeback:             0 kB
AnonPages:        324916 kB
Mapped:           105596 kB
Shmem:             37704 kB
KReclaimable:     198284 kB
Slab:             313104 kB
SReclaimable:     198284 kB
SUnreclaim:       114820 kB
KernelStack:        3696 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     693936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59456 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC006 at 2024-07-19 04:32:07