Trace number 4545356

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.2 3380.7

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-dec2-3-3-1.opb
MD5SUMecd2a3a27adff12226215cdbd4072e2c
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 benchmark212.659
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100222
Total number of constraints145826
Number of constraints which are clauses32332
Number of constraints which are cardinality constraints (but not clauses)106
Number of constraints which are nor clauses,nor cardinality constraints113388
Minimum length of a constraint1
Maximum length of a constraint2712
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 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4545356-1753238437.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
26.93/24.29	c ... done. Wall clock time 24.132s.
26.93/24.29	c declared #vars     100222
26.93/24.29	c #constraints  145952
26.93/24.29	c constraints type 
26.93/24.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10206
26.93/24.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 58
26.93/24.29	c org.sat4j.specs.Constr$1 => 463
26.93/24.29	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 113168
26.93/24.29	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
26.93/24.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 2245
26.93/24.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19811
26.93/24.29	c 145952 constraints processed.
97.81/89.87	c cleaning 2481 clauses out of 5001 with flag 0/5001
1052.52/1037.39	c cleaning 4211 clauses out of 8520 with flag 0/11001
3600.03/3380.61	c starts		: 21
3600.03/3380.64	c conflicts		: 15770
3600.03/3380.64	c decisions		: 50385
3600.03/3380.64	c propagations		: 41797514
3600.03/3380.64	c inspects		: 210815897
3600.03/3380.64	c shortcuts		: 0
3600.03/3380.64	c learnt literals	: 0
3600.03/3380.64	c learnt binary clauses	: 35
3600.03/3380.64	c learnt ternary clauses	: 120
3600.03/3380.64	c learnt constraints	: 15770
3600.03/3380.64	c ignored constraints	: 0
3600.03/3380.64	c root simplifications	: 0
3600.03/3380.64	c removed literals (reason simplification)	: 0
3600.03/3380.64	c reason swapping (by a shorter reason)	: 0
3600.03/3380.64	c Calls to reduceDB	: 2
3600.03/3380.64	c Number of update (reduction) of LBD	: 25377
3600.03/3380.64	c Imported unit clauses	: 0
3600.03/3380.64	c No decision after first conflict	: false
3600.03/3380.64	c number of reductions to clauses (during analyze)	: 0
3600.03/3380.64	c number of learned constraints concerned by reduction	: 0
3600.03/3380.64	c number of learning phase by resolution	: 0
3600.03/3380.64	c number of learning phase by cutting planes	: 0
3600.03/3380.64	c number of rounding to 1 operations	: 0
3600.03/3380.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3380.64	c number of reductions of the coefficients by power 2 	: 0
3600.03/3380.64	c number of right shift for reduction by power 2 	: 0
3600.03/3380.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3380.64	c number of ending skipping 	: 0
3600.03/3380.64	c number of internal skipping 	: 0
3600.03/3380.64	c number of derivation steps 	: 3155070
3600.03/3380.65	c number of skipped derivation steps 	: 0
3600.03/3380.65	c number of remaining unassigned 	: 73811
3600.03/3380.65	c number of remaining assigned 	: 96026352
3600.03/3380.65	c number of falsified literals weakened from reason	: 0
3600.03/3380.65	c number of falsified literals weakened from conflict	: 0
3600.03/3380.65	c time for arithmetic operations	: 392263451739
3600.03/3380.65	c minimum degree of deleted constraints	: 1
3600.03/3380.65	c maximum degree of deleted constraints	: 39204819131132579199014509220068289139150469132106441470861913443655898359504533831713488446985505738130076108212720275862820616326488923791713497177156201497784975508209808009942154223264096888553028345976909783061567063200761612689580864183789974850552821080267245669852417742745297837300613592127705707853643153510105196462356392445163564449782057806326347514712873284099456299100301235701747363024651164159452854989218258697731580520504970647411292443512782675699588591521181881860373595924380992810891532762850260880931308354618152049332696465192462012313631786673441450629166889952699398166449840605956006479338273304598332509375627221315296619822047093654275222738435430119219010602388201063853785047675506900427113235299217771834974569269462797593246306123954654828826189959689708981301529321691734384511195410327163287044370193512430843636197112785566031636203635721506026914199139786571686060730924136497776904444985758711190461216746398218726275538009030162170499276669094253331409519787618457659876174386699545035860795303671727735815242327095019062812852430606490009154799940442379556388031391738499571919757260774296580512134475488014782280391466124113384225701918660388668007487669328373374338880088087694530832025408607650492456686232580502838027320859701430022689403825787888529614555772045094882829453281080767450972072448850335336525926684485742608716612498212839670828708956419790869621371188171081312546778534831365788872583850658512616406231098513704247266744107226688184044800643603217979595907785039276983068194393957138200955106216411361840190106826598068200981409113599104509718482681703574911010142670109677196971262799035620303432224609087764227248525615803925953724555002352335138363196833464010743970734679260267377653549365711021738080340284826198528129215220886173823488330221454934680636109427714726004321204441591297633890333360960201933229282735855798660147210845382346956252214678462715846179963504416150624757727507378462596085904088808944163881705393109470140954667462822551278683412599710430404819992722639531075739855811515324312689818603018333816404097701666920409248657971120754050981276663764329049001094079376872140014450588955862937448300176854838075212575160518938089216001053899009495068223685022047811911268675006694120149349490444574847988724073388765723288783059816278890242043180529958814152148874620498213655222581673226398174694341846610655515508551252051219485955512390045004115996021918487407033939557667902885383483264176833036753552375342011280673319943841022060188474304662901598625927191656090662987309070917727658480071558560901440596955222781290120175749290892592772469695714510468775543181929276828506672656813445011533617534228033601410552139166222563171026198179333219947676335856230167478983345583650973038143257750723300018600263754821572406196085757567203803746210920265138169958475670941783949680917368154480049120493258519283205814925754729453828365827380453190451070348871199653870659687799994886908631471162016319352579979592283513228528145682376281901748841388698235825255528987191993136781970633491691465089698539575499443326047369011643865678917246698217795866830482214166467196534637146260549647406538083529323917171828612413375261888319144615048341618754965038899080636839321426766076188209407888378660202076751953529929449591996674055092784613051220860381272674069764193956386142197071206125883553379132376821069528534038442488831302915625145105782278683224170189609757815874229886587716932754313129479597350211918935640187752641315777155088406816396224752181985705236103725004520910128023536817759905398509369274452395581770675264579938299754705762010362580502568788326168958784779969711544681497152209242564108885698400648595824766360838978836181593139690498187300490777583961781601425366927294640114224657536387329870122128771349750964995103496680939350375655568152022041767719732320290344701280464431835883245433145355037738936284093563123599090635456621917154943271757902051078862250942780681838771069837440772345852532421288313319797444414649313694149076168504018633879891873692833772952820430299997957003491487633309607623118565076384139506592370924301409546281336744333005772866877570789350430791863462432462317095265850963855124696863532976372316239954194329889696697370717899698357300905310573195237470626483177977667450720051608133911345907178847437372862949619571212915408092043598217042043306749673995695079861517170294377770607311229720850354366549848105933105877146571834538222407462104707055354973800885563090682460499074785900032530207519618744824001120430559969040954832758753987484410640185780953354623571932683849149260373777585068173815078786446240592642936580339216971944031022436463915692258823293913359015419195758661525459648072784948713502385772261401067056463640204294812665280102031355907637601019405064191372447447867587217979157635797943703563913761544897623455881168442298014460208052004052565506548403417704271401894297150086589362530871484602450250541767930106015145910818137325423388229691408598394121877301412668350320494852294356730226898975348132749988188644182848672778932767396459450914003805187260697099020347730382463341124068828162247221586413289752787258222378157464548911060133525019752763265990937100204130322699839397100520887686553720073443024587089401920495965804025829424272832917315356204995531635630006373732659095216724294827677767608112838222886228480283440197145096935619728189571044331886846464654367366477094592628256499794937275861572145205860534065066464902210959108456467526975227325491551283131241740059844275618949162065264769996382508417235415080278058450482180964863195955918875702468225604610077786520727376123892882569149486066261668467576916568497163330147964431049686937081167973575712509025824879418571124735445945790459700005471598243488305838299826364338677086787199192981913069660848812437769974082169733406743575236010149479652157318020952289270530091177895358161273233962847055533114224357877962703364730093207072570682156856803043593211496759620738605776970049933458077957205611467095167735687521659639086555670534286282387533012296173198932525767539315833939404520527495436759840996474902943263335685294147541241441201617958503838591782623507901513244299857302876781024599631243003118707271622930789495087245020751788296579190046806544785589326746549614748947697197611928714100097736649984524020168515734705218982940507319881059620714914874800519662625928872204012901821910847075171231225658068899038308027135759096838615515672138557574050184757080549036089319218683580729184918489632053069889972876551341520400872841101369929309013451243216568301101970644754753614959102577530302546969141970478479840815512402827631493820592751019879454000142012298047944431852028965015028202340538606201422456825529328423677644359248776690151136821260818103183584530972754600056582089909218392941671696093560212047598532217102340532667836016101671911832161954940790105941821561851497246910493696541952528272004956086878965620331545916776456398509782771198832369216309308789045376923336854441391259449543945907337576953822616753664187795527912151858987409058163294039518055003441182371049895269967545008040901258078053307855730542857021543111252875705831025760542322145962066294814796864688237585836366829771659388566797244864888728996789631004647890415593586184309300138141418303154637130710118270374064665966869978916338790207687230380189791216029915057592823008379532837587870535834069122680219356086133889553637583225295021331700126596483891475717130456237603456884911584720377377833872004770087511569367974510786823866278963370622260719649868049904790445589238562348166821208564523112687318838639546450664333071679238348728911982186208397422069077254996187170328062380089643648809163275673183754610317761895672688134980146609958551546831412499892095824523435365634667363490098799977988881089811072685920589167919881227051942757642776066545635778357668556959876712193541462918719170281925685283201547113309948048152323520808369185694354243163381429326968201158759248225604198322633603133175087464524875084774969781205069499678508994327027950649190034809885933127619012841472262928784944894071476056620505405227649152694135254789827658420552351918283043725380072652161826667526485946954215365412919109089535583265999126207844880805929112049366134481921138411960387932758569402480527285764012760686656215889187297614738011664804608178457678073027878500519302683820175713250604093418213174055299958187631453043476574929194991262470437310264139624993514985140125328789547224063986996351741540784014683298729434029152690126096292918328023031693105858611004595640484924772603056669841956020421973182561950712338436578304215952380238662181751761761574864653396829257304326105623250730393760148481352662658016937620113952052186141265497178635296911421427986152477796850150317763926444521621864302735516389443794931393151682454120162385682151514206520704277279125034429832014656153914564813850880000
3600.03/3380.65	c number of deleted constraints	: 6692
3600.03/3380.65	c speed (assignments/second)	: 12453.369952772722
3600.03/3380.65	c non guided choices	: 144
3600.03/3380.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 89
3600.03/3380.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 35
3600.03/3380.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8954
3600.03/3380.66	s UNKNOWN
3600.03/3380.66	c Total wall clock time (in seconds): 3380.502

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10004 s]*
/proc/loadavg: 1.05 1.08 1.32 12/334 177667
/proc/meminfo: memFree=117440640/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=18930384 memory=57636 CPUtime=0.12 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 6572 0 0 0 10 2 0 0 20 0 18 0 239522332 19384713216 14409 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4732596 14409 5335 1 0 547620 0
[pid=177616/tid=177628] ppid=177604 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 5070 0 0 0 6 1 0 0 20 0 18 0 239522333 19384713216 14409 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=18930384 memory=13937 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239522336 19384713216 14409 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239522336 19384713216 14409 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.20571 s]*
/proc/loadavg: 1.05 1.08 1.32 10/336 177669
/proc/meminfo: memFree=117169708/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=18930384 memory=148424 CPUtime=0.3 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 7142 0 0 0 25 5 0 0 20 0 18 0 239522332 19384713216 37106 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4732596 37106 5463 1 0 547975 0
[pid=177616/tid=177628] ppid=177604 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) S 177604 177616 177529 0 -1 4194368 5431 0 0 0 14 3 0 0 20 0 18 0 239522333 19384713216 37106 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=18930384 memory=13937 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239522336 19384713216 37106 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239522336 19384713216 37106 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 148424 KiB

