Trace number 4492191

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.26 3456.87

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
MD5SUM541bb44b1c4109a6ad1f1e8bb0976fdd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.028008
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3038
Total number of constraints2160
Number of constraints which are clauses2070
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.23/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.23/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.32	c See www.sat4j.org for details.
0.23/0.34	c version PB25.v20250606
0.23/0.37	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.37	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.37	c java.vm.version	22.0.1+8-16
0.23/0.37	c java.vm.vendor	Oracle Corporation
0.23/0.37	c sun.arch.data.model	64
0.23/0.37	c java.version		22.0.1
0.23/0.37	c os.name		Linux
0.23/0.37	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.23/0.37	c os.arch		amd64
0.23/0.38	c Free memory 		2104792832
0.23/0.38	c Max memory 		16282288128
0.23/0.38	c Total memory 		2113929216
0.23/0.39	c Number of processors 	2
0.55/0.57	c Pseudo Boolean Optimization by upper bound
0.55/0.57	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.55/0.57	c  - never skip resolution steps
0.55/0.57	c  - Auto-division on coefficients is disabled
0.55/0.57	c  - No postprocessing
0.55/0.57	c  - Conflict is considered as is when resolving
0.55/0.57	c  - Use constraints as they come during conflict analysis
0.55/0.57	c  - Weaken first using unassigned literals
0.55/0.57	c  - Bump strategy: ALWAYS_ONE
0.55/0.57	c  - Bumper: EFFECTIVE
0.55/0.57	c --- Begin Solver configuration ---
0.55/0.57	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.55/0.57	c Learn all clauses as in MiniSAT
0.55/0.57	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.55/0.57	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.55/0.57	c No reason simplification
0.55/0.57	c Dynamic restart strategy considering the size of the coefficients
0.55/0.57	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.55/0.57	c timeout=2147483s
0.55/0.57	c DB Simplification allowed=false
0.55/0.57	c Listener: none
0.55/0.57	c --- End Solver configuration ---
0.55/0.58	c solving HOME/instance-4492191-1751145946.opb
0.55/0.58	c reading problem ... 
0.55/0.58	c using VERIPB proof format
0.55/0.58	c  no objective function found
1.28/1.00	c ... done. Wall clock time 0.411s.
1.28/1.00	c declared #vars     3038
1.28/1.00	c #constraints  2160
1.28/1.00	c constraints type 
1.28/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
1.28/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2070
1.28/1.00	c 2160 constraints processed.
56.59/45.60	c cleaning 2497 clauses out of 5001 with flag 0/5001
95.67/82.91	c cleaning 4243 clauses out of 8503 with flag 0/11000
141.80/127.59	c cleaning 5630 clauses out of 11260 with flag 0/18000
211.48/195.60	c cleaning 6809 clauses out of 13632 with flag 0/26002
289.14/271.92	c cleaning 7909 clauses out of 15821 with flag 0/35000
380.89/361.96	c cleaning 8950 clauses out of 17913 with flag 0/45001
506.52/482.11	c cleaning 9978 clauses out of 19962 with flag 0/56000
633.48/605.10	c cleaning 10976 clauses out of 21986 with flag 0/68002
756.64/728.69	c cleaning 12001 clauses out of 24010 with flag 0/81002
912.77/882.83	c cleaning 12989 clauses out of 26008 with flag 0/95001
1068.60/1036.07	c cleaning 13955 clauses out of 28018 with flag 0/110000
1238.67/1202.18	c cleaning 15026 clauses out of 30063 with flag 0/126000
1447.12/1407.96	c cleaning 16016 clauses out of 32037 with flag 0/143000
1645.36/1604.08	c cleaning 16998 clauses out of 34023 with flag 0/161002
1855.94/1812.18	c cleaning 18011 clauses out of 36023 with flag 0/180000
2073.99/2026.21	c cleaning 18991 clauses out of 38013 with flag 0/200001
2303.49/2251.18	c cleaning 20012 clauses out of 40023 with flag 0/221002
2589.62/2529.22	c cleaning 20970 clauses out of 42009 with flag 0/243000
2993.56/2898.39	c cleaning 22012 clauses out of 44041 with flag 0/266002
3387.32/3260.21	c cleaning 22938 clauses out of 46027 with flag 0/290000
3600.03/3456.72	c timeout
3600.03/3456.75	c starts		: 32
3600.03/3456.76	c conflicts		: 304345
3600.03/3456.76	c decisions		: 1077312
3600.03/3456.76	c propagations		: 23230201
3600.03/3456.76	c inspects		: 1375092325
3600.03/3456.76	c shortcuts		: 0
3600.03/3456.76	c learnt literals	: 0
3600.03/3456.76	c learnt binary clauses	: 0
3600.03/3456.76	c learnt ternary clauses	: 0
3600.03/3456.76	c learnt constraints	: 304344
3600.03/3456.76	c ignored constraints	: 0
3600.03/3456.76	c root simplifications	: 0
3600.03/3456.76	c removed literals (reason simplification)	: 0
3600.03/3456.76	c reason swapping (by a shorter reason)	: 0
3600.03/3456.76	c Calls to reduceDB	: 20
3600.03/3456.76	c Number of update (reduction) of LBD	: 426532
3600.03/3456.76	c Imported unit clauses	: 0
3600.03/3456.76	c No decision after first conflict	: false
3600.03/3456.76	c number of reductions to clauses (during analyze)	: 0
3600.03/3456.76	c number of learned constraints concerned by reduction	: 0
3600.03/3456.76	c number of learning phase by resolution	: 0
3600.03/3456.76	c number of learning phase by cutting planes	: 0
3600.03/3456.76	c number of rounding to 1 operations	: 0
3600.03/3456.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3456.76	c number of reductions of the coefficients by power 2 	: 0
3600.03/3456.76	c number of right shift for reduction by power 2 	: 0
3600.03/3456.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3456.76	c number of ending skipping 	: 0
3600.03/3456.76	c number of internal skipping 	: 0
3600.03/3456.76	c number of derivation steps 	: 8029180
3600.03/3456.76	c number of skipped derivation steps 	: 0
3600.03/3456.76	c number of remaining unassigned 	: 1160944
3600.03/3456.76	c number of remaining assigned 	: 607343237
3600.03/3456.77	c number of falsified literals weakened from reason	: 0
3600.03/3456.77	c number of falsified literals weakened from conflict	: 0
3600.03/3456.77	c time for arithmetic operations	: 41613622416
3600.03/3456.77	c minimum degree of deleted constraints	: 1
3600.03/3456.77	c maximum degree of deleted constraints	: 31226979739410040670662973033671936403922283627496478746490622195241537446775092626275608386153139318202298238118529268155566368002484435218057312210208422468542492596292933627701668794666185377049088969521112119959733065404926744069376841144017265194268824037163449825657952567911280085350311123825659029330571783583230239736295180640461677705007763064831779489319150607458703863894149960462875916494511678287968851554367685873558420143084383536771495984850425935720083415576876334299460509924029449703574415540090013816034194504005111284257761194988366638957184021895951687221497884348987535060396180467662456409138997037449974208814474919689925590723870773523954054295565666619899069251520868629857702088623589108834829001146919802096122207712569870124687341064932607019057708850230067100186546948128498882630543626889020521338477974933038204622758924056010085748645830260332553972811681694356018784827445539762873203644324657247105371400190043649414545750919312927356882144888743262970689948196871383656651261842918649496628264248800506829183716561841395740964712080617488039875898864742139750924525864459529430538690384921252159717091667829205941647716795008182028671333006293029410852396590269478597392156254838256846169632826199145216230055560719000876449734764154575761447419503684934802523304838214331239019164760116260669432201590543396235737752627059599381476280303472712643596477869508305841687720520812265636407329419532011993753613926985669460208718115447740184358539363167781023025873583895402113470824381337312741473289739219860814839858315610253444204144550172504454010565302322655388416549786472367933094077477589311610705808581866411329214814025192719410910992843349209551712381145190355169113917270841919435486836300176615612178753504603572764805937669338782653148237992047406121707573666202021478873143658660356815366207749026666557231150106083798367591276307762204786005514620943763432104520601022334545360712455104617213444647370191972098751119395956555611955444878669017415759519829645663709784517846501413796989634492922283853583077728039188839941135206590157712286464468817352736973141464115038672854032729219821550559499641333508113899148764279445705303489827087674509389746392712750861898844000748501321852072264137078419465564290916891735689776056001704676579738802503648021642959680713258417554620407986187323087850494342017662659986500285820186713422920327177900169200477619601004925413983174252653974836561198015620182343570205994809333413435257050482424576267999990828829061376214740713893680410739202958054514796444375032524646417237486525099661432673491361272249002150796578202718963134207455200443814918680571676260591777826266416341492237328427435442905198615050399348594989325158799476638820360817251154049744507620394407893683748072573502312805117280943608933031864669400236673258114592645461551249824446450617325287213384206960146483646824560383734686167246996482418785397638655363850462814087815971005755184554268873996544681222398234694321774174258541205980588999253689944197690254462420950702916654798217010222969877434816109870080024759194212311018882691298401559991093720814433259294944801977913638112171406372849628457670340753516418977564078686408545949349496424891891588565668403270516075610579813708075876326110797024203075315696463560919489947494939292364434244201958304517796611258601979466014095734154306126178826731551205845576177789236444468750545315376971484404846660211575325827685886552724223571864023568802162605305482622188522125411397279077837013405387677267461232372106754258570897093238999729033280530587082730822202672546474454403991985900689404477007530630910434111626223927958912023460892503077136554208033864170115389342778417219235613344659986341623560742336691851739960945940400170104401136380693531527282324388445599548533564553417868467090483473822865293344070796432436095015594369970436393938386496428988010067093079068587730911209443605205103182424474283991270157968086313090051153704581745246441072910270174967509969276452499697712877009513719400909926231067101384905017556727374858362228909588481042636373858571440667020980775724267773210925665920466760222636889239319449830611413973978727802914507987357382869330066383852065218339576137133230220051526421190481115643141688053281630176426949102787553040264589323946789565534283948532605283554194507218892433067777764430478525929583579945633381162395301444747659085971414403823055988008739875114597571536506493576682791614601546257686461884126132924810128295213385960127453532720009061693568355576993753505512690727128868910899567025735192710854725749885568499353423467843294085112715412221554112799421158186645944611000501402171914581890437922261510479178816433099662437792500228616752359747660846527540104267884474829765792118694519291207098174307548787972509840638996933854209931454379036229714918932800290500922633740673547131409257544045638440782525772076917687479517498651346164669293935467658487670867376695434124759823900193822512401215475997708749956093438448172109248386232196877845232226658128223645451844555466822999087523340040126654114493461198770627833886635322570126919497310194470066308014042955729569716119126114202367216277135915170361220384381223658324455492177851559284133395944427615732258260449248795642122498990192472093072167619256242738520841580529104263229438807803610406188074658936932353527952253832819779314525564907033383976435460770775341910535382971016946766580028939003544108897185277388720666185164747483329218886440478691704523498014511815496110498876546346272590655680486631117660117063078304068214681602294081738404792681786531003091938204245970225780325693475067743033455820868847698221936293011449221043321682932743698440177837283626507388761426633545562304253149806943032775853033410791871780019685069430706519531990559043789267155260698844858248893756512054631076393077271387875027125240361401368621874328887749887312475402492650131313987160409747700456774545127080461594862736882113473869857500646132263615941325007730041030847478231138733544376991005929573245170236618050291124490918782810849929279169244397049728342619817606949146745902259510791738221411340961600647633202067179535360
3600.03/3456.77	c number of deleted constraints	: 266911
3600.03/3456.79	c speed (assignments/second)	: 6722.166550290949
3600.03/3456.79	c non guided choices	: 1024
3600.18/3456.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 22
3600.18/3456.85	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 237
3600.18/3456.85	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 37174
3600.18/3456.85	s UNKNOWN
3600.18/3456.85	c Total wall clock time (in seconds): 3456.278

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: 63837 MiB (63124 MiB free)
  memory of node 1: 64465 MiB (63967 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=15207, runsolver pid=15195

[startup+0.100076 s]*
/proc/loadavg: 0.74 2.17 3.23 6/261 15219
/proc/meminfo: memFree=130131492/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=16386820 memory=14208 CPUtime=0.02 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 846 0 144 0 0 2 0 0 20 0 2 0 30273795 16780103680 3552 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4096705 3552 2976 1 0 3145 0
[pid=15207/tid=15216] ppid=15195 vsize=16764448 memory=4026532124 CPUtime=0.01 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4456512 325 0 73 0 0 1 0 0 20 0 3 0 30273802 17166794752 3584 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15221] ppid=15195 vsize=16764448 memory=17127 CPUtime=0 cores=0,2
/proc/15207/task/15221/stat : 15221 (java) R 15195 15207 15143 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 3 0 30273806 17166794752 3584 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 16386820 KiB
Current children cumulated memory: 14208 KiB

