Trace number 4516325

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.18 3306.78

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v3_shuffle/normalized-grid8_99.shuf-2.opb
MD5SUM6964b646467d268a62556124320c5d40
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.053684
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints1585
Number of constraints which are clauses1584
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint792
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 805
Number of bits of the biggest sum of numbers10
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.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4516325-1751243186.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.33/0.24	c ... done. Wall clock time 0.085s.
0.33/0.24	c declared #vars     792
0.33/0.24	c #constraints  1585
0.33/0.24	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1584
0.33/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.33/0.25	c 1585 constraints processed.
71.17/63.69	c cleaning 2487 clauses out of 5000 with flag 0/5000
3600.07/3306.71	c starts		: 43
3600.07/3306.72	c conflicts		: 7852
3600.07/3306.72	c decisions		: 21270
3600.07/3306.72	c propagations		: 294934
3600.07/3306.72	c inspects		: 35567360
3600.07/3306.72	c shortcuts		: 0
3600.07/3306.72	c learnt literals	: 0
3600.07/3306.72	c learnt binary clauses	: 0
3600.07/3306.72	c learnt ternary clauses	: 0
3600.07/3306.72	c learnt constraints	: 7851
3600.07/3306.72	c ignored constraints	: 0
3600.07/3306.72	c root simplifications	: 0
3600.07/3306.72	c removed literals (reason simplification)	: 0
3600.07/3306.72	c reason swapping (by a shorter reason)	: 0
3600.07/3306.72	c Calls to reduceDB	: 1
3600.07/3306.72	c Number of update (reduction) of LBD	: 12246
3600.07/3306.72	c Imported unit clauses	: 0
3600.07/3306.72	c No decision after first conflict	: false
3600.07/3306.72	c number of reductions to clauses (during analyze)	: 0
3600.07/3306.72	c number of learned constraints concerned by reduction	: 0
3600.07/3306.72	c number of learning phase by resolution	: 0
3600.07/3306.72	c number of learning phase by cutting planes	: 0
3600.07/3306.72	c number of rounding to 1 operations	: 0
3600.07/3306.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3306.72	c number of reductions of the coefficients by power 2 	: 0
3600.07/3306.72	c number of right shift for reduction by power 2 	: 0
3600.07/3306.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3306.72	c number of ending skipping 	: 0
3600.07/3306.72	c number of internal skipping 	: 0
3600.07/3306.72	c number of derivation steps 	: 46997
3600.07/3306.72	c number of skipped derivation steps 	: 0
3600.07/3306.72	c number of remaining unassigned 	: 235844
3600.07/3306.72	c number of remaining assigned 	: 2644291
3600.07/3306.72	c number of falsified literals weakened from reason	: 0
3600.07/3306.72	c number of falsified literals weakened from conflict	: 0
3600.07/3306.72	c time for arithmetic operations	: 2032408785085
3600.07/3306.73	c minimum degree of deleted constraints	: 382
3600.07/3306.73	c maximum degree of deleted constraints	: 138910978347298260941025656809539419738850197181731783946960576298853704326336373585058788268869205290287446647400066934219074223618220179064443441058080544163255196882728312393859798075770184974259029898526514722271394499970217142302510733021679822494553194138821796268782207252441666959377285404738915628913182671337698746993653295206785998089391790260048921950296582227506768515276695702974073856241112255642486233639621275598266062476324766510890562789657000755825475603273313360743693733623002871889505713063006454793310916816590499672665406798820698062262551790220906207095293850042710565307582165942649967949125863411391919593266634483135981045445118924884931109185069580482021867249475777787185617183043404799716789166829332215108327272430764616000542195089310440249525393848452743597087845456986655473381372734181383005602524853792276268705425388752319672083973364595179961672956129168192053558410462930966696834673663725382337319827905458607954203391519594888338554695128787486910157915061580413800728397704753581481160828533833711011418463706391065921957811471444688893486215358513493434214743113084218780085975720842825663904308564373521576304634611531196922378326461997648873732879083697372966481856203120258538109804045366946095317712494187533072838386000668784207909403290505956116681123991497765127659741491942076511430400751493906229254956288532473687235128953973485365783907088285204332510861132994593060296261633807184118627611909836789236664937195257791204443325276319608117218464963500345734703190946447141353657521333113364945357084743021657374418869282847814499033940196429867026604181102309551511647795181497823709385493208595599306436235498306948794661400041118555305333420861376040641769352089836890311309086592373365034688787261769276175968163480459557369721511211966390422552588365035238158822008939958088518160955054912447186793998143517021425508785754295645431040378623322679224504392894735863901945213916277806786356422308642298895759993710112049260729026926797026962507425294966409304499042572033000464335285193982943954271569073878808847233623340672329564971140799317334373691459058114474722394208849740817647492720952795491076547294516983562912536974582238109109471348552169448134940178207014477652455903177428581571214173583257550467806075226372076222595512471220962316607473817078118302030431346367626194965281629282822141971978683359387530072586382257233967002934983174939490457035662606527518187240017099696175558622187016857624895830142470824789401497830146530014674378131932159781394371491356338988302183275101178044687826707961197402327030069047529071263958442133328156142913650503980124295132958896918018115137948097221281112125018352795886929180993510463663651511444717806624913843976580705246111597459548126899488646127902013671127250627436630099490585313156740688512315195099377752032636913029639989228821751129038663577896668323717284422674269179544696944314757651567143101713443602840832131373596401368712249367119137869070315380234751749566419935998844542839073761197785134186198600036371867579117310266109763628878565394647486297501464479447317816755054278706450752261881370129525206776356872823537460762464024763191712304998828186552670765412096798518309951320209064353222588224924948011864530190275252019175540036384040904100865112063192701771453520569913393344070382434985202587801720325857668813406791863013482075403648440902969980962435362137424599917717627544805486571803204574657996673580686268614041782490511462795720075920422063890430104829138149741726781647771252863205868337729653717798057543364782314238207797245973330309465547618635323080391026481824148543381439577630184285830512514696980510625161930888969679931084439905656649969297432023815365993258708916150526466143965231677804150887348626646640471103827111529425589383317139007722317313297169230813354818142648879282044856165380256525680627141492341851813742932143930784946534405984568947595233384851839678301220690963198789452141277551588550308786658968520134649979241295853014714810563685268942912434409460809045078387004125262050693335348203263528881795979182989975239129728995379034055884664251329695697491558801592296161121134938709918689308618807132549526123291544589138836758435988106827417317896763272469201983981118484421823663402441811487350337680974501023563242612862679240064986096923809524734848490945779228063675827702293946995148433275013695488347853366792919203216974713693593731600034761342262173268028129724589962404953480299716680143634220273107490342528210996482469659868413214375382930812630136211037915327195568698732893117099137528829112097457809617190795237969867400586783690065678496653043766681303273841127259972635104769432204006457996610521871338676074363774277770755328484268395902924763505252721215936982376608821687630051378763833499528747233441882957694008222449418973948458980206940229444066847490875304474162628510750223894808730913323371387656220964387514459029978523310221518158796591279044761523754035254505990894349895168322787790554246116012800399312931785959802334642907756097683153061157704615565013953279076295833403792799464901947120266105540840854609513237606504838955559935112060611558669526170813458267662541092283950606343927166125597933720842348121901267858182487907403761277591825194732891494332975781100299283169328912465102519484346902993140510416954382854648505969762186928590703549095349290578894327695260055332772532270927586271984373239863436051795365163016135362692495732498712568696019504704721772066150470349689626025237487491044706255777715483295039314656596181212712206894686458211606970866540289336918465654129575447873048049301649607342973388598380151025406531597355230738464613143927070896334541920009546776980776566566609025982219803678331679810348160892721458382854278516730791167589024110220353838288252594470369709330883562162628531030116379673629391792553124700533492988041453364861133952663617555562319023904945933653558506086827519127998846909553647622238414967934417546697346701712280470445731230143428465768372624054377196636491672749132694575697905446717904903713495194465086909328018292740052896265396651668297076245877641702049400721180720155650161322549610882412961207820135402153003499058746807089552636051351928080955632792402564462975972631522203533275031615899386711301392669017308405304834926357342990974095425355695492348425283445558751389698255357321108657671110739535815257227591338208800060363415530195750594202119898395097893522857948322423197074297594966506517855701824275127367268518241488658342631848247648343463450125176527113031319003846934320841568072958571123537617082380944591141242105654967318327023439937269226293104053656322315817747446945872061049332719468596282458971985141581224773340282526081434685726788058533239135426474485356579589201112228854730771506044495042731971708305833244950664516711025654098900644650222071866588092617828327089801483996033882700229602510959775330912104952620595634214178690440209440056490931544188234801711143427080472285955398339146471805566634364275231594336336927578588304060056609711017588178171443668637835429559094916624261781898731378256222327010199295908537068166824515467528879152398903603685201853988411146901079629091838938173176205746334715984035101708404986061134750475590567891877862146158822103939627051189216422987912556897707573345352658490777944373670525365602950891191025402970023230108243080197089119591413148111683144424762420721438305277572377100155928622479185428480000
3600.07/3306.73	c number of deleted constraints	: 2487
3600.07/3306.73	c speed (assignments/second)	: 89.19867750758813
3600.07/3306.73	c non guided choices	: 174
3600.07/3306.74	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 17
3600.07/3306.74	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5347
3600.07/3306.74	s UNKNOWN
3600.07/3306.74	c Total wall clock time (in seconds): 3306.583

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 4.20 4.16 4.11 5/341 32542
/proc/meminfo: memFree=120739328/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=18930384 memory=57772 CPUtime=0.13 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 6568 0 0 0 11 2 0 0 20 0 18 0 39993094 19384713216 14443 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4732596 14443 5369 1 0 547619 0
[pid=32524/tid=32526] ppid=32521 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 5072 0 0 0 7 1 0 0 20 0 18 0 39993095 19384713216 14443 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39993098 19384713216 14443 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=18930384 memory=58485492696503 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39993098 19384713216 14443 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.206134 s]*
/proc/loadavg: 4.20 4.16 4.11 7/341 32542
/proc/meminfo: memFree=120733216/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=18930384 memory=68576 CPUtime=0.33 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 7122 0 0 0 30 3 0 0 20 0 18 0 39993094 19384713216 17144 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4732596 17144 5465 1 0 547972 0
[pid=32524/tid=32526] ppid=32521 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) S 32521 32524 32006 0 -1 4194368 5390 0 0 0 16 2 0 0 20 0 18 0 39993095 19384713216 17144 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=18930384 memory=13934 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39993098 19384713216 17144 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39993098 19384713216 17144 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68576 KiB

