Trace number 4513085

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.24 3447.81

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round22-1.opb
MD5SUM1c3bde2857450970636e675d32ef1343
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 benchmark595.932
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.17	c  - never skip resolution steps
0.12/0.17	c  - Auto-division on coefficients is disabled
0.12/0.17	c  - No postprocessing
0.12/0.17	c  - Conflict is considered as is when resolving
0.12/0.17	c  - Use constraints as they come during conflict analysis
0.12/0.17	c  - Weaken first using unassigned literals
0.12/0.17	c  - Bump strategy: ALWAYS_ONE
0.12/0.17	c  - Bumper: EFFECTIVE
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Dynamic restart strategy considering the size of the coefficients
0.12/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4513085-1751213295.opb
0.12/0.17	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.248s.
0.68/0.42	c declared #vars     4128
0.68/0.42	c #constraints  10048
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.68/0.42	c org.sat4j.specs.Constr$1 => 936
0.68/0.42	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1728
0.68/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6720
0.68/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.68/0.42	c 10048 constraints processed.
44.78/40.12	c cleaning 2471 clauses out of 5006 with flag 0/5006
811.25/803.54	c cleaning 4209 clauses out of 8529 with flag 0/11000
3600.05/3447.71	c starts		: 36
3600.05/3447.73	c conflicts		: 17457
3600.05/3447.73	c decisions		: 54646
3600.05/3447.73	c propagations		: 1941329
3600.05/3447.73	c inspects		: 122463176
3600.05/3447.73	c shortcuts		: 0
3600.05/3447.73	c learnt literals	: 0
3600.05/3447.73	c learnt binary clauses	: 0
3600.05/3447.73	c learnt ternary clauses	: 0
3600.05/3447.73	c learnt constraints	: 17457
3600.05/3447.73	c ignored constraints	: 0
3600.05/3447.73	c root simplifications	: 0
3600.05/3447.73	c removed literals (reason simplification)	: 0
3600.05/3447.73	c reason swapping (by a shorter reason)	: 0
3600.05/3447.74	c Calls to reduceDB	: 2
3600.05/3447.74	c Number of update (reduction) of LBD	: 21851
3600.05/3447.74	c Imported unit clauses	: 0
3600.05/3447.74	c No decision after first conflict	: false
3600.05/3447.74	c number of reductions to clauses (during analyze)	: 0
3600.05/3447.74	c number of learned constraints concerned by reduction	: 0
3600.05/3447.74	c number of learning phase by resolution	: 0
3600.05/3447.74	c number of learning phase by cutting planes	: 0
3600.05/3447.74	c number of rounding to 1 operations	: 0
3600.05/3447.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3447.74	c number of reductions of the coefficients by power 2 	: 0
3600.05/3447.74	c number of right shift for reduction by power 2 	: 0
3600.05/3447.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3447.74	c number of ending skipping 	: 0
3600.05/3447.74	c number of internal skipping 	: 0
3600.05/3447.74	c number of derivation steps 	: 580326
3600.05/3447.74	c number of skipped derivation steps 	: 0
3600.05/3447.74	c number of remaining unassigned 	: 114176
3600.05/3447.74	c number of remaining assigned 	: 26816612
3600.05/3447.74	c number of falsified literals weakened from reason	: 0
3600.05/3447.74	c number of falsified literals weakened from conflict	: 0
3600.05/3447.74	c time for arithmetic operations	: 617291540702
3600.05/3447.74	c minimum degree of deleted constraints	: 24
3600.05/3447.75	c maximum degree of deleted constraints	: 602536753732727337908667696992228153745496320473957569894552185728533738587698452220088584252338002861913629139546820090448503720781984327133691226290841793917846687396518763808548290377306523087021757850866062838658358635865517655903113243152450005199569913158867065535407268513493798724545941559531434565168495635196108629099073854951370598662591477660914131355149309959937388331574421655851951622462182744805169130873101736006213381778217041911837805279533589158913678998181316550173465582646686585111021531709318666251767366787975779836564038306787862143058573037569732542281061095310846229297537094553349352847891072018657289617820332045850815651845380112239109526259848834544804971116255498928017870860169582054760917952418674941437887792471436894653391944728124972582422075971463730731142165957817471344021454893999499498350521031952716743751718469681230706078905136017291913333150384795406515771836963131871924354640203946107902422443313379986239359664244139265425151190323623044294705794936782931342112582164356772181600094504228259776995283536007170579407652273926858200909903663644945925224168632685916040283459316294443991224581513354153206788876841565313504624236747825727055836053527609985562608671523463803040527912930918997096423067961203629542986713363153118191587506987957421291960784189547829981499350422873596145580286559774809367570914917597181782085762204172243776629838288916719622043712684267284354544976751306792283145458342875811025829672725548727604743988009839510580024736346575638287114073698723505790014847516876019443195219043279440312125639141891301203855305768764852352884041712538022810112804772860049121462042430094879700068627469991968950362703836732943937071956164732897919222528608032750520626425741852760136956573437183010377669273341042538526423275880507361859978246225043782723963842500458102703241327613522913669925254173254228809336817312690538025089403351532913539220227284816337476409576900727623742521510197631133243796279418584188584131399588616600939325134320171281670716699895900643470396534657699652385801498973204559939886092564824404062981446042660714377167046015706702020804848697388034641272966424907831164481882590135085456165065566257528987974733136948673492255276083186891493389230955401046694383016518226407957606093261249536092054493869196342991580707959800290423325271303113980711317032001018454436079137263478198027877482539487935543523691852262321597483938111945783435069803746235605452309243994910234318235761429608538740003651376506880726624380413593207808561572938495736392868378382741224565157862515070051575094627103182672496082852041070429779602996580017617112526920931268714797195744045633110197636540897269827086106188166525551756140485346869335124344846964913071109028391132395167870400380074827542233218865117212394714858962381001023565229070116188109298979738002261041036615068410779080963576614405134759675920736503733180921899257390392979361826813534465564102407969909792852778572410883376298101014303885143675061142459741759125974053306444649319619106084437600515845915973601001463771469005177004167576921675256249501096999246030213360263912219262255089887907186237988504199685018607878821022084808338113943047974018552893071711582890076022335540033341774329213616217641415147308563441880036492320225914250199254084097053258058377229817402122605728320976947140281778406556453631088665749948748544014872240639327432227124527211823068551590495770361100196933744862801891153625485045124458581885822128697633861820436275863412908420385698871426999137189942606544515347068365423777300260211579864519973334442643817117215088699381714284509448700498158413461970677444802203563488955268329887158479851534626143433262054291922634728579626036524763512352920433433472700626405843384760628951012295584722232069734948467300472328319816044577787520557745339459394445355534517948561928782133863972557682006533501394490426746874182073801400774163927400543090390509101742562131844172990480635750463643061070702247482631477328001854011736740587921286139658002116250784440513804896004560105449892063819696679062363710244940673791340632001381300244413646943028609727171045857985896794674851949860829484740127848419936882378876650624103444152725452579500681707441389611542823397162035990133959123791921442954110018037434799016794364105716292287282105896413391050570013963990472877493525852199719155408254718223687251029919483502146875490115765481522528661952581082231666723711046721511308980893554768340645529095407971351761655184419408517136387550513710880048749232815484488965665707722444639680923175116707184400152762490525687417271384680416608457913369170666338977350708706047337149434557847538177876079048562316537786959431843555958074226025616493013915543080843329380400296797687537812982764111205111481110542002136850163896554895536171685915883503511804769105301211761438941241603347719171780090882794205170124727003379344952878813658240035223740241095702577181674535899572915600219840830902340003308494132959030559663301401647809830266623340203114806438286900813194946317461427512566263897005274814948422199917243733739208736788169182999345511745276593319149935323146257396584129702503056437079977193257627118512015962357773356594542554122634035421459864063027132587491114413746171624297156097695900855358942946296709320610965086304301718847510215453806702398446653421011658053012632497206389140263155394240353111433879309386788685374879173092405993781506109514956049063974312610702448703603813308147775631388802084446216167756918080140950631500921214673095618310884066794831464116456361981981924522444519054490359643591874400232092755489766342580947836155200397789850466700945724628481449233771801474036834863414766613531277621966489535522245935320133490070464081501643974610843796590348553697702572274167788176115171516812979114179168932342981397654815894196752244079518200102730134635082494280229408730093803748700110240441957068192271681079659065056643185282247491260583521145753719845169136459761855606960686856998657439071388954963807433855176011323587320636213964568103594160841030278618946549468012548103047866584424938249265501659938276422495798870938725902142929592815836497706816088514864963133657559272405527645282476619704867853663725574857895467214250625279755761901542851932234930968763765919963276520566818699200120217329666493852418776317920328685812120165617173949796619010768217042678613551847723729125000725063607766055381264715419243366984927077177437040307789907886454045457133152484052816720935027724306158432884017458984900990094904920347555338427485278134123381635346465304933295756306442978413364953589284371238544356067024621713339030561070067135375193192230606235907899035209823661520962898181770897904025063550119275437143439119292763263750440355197040663322665378944353292120867011586431096114050937160046651254044296765631717037439812651821928222899258113994144854608086112470798359396376121025937982997457041311567962874478467559003773661631998046117077583865087388079967295905197392044015295382700434591813767823036900438672442101186870093559867468537915708159260884101378901637400410660414196562238933801149681457523609738102767167614878356867315810511748719723009318089068899702291440048625347699165526800384259158731802202054621476923896155245535558771743305343290141880477829943100241208878286422667534929990373703578298989564657499906899914417227818390833515354461026937883719338493863844163448459739565341201989479387321692014949227220931516446248861329285694617190161505705999346927125778558075326635702712645452393384970205059593012125156634475408555918704496165629749226327814784284328015519616654025306151793630450031724319458920084867526260019500926925944220061610276041332185430393322694118921858128922145301206684018271037776087410545042253634600372900468850948453437687102159514943276366811996466311843470729099751979994921035488653166169853600469492934692147007280723395916520010296039496198868726556677564909456362594768185027898468756381408847062946443548530013268249314059861246330115529587298168055585176280183868087128160765085956904892436512550875640083560369883893565999018513721795302768217759571413044398987329604014345489125937195273219483209292689560199271070392948003303098086901734641754724647505927871134178201101828857436511081769435030350243492774388251419333940376607218796467445161067372309755703297969587971024097694874986052028043243232282241733847122370038157535031339211525166655341898406431327454924145727397146330868855252706821664083409249091885170420536191969101954210678415006742253739704320000
3600.05/3447.75	c number of deleted constraints	: 6680
3600.05/3447.75	c speed (assignments/second)	: 563.1420197231243
3600.05/3447.75	c non guided choices	: 221
3600.05/3447.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.05/3447.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10776
3600.05/3447.77	s UNKNOWN
3600.05/3447.77	c Total wall clock time (in seconds): 3447.602

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: 63665 MiB (55110 MiB free)
  memory of node 1: 64507 MiB (60314 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=34660, runsolver pid=34657

[startup+0.100061 s]*
/proc/loadavg: 4.12 4.13 4.10 5/342 34678
/proc/meminfo: memFree=118189008/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=18930384 memory=55544 CPUtime=0.12 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 6535 0 0 0 10 2 0 0 20 0 18 0 37007386 19384713216 13886 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4732596 13886 5341 1 0 547588 0
[pid=34660/tid=34662] ppid=34657 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 5035 0 0 0 6 1 0 0 20 0 18 0 37007388 19384713216 13886 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37007390 19384713216 13886 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=18930384 memory=58485492706614 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37007390 19384713216 13886 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55544 KiB

[startup+0.205993 s]*
/proc/loadavg: 4.12 4.13 4.10 7/342 34678
/proc/meminfo: memFree=118178800/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=18930384 memory=70436 CPUtime=0.29 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 7087 0 0 0 26 3 0 0 20 0 18 0 37007386 19384713216 17609 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4732596 17609 5437 1 0 547969 0
[pid=34660/tid=34662] ppid=34657 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 5374 0 0 0 15 2 0 0 20 0 18 0 37007388 19384713216 17609 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=18930384 memory=18949 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37007390 19384713216 17609 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37007390 19384713216 17609 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70436 KiB

[startup+0.305938 s]*
/proc/loadavg: 4.27 4.16 4.11 6/343 34679
/proc/meminfo: memFree=118096640/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=18996948 memory=153612 CPUtime=0.49 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 8085 0 0 0 43 6 0 0 20 0 19 0 37007386 19452874752 38403 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4749237 38403 5501 1 0 548863 0
[pid=34660/tid=34662] ppid=34657 vsize=18996948 memory=-6000919477001414764 CPUtime=0.26 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 5479 0 0 0 22 4 0 0 20 0 19 0 37007388 19452874752 38403 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37007390 19452874752 38403 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37007390 19452874752 38403 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153612 KiB

[startup+0.700244 s]
/proc/loadavg: 4.27 4.16 4.11 6/344 34680
/proc/meminfo: memFree=118048056/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=213184 CPUtime=1.24 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 14783 0 0 0 116 8 0 0 20 0 20 0 37007386 19521036288 53296 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 53296 5501 1 0 553195 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=17536 CPUtime=0.58 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 5550 0 0 0 53 5 0 0 20 0 20 0 37007388 19521036288 53296 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 53296 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 53296 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 53296 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 213184 KiB

[startup+1.50025 s]
/proc/loadavg: 4.27 4.16 4.11 6/344 34681
/proc/meminfo: memFree=117999288/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=388036 CPUtime=2.82 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 25124 0 0 0 269 13 0 0 20 0 20 0 37007386 19521036288 97009 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 97009 5501 1 0 555019 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=0 CPUtime=1.33 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 6091 0 0 0 125 8 0 0 20 0 20 0 37007388 19521036288 97009 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 97009 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 97009 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 97009 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 388036 KiB

[startup+3.10589 s]
/proc/loadavg: 4.27 4.16 4.11 6/344 34681
/proc/meminfo: memFree=117656044/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=587212 CPUtime=6.01 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 30859 0 0 0 582 19 0 0 20 0 20 0 37007386 19521036288 146803 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 146803 5501 1 0 556538 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=10752 CPUtime=2.87 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 7533 0 0 0 275 12 0 0 20 0 20 0 37007388 19521036288 146803 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=-6000919477001414764 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 146803 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 146803 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 146803 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 587212 KiB

[startup+6.30023 s]
/proc/loadavg: 4.25 4.16 4.11 5/344 34681
/proc/meminfo: memFree=117650800/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=589556 CPUtime=10.37 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 31126 0 0 0 1017 20 0 0 20 0 20 0 37007386 19521036288 147389 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 147389 5501 1 0 556574 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=0 CPUtime=5.98 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 7554 0 0 0 585 13 0 0 20 0 20 0 37007388 19521036288 147389 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 147389 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 147389 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=388036 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 147389 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 10.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 589556 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.15 4.11 5/344 34681
/proc/meminfo: memFree=117171100/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=1230816 CPUtime=17.12 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 36149 0 0 0 1677 35 0 0 20 0 20 0 37007386 19521036288 307704 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 307704 5501 1 0 556590 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=388036 CPUtime=12.32 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 9276 0 0 0 1206 26 0 0 20 0 20 0 37007388 19521036288 307704 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 307704 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=999264 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 307704 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 307704 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 17.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1230816 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.15 4.10 5/344 34681
/proc/meminfo: memFree=115822400/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=2411104 CPUtime=30.07 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 38678 0 0 0 2947 60 0 0 20 0 20 0 37007386 19521036288 602776 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 602776 5501 1 0 828139 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=-6000919477001414764 CPUtime=25.01 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 9962 0 0 0 2452 49 0 0 20 0 20 0 37007388 19521036288 602776 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 602776 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 602776 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 602776 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 30.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2411104 KiB

[startup+51.1059 s]
/proc/loadavg: 4.25 4.17 4.11 5/343 34681
/proc/meminfo: memFree=115796564/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=2412112 CPUtime=56.12 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 50353 0 0 0 5546 66 0 0 20 0 20 0 37007386 19521036288 603028 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 603028 5501 1 0 828638 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=2412112 CPUtime=50.44 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 14373 0 0 0 4991 53 0 0 20 0 20 0 37007388 19521036288 603028 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=2417888 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 603028 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0

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

/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 1867116 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 1374 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 1867116 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=7468464 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 1867116 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 3164.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7468464 KiB

[startup+3102.3 s]
/proc/loadavg: 3.40 3.41 3.73 4/317 35010
/proc/meminfo: memFree=112332796/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=7643564 CPUtime=3228.35 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 226604 0 0 0 322401 434 0 0 20 0 20 0 37007386 19521036288 1910891 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 1910891 5501 1 0 1926389 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=6974272 CPUtime=3073.76 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 86495 0 0 0 307189 187 0 0 20 0 20 0 37007388 19521036288 1910891 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=7518384 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 1910891 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=7518384 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 1407 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 1910891 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=7518384 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 1910891 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 3228.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7643564 KiB

[startup+3162.3 s]
/proc/loadavg: 3.20 3.35 3.69 4/317 35018
/proc/meminfo: memFree=112142660/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=7768620 CPUtime=3290.75 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 232490 0 0 0 328634 441 0 0 20 0 20 0 37007386 19521036288 1942155 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 1942155 5501 1 0 1957720 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=6974272 CPUtime=3133.3 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 89745 0 0 0 313140 190 0 0 20 0 20 0 37007388 19521036288 1942155 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=7518384 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 1942155 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=7518384 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 1408 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 1942155 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=7685292 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 1942155 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 3290.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7768620 KiB

[startup+3222.3 s]
/proc/loadavg: 3.12 3.30 3.64 5/317 35031
/proc/meminfo: memFree=111814848/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=8052192 CPUtime=3357.95 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 237529 0 0 0 335339 456 0 0 20 0 20 0 37007386 19521036288 2013048 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 2013048 5501 1 0 2028746 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=7518384 CPUtime=3192.28 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 92121 0 0 0 319032 196 0 0 20 0 20 0 37007388 19521036288 2013048 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=7685292 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2013048 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=7885432 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2013048 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=7952160 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 2013048 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 3357.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8052192 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.26 3.61 5/318 35034
/proc/meminfo: memFree=111307348/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=8469188 CPUtime=3426.46 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 244978 0 0 0 342174 472 0 0 20 0 20 0 37007386 19521036288 2117297 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 2117297 5501 1 0 2133190 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=8269072 CPUtime=3251.36 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 95018 0 0 0 324931 205 0 0 20 0 20 0 37007388 19521036288 2117297 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2117297 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=8369056 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 1463 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2117297 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=2744 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 2117297 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 3426.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8469188 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.24 3.58 4/317 35036
/proc/meminfo: memFree=111080336/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=8594256 CPUtime=3489.96 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 247157 0 0 0 348515 481 0 0 20 0 20 0 37007386 19521036288 2148564 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 2148564 5501 1 0 2164532 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=7952160 CPUtime=3310.81 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 95094 0 0 0 330873 208 0 0 20 0 20 0 37007388 19521036288 2148564 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=8594256 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2148564 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=8594256 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 1497 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2148564 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 2148564 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 3489.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8594256 KiB

[startup+3402.3 s]
/proc/loadavg: 3.43 3.29 3.57 4/318 35041
/proc/meminfo: memFree=110959276/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=8602652 CPUtime=3554.73 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 254109 0 0 0 354985 488 0 0 20 0 20 0 37007386 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 2150663 5501 1 0 2166620 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=8594256 CPUtime=3370.4 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 98868 0 0 0 336831 209 0 0 20 0 20 0 37007388 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=8602652 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 1499 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=8602652 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 3554.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8602652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3447.7 s]
/proc/loadavg: 3.27 3.26 3.55 4/318 35044
/proc/meminfo: memFree=110746996/131249996 swapFree=33010684/33010684
[pid=34660] ppid=34657 vsize=19063512 memory=8602652 CPUtime=3600.05 cores=5,7
/proc/34660/stat : 34660 (java) S 34657 34660 32508 0 -1 4194304 257035 0 0 0 359515 490 0 0 20 0 20 0 37007386 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
/proc/34660/statm: 4765878 2150663 5501 1 0 2166620 0
[pid=34660/tid=34662] ppid=34657 vsize=19063512 memory=8594256 CPUtime=3415.66 cores=5,7
/proc/34660/task/34662/stat : 34662 (java) R 34657 34660 32508 0 -1 4194368 101064 0 0 0 341356 210 0 0 20 0 20 0 37007388 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34671] ppid=34657 vsize=19063512 memory=8602652 CPUtime=0 cores=5,7
/proc/34660/task/34671/stat : 34671 (Finalizer) S 34657 34660 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34678] ppid=34657 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/34660/task/34678/stat : 34678 (Common-Cleaner) S 34657 34660 32508 0 -1 4194368 1517 0 0 0 0 0 0 0 20 0 20 0 37007390 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
[pid=34660/tid=34680] ppid=34657 vsize=19063512 memory=8602652 CPUtime=0 cores=5,7
/proc/34660/task/34680/stat : 34680 (Timer-0) S 34657 34660 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37007429 19521036288 2150663 18446744073709551615 93952148729856 93952148733552 140735192212464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93952148741368 93952148742160 93952148815872 140735192213805 140735192213990 140735192213990 140735192219592 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8602652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.3 s, system=4.94016 s

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