[startup+0.213144 s]*
/proc/loadavg: 0.74 2.17 3.23 7/320 15278
/proc/meminfo: memFree=130055376/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=18930200 memory=42480 CPUtime=0.09 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 5218 0 371 0 3 6 0 0 20 0 18 0 30273795 19384524800 10620 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4732550 10620 4712 1 0 546669 0
[pid=15207/tid=15216] ppid=15195 vsize=18930200 memory=3472328300254200092 CPUtime=0.06 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) D 15195 15207 15143 0 -1 4194368 4376 0 273 0 2 4 0 0 20 0 18 0 30273802 19384524800 10620 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=18930200 memory=17127 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30273815 19384524800 11157 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=18930200 memory=57394570986489 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) R 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30273816 19384524800 11157 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930200 KiB
Current children cumulated memory: 42480 KiB

[startup+0.313955 s]*
/proc/loadavg: 0.74 2.17 3.23 9/325 15283
/proc/meminfo: memFree=130032340/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=18930384 memory=48980 CPUtime=0.23 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 5869 0 400 0 16 7 0 0 20 0 18 0 30273795 19384713216 12245 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4732596 12245 5224 1 0 547194 0
[pid=15207/tid=15216] ppid=15195 vsize=18930384 memory=-6000919481229600622 CPUtime=0.15 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 4714 0 291 0 10 5 0 0 20 0 18 0 30273802 19384713216 12245 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=18930384 memory=-4421386500576601702 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30273815 19384713216 12245 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30273816 19384713216 12245 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48980 KiB

