Trace number 4424568

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12OPTIMUM 792.883 784.377

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222257--soft-33-100-0.wbo
MD5SUMfbadd88cc8883de0bbcabc353cdf916b
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.450676
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1262
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2113181440
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.21	 - never skip resolution steps
0.12/0.21	 - Auto-division on coefficients is disabled
0.12/0.21	 - No postprocessing
0.12/0.21	 - Conflict is considered as is when resolving
0.12/0.21	 - Use constraints as they come during conflict analysis
0.12/0.21	 - Weaken first using unassigned literals
0.12/0.21	 - Bump strategy: ALWAYS_ONE
0.12/0.21	 - Bumper: EFFECTIVE
0.12/0.21	--- Begin Solver configuration ---
0.12/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.21	Learn all clauses as in MiniSAT
0.12/0.21	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.21	No reason simplification
0.12/0.21	Dynamic restart strategy considering the size of the coefficients
0.12/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.21	timeout=2147483s
0.12/0.21	DB Simplification allowed=false
0.12/0.21	Listener: none
0.12/0.21	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	c  - never skip resolution steps
0.12/0.22	c  - Auto-division on coefficients is disabled
0.12/0.22	c  - No postprocessing
0.12/0.22	c  - Conflict is considered as is when resolving
0.12/0.22	c  - Use constraints as they come during conflict analysis
0.12/0.22	c  - Weaken first using unassigned literals
0.12/0.22	c  - Bump strategy: ALWAYS_ONE
0.12/0.22	c  - Bumper: EFFECTIVE
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	c No reason simplification
0.12/0.22	c Dynamic restart strategy considering the size of the coefficients
0.12/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4424568-1720878904.wbo
0.12/0.22	c reading problem ... 
0.36/0.25	c ... done. Wall clock time 0.037s.
0.36/0.25	c declared #vars     169
0.36/0.25	c internal #vars     238
0.36/0.25	c #constraints  102
0.36/0.25	c constraints type 
0.36/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.36/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.36/0.25	c org.sat4j.specs.Constr$1 => 1
0.36/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 51
0.36/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.36/0.25	c 102 constraints processed.
0.36/0.26	c objective function length is 69 literals
0.88/0.56	c SATISFIABLE
0.88/0.56	c OPTIMIZING...
0.88/0.56	c Got one! Elapsed wall clock time (in seconds):0.344
0.88/0.56	o 2239
1.19/0.75	c Got one! Elapsed wall clock time (in seconds):0.536
1.19/0.75	o 1975
1.80/1.11	c Got one! Elapsed wall clock time (in seconds):0.888
1.80/1.11	o 1867
2.39/1.38	c Got one! Elapsed wall clock time (in seconds):1.165
2.39/1.38	o 1858
3.38/1.83	c Got one! Elapsed wall clock time (in seconds):1.611
3.38/1.83	o 1841
4.16/2.21	c Got one! Elapsed wall clock time (in seconds):2.001
4.16/2.21	o 1840
4.76/2.54	c Got one! Elapsed wall clock time (in seconds):2.333
4.76/2.54	o 1839
5.36/2.86	c Got one! Elapsed wall clock time (in seconds):2.649
5.36/2.86	o 1837
6.16/3.22	c Got one! Elapsed wall clock time (in seconds):3.004
6.16/3.22	o 1835
7.13/3.75	c Got one! Elapsed wall clock time (in seconds):3.542
7.13/3.75	o 1818
7.99/4.36	c Got one! Elapsed wall clock time (in seconds):4.147
7.99/4.36	o 1813
14.41/10.01	c Got one! Elapsed wall clock time (in seconds):9.793
14.41/10.01	o 1812
96.16/89.22	c Got one! Elapsed wall clock time (in seconds):89.006
96.16/89.22	o 1811
104.94/97.48	c Got one! Elapsed wall clock time (in seconds):97.27
104.94/97.48	o 1810
113.92/106.05	c Got one! Elapsed wall clock time (in seconds):105.837
113.92/106.05	o 1797
122.39/114.22	c Got one! Elapsed wall clock time (in seconds):114.009
122.39/114.22	o 1796
158.21/149.82	c Got one! Elapsed wall clock time (in seconds):149.609
158.21/149.82	o 1794
169.40/160.50	c Got one! Elapsed wall clock time (in seconds):160.291
169.40/160.50	o 1793
482.76/473.81	c cleaning 3585 clauses out of 7190 with flag 0/7190
729.87/721.32	c Got one! Elapsed wall clock time (in seconds):721.108
729.87/721.32	o 28
790.34/782.00	c Got one! Elapsed wall clock time (in seconds):781.791
790.34/782.00	o 8
792.80/784.32	c starts		: 38
792.80/784.33	c conflicts		: 11755
792.80/784.33	c decisions		: 21481
792.80/784.33	c propagations		: 352151
792.80/784.33	c inspects		: 142553881
792.80/784.33	c shortcuts		: 0
792.80/784.33	c learnt literals	: 0
792.80/784.33	c learnt binary clauses	: 0
792.80/784.33	c learnt ternary clauses	: 0
792.80/784.33	c learnt constraints	: 11755
792.80/784.33	c ignored constraints	: 0
792.80/784.33	c root simplifications	: 0
792.80/784.33	c removed literals (reason simplification)	: 0
792.80/784.33	c reason swapping (by a shorter reason)	: 0
792.80/784.33	c Calls to reduceDB	: 1
792.80/784.33	c Number of update (reduction) of LBD	: 18565
792.80/784.33	c Imported unit clauses	: 0
792.80/784.33	c No decision after first conflict	: false
792.80/784.33	c number of reductions to clauses (during analyze)	: 0
792.80/784.33	c number of learned constraints concerned by reduction	: 0
792.80/784.33	c number of learning phase by resolution	: 0
792.80/784.33	c number of learning phase by cutting planes	: 0
792.80/784.33	c number of rounding to 1 operations	: 0
792.80/784.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
792.80/784.33	c number of reductions of the coefficients by power 2 	: 0
792.80/784.33	c number of right shift for reduction by power 2 	: 0
792.80/784.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
792.80/784.33	c number of ending skipping 	: 0
792.80/784.33	c number of internal skipping 	: 0
792.80/784.33	c number of derivation steps 	: 80732
792.80/784.33	c number of skipped derivation steps 	: 0
792.80/784.33	c number of remaining unassigned 	: 181325
792.80/784.33	c number of remaining assigned 	: 2938320
792.80/784.33	c number of falsified literals weakened from reason	: 0
792.80/784.33	c number of falsified literals weakened from conflict	: 0
792.80/784.33	c time for arithmetic operations	: 10292066367
792.80/784.33	c minimum degree of deleted constraints	: 935
792.80/784.33	c maximum degree of deleted constraints	: 590586569290935743212455890272558474929655631929933104056529254908847076050707155129851821616648770013734170732805050645829462914450235359771536845941190303653459106902121493053868854486732095924548750829365366848630655492018543639562918958998817160861399710034504880250061593861673463995640917101940395180898905149931237320783630797114641898297336903354219984040893584322725461300751214190886554573246438791987255244096021935748554881056056158687744865274905606039223474627682458653835868712276857382206984440664140114037681178579909240731439586719267281333511320249769578401182470374232348138844350865455778432663960449105117589968308339464013445652626947705630474896357216733564471775765960893769151992916890325311971416707128580859076744890561848430373447930195622358563368686849850534057991922169070648294801083037825282217570144052825906595011252042596584036563658905182710657176996287473939753767887405493120107054369747581215023957652559259851097011964317736785473842646707769554773897236384291574052463981372436766803583903333172079007720412207274266810308359552042268423855547031059117191926423274343492873336223583920434287226231696910387643021319067258937907571967021452851736084245854883664410023394504375202102166176770128835028521180905247074028567469038657024611310672080536677817080099081999092274309779277931978632369566386213447698975341207349850262634716510632574637724948761914997373371648956831894166240983567553452679700583370582741671265206090731964365904224192528089753411933432075919260893973109453836611651641905669258027081333824634918591901022028929722582023588774869085327464959862008811389540134879586552711691928330451205543661730269756587802061458460549457107675270455022910436349324466334508238875188737942218797056673342252509522173737393161895729603325178281817641089563541154029878737266216563185253246983583746173750820372692635810396255501834903398208306854709818141262652137720091830794141063647269777059528062990020232892507415728251505641061443542926789288220954114302092865736495260217169942681956024750879821060249562202174807705393139052802320780034049660117016005569491802630019135869115744994286837050456960668020186045058464975879690516625149676915285491087830692440731102048626467236915897106749702005914863025780897698518973645179868796593605493732484297635100829769977615132165169354670185890208683975422863204350626900949680621068972957708299061447737805199465954482078516271824271374999956436097994641334053178965452322333311877148095025025406598061093562215804829718323018634416227889474464097518715453886682862010432480399856993369387327385332536198117701186503014643717402802451904210062649194146593383130226516324065451295172695647302380989373472268732455484817446602791370588330038358167114062696242567454673684311254912968231142754179465496622250967971194562716270377086783430161015463207249606578588863888029937262098138858585097295625967217896824290462972539953176413271924371353762790176448337288817468929919815767874241955068698864135402314681487416327250647589653201119899358963421874935060173185658851586360605674980019074247586422644366229217858229266557685113315212243188995619316056153511224462852335254786772546580336536954767515152335589474758454383748664837920380680797160130406934854643526186107052681547267501210427269985658191128953458943002578793603494741924173387901689691648028026886803873384899743494433588727699512410788898231251969824001391373371922940284124147433377320891289892250292217692674567410734690038680316342795533290227464195792279964593242746162665886396089028311127481023758623681080013750961343541741121433497136941560549175244789197788852627752472265595619211577663304290468017858180079863349003148251419639462957419290517418471457080801757197916251181171149496395291554654463214760528957717519142140925298003923170495253700841956020670366464888552159688481992725369772864324199793636721189713052763215927750386892947297953382644502936216339557661088299058415194918334735477716769854991371441150043214825540741938739908904989161199569660032060178085795543036537224133087145368633544508049017538111728038140588428341971331653919922594437922802398132555770027646514384265470501265726881036288131922421602438703547754352406069990324798476944205264348316711820880578856855331718902542828033535960162235604421016464754393817401459665901893681081343191609185600932878062294588593402761688636494273481567900498730902519852002009278231180881514807657221292390970320246148250834709365999335873307141130860493532547134938302899126421477663419754600156339156236827100950125487873126752352731595015971017496457020063332605128079607137118881679918955622339056052322011503734492360649397191043336577940354208593075735669992620970470212743549206103714637396621623809721899597867625640799859310802595390476588266073251907271421041742675296399831576436694446923822931149894292618993987677929548303605024426663379372231302481875659751592328284556248176864959868261391527238253850399290922023311710555845357508822802551537847155907719674082714228923290963207314931912074017274672395224729673257885781294065845501612088678985190761140074788712915960576696481567436547575247291881412121352815920796936649818726358036448982556958075337857401211336365176832898235595571363767486885098886036326699888893998003436667448162100344166639999706605328226274447196778456033088643082325476207701992567268806927596669018777720502959247131851565694227617432060437180869395563645604606179790273506083150173694429917449214731570498494963063893884225510741379471603856278415628481059756975539811162071642420528102152671523567159642274722530915903284102515249785737828907868629234804818763081480857915415709248066192759193762099446146689072380191273728746192834180400376865880458694264701326569377836877342471934619979430133476075003441983798225608437678175117788477500607968516191065785641985045332026137699111286609901960590366571414978405438599450315831608377716135720487641457031720719038917900885844814766556937931317361999496353238741794940641252072718620289081626462379773999504691235033581088425855451618514815828901976019438893288412655485189195088189660099720115788198629370623022475625889058603062500576702946096905722752248118882439206037738552827173407718428728079095785797720978918217217434355302917939164128733529685533278281514407380506646529894337783403836313955166968832102713118452582628486963242484599495797080923776679403474174728296611948404285719429872764004554752820224958574920042823494001063164858147121455980925928075362902650563297485081067636473421418703691640641275397749122955301186609350962999377875550671479343351166184068231741370925650931750034589889937401546282897287477652540403109947232016181073117763694737838272052096245879293599517291201658712751838141852222904026864301444220561948754568934876527518024266945386942003318672362560393222235590519775115801929125528635289933263278786691067598536489480887827740453908059801020920727092938281455689515075379866032763706695518912557595436243710971137455799843383337105721160712425847872099748927723320441332386082036117449350474172853953347910498535454423258239813619637733806252033474061667811703307018770212390884293141574210741511055356364195366347174267645072342173137005209118383880202806870056710621096803860153008174444770188070040877847461564482426439528560726491538842171591000
792.80/784.33	c number of deleted constraints	: 3585
792.80/784.33	c speed (assignments/second)	: 449.1326656199901
792.80/784.33	c non guided choices	: 363
792.80/784.33	s OPTIMUM FOUND
792.80/784.34	c Found 20 solution(s)
792.80/784.34	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 
792.80/784.35	c objective function=8
792.80/784.35	c Total wall clock time (in seconds): 784.142

