Trace number 4513229

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.28 3509.71

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round22-2.opb
MD5SUM4ab683db7c9e99efe1269a989c150a4d
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 benchmark49.0793
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 constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
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.06/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.23	c See www.sat4j.org for details.
0.06/0.23	c version PB25.v20250606
0.06/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.24	c java.vm.version	22.0.1+8-16
0.06/0.24	c java.vm.vendor	Oracle Corporation
0.06/0.24	c sun.arch.data.model	64
0.06/0.24	c java.version		22.0.1
0.06/0.24	c os.name		Linux
0.06/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.06/0.24	c os.arch		amd64
0.06/0.24	c Free memory 		2104792832
0.06/0.24	c Max memory 		16282288128
0.06/0.24	c Total memory 		2113929216
0.06/0.25	c Number of processors 	2
0.22/0.31	c Pseudo Boolean Optimization by upper bound
0.22/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.31	c  - never skip resolution steps
0.22/0.31	c  - Auto-division on coefficients is disabled
0.22/0.31	c  - No postprocessing
0.22/0.31	c  - Conflict is considered as is when resolving
0.22/0.31	c  - Use constraints as they come during conflict analysis
0.22/0.31	c  - Weaken first using unassigned literals
0.22/0.31	c  - Bump strategy: ALWAYS_ONE
0.22/0.31	c  - Bumper: EFFECTIVE
0.22/0.31	c --- Begin Solver configuration ---
0.22/0.31	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.22/0.31	c Learn all clauses as in MiniSAT
0.22/0.31	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.31	c No reason simplification
0.22/0.31	c Dynamic restart strategy considering the size of the coefficients
0.22/0.31	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.22/0.31	c timeout=2147483s
0.22/0.31	c DB Simplification allowed=false
0.22/0.31	c Listener: none
0.22/0.31	c --- End Solver configuration ---
0.22/0.31	c solving HOME/instance-4513229-1751220047.opb
0.22/0.31	c reading problem ... 
0.22/0.31	c using VERIPB proof format
0.22/0.31	c  no objective function found
0.61/0.57	c ... done. Wall clock time 0.254s.
0.61/0.57	c declared #vars     4128
0.61/0.57	c #constraints  10016
0.61/0.57	c constraints type 
0.61/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.61/0.57	c org.sat4j.specs.Constr$1 => 920
0.61/0.57	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1728
0.61/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6720
0.61/0.57	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.61/0.57	c 10016 constraints processed.
29.33/24.93	c cleaning 2470 clauses out of 5000 with flag 0/5000
203.63/197.81	c cleaning 4234 clauses out of 8531 with flag 0/11001
625.64/618.73	c cleaning 5587 clauses out of 11296 with flag 0/18000
1623.25/1602.43	c cleaning 6810 clauses out of 13710 with flag 0/26001
3600.09/3509.61	c starts		: 30
3600.09/3509.64	c conflicts		: 33312
3600.09/3509.64	c decisions		: 73664
3600.09/3509.64	c propagations		: 3516420
3600.09/3509.64	c inspects		: 229776208
3600.09/3509.64	c shortcuts		: 0
3600.09/3509.64	c learnt literals	: 0
3600.09/3509.64	c learnt binary clauses	: 0
3600.09/3509.64	c learnt ternary clauses	: 0
3600.09/3509.64	c learnt constraints	: 33312
3600.09/3509.64	c ignored constraints	: 0
3600.09/3509.64	c root simplifications	: 0
3600.09/3509.64	c removed literals (reason simplification)	: 0
3600.09/3509.64	c reason swapping (by a shorter reason)	: 0
3600.09/3509.64	c Calls to reduceDB	: 4
3600.09/3509.64	c Number of update (reduction) of LBD	: 38027
3600.09/3509.65	c Imported unit clauses	: 0
3600.09/3509.65	c No decision after first conflict	: false
3600.09/3509.65	c number of reductions to clauses (during analyze)	: 0
3600.09/3509.65	c number of learned constraints concerned by reduction	: 0
3600.09/3509.65	c number of learning phase by resolution	: 0
3600.09/3509.65	c number of learning phase by cutting planes	: 0
3600.09/3509.65	c number of rounding to 1 operations	: 0
3600.09/3509.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3509.65	c number of reductions of the coefficients by power 2 	: 0
3600.09/3509.65	c number of right shift for reduction by power 2 	: 0
3600.09/3509.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3509.65	c number of ending skipping 	: 0
3600.09/3509.65	c number of internal skipping 	: 0
3600.09/3509.65	c number of derivation steps 	: 1071983
3600.09/3509.65	c number of skipped derivation steps 	: 0
3600.09/3509.65	c number of remaining unassigned 	: 226896
3600.09/3509.65	c number of remaining assigned 	: 51409513
3600.09/3509.65	c number of falsified literals weakened from reason	: 0
3600.09/3509.65	c number of falsified literals weakened from conflict	: 0
3600.09/3509.65	c time for arithmetic operations	: 131247780816
3600.09/3509.65	c minimum degree of deleted constraints	: 2
3600.09/3509.65	c maximum degree of deleted constraints	: 1019506453035021877852457122490611471365750879297022178147131266374581855025473964111023428197024401659164773723689615562917551369417840558512263318547065014993960766297890280999851359920189911077276902907623393853251034207325776702134893299493548484012394730585590215277309175194468843042293468289438505893082335983702432824537845852275742438647616724933047220939841295015285927382373408161199632832355723760107293358733168790170945628498517349582350900176203160611552509406501505881496881359475966105928644476410090171907015448312610401985616516985082531026295162740511024352049394769601749722762120109193362104619592946096149862074206414232661022147881662436003564029785718891548019093521504034102484398500908994897736029466678866595204292555634519701409236005618358957644259865008965532291429035828135674396291764422490696662635962414959666062903846923199279889960272618656161901715604016948200366203040141257830548334799427752031130947521165729725539745287628784807207775438898338293669039050491120562136321691248987538906809647014637295722545871480729112746536519405405923940379471088933050596219895957496219473449691603555069653201363269261541518546815255678418832131853380976265208306340160292424737434478067454412846752730323503112122964232779974626027333063874598182407476456998735854413947602023109951053102251939292624716440315555102324327584412883763694595201304329148937560306683536801883629971962327467684916499662852186639442961802440369080748161903561958861168944592099277825422813950425368239493951018240688414134337596648964292187207509843240728532882694519656454027498397572858656246729727600325033032363563092634972318086373463957235592588960799706320474718089689028696144106768733452855434980616965722400872315851227886129471139843376442585059509420952779728926517826039689056687043454075915180989005474149694509134523307218392122337572617135243568072609630373345297673547252412993834252657066338475614752767561812752750407836500356989415060468887978514835350794559873854967572384825867890907473343431518155789385500780271009345789356259795557309742497815268160891653282862216813911905443797343198624986025142814029750281068442365710837372349099142919195803982838090024350535746421633381559307419325669016099756906097184507976262733257240725569790082970015995514304637113167007723150947105954922426512781124473815991111740013395048010604144635144310577806493612046224692170943177460702599833276229034129095949129651245286380273339083351439336400854609703422269727974125533378415756416673894619894088490038211455597474606808999015326826808731282074146807686270028404498915162760022535274705246947956944090553400477631794579333517931391084138495977953163252864486864332619669411166240501338505532232710022939191010840631193334542996249782459975347144747051169780820224609625533342392281288520941095151931618768286423181342428567418365764900759308759237546254469445052355858876117129881522278062901560237435327524962009259276727159405773617005202242664674884560941060861646849482427615535242926711744410284683489923523186929998680082001552493538017472730812506553291774883042813699502992481758776457550091389018368958940550780476611458660855408685685122939294831847518732693266981040145789165430740582051627248528001588160863486096774050584834393481715615934471768645324215204222299960601433624911555468401461084202007505259397835345785911737501952358679647770018436686840662056204730518896933051772606044525962608525279402858254676128502753719460605392292260941305118091103716160540369244272632527684219340481850172703657305850859418593154296103158806307978739648259377483399052396100498629912338855938591703816887905878643103498157388544343090193949317958676948277897451796171233528511386536859735890835093936210611510997345493721043010941553641757824889958856639344567886658311673761845372931521465790939173478965927279806995137979654641369866578066940914876442232537893803362104192798336812073335965534553168351011671422249576012382316050179482686384585878824974852308027123615000524982687908915146646697441118079522784048078810796948621544248751810113784040509466061314616246298430268971890816197905781888641300639961661397641679671850556833993817120180593404019137285578141774828042891967230008016453175880154328294068614073003398523735960193172098856651820470250459809603618461098777091413780708819872692320127935074595053085189908277165572815396171400366104016118013924534114867593079147733564184966973755843319056666674399222929018353796256267667837541532912084973471863403902099764464816977610544296936368870091915515741427332580477218433240183641990633366644908030494357357558499402576753190626984110558842411686537996508589294296381882499856508294165827328616279302851465202715869352175624477250006036086660455453928093189281708623755716766526085593141268804859692015536572842373751742484984404018633769534251638582196654086246940556580128809168683241407157869633231753889249920793945120100248529704391976738611871932816898602936277414910275111792356495275249015736385219748996453630270179240628799630353457609346031521832813523702798041153250196366083073611572847750076264581093474988969925012154832268102136742894874202851648284346448399500561340103162752858541155348893437690314134033083064539576499594399337362558142734298171426663769637301194532087128658503638372892285500158706938761057828174892313470596597228633215301195660088542997758619530630091956642849107091476203252143319410067553875677635978815009519678973097742141919004177052602228967631750096298206298313453008642418881015109209915819043023877587574767451444982693509813313563554270788867554853898171177523199903841188134296332809658962026115217574298976473114469206678605845232283923444373142532980863699579977062780541359160933515536944913516501886560253217781704447017542319669187439421826112394775460957866427780862387215029266578707616401037206195019771619393860508471812201812301764628965870147323684984696781377577362793197308617494066395045807528861644339954418198746809811254515550726523718434204698378347773515649942600495669067788853740934947624234879921284609645251909863830996978528127717647173302367789989791331276855740268441184707974617257780900290682952733179309286253571238757600171495264222095372929810328151183311188658962273661136538324997106034484930939990512425831372747717438720077340520565125467586371847740770064137279349625337000135969667754944905286690959355218718348737821337575688215989456769761784179525577002177124528817673810842234739973442498984176129563818290072120130876237306771493510019933399180661147262475838219167028391995995848165202251003501022564356524867399205537863441779235891760639009705600112947353372131337735264901652295077708497660337061245154258798016691246384899182816170176231117449914273785488675496953167587730958948494096784643975940080627856401130125348153293777297523109719639973211639229273740372596447995721967945455895438040200388679853227810494585325571132603016895290951730172138022840239252611498083078587298156102717235772242819992607273827413444855436115814644446390534036924875658541637107165316428716115922698871563413223596997162278827691219015054754251585771297065922821357292464175019010799740885668357720588894761756596884936318428939771417212987557963824399429181739985776081159938437750110595890743580146252499091689306369596151809624280731965284390265577887996310938145337939291768730404204281702079667101253925346269681862708259450880421903307144282197943706398093588632503273907162914341954664657885318073708649422807487258468350261872222479572858771905311038378659539727753098136342005099383598533768345483686499887643193715681159627663285791652247244890102119433244602894818472439987138875317987213013495861730565267305584458717406932317641944652884266395931808146478379704144446844790810949252375041856729961952299945030769841719293537403080953326361873468554618664097834715429423481865767192766020624943434553624660995092410346826623627632844595290652552579738749642591316779846954105075047274154778858082789839283111767943521979859106946522771729277070255004943360000
3600.09/3509.65	c number of deleted constraints	: 19101
3600.09/3509.66	c speed (assignments/second)	: 1002.0934279869036
3600.09/3509.67	c non guided choices	: 243
3600.09/3509.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.09/3509.68	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 14210
3600.09/3509.68	s UNKNOWN
3600.09/3509.68	c Total wall clock time (in seconds): 3509.373

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100057 s]*
/proc/loadavg: 0.58 0.95 1.43 1/274 29501
/proc/meminfo: memFree=129883876/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=16832040 memory=14464 CPUtime=0 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 900 0 157 0 0 0 0 0 20 0 5 0 37684971 17236008960 3616 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4208010 3616 3008 1 0 4137 0
[pid=29478/tid=29500] ppid=29472 vsize=16832040 memory=4026532124 CPUtime=0 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) S 29472 29478 29422 0 -1 4194368 352 0 75 0 0 0 0 0 20 0 5 0 37684978 17236008960 3616 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16784588 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29509] ppid=29472 vsize=16832040 memory=19950 CPUtime=0 cores=0,2
/proc/29478/task/29509/stat : 29509 (java) R 29472 29478 29422 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 5 0 37684982 17236008960 3616 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 2147221247 0 16784588 0 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 16832040 KiB
Current children cumulated memory: 14464 KiB