[startup+0.700382 s]
/proc/loadavg: 0.74 2.17 3.23 14/325 15283
/proc/meminfo: memFree=130003160/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=18930384 memory=66236 CPUtime=0.88 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 6948 0 403 0 79 9 0 0 20 0 18 0 30273795 19384713216 16559 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4732596 16559 5384 1 0 547972 0
[pid=15207/tid=15216] ppid=15195 vsize=18930384 memory=17408 CPUtime=0.46 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 5222 0 293 0 40 6 0 0 20 0 18 0 30273802 19384713216 16559 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=18930384 memory=5632 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30273815 19384713216 16559 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30273816 19384713216 16559 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66236 KiB

[startup+1.50032 s]
/proc/loadavg: 0.74 2.17 3.23 6/286 15298
/proc/meminfo: memFree=129927412/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=175916 CPUtime=2.46 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 19875 0 408 0 230 16 0 0 20 0 20 0 30273795 19521036288 43979 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 43979 5416 1 0 554057 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=0 CPUtime=1.16 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 5728 0 293 0 108 8 0 0 20 0 20 0 30273802 19521036288 43979 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 43979 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=211309297979 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 43979 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175916 KiB

[startup+3.10535 s]
/proc/loadavg: 1.40 2.29 3.26 8/329 15420
/proc/meminfo: memFree=129508912/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=177836 CPUtime=5.62 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 23029 0 408 0 545 17 0 0 20 0 20 0 30273795 19521036288 44459 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 44459 5416 1 0 554076 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=0 CPUtime=2.71 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 6441 0 293 0 262 9 0 0 20 0 20 0 30273802 19521036288 44459 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 44459 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=211309297979 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 44459 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=86304 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 44459 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177836 KiB