[startup+0.305902 s]*
/proc/loadavg: 1.05 1.08 1.32 8/338 177671
/proc/meminfo: memFree=116886160/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=18996948 memory=227536 CPUtime=0.48 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 7465 0 0 0 42 6 0 0 20 0 19 0 239522332 19452874752 56884 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4749237 56884 5495 1 0 548387 0
[pid=177616/tid=177628] ppid=177604 vsize=18996948 memory=-8672635894120620732 CPUtime=0.26 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 5487 0 0 0 21 5 0 0 20 0 19 0 239522333 19452874752 56884 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 56884 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 56884 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 227536 KiB

[startup+0.700227 s]
/proc/loadavg: 1.05 1.08 1.32 9/338 177671
/proc/meminfo: memFree=115110452/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=18996948 memory=1126548 CPUtime=1.04 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 9353 0 0 0 80 24 0 0 20 0 19 0 239522332 19452874752 281637 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4749237 281637 5495 1 0 549363 0
[pid=177616/tid=177628] ppid=177604 vsize=18996948 memory=27008 CPUtime=0.64 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 5921 0 0 0 42 22 0 0 20 0 19 0 239522333 19452874752 281637 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 281637 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 281637 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1126548 KiB

[startup+1.50027 s]
/proc/loadavg: 1.44 1.16 1.35 8/338 177671
/proc/meminfo: memFree=112038652/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=18996948 memory=1868008 CPUtime=2.47 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 22143 0 0 0 206 41 0 0 20 0 19 0 239522332 19452874752 467002 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4749237 467002 5495 1 0 854196 0
[pid=177616/tid=177628] ppid=177604 vsize=18996948 memory=3200 CPUtime=1.4 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 6357 0 0 0 105 35 0 0 20 0 19 0 239522333 19452874752 467002 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 467002 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 467002 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1868008 KiB