[startup+0.20592 s]*
/proc/loadavg: 0.58 0.95 1.43 13/338 29565
/proc/meminfo: memFree=129799552/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=18930384 memory=50116 CPUtime=0.06 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 5681 0 421 0 4 2 0 0 20 0 18 0 37684971 19384713216 12529 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4732596 12529 5165 1 0 547058 0
[pid=29478/tid=29500] ppid=29472 vsize=18930384 memory=3472328132922704156 CPUtime=0.03 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 4559 0 309 0 2 1 0 0 20 0 18 0 37684978 19384713216 12529 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=18930384 memory=19950 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37684988 19384713216 12529 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 37684989 19384713216 12529 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50116 KiB

[startup+0.305975 s]*
/proc/loadavg: 0.58 0.95 1.43 13/338 29565
/proc/meminfo: memFree=129760120/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=18930384 memory=62632 CPUtime=0.22 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 6629 0 421 0 19 3 0 0 20 0 18 0 37684971 19384713216 15658 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4732596 15658 5325 1 0 547877 0
[pid=29478/tid=29500] ppid=29472 vsize=18930384 memory=-6000919485557924717 CPUtime=0.12 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 5141 0 309 0 10 2 0 0 20 0 18 0 37684978 19384713216 15658 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=18930384 memory=-4421386491852317285 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37684988 19384713216 15658 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 37684989 19384713216 15658 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62632 KiB