[startup+6.30039 s]
/proc/loadavg: 1.40 2.29 3.26 8/333 15424
/proc/meminfo: memFree=126957692/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=210280 CPUtime=9.79 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 26360 0 408 0 960 19 0 0 20 0 20 0 30273795 19521036288 52570 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 52570 5416 1 0 554078 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=0 CPUtime=5.88 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 6853 0 293 0 578 10 0 0 20 0 20 0 30273802 19521036288 52570 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=86304 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 52570 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=-6000919485524567918 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 52570 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=9088 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 52570 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 9.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210280 KiB

[startup+12.7003 s]
/proc/loadavg: 1.69 2.33 3.27 6/332 15424
/proc/meminfo: memFree=123266772/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=1291468 CPUtime=19.11 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 36701 0 408 0 1865 46 0 0 20 0 20 0 30273795 19521036288 322867 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 322867 5416 1 0 554171 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=0 CPUtime=12.18 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 9963 0 293 0 1185 33 0 0 20 0 20 0 30273802 19521036288 322867 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=-6000919485524567918 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 322867 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 322867 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=6689 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 322867 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 19.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1291468 KiB

[startup+25.5004 s]
/proc/loadavg: 2.36 2.45 3.29 5/332 15424
/proc/meminfo: memFree=121374888/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=1391976 CPUtime=33.25 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 38832 0 408 0 3274 51 0 0 20 0 20 0 30273795 19521036288 347994 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 347994 5416 1 0 554492 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=0 CPUtime=24.51 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 10143 0 293 0 2417 34 0 0 20 0 20 0 30273802 19521036288 347994 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=1373364 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 347994 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 347994 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 347994 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 33.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1391976 KiB