Verifier Data

OK	8

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (61140 MiB free)
  memory of node 1: 64510 MiB (58415 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424568-1720878904/watcher-4424568-1720878904 -o /tmp/evaluation-result-4424568-1720878904/solver-4424568-1720878904 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424568-1720878904.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=707222, runsolver pid=707219

[startup+0.101542 s]*
/proc/loadavg: 4.21 4.28 4.30 5/319 707240
/proc/meminfo: memFree=122388700/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=18975048 memory=57828 CPUtime=0.12 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 6442 0 0 0 10 2 0 0 20 0 18 0 140049143 19430449152 14457 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4743762 14457 5645 1 0 550909 0
[pid=707222/tid=707224] ppid=707219 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 1077936192 5381 0 0 0 7 1 0 0 20 0 18 0 140049144 19430449152 14457 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140049147 19430449152 14457 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140049148 19430449152 14457 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57828 KiB

[startup+0.214047 s]*
/proc/loadavg: 4.21 4.28 4.30 7/319 707240
/proc/meminfo: memFree=122377332/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=18975048 memory=69984 CPUtime=0.36 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 7423 0 0 0 34 2 0 0 20 0 18 0 140049143 19430449152 17496 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4743762 17496 5666 1 0 551745 0
[pid=707222/tid=707224] ppid=707219 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 5983 0 0 0 20 1 0 0 20 0 18 0 140049144 19430449152 17496 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=18975048 memory=19017 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140049147 19430449152 17496 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140049148 19430449152 17496 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69984 KiB

[startup+0.342862 s]*
/proc/loadavg: 4.21 4.28 4.30 7/320 707241
/proc/meminfo: memFree=122369180/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19041612 memory=80044 CPUtime=0.56 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 7804 0 0 0 54 2 0 0 20 0 19 0 140049143 19498610688 20011 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4760403 20011 5852 1 0 552211 0
[pid=707222/tid=707224] ppid=707219 vsize=19041612 memory=-8528806579185033916 CPUtime=0.31 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 6106 0 0 0 30 1 0 0 20 0 19 0 140049144 19498610688 20011 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140049147 19498610688 20011 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140049148 19498610688 20011 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140049170 19498610688 20011 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80044 KiB

[startup+0.700312 s]
/proc/loadavg: 4.21 4.28 4.30 7/320 707241
/proc/meminfo: memFree=122341192/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19041612 memory=134368 CPUtime=1.19 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 11493 0 0 0 115 4 0 0 20 0 19 0 140049143 19498610688 33592 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4760403 33592 5852 1 0 554428 0
[pid=707222/tid=707224] ppid=707219 vsize=19041612 memory=12020 CPUtime=0.62 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 6159 0 0 0 60 2 0 0 20 0 19 0 140049144 19498610688 33592 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140049147 19498610688 33592 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140049148 19498610688 33592 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19041612 memory=1824 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140049170 19498610688 33592 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 134368 KiB

[startup+1.50086 s]
/proc/loadavg: 4.21 4.28 4.30 7/320 707241
/proc/meminfo: memFree=122274796/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=184924 CPUtime=2.78 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 20938 0 0 0 271 7 0 0 20 0 20 0 140049143 19566772224 46231 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 46231 5884 1 0 557325 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=12020 CPUtime=1.4 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 6920 0 0 0 136 4 0 0 20 0 20 0 140049144 19566772224 46231 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 46231 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 46231 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 46231 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184924 KiB

[startup+3.10586 s]
/proc/loadavg: 4.21 4.28 4.30 6/321 707242
/proc/meminfo: memFree=122259436/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=187828 CPUtime=5.97 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 23113 0 0 0 589 8 0 0 20 0 20 0 140049143 19566772224 46957 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 46957 5899 1 0 557336 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=0 CPUtime=2.96 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 7465 0 0 0 292 4 0 0 20 0 20 0 140049144 19566772224 46957 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 46957 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=185020 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 46957 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 46957 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187828 KiB

[startup+6.30587 s]
/proc/loadavg: 4.51 4.34 4.32 5/321 707244
/proc/meminfo: memFree=121956668/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=487660 CPUtime=10.22 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 23483 0 0 0 1007 15 0 0 20 0 20 0 140049143 19566772224 121915 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 121915 5899 1 0 557337 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=12020 CPUtime=6.06 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 7628 0 0 0 597 9 0 0 20 0 20 0 140049144 19566772224 121915 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 121915 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=5937544692180735577 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 121915 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 121915 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 10.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 487660 KiB

[startup+12.7004 s]
/proc/loadavg: 4.55 4.35 4.33 5/321 707244
/proc/meminfo: memFree=121745180/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=688556 CPUtime=17.26 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 29127 0 0 0 1706 20 0 0 20 0 20 0 140049143 19566772224 172139 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 172139 5899 1 0 557353 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=0 CPUtime=12.28 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 8853 0 0 0 1215 13 0 0 20 0 20 0 140049144 19566772224 172139 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=684384 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 172139 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 172139 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=2580 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 172139 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 17.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 688556 KiB

[startup+25.5005 s]
/proc/loadavg: 4.73 4.40 4.35 5/321 707630
/proc/meminfo: memFree=121181124/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1197644 CPUtime=31.9 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 46873 0 0 0 3154 36 0 0 20 0 20 0 140049143 19566772224 299411 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 299411 5899 1 0 669342 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=684384 CPUtime=24.9 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 10761 0 0 0 2468 22 0 0 20 0 20 0 140049144 19566772224 299411 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=2580 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 299411 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=770536 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 299411 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 299411 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 31.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1197644 KiB

[startup+51.1135 s]
/proc/loadavg: 4.96 4.48 4.37 8/317 707699
/proc/meminfo: memFree=122600048/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1628856 CPUtime=58.02 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 54531 0 0 0 5755 47 0 0 20 0 20 0 140049143 19566772224 407214 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 407214 5899 1 0 669345 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=1624760 CPUtime=50.13 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 12647 0 0 0 4983 30 0 0 20 0 20 0 140049144 19566772224 407214 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=1624760 CPUtime=0 cores=0,2

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

/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 483763 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 770.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1935052 KiB

[startup+784.377 s]
# the end of solver process 707222 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=791.841 s, system=1.04136 s

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

[startup+768 s]*
/proc/loadavg: 4.15 4.26 4.33 5/318 708078
/proc/meminfo: memFree=119807848/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1935052 CPUtime=776.49 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 116383 0 0 0 77547 102 0 0 20 0 20 0 140049143 19566772224 483763 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 483763 5914 1 0 669393 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=-8670943745842520764 CPUtime=757.58 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 33876 0 0 0 75723 35 0 0 20 0 20 0 140049144 19566772224 483763 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=32916 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 483763 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=18496 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 621 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 483763 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=20256 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 483763 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 776.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1935052 KiB

[startup+774.4 s]
/proc/loadavg: 4.12 4.25 4.32 5/318 708079
/proc/meminfo: memFree=119799688/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1937100 CPUtime=782.86 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 116473 0 0 0 78184 102 0 0 20 0 20 0 140049143 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 484275 5914 1 0 669393 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=1935052 CPUtime=763.79 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 33962 0 0 0 76344 35 0 0 20 0 20 0 140049144 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=1935052 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=1935052 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 621 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 782.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1937100 KiB

[startup+780.8 s]
/proc/loadavg: 4.11 4.24 4.32 5/318 708079
/proc/meminfo: memFree=119795508/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1937100 CPUtime=789.24 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 116695 0 0 0 78822 102 0 0 20 0 20 0 140049143 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 484275 5914 1 0 669393 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=24980 CPUtime=770.17 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 34182 0 0 0 76982 35 0 0 20 0 20 0 140049144 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=-8528806579185033916 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 621 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=-8528806579185033916 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 789.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1937100 KiB

[startup+782.4 s]
/proc/loadavg: 4.11 4.24 4.32 5/318 708079
/proc/meminfo: memFree=119787316/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1937100 CPUtime=790.84 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 117383 0 0 0 78982 102 0 0 20 0 20 0 140049143 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 484275 5914 1 0 669393 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=11640 CPUtime=771.77 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 34746 0 0 0 77142 35 0 0 20 0 20 0 140049144 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=-8528806579185033916 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=21116 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 681 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=1937100 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 484275 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 790.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1937100 KiB

[startup+783.2 s]
/proc/loadavg: 4.11 4.24 4.32 5/318 708079
/proc/meminfo: memFree=119783220/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1937108 CPUtime=791.67 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 118691 0 0 0 79065 102 0 0 20 0 20 0 140049143 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 484277 5914 1 0 669393 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=35540 CPUtime=772.57 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 34759 0 0 0 77222 35 0 0 20 0 20 0 140049144 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=-7162544914883239808 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=1937100 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 681 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=1937108 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 791.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1937108 KiB

[startup+784 s]*
/proc/loadavg: 4.11 4.24 4.32 5/318 708081
/proc/meminfo: memFree=119783136/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1937108 CPUtime=792.49 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 118693 0 0 0 79146 103 0 0 20 0 20 0 140049143 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 484277 5914 1 0 669393 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=3517080 CPUtime=773.38 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 34760 0 0 0 77303 35 0 0 20 0 20 0 140049144 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=2728 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=-7162544914883239808 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 681 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=1937100 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 792.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1937108 KiB

[startup+784.2 s]
/proc/loadavg: 4.11 4.24 4.32 5/318 708081
/proc/meminfo: memFree=119783136/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19108176 memory=1937108 CPUtime=792.68 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 118694 0 0 0 79165 103 0 0 20 0 20 0 140049143 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777044 484277 5914 1 0 669393 0
[pid=707222/tid=707224] ppid=707219 vsize=19108176 memory=28036 CPUtime=773.56 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) R 707219 707222 697934 0 -1 4194368 34761 0 0 0 77321 35 0 0 20 0 20 0 140049144 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19108176 memory=19580 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140049147 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19108176 memory=7044 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 681 0 0 0 0 0 0 0 20 0 20 0 140049148 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19108176 memory=6816 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140049170 19566772224 484277 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 792.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1937108 KiB