[startup+0.306063 s]*
/proc/loadavg: 4.20 4.16 4.11 6/342 32543
/proc/meminfo: memFree=120724800/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=18996948 memory=79808 CPUtime=0.51 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 7366 0 0 0 48 3 0 0 20 0 19 0 39993094 19452874752 19952 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4749237 19952 5465 1 0 548339 0
[pid=32524/tid=32526] ppid=32521 vsize=18996948 memory=-6000919502821616236 CPUtime=0.26 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 5443 0 0 0 24 2 0 0 20 0 19 0 39993095 19452874752 19952 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39993098 19452874752 19952 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39993098 19452874752 19952 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39993119 19452874752 19952 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79808 KiB

[startup+0.700218 s]
/proc/loadavg: 4.20 4.16 4.11 6/342 32543
/proc/meminfo: memFree=120700352/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=18996948 memory=135744 CPUtime=1.27 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 10838 0 0 0 122 5 0 0 20 0 19 0 39993094 19452874752 33936 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4749237 33936 5465 1 0 550937 0
[pid=32524/tid=32526] ppid=32521 vsize=18996948 memory=17280 CPUtime=0.63 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 5500 0 0 0 60 3 0 0 20 0 19 0 39993095 19452874752 33936 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39993098 19452874752 33936 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39993098 19452874752 33936 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=18996948 memory=4624 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39993119 19452874752 33936 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135744 KiB