[startup+0.700216 s]
/proc/loadavg: 0.58 0.95 1.43 9/342 29569
/proc/meminfo: memFree=129378884/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=200652 CPUtime=0.98 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 8951 0 421 0 91 7 0 0 20 0 20 0 37684971 19521036288 50163 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 50163 5389 1 0 549925 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=13568 CPUtime=0.41 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 5403 0 309 0 36 5 0 0 20 0 20 0 37684978 19521036288 50163 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 50163 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 50163 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200652 KiB

[startup+1.50024 s]
/proc/loadavg: 1.26 1.08 1.47 9/346 29573
/proc/meminfo: memFree=129109660/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=345964 CPUtime=2.56 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 21589 0 421 0 243 13 0 0 20 0 20 0 37684971 19521036288 86491 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 86491 5389 1 0 555900 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=0 CPUtime=1.15 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 5666 0 309 0 107 8 0 0 20 0 20 0 37684978 19521036288 86491 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 86491 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=211309297979 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 86491 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 86491 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 345964 KiB

[startup+3.10624 s]
/proc/loadavg: 1.26 1.08 1.47 9/346 29573
/proc/meminfo: memFree=127937568/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=558376 CPUtime=5.74 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 30883 0 422 0 555 19 0 0 20 0 20 0 37684971 19521036288 139594 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 139594 5389 1 0 557136 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=5632 CPUtime=2.69 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 6548 0 309 0 256 13 0 0 20 0 20 0 37684978 19521036288 139594 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 139594 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 139594 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 139594 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 558376 KiB