[startup+784.316 s]
/proc/loadavg: 4.11 4.24 4.32 5/318 708081
/proc/meminfo: memFree=119783136/131655788 swapFree=131071996/131071996
[pid=707222] ppid=707219 vsize=19109204 memory=1937200 CPUtime=792.8 cores=0,2
/proc/707222/stat : 707222 (java) S 707219 707222 697934 0 -1 1077936128 119887 0 0 0 79177 103 0 0 20 0 21 0 140049143 19567824896 484300 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
/proc/707222/statm: 4777301 484300 5913 1 0 669681 0
[pid=707222/tid=707224] ppid=707219 vsize=19109204 memory=1937100 CPUtime=773.66 cores=0,2
/proc/707222/task/707224/stat : 707224 (java) S 707219 707222 697934 0 -1 1077936192 35918 0 0 0 77331 35 0 0 20 0 21 0 140049144 19567824896 484300 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 41 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707233] ppid=707219 vsize=19109204 memory=1935052 CPUtime=0 cores=0,2
/proc/707222/task/707233/stat : 707233 (Finalizer) S 707219 707222 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140049147 19567824896 484300 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707240] ppid=707219 vsize=19109204 memory=100 CPUtime=0 cores=0,2
/proc/707222/task/707240/stat : 707240 (Common-Cleaner) S 707219 707222 697934 0 -1 1077936192 681 0 0 0 0 0 0 0 20 0 21 0 140049148 19567824896 484300 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
[pid=707222/tid=707241] ppid=707219 vsize=19109204 memory=-8528806579185033916 CPUtime=0 cores=0,2
/proc/707222/task/707241/stat : 707241 (Timer-0) S 707219 707222 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 140049170 19567824896 484300 134679101440 94636835295232 94636835298928 140735080754304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94636835306744 94636835307536 94636848070656 140735080756187 140735080756295 140735080756295 140735080763336 0
Current children cumulated CPU time: 792.8 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 1937200 KiB