[startup+1.50025 s]
/proc/loadavg: 4.20 4.16 4.11 6/343 32544
/proc/meminfo: memFree=120617932/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=181736 CPUtime=2.85 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 22598 0 0 0 277 8 0 0 20 0 20 0 39993094 19521036288 45434 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 45434 5497 1 0 554750 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=0 CPUtime=1.39 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 6039 0 0 0 135 4 0 0 20 0 20 0 39993095 19521036288 45434 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 45434 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 45434 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=4624 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 45434 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181736 KiB

[startup+3.10606 s]
/proc/loadavg: 4.20 4.16 4.11 6/343 32544
/proc/meminfo: memFree=120592604/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=199028 CPUtime=6.04 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 26273 0 0 0 594 10 0 0 20 0 20 0 39993094 19521036288 49757 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 49757 5497 1 0 555275 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=10752 CPUtime=2.91 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 6490 0 0 0 286 5 0 0 20 0 20 0 39993095 19521036288 49757 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=-6000919502821616236 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 49757 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 49757 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 49757 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199028 KiB

[startup+6.30023 s]
/proc/loadavg: 4.27 4.17 4.12 5/343 32544
/proc/meminfo: memFree=120383520/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=393088 CPUtime=10.76 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 28299 0 0 0 1061 15 0 0 20 0 20 0 39993094 19521036288 98272 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 98272 5497 1 0 555970 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=0 CPUtime=6.01 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 6645 0 0 0 594 7 0 0 20 0 20 0 39993095 19521036288 98272 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 98272 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 98272 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=183820 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 98272 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 10.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 393088 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.17 4.12 5/343 32546
/proc/meminfo: memFree=119474712/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=1375444 CPUtime=17.69 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 34086 0 0 0 1733 36 0 0 20 0 20 0 39993094 19521036288 343861 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 343861 5497 1 0 662510 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=183820 CPUtime=12.33 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 8529 0 0 0 1207 26 0 0 20 0 20 0 39993095 19521036288 343861 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 343861 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=1207324 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 343861 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 343861 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 17.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1375444 KiB