[startup+3447.81 s]*
/proc/loadavg: 3.27 3.26 3.55 4/300 35047
/proc/meminfo: memFree=119317480/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3447.81
CPU time (s): 3600.24
CPU user time (s): 3595.3
CPU system time (s): 4.94016
CPU usage (%): 104.421
Max. virtual memory (cumulated for all children) (KiB): 19069284
Max. memory (cumulated for all children) (KiB): 8602652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.3
system time used= 4.94015
maximum resident set size= 8603548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 686104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148000
involuntary context switches= 18951


# summary of solver processes directly reported to runsolver:
#   pid: 34660
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.3
#   total CPU system time (s): 4.94016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14783 second user time and 17.1811 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 18:08:15
IDJOB=4513085
IDBENCH=162262
IDSOLVER=3362
FILE ID=nodeC024/4513085-1751213295
RUNJOBID= nodeC024-1751204986-32521
SLURM_JOB_ID= 9587622
Free space on /tmp= 432960 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size160-round22-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513085-1751213295/watcher-4513085-1751213295 -o /tmp/evaluation-result-4513085-1751213295/solver-4513085-1751213295 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32521 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513085-1751213295 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513085-1751213295.opb

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

MD5SUM BENCH= 1c3bde2857450970636e675d32ef1343
RANDOM SEED=2007633264

nodeC024 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.669
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.36
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.703
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.36
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.749
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.36
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.531
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.36
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.773
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.36
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.933
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.36
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		: 3590.204
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.36
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.676
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118192656 kB
MemAvailable:   118818312 kB
Buffers:            3280 kB
Cached:          1433112 kB
SwapCached:            0 kB
Active:         11275080 kB
Inactive:        1178372 kB
Active(anon):   11035176 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):  1178372 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1772 kB
Writeback:            24 kB
AnonPages:      11019592 kB
Mapped:           122508 kB
Shmem:             18064 kB
KReclaimable:      92840 kB
Slab:             179484 kB
SReclaimable:      92840 kB
SUnreclaim:        86644 kB
KernelStack:        5232 kB
PageTables:        25176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14708036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10717184 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-29 19:05:43