[startup+51.1136 s]
/proc/loadavg: 3.20 2.64 3.33 6/332 15424
/proc/meminfo: memFree=117955560/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=2164304 CPUtime=62.63 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 43257 0 408 0 6191 72 0 0 20 0 20 0 30273795 19521036288 541076 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 541076 5416 1 0 738034 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=2164176 CPUtime=49.29 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 11625 0 293 0 4878 51 0 0 20 0 20 0 30273802 19521036288 541076 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 541076 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 541076 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=2164176 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 541076 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 62.63 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3102.3 s]
/proc/loadavg: 4.19 4.29 4.24 5/332 16142
/proc/meminfo: memFree=108829636/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=3295508 CPUtime=3211.89 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 346088 0 408 0 320393 796 0 0 20 0 20 0 30273795 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 823877 5480 1 0 833093 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=3295508 CPUtime=3030.7 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 164724 0 293 0 302534 536 0 0 20 0 20 0 30273802 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=3295508 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=3295508 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=9088 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 3211.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3295508 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.28 4.24 6/331 16144
/proc/meminfo: memFree=108769568/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=3295508 CPUtime=3278.39 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 348904 0 408 0 327032 807 0 0 20 0 20 0 30273795 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 823877 5480 1 0 833093 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=3295508 CPUtime=3089.07 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 165271 0 293 0 308367 540 0 0 20 0 20 0 30273802 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=3287300 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=3295508 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 2412 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=3295508 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 3278.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3295508 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.32 4.26 5/331 16146
/proc/meminfo: memFree=109208032/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=3295508 CPUtime=3344.76 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 348946 0 408 0 333657 819 0 0 20 0 20 0 30273795 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 823877 5480 1 0 833094 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=3295508 CPUtime=3147.77 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 165282 0 293 0 314233 544 0 0 20 0 20 0 30273802 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=3295508 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=3295508 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 2416 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 3344.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3295508 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.32 4.27 5/332 16149
/proc/meminfo: memFree=109132796/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=3295508 CPUtime=3410.74 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 351413 0 408 0 340242 832 0 0 20 0 20 0 30273795 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 823877 5480 1 0 833102 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=3295508 CPUtime=3206.39 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 167319 0 293 0 320089 550 0 0 20 0 20 0 30273802 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=21484 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 2416 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 823877 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 3410.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3295508 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.37 4.28 6/332 16151
/proc/meminfo: memFree=109496540/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=2845472 CPUtime=3475.63 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 356770 0 408 0 346716 847 0 0 20 0 20 0 30273795 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 711368 5480 1 0 720350 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=2845472 CPUtime=3264.99 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 169849 0 293 0 325941 558 0 0 20 0 20 0 30273802 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=2845472 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=-6000919485524567918 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 2498 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 3475.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2845472 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.38 4.29 5/330 16153
/proc/meminfo: memFree=108588996/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=2845472 CPUtime=3541.56 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 357765 0 408 0 353294 862 0 0 20 0 20 0 30273795 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 711368 5480 1 0 720350 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=2845472 CPUtime=3323.61 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 170056 0 293 0 331797 564 0 0 20 0 20 0 30273802 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=3295508 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 2529 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=2845472 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 711368 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 3541.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2845472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3456.7 s]
/proc/loadavg: 4.28 4.34 4.28 5/330 16155
/proc/meminfo: memFree=107655020/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19063512 memory=3720916 CPUtime=3600.03 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 362149 0 408 0 359108 895 0 0 20 0 20 0 30273795 19521036288 930229 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4765878 930229 5480 1 0 941678 0
[pid=15207/tid=15216] ppid=15195 vsize=19063512 memory=2845472 CPUtime=3376.52 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) R 15195 15207 15143 0 -1 4194368 172260 0 293 0 337060 592 0 0 20 0 20 0 30273802 19521036288 930229 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30273815 19521036288 930229 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19063512 memory=3378868 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 2529 0 0 0 0 0 0 0 20 0 20 0 30273816 19521036288 930229 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15299] ppid=15195 vsize=19063512 memory=3354324 CPUtime=0 cores=0,2
/proc/15207/task/15299/stat : 15299 (Timer-0) S 15195 15207 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30273896 19521036288 930229 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3720916 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.28 s, system=8.97469 s

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