[startup+3.10582 s]
/proc/loadavg: 1.44 1.16 1.35 6/339 177672
/proc/meminfo: memFree=107854200/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=18996948 memory=2493548 CPUtime=4.73 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 22702 0 0 0 419 54 0 0 20 0 19 0 239522332 19452874752 623387 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4749237 623387 5495 1 0 854209 0
[pid=177616/tid=177628] ppid=177604 vsize=18996948 memory=11136 CPUtime=2.93 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 6670 0 0 0 245 48 0 0 20 0 19 0 239522333 19452874752 623387 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 623387 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 623387 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2493548 KiB

[startup+6.30023 s]
/proc/loadavg: 1.73 1.22 1.37 7/340 177673
/proc/meminfo: memFree=105903984/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=18996948 memory=3108284 CPUtime=8.04 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 23890 0 0 0 738 66 0 0 20 0 19 0 239522332 19452874752 777071 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4749237 777071 5495 1 0 1010911 0
[pid=177616/tid=177628] ppid=177604 vsize=18996948 memory=5632 CPUtime=6 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 7354 0 0 0 541 59 0 0 20 0 19 0 239522333 19452874752 777071 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 777071 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=18996948 memory=-8889371626187825852 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 777071 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3108284 KiB

[startup+12.7002 s]
/proc/loadavg: 1.99 1.29 1.39 5/340 177673
/proc/meminfo: memFree=104419280/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=18996948 memory=4086908 CPUtime=14.99 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 26069 0 0 0 1412 87 0 0 20 0 19 0 239522332 19452874752 1021727 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4749237 1021727 5495 1 0 1253379 0
[pid=177616/tid=177628] ppid=177604 vsize=18996948 memory=16496 CPUtime=12.07 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 8572 0 0 0 1128 79 0 0 20 0 19 0 239522333 19452874752 1021727 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 1021727 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=18996948 memory=2493548 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522336 19452874752 1021727 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4086908 KiB