Child status: 30

Real time (s): 784.377
CPU time (s): 792.883
CPU user time (s): 791.841
CPU system time (s): 1.04136
CPU usage (%): 101.084
Max. virtual memory (cumulated for all children) (KiB): 19110948
Max. memory (cumulated for all children) (KiB): 1937200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 791.841
system time used= 1.04136
maximum resident set size= 1938460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27728
involuntary context switches= 6515


# summary of solver processes directly reported to runsolver:
#   pid: 707222
#   total CPU time (s): 792.883
#   total CPU user time (s): 791.841
#   total CPU system time (s): 1.04136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.11812 second user time and 8.61089 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 15:55:16
IDJOB=4424568
IDBENCH=143727
IDSOLVER=3036
FILE ID=nodeC006/4424568-1720878904
RUNJOBID= nodeC006-1720877760-700189
SLURM_JOB_ID= 7483754
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111222257--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424568-1720878904/watcher-4424568-1720878904 -o /tmp/evaluation-result-4424568-1720878904/solver-4424568-1720878904 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424568-1720878904.wbo

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

MD5SUM BENCH= fbadd88cc8883de0bbcabc353cdf916b
RANDOM SEED=1790511846

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122426180 kB
MemAvailable:   122320420 kB
Buffers:          322628 kB
Cached:           420176 kB
SwapCached:            0 kB
Active:           476728 kB
Inactive:        8240856 kB
Active(anon):       1484 kB
Inactive(anon):  8010668 kB
Active(file):     475244 kB
Inactive(file):   230188 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               748 kB
Writeback:             0 kB
AnonPages:       7974156 kB
Mapped:           121048 kB
Shmem:             37704 kB
KReclaimable:      57680 kB
Slab:             146880 kB
SReclaimable:      57680 kB
SUnreclaim:        89200 kB
KernelStack:        4828 kB
PageTables:        25452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9999768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7639040 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC006 at 2024-07-13 16:08:21