[startup+3456.8 s]
/proc/loadavg: 4.28 4.34 4.28 5/330 16155
/proc/meminfo: memFree=107655020/131382112 swapFree=33010684/33010684
[pid=15207] ppid=15195 vsize=19263204 memory=3721556 CPUtime=3600.18 cores=0,2
/proc/15207/stat : 15207 (java) S 15195 15207 15143 0 -1 4194304 364425 0 408 0 359122 896 0 0 20 0 21 0 30273795 19725520896 930389 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
/proc/15207/statm: 4815801 930389 5480 1 0 942634 0
[pid=15207/tid=15216] ppid=15195 vsize=19263204 memory=7024 CPUtime=3376.55 cores=0,2
/proc/15207/task/15216/stat : 15216 (java) S 15195 15207 15143 0 -1 4194368 172567 0 293 0 337063 592 0 0 20 0 21 0 30273802 19725520896 930389 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15253] ppid=15195 vsize=19263204 memory=-6000919485524567918 CPUtime=0 cores=0,2
/proc/15207/task/15253/stat : 15253 (Finalizer) S 15195 15207 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 30273815 19725520896 930389 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
[pid=15207/tid=15280] ppid=15195 vsize=19263204 memory=2724 CPUtime=0 cores=0,2
/proc/15207/task/15280/stat : 15280 (Common-Cleaner) S 15195 15207 15143 0 -1 4194368 2529 0 0 0 0 0 0 0 20 0 21 0 30273816 19725520896 930389 18446744073709551615 94182578102272 94182578105968 140731139887872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94182578113784 94182578114576 94182591160320 140731139889453 140731139889638 140731139889638 140731139895240 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3721556 KiB

Child status: 143

Real time (s): 3456.87
CPU time (s): 3600.26
CPU user time (s): 3591.28
CPU system time (s): 8.97469
CPU usage (%): 104.148
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6352752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.28
system time used= 8.97469
maximum resident set size= 6352752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364588
page faults= 408
swaps= 0
block input operations= 20600
block output operations= 3237880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128372
involuntary context switches= 20032


# summary of solver processes directly reported to runsolver:
#   pid: 15207
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3591.28
#   total CPU system time (s): 8.97469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3612 second user time and 35.6384 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-28 23:25:47
IDJOB=4492191
IDBENCH=147766
IDSOLVER=3362
FILE ID=nodeC007/4492191-1751145946
RUNJOBID= nodeC007-1751145946-15153
SLURM_JOB_ID= 9587454
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492191-1751145946/watcher-4492191-1751145946 -o /tmp/evaluation-result-4492191-1751145946/solver-4492191-1751145946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15153 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492191-1751145946 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492191-1751145946.opb

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

MD5SUM BENCH= 541bb44b1c4109a6ad1f1e8bb0976fdd
RANDOM SEED=1099143309

nodeC007 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	: 0xb00001f
cpu MHz		: 1197.283
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 pti 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	: 6983.68
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.692
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 pti 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	: 6983.68
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		: 1197.179
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 pti 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	: 6983.68
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		: 1197.202
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 pti 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	: 6983.68
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		: 1197.247
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 pti 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	: 6983.68
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		: 1197.172
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 pti 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	: 6983.68
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		: 1197.193
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 pti 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	: 6983.68
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		: 1197.021
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 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130146652 kB
MemAvailable:   129956028 kB
Buffers:            3280 kB
Cached:           620676 kB
SwapCached:            0 kB
Active:           280176 kB
Inactive:         410312 kB
Active(anon):      84492 kB
Inactive(anon):        0 kB
Active(file):     195684 kB
Inactive(file):   410312 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3316 kB
Writeback:             0 kB
AnonPages:         69688 kB
Mapped:           101912 kB
Shmem:             17960 kB
KReclaimable:      86016 kB
Slab:             168348 kB
SReclaimable:      86016 kB
SUnreclaim:        82332 kB
KernelStack:        3956 kB
PageTables:         3100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC007 at 2025-06-29 00:23:24