[startup+25.5003 s]
/proc/loadavg: 2.30 1.38 1.42 6/341 177674
/proc/meminfo: memFree=102619268/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19063512 memory=4902296 CPUtime=29.41 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 41057 0 0 0 2832 109 0 0 20 0 20 0 239522332 19521036288 1225574 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4765878 1225574 5495 1 0 1446912 0
[pid=177616/tid=177628] ppid=177604 vsize=19063512 memory=1792 CPUtime=24.1 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 13273 0 0 0 2313 97 0 0 20 0 20 0 239522333 19521036288 1225574 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19063512 memory=4124128 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522336 19521036288 1225574 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19063512 memory=-8889371626187825852 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239522336 19521036288 1225574 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19063512 memory=3108284 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524764 19521036288 1225574 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 29.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4902296 KiB

[startup+51.1058 s]
/proc/loadavg: 3.10 1.66 1.51 5/343 177677
/proc/meminfo: memFree=102080308/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=4912804 CPUtime=58.51 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 49349 0 0 0 5734 117 0 0 20 0 21 0 239522332 19589197824 1228201 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 1228201 5495 1 0 1447505 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=4910708 CPUtime=49.33 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 17003 0 0 0 4832 101 0 0 20 0 21 0 239522333 19589197824 1228201 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=4885728 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 1228201 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=4906460 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 1228201 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=4496 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 1228201 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 58.51 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4912804 KiB