[startup+6.30021 s]
/proc/loadavg: 1.48 1.13 1.49 5/347 29574
/proc/meminfo: memFree=126444532/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=1224600 CPUtime=10.19 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 32392 0 422 0 985 34 0 0 20 0 20 0 37684971 19521036288 306150 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 306150 5389 1 0 741338 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=0 CPUtime=5.8 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 6893 0 309 0 554 26 0 0 20 0 20 0 37684978 19521036288 306150 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 306150 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 306150 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=391176 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 306150 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 10.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1224600 KiB

[startup+12.7002 s]
/proc/loadavg: 1.68 1.18 1.50 5/347 29574
/proc/meminfo: memFree=123779420/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=1232836 CPUtime=16.62 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 32436 0 422 0 1626 36 0 0 20 0 20 0 37684971 19521036288 308209 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 308209 5389 1 0 741339 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=1232836 CPUtime=12.1 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 6901 0 309 0 1183 27 0 0 20 0 20 0 37684978 19521036288 308209 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=1232836 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 308209 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 308209 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 308209 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 16.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1232836 KiB

[startup+25.5002 s]
/proc/loadavg: 2.19 1.31 1.54 6/347 29585
/proc/meminfo: memFree=123142808/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=1523908 CPUtime=30.23 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 45984 0 423 0 2978 45 0 0 20 0 20 0 37684971 19521036288 380977 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 380977 5389 1 0 741422 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=1232836 CPUtime=24.8 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 10393 0 309 0 2446 34 0 0 20 0 20 0 37684978 19521036288 380977 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 380977 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=1523568 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 380977 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=1523568 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 380977 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 30.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1523908 KiB