[startup+25.5002 s]
/proc/loadavg: 4.43 4.21 4.13 5/322 33110
/proc/meminfo: memFree=123887616/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=1521164 CPUtime=30.88 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 39955 0 0 0 3046 42 0 0 20 0 20 0 39993094 19521036288 380291 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 380291 5497 1 0 662561 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=10752 CPUtime=24.96 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 10337 0 0 0 2467 29 0 0 20 0 20 0 39993095 19521036288 380291 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=1381716 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 380291 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=55191219210457 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 380291 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 380291 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 30.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1521164 KiB

[startup+51.1057 s]
/proc/loadavg: 4.36 4.21 4.13 6/322 33348
/proc/meminfo: memFree=123232404/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=1772312 CPUtime=57.76 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 46554 0 0 0 5727 49 0 0 20 0 20 0 39993094 19521036288 443078 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 443078 5497 1 0 662641 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=1500660 CPUtime=50.21 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 13297 0 0 0 4989 32 0 0 20 0 20 0 39993095 19521036288 443078 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0

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

/proc/meminfo: memFree=109932064/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=6183480 CPUtime=3233.61 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 181106 0 0 0 322758 603 0 0 20 0 20 0 39993094 19521036288 1545870 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 1545870 5497 1 0 1560139 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=6183480 CPUtime=2953.51 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 60543 0 0 0 295231 120 0 0 20 0 20 0 39993095 19521036288 1545870 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1545870 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=6183480 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 752 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1545870 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=6183480 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 1545870 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 3233.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6183480 KiB

[startup+3042.3 s]
/proc/loadavg: 4.46 4.42 4.34 6/340 33850
/proc/meminfo: memFree=109841020/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=6258616 CPUtime=3300.4 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 185253 0 0 0 329423 617 0 0 20 0 20 0 39993094 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 1564654 5497 1 0 1578943 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=6216848 CPUtime=3013.06 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 61990 0 0 0 301184 122 0 0 20 0 20 0 39993095 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=6216848 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 753 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=6241976 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 3300.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6258616 KiB

[startup+3102.3 s]
/proc/loadavg: 4.25 4.37 4.33 5/340 33853
/proc/meminfo: memFree=109811608/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=6258616 CPUtime=3362.53 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 186959 0 0 0 335632 621 0 0 20 0 20 0 39993094 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 1564654 5497 1 0 1578943 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=6258616 CPUtime=3072.79 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 62558 0 0 0 307157 122 0 0 20 0 20 0 39993095 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=6258616 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 757 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=6258616 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 1564654 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 3362.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6258616 KiB

[startup+3162.3 s]
/proc/loadavg: 4.47 4.41 4.35 5/340 33855
/proc/meminfo: memFree=109578908/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=6342028 CPUtime=3430.74 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 191470 0 0 0 342433 641 0 0 20 0 20 0 39993094 19521036288 1585507 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 1585507 5497 1 0 1599830 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=6258616 CPUtime=3132.24 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 64279 0 0 0 313100 124 0 0 20 0 20 0 39993095 19521036288 1585507 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=6283624 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1585507 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=6283624 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 759 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1585507 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 1585507 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 3430.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6342028 KiB

[startup+3222.3 s]
/proc/loadavg: 4.43 4.41 4.35 5/342 33863
/proc/meminfo: memFree=109359868/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=6367188 CPUtime=3503.33 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 194993 0 0 0 349666 667 0 0 20 0 20 0 39993094 19521036288 1591797 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 1591797 5497 1 0 1606095 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=6258616 CPUtime=3191.64 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 65838 0 0 0 319039 125 0 0 20 0 20 0 39993095 19521036288 1591797 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1591797 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=6367188 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 763 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1591797 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 1591797 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 3503.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6367188 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.38 4.34 5/342 33865
/proc/meminfo: memFree=109179940/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=6450584 CPUtime=3572.97 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 195539 0 0 0 356610 687 0 0 20 0 20 0 39993094 19521036288 1612646 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 1612646 5497 1 0 1626984 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=6425564 CPUtime=3251.01 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 65940 0 0 0 324974 127 0 0 20 0 20 0 39993095 19521036288 1612646 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=6425564 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1612646 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=6450584 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 769 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1612646 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=6450584 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 1612646 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 3572.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6450584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3306.7 s]
/proc/loadavg: 4.20 4.35 4.33 5/342 33866
/proc/meminfo: memFree=109156024/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=6475596 CPUtime=3600.07 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 197031 0 0 0 359315 692 0 0 20 0 20 0 39993094 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 1618899 5497 1 0 1633252 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=6450584 CPUtime=3275.21 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 66190 0 0 0 327393 128 0 0 20 0 20 0 39993095 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=6475468 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 769 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6475596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.23 s, system=6.94985 s

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