[startup+102.3 s]

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

/proc/meminfo: memFree=88054940/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=8609884 CPUtime=3127.5 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 273693 0 0 0 312265 485 0 0 20 0 21 0 239522332 19589197824 2152471 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 2152471 5527 1 0 2166142 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=7717512 CPUtime=2946.2 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 105249 0 0 0 294336 284 0 0 20 0 21 0 239522333 19589197824 2152471 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=7483888 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2152471 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=16496 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 1876 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2152471 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=-8889371626187825852 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 2152471 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 3127.5 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8609884 KiB

[startup+3042.3 s]
/proc/loadavg: 4.46 4.60 4.39 5/342 177838
/proc/meminfo: memFree=87629968/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=9035408 CPUtime=3208.05 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 282213 0 0 0 320296 509 0 0 20 0 21 0 239522332 19589197824 2258852 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 2258852 5527 1 0 2272679 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=16496 CPUtime=3004.41 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 107230 0 0 0 300149 292 0 0 20 0 21 0 239522333 19589197824 2258852 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=8701572 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2258852 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=4480 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 1960 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2258852 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=16496 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 2258852 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 3208.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9035408 KiB

[startup+3102.3 s]
/proc/loadavg: 4.81 4.68 4.43 5/342 177841
/proc/meminfo: memFree=87431192/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=9219004 CPUtime=3287.21 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 288979 0 0 0 328196 525 0 0 20 0 21 0 239522332 19589197824 2304751 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 2304751 5527 1 0 2318636 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=16496 CPUtime=3062.96 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 108240 0 0 0 306001 295 0 0 20 0 21 0 239522333 19589197824 2304751 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=9118052 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2304751 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=198340509722 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 2001 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2304751 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=27008 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 2304751 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 3287.21 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9219004 KiB

[startup+3162.3 s]
/proc/loadavg: 4.68 4.66 4.44 5/342 177844
/proc/meminfo: memFree=86542504/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=10030192 CPUtime=3361.34 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 297435 0 0 0 335581 553 0 0 20 0 21 0 239522332 19589197824 2507548 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 2507548 5527 1 0 2521262 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=16496 CPUtime=3121.57 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 110263 0 0 0 311848 309 0 0 20 0 21 0 239522333 19589197824 2507548 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=9513108 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2507548 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=16496 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2507548 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=9746676 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 2507548 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 3361.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10030192 KiB