[startup+51.106 s]
/proc/loadavg: 3.10 1.61 1.64 5/347 29586
/proc/meminfo: memFree=121924096/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=1960712 CPUtime=56.62 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 54924 0 423 0 5603 59 0 0 20 0 20 0 37684971 19521036288 490178 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 490178 5389 1 0 741456 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=1960712 CPUtime=49.96 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 12803 0 309 0 4955 41 0 0 20 0 20 0 37684978 19521036288 490178 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 490178 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=1960712 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 490178 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=-6000919498442826605 CPUtime=0 cores=0,2

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

/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 1282949 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 1319 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 1282949 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 1282949 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 3184.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5131796 KiB

[startup+3162.3 s]
/proc/loadavg: 4.31 4.23 4.12 5/340 29740
/proc/meminfo: memFree=111516344/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=5131796 CPUtime=3244.48 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 183559 0 423 0 324128 320 0 0 20 0 20 0 37684971 19521036288 1282949 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 1282949 5389 1 0 1296082 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=5115156 CPUtime=3138.38 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 73003 0 309 0 313682 156 0 0 20 0 20 0 37684978 19521036288 1282949 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=5115156 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 1282949 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=5131796 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 1356 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 1282949 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=5131796 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 1282949 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 3244.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5131796 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.20 4.12 5/340 29742
/proc/meminfo: memFree=111278100/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=5140132 CPUtime=3305.76 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 185837 0 423 0 330252 324 0 0 20 0 20 0 37684971 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 1285033 5389 1 0 1298173 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=5115156 CPUtime=3198.15 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 74427 0 309 0 319659 156 0 0 20 0 20 0 37684978 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=5115156 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=5131796 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=5140132 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 3305.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5140132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.21 4.12 5/342 29750
/proc/meminfo: memFree=111108012/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=5140132 CPUtime=3365.64 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 186694 0 423 0 336238 326 0 0 20 0 20 0 37684971 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 1285033 5389 1 0 1298174 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=5140132 CPUtime=3257.88 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 75181 0 309 0 325631 157 0 0 20 0 20 0 37684978 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=5140132 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 1285033 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 3365.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5140132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.23 4.14 5/341 29752
/proc/meminfo: memFree=110539404/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=5265388 CPUtime=3431.64 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 192216 0 423 0 342830 334 0 0 20 0 20 0 37684971 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 1316347 5389 1 0 1329520 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=14720 CPUtime=3317.35 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 78144 0 309 0 331575 160 0 0 20 0 20 0 37684978 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=5265388 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=5265388 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 1420 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=5265388 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 3431.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5265388 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.22 4.14 5/341 29754
/proc/meminfo: memFree=110418032/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=5265388 CPUtime=3491.56 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 194207 0 423 0 348819 337 0 0 20 0 20 0 37684971 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 1316347 5389 1 0 1329520 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=5265388 CPUtime=3377.15 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 79968 0 309 0 337554 161 0 0 20 0 20 0 37684978 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=5265388 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=5265388 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 1421 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=5265388 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 1316347 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 3491.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5265388 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.25 4.15 5/341 29756
/proc/meminfo: memFree=110234680/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=5298752 CPUtime=3552.88 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 197062 0 423 0 354948 340 0 0 20 0 20 0 37684971 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 1324688 5389 1 0 1337873 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=5265388 CPUtime=3436.94 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 80995 0 309 0 343532 162 0 0 20 0 20 0 37684978 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=5265388 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=5298752 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 1471 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=5298752 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 3552.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5298752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3509.6 s]
/proc/loadavg: 4.27 4.25 4.16 6/341 29824
/proc/meminfo: memFree=115036080/131250000 swapFree=33010684/33010684
[pid=29478] ppid=29472 vsize=19063512 memory=5298752 CPUtime=3600.09 cores=0,2
/proc/29478/stat : 29478 (java) S 29472 29478 29422 0 -1 4194304 198546 0 423 0 359668 341 0 0 20 0 20 0 37684971 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
/proc/29478/statm: 4765878 1324688 5389 1 0 1337873 0
[pid=29478/tid=29500] ppid=29472 vsize=19063512 memory=4252 CPUtime=3484.06 cores=0,2
/proc/29478/task/29500/stat : 29500 (java) R 29472 29478 29422 0 -1 4194368 82426 0 309 0 348244 162 0 0 20 0 20 0 37684978 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29536] ppid=29472 vsize=19063512 memory=5298752 CPUtime=0 cores=0,2
/proc/29478/task/29536/stat : 29536 (Finalizer) S 29472 29478 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29563] ppid=29472 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/29478/task/29563/stat : 29563 (Common-Cleaner) S 29472 29478 29422 0 -1 4194368 1472 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
[pid=29478/tid=29571] ppid=29472 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/29478/task/29571/stat : 29571 (Timer-0) S 29472 29478 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 1324688 18446744073709551615 94855075975168 94855075978864 140727201730400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855075986680 94855075987472 94855085527040 140727201732909 140727201733094 140727201733094 140727201738696 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5298752 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.85 s, system=3.43071 s

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