[startup+3306.7 s]
/proc/loadavg: 4.20 4.35 4.33 5/342 33866
/proc/meminfo: memFree=109156024/131249992 swapFree=33010160/33010684
[pid=32524] ppid=32521 vsize=19063512 memory=6475596 CPUtime=3600.07 cores=1,3
/proc/32524/stat : 32524 (java) S 32521 32524 32006 0 -1 4194304 197031 0 0 0 359315 692 0 0 20 0 20 0 39993094 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
/proc/32524/statm: 4765878 1618899 5497 1 0 1633252 0
[pid=32524/tid=32526] ppid=32521 vsize=19063512 memory=6450584 CPUtime=3275.21 cores=1,3
/proc/32524/task/32526/stat : 32526 (java) R 32521 32524 32006 0 -1 4194368 66190 0 0 0 327393 128 0 0 20 0 20 0 39993095 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32535] ppid=32521 vsize=19063512 memory=6475468 CPUtime=0 cores=1,3
/proc/32524/task/32535/stat : 32535 (Finalizer) S 32521 32524 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32542] ppid=32521 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/32524/task/32542/stat : 32542 (Common-Cleaner) S 32521 32524 32006 0 -1 4194368 769 0 0 0 0 0 0 0 20 0 20 0 39993098 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
[pid=32524/tid=32543] ppid=32521 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/32524/task/32543/stat : 32543 (Timer-0) S 32521 32524 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39993119 19521036288 1618899 18446744073709551615 94660627087360 94660627091056 140725928638208 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94660627098872 94660627099664 94660642705408 140725928646957 140725928647142 140725928647142 140725928652744 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6475596 KiB

Child status: 143

Real time (s): 3306.78
CPU time (s): 3600.18
CPU user time (s): 3593.23
CPU system time (s): 6.94985
CPU usage (%): 108.873
Max. virtual memory (cumulated for all children) (KiB): 19069188
Max. memory (cumulated for all children) (KiB): 6475596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.23
system time used= 6.94985
maximum resident set size= 6476492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198334
page faults= 0
swaps= 0
block input operations= 0
block output operations= 319480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 219397
involuntary context switches= 28234


# summary of solver processes directly reported to runsolver:
#   pid: 32524
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.23
#   total CPU system time (s): 6.94985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36536 second user time and 16.546 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 02:26:26
IDJOB=4516325
IDBENCH=170631
IDSOLVER=3362
FILE ID=nodeC035/4516325-1751243186
RUNJOBID= nodeC035-1751239612-32018
SLURM_JOB_ID= 9587722
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v3_shuffle/normalized-grid8_99.shuf-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516325-1751243186/watcher-4516325-1751243186 -o /tmp/evaluation-result-4516325-1751243186/solver-4516325-1751243186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751239612-32018 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516325-1751243186 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4516325-1751243186.opb

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

MD5SUM BENCH= 6964b646467d268a62556124320c5d40
RANDOM SEED=923411564

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.753
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.51
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		: 3598.740
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.51
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		: 3599.731
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.734
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.51
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		: 3547.886
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.51
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		: 3599.976
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        120765820 kB
MemAvailable:   123286508 kB
Buffers:            1840 kB
Cached:          3275448 kB
SwapCached:           12 kB
Active:          6781800 kB
Inactive:        2996188 kB
Active(anon):    6507040 kB
Inactive(anon):    11768 kB
Active(file):     274760 kB
Inactive(file):  2984420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7980 kB
Writeback:             0 kB
AnonPages:       6503840 kB
Mapped:           122984 kB
Shmem:             18044 kB
KReclaimable:     201496 kB
Slab:             290488 kB
SReclaimable:     201496 kB
SUnreclaim:        88992 kB
KernelStack:        5264 kB
PageTables:        16452 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8049784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6281216 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC035 at 2025-06-30 03:21:32