[startup+3222.3 s]
/proc/loadavg: 4.54 4.63 4.44 5/342 177846
/proc/meminfo: memFree=85241816/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=11039272 CPUtime=3436.17 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 304480 0 0 0 343032 585 0 0 20 0 21 0 239522332 19589197824 2759818 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 2759818 5527 1 0 2774022 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=16496 CPUtime=3180.24 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 112561 0 0 0 317696 328 0 0 20 0 21 0 239522333 19589197824 2759818 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=9513108 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2759818 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=16496 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2759818 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=27008 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 2759818 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 3436.17 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11039272 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.61 4.45 5/342 177848
/proc/meminfo: memFree=84612628/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=11391664 CPUtime=3499.87 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 310894 0 0 0 349390 597 0 0 20 0 21 0 239522332 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 2847916 5527 1 0 2861754 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=16496 CPUtime=3239.76 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 114759 0 0 0 323640 336 0 0 20 0 21 0 239522333 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=11249836 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=11391664 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 2008 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 3499.87 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11391664 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.49 4.42 4/317 177884
/proc/meminfo: memFree=91601156/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=11391664 CPUtime=3559.84 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 314919 0 0 0 355384 600 0 0 20 0 21 0 239522332 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 2847916 5527 1 0 2861754 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=11391664 CPUtime=3299.51 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 117543 0 0 0 329614 337 0 0 20 0 21 0 239522333 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=3104 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=11391664 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 2079 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=11391664 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 2847916 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 3559.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11391664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3380.6 s]
/proc/loadavg: 3.82 4.37 4.38 4/318 177886
/proc/meminfo: memFree=91190432/131249996 swapFree=33010160/33010684
[pid=177616] ppid=177604 vsize=19130076 memory=11516720 CPUtime=3600.03 cores=4,6
/proc/177616/stat : 177616 (java) S 177604 177616 177529 0 -1 4194304 322538 0 0 0 359397 606 0 0 20 0 21 0 239522332 19589197824 2879180 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
/proc/177616/statm: 4782519 2879180 5527 1 0 2893091 0
[pid=177616/tid=177628] ppid=177604 vsize=19130076 memory=6149956 CPUtime=3337.55 cores=4,6
/proc/177616/task/177628/stat : 177628 (java) R 177604 177616 177529 0 -1 4194368 119991 0 0 0 333415 340 0 0 20 0 21 0 239522333 19589197824 2879180 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177643] ppid=177604 vsize=19130076 memory=6684 CPUtime=0 cores=4,6
/proc/177616/task/177643/stat : 177643 (Finalizer) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2879180 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177650] ppid=177604 vsize=19130076 memory=11391664 CPUtime=0 cores=4,6
/proc/177616/task/177650/stat : 177650 (Common-Cleaner) S 177604 177616 177529 0 -1 4194368 2079 0 0 0 0 0 0 0 20 0 21 0 239522336 19589197824 2879180 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
[pid=177616/tid=177674] ppid=177604 vsize=19130076 memory=6900 CPUtime=0 cores=4,6
/proc/177616/task/177674/stat : 177674 (Timer-0) S 177604 177616 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239524764 19589197824 2879180 18446744073709551615 94868790177792 94868790181488 140724553858544 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94868790189304 94868790190096 94868803780608 140724553865553 140724553865700 140724553865700 140724553871304 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11516720 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.09 s, system=6.10972 s

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

Child status: 143

Real time (s): 3380.7
CPU time (s): 3600.2
CPU user time (s): 3594.09
CPU system time (s): 6.10972
CPU usage (%): 106.493
Max. virtual memory (cumulated for all children) (KiB): 19135632
Max. memory (cumulated for all children) (KiB): 11516720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.09
system time used= 6.10972
maximum resident set size= 11517616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3799920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146205
involuntary context switches= 23645


# summary of solver processes directly reported to runsolver:
#   pid: 177616
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3594.09
#   total CPU system time (s): 6.10972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45842 second user time and 16.2637 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-23 04:40:37
IDJOB=4545356
IDBENCH=180847
IDSOLVER=3362
FILE ID=nodeC032/4545356-1753238437
RUNJOBID= nodeC032-1753238437-177540
SLURM_JOB_ID= 9687873
Free space on /tmp= 432556 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-dec2-3-3-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545356-1753238437/watcher-4545356-1753238437 -o /tmp/evaluation-result-4545356-1753238437/solver-4545356-1753238437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1753238437-177540 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545356-1753238437 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545356-1753238437.opb

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

MD5SUM BENCH= ecd2a3a27adff12226215cdbd4072e2c
RANDOM SEED=715204721

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117551216 kB
MemAvailable:   129608576 kB
Buffers:            2728 kB
Cached:         12736544 kB
SwapCached:           20 kB
Active:          1200120 kB
Inactive:       11605888 kB
Active(anon):      89852 kB
Inactive(anon):     3124 kB
Active(file):    1110268 kB
Inactive(file): 11602764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23284 kB
Writeback:             0 kB
AnonPages:         69880 kB
Mapped:           108320 kB
Shmem:             26240 kB
KReclaimable:     367136 kB
Slab:             466292 kB
SReclaimable:     367136 kB
SUnreclaim:        99156 kB
KernelStack:        4176 kB
PageTables:         3016 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     350760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429768 MiB
End job on nodeC032 at 2025-07-23 05:36:58