[startup+3509.71 s]*
/proc/loadavg: 4.27 4.25 4.16 5/323 29827
/proc/meminfo: memFree=120242256/131250000 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): 3509.71
CPU time (s): 3600.28
CPU user time (s): 3596.85
CPU system time (s): 3.43071
CPU usage (%): 102.581
Max. virtual memory (cumulated for all children) (KiB): 19066292
Max. memory (cumulated for all children) (KiB): 5298752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.85
system time used= 3.43071
maximum resident set size= 5299648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199959
page faults= 423
swaps= 0
block input operations= 22208
block output operations= 798112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131733
involuntary context switches= 14381


# summary of solver processes directly reported to runsolver:
#   pid: 29478
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3596.85
#   total CPU system time (s): 3.43071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56444 second user time and 17.0768 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 20:00:47
IDJOB=4513229
IDBENCH=162295
IDSOLVER=3362
FILE ID=nodeC013/4513229-1751220047
RUNJOBID= nodeC013-1751220047-29432
SLURM_JOB_ID= 9587674
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 4ab683db7c9e99efe1269a989c150a4d
RANDOM SEED=655358619

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129900404 kB
MemAvailable:   129773956 kB
Buffers:            3280 kB
Cached:           677032 kB
SwapCached:            0 kB
Active:           278764 kB
Inactive:         468228 kB
Active(anon):      79964 kB
Inactive(anon):        0 kB
Active(file):     198800 kB
Inactive(file):   468228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2916 kB
Writeback:             0 kB
AnonPages:         69724 kB
Mapped:            97684 kB
Shmem:             13284 kB
KReclaimable:      91124 kB
Slab:             177452 kB
SReclaimable:      91124 kB
SUnreclaim:        86328 kB
KernelStack:        3940 kB
PageTables:         2672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     316160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-06-29 20:59:17