Trace number 4545590

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.17 3592.53

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-PoolBallTriangle-07_c24.opb
MD5SUMd0358cfd617a5121014a5f104d62bc1e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.36021
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1409
Total number of constraints746
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints520
Minimum length of a constraint1
Maximum length of a constraint32
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 94
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 409
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.58/0.45	c Pseudo Boolean Optimization by upper bound
0.58/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.45	c  - never skip resolution steps
0.58/0.45	c  - Auto-division on coefficients is disabled
0.58/0.45	c  - No postprocessing
0.58/0.45	c  - Conflict is considered as is when resolving
0.58/0.45	c  - Use constraints as they come during conflict analysis
0.58/0.45	c  - Weaken first using unassigned literals
0.58/0.45	c  - Bump strategy: ALWAYS_ONE
0.58/0.45	c  - Bumper: EFFECTIVE
0.58/0.45	c --- Begin Solver configuration ---
0.58/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.58/0.45	c Learn all clauses as in MiniSAT
0.58/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.45	c No reason simplification
0.58/0.45	c Dynamic restart strategy considering the size of the coefficients
0.58/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.58/0.45	c timeout=2147483s
0.58/0.45	c DB Simplification allowed=false
0.58/0.45	c Listener: none
0.58/0.45	c --- End Solver configuration ---
0.58/0.45	c solving HOME/instance-4545590-1753240001.opb
0.58/0.45	c reading problem ... 
0.58/0.46	c using VERIPB proof format
0.58/0.46	c  no objective function found
1.11/0.70	c ... done. Wall clock time 0.235s.
1.11/0.70	c declared #vars     1409
1.11/0.70	c #constraints  823
1.11/0.70	c constraints type 
1.11/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 56
1.11/0.70	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 569
1.11/0.70	c org.sat4j.pb.constraints.pb.UnitClausePB => 65
1.11/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 133
1.11/0.71	c 823 constraints processed.
69.20/63.87	c cleaning 2501 clauses out of 5001 with flag 0/5001
331.86/324.48	c cleaning 4247 clauses out of 8499 with flag 0/11000
784.92/775.75	c cleaning 5625 clauses out of 11255 with flag 0/18003
1467.64/1457.09	c cleaning 6807 clauses out of 13628 with flag 0/26001
2271.49/2262.58	c cleaning 7904 clauses out of 15820 with flag 0/35000
3486.90/3479.33	c cleaning 8949 clauses out of 17917 with flag 0/45001
3600.01/3592.43	c starts		: 20
3600.01/3592.43	c timeout
3600.01/3592.44	c conflicts		: 46673
3600.01/3592.44	c decisions		: 61867
3600.01/3592.44	c propagations		: 6235051
3600.01/3592.44	c inspects		: 671907200
3600.01/3592.44	c shortcuts		: 0
3600.01/3592.44	c learnt literals	: 0
3600.01/3592.44	c learnt binary clauses	: 0
3600.01/3592.44	c learnt ternary clauses	: 1
3600.01/3592.44	c learnt constraints	: 46672
3600.01/3592.44	c ignored constraints	: 0
3600.01/3592.44	c root simplifications	: 0
3600.01/3592.44	c removed literals (reason simplification)	: 0
3600.01/3592.44	c reason swapping (by a shorter reason)	: 0
3600.01/3592.44	c Calls to reduceDB	: 6
3600.01/3592.44	c Number of update (reduction) of LBD	: 59356
3600.01/3592.44	c Imported unit clauses	: 0
3600.01/3592.44	c No decision after first conflict	: false
3600.01/3592.44	c number of reductions to clauses (during analyze)	: 0
3600.01/3592.44	c number of learned constraints concerned by reduction	: 0
3600.01/3592.44	c number of learning phase by resolution	: 0
3600.01/3592.44	c number of learning phase by cutting planes	: 0
3600.01/3592.44	c number of rounding to 1 operations	: 0
3600.01/3592.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3592.44	c number of reductions of the coefficients by power 2 	: 0
3600.01/3592.44	c number of right shift for reduction by power 2 	: 0
3600.01/3592.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3592.44	c number of ending skipping 	: 0
3600.01/3592.44	c number of internal skipping 	: 0
3600.01/3592.44	c number of derivation steps 	: 1381400
3600.01/3592.44	c number of skipped derivation steps 	: 0
3600.01/3592.44	c number of remaining unassigned 	: 734927
3600.01/3592.44	c number of remaining assigned 	: 39509542
3600.01/3592.44	c number of falsified literals weakened from reason	: 0
3600.01/3592.44	c number of falsified literals weakened from conflict	: 0
3600.01/3592.44	c time for arithmetic operations	: 39655422629
3600.01/3592.45	c minimum degree of deleted constraints	: 4
3600.01/3592.45	c maximum degree of deleted constraints	: 2771277173122784946080482609024417844588922676884840648435598385986021517542454204287915345210493084884864167589457889521173046601677937292147812445697310910569607440355191019609481901505870814944661585790400533256142707990582066800969565225930554290886017678578283100286111264444129838597033892617300714297909328059071049201764078583117109546115363286874150622310279667870551081426981467456979014135122749662956346593378104817947524243651747795309321582081200216130057867756025749200016211549277303358811222652772701423526659880546313317104492315131985592146589415526516971796071756371418268262615772073254268525034525956827363283748953086043511789624487131945735352613282546257723658685723058511411028623843411863653648420886620866523145071306591599899075391976037657687023091036201807259426820888311553876911586499382581367855728451988933450605139410505867343106494975492141236824084014923973210061421629914002265633686970401097404734639078230685915742816271036736202328021395471950732774511370804916806544680322827707181260354162936520699789050636505711074567262881414629631240122349653129459208501200997120582602991605483667198615786127445576116845380359314955886363978879969957499843983832511266752407219110020799580992746663582610544215040461051219713346977051418638608656644409016529100124187780086428434397900427652615729303425799978852688167614828843531006853671532856890022741842506598889088165867421203379954985544307960935982501154629418712230378097600712973914072702925472669517923615161630282540721913046952384650431238499596349485672753488649141396158423240329279218172531521132221371926050914727079605777470063810018273621112605831611042824570016879817750054990355217838449260252111628492375552824113566697528037033560025652119790952538815024053817290711217360581590112020387311814741052152656342726701114564090425673750147815143075890896813857745733317173866256807305248796999697614649491350786859623095345814425920031651696709150325800369252931512885966917019857660792319070343334166841857176494656941487801149395350576206672584041725066480274875717593329882780388430105113737528703415420449254680715530733191517821968595385418807899526557256095272993412716170520862095191685006035351921518278991882981804774444618331542885934835973309029453400037492509426034159553458236281722783148508844677627715593201723132439621632946430973751605321998954865310949123383842533554039913076754889714205670885083252449593922315772872381892764199156227449891397272167762825730474797706211863758886950619461556130091928477392422412218423150819423406520716674175025456684978746263327343812667238521705136257263849827457125880826522178345626986695447534936613076703198661140085735599156086273288748625121520318607467704553784728532176730245075761518465725340172023312732943475689022225631115823605165540745230019183615563361717100609522001056537094893566105325328038105391636050049654456815942232701793314022526575880423381826930654299356946231685369380756684966776891612756366848492954726924250975776585415291367561272455887688728938911392856536557707338568377845972607858465163049725395822327690226102215308122208911913128297559514365128636378189206469252001633592848728528273894163413451184685848896966320255096772777183731593970339860942789251506778761376238253796686789180601153849671590948861786683162511138859197188371282573599811577211738958408544275836039077895722962386388795115877402905476758220854471500640099246416212264791651923802505280109406153878909912224797267709497738022185011228398373058867946961121542991012806866743716652929824684168112025103751398918462434643490470513446722041576653461736365911171503997270420652241496482930058562138264534824640759954370503815550048121865657352831355608767459728131203840231018184260752926800294547963566255600357975933054165814055975522146192802365327988073048090930306932988274929052795651043109114518660512266070052203234353815366177034191192112975958629296395190331494994420114567727855142438425380909731463122697644082832218630229195396281045981064391144714775901496296723176002880041394318513441099832013520982072088424302651229177175181451586498803552602928967050533299626228584171926447023346018151970535409337666025184789927231625577522816533524886260367045343329157500579253791474238211849192141983108122092469520840535209968563041078129990378838957612965563666048214130182171460890154706640228208845099404016416086580151208575950679298551172774392215327409552712512834109693340015143703240585646499885271245394292025585911417921187395257809698996205820784586839804560598101771444709562452713385744222616601347003756025104720356848217993438384322408879412835896516578693446369831214218048470995559009837191411415025947937541006051896451196233178282123288908816232446160044681218747082289188294270192591228700347999162284417315620567774330464235850162950877473214509092966257504683590957136516072108469967507128607693404607315317222983576847037138709221670486195883755129225490978723125980642450929508275182717324090408543026453435754769760684151262004554445511469356956107904498321939367924988844612113915027837747863169506724349878671642090986399473417894207284339674812514174429799978550569788978882194588223831228716050308193107989139952300399604514499370836389812187444897617783191852739836054567150837898622931703117378895330686153587855464053181762190680335086664044292849649900576561273857398125781802606113979155233525648232172590643783632130270555615611555428519594242724152713608097937697112799242265829102996167325320561504925524852518230560595601145772050829267267302246432329706206137083801819225949054897595811980731321953427818011615778871314196740809363697582397102687447607016543497950144781166588100588305821466141281622222838667792581311933421184442093095454961817648768355682903283432603884268208457664058671237971223910797960116996036598707866985202470815408703803900495401437463571854344642751328358111103757097594649676487946237274802652053420921685684746613073661235188108319541825544221068047163862947604686890190364147004650906530862324514672584330419281345374933349747118682138727383970110283083227547266922864593640742355006493922404839837958420760447210457875266736486056240659984335196125899127623562500183374250601109911104353714383154596127599400289502880091560723394731021415687376
3600.01/3592.45	c number of deleted constraints	: 36033
3600.01/3592.45	c speed (assignments/second)	: 1735.9435660081922
3600.01/3592.45	c non guided choices	: 46
3600.01/3592.46	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 29
3600.01/3592.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10610
3600.01/3592.46	s UNKNOWN
3600.01/3592.46	c Total wall clock time (in seconds): 3592.008

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100076 s]*
/proc/loadavg: 3.64 3.99 4.01 12/315 163408
/proc/meminfo: memFree=105709776/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=18930344 memory=45532 CPUtime=0.09 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 5423 0 0 0 5 4 0 0 20 0 18 0 239679545 19384672256 11383 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4732586 11383 4918 1 0 546682 0
[pid=163337/tid=163351] ppid=163325 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 4558 0 0 0 3 2 0 0 20 0 18 0 239679548 19384672256 11383 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=18930344 memory=13926 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239679554 19384672256 11383 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=18930344 memory=57394570986489 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239679555 19384672256 11383 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45532 KiB

[startup+0.214479 s]*
/proc/loadavg: 3.64 3.99 4.01 9/317 163410
/proc/meminfo: memFree=105699644/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=18930384 memory=51856 CPUtime=0.27 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 6105 0 0 0 22 5 0 0 20 0 18 0 239679545 19384713216 12964 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4732596 12964 5334 1 0 547215 0
[pid=163337/tid=163351] ppid=163325 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 4962 0 0 0 14 3 0 0 20 0 18 0 239679548 19384713216 12964 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=18930384 memory=13926 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239679554 19384713216 12964 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239679555 19384713216 12964 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51856 KiB

[startup+0.314217 s]*
/proc/loadavg: 3.64 3.99 4.01 10/317 163410
/proc/meminfo: memFree=105683324/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=18930384 memory=58032 CPUtime=0.43 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 6638 0 0 0 37 6 0 0 20 0 18 0 239679545 19384713216 14508 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4732596 14508 5334 1 0 547686 0
[pid=163337/tid=163351] ppid=163325 vsize=18930384 memory=-8744696803890078396 CPUtime=0.25 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 5120 0 0 0 22 3 0 0 20 0 18 0 239679548 19384713216 14508 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239679554 19384713216 14508 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239679555 19384713216 14508 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58032 KiB

[startup+0.70035 s]
/proc/loadavg: 3.64 3.99 4.01 13/317 163410
/proc/meminfo: memFree=105668764/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=18930384 memory=80164 CPUtime=1.11 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 7525 0 0 0 103 8 0 0 20 0 18 0 239679545 19384713216 20041 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4732596 20041 5430 1 0 548334 0
[pid=163337/tid=163351] ppid=163325 vsize=18930384 memory=23040 CPUtime=0.53 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 5442 0 0 0 48 5 0 0 20 0 18 0 239679548 19384713216 20041 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=18930384 memory=11008 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239679554 19384713216 20041 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239679555 19384713216 20041 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80164 KiB

[startup+1.50032 s]
/proc/loadavg: 3.64 3.99 4.01 12/321 163414
/proc/meminfo: memFree=104870396/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=180804 CPUtime=2.68 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 24519 0 0 0 253 15 0 0 20 0 20 0 239679545 19521036288 45201 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 45201 5462 1 0 555455 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=3200 CPUtime=1.15 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 5939 0 0 0 107 8 0 0 20 0 20 0 239679548 19521036288 45201 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 45201 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 45201 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 45201 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180804 KiB

[startup+3.10548 s]
/proc/loadavg: 3.64 3.99 4.01 10/325 163418
/proc/meminfo: memFree=101784644/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=244252 CPUtime=5.85 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 28575 0 0 0 566 19 0 0 20 0 20 0 239679545 19521036288 61063 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 61063 5462 1 0 555967 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=14848 CPUtime=2.7 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 6539 0 0 0 259 11 0 0 20 0 20 0 239679548 19521036288 61063 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 61063 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 61063 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 61063 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 244252 KiB

[startup+6.30035 s]
/proc/loadavg: 3.99 4.06 4.03 7/325 163418
/proc/meminfo: memFree=99034760/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=814788 CPUtime=10.68 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 29426 0 0 0 1038 30 0 0 20 0 20 0 239679545 19521036288 203697 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 203697 5462 1 0 555968 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=0 CPUtime=5.85 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 7121 0 0 0 563 22 0 0 20 0 20 0 239679548 19521036288 203697 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 203697 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 203697 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=182084 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 203697 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 10.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 814788 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.08 4.04 6/325 163418
/proc/meminfo: memFree=96881036/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=1025936 CPUtime=17.64 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 30541 0 0 0 1729 35 0 0 20 0 20 0 239679545 19521036288 256484 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 256484 5462 1 0 555968 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=182084 CPUtime=12.16 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 7795 0 0 0 1191 25 0 0 20 0 20 0 239679548 19521036288 256484 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=1025936 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 256484 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 256484 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 256484 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 17.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1025936 KiB

[startup+25.5004 s]
/proc/loadavg: 4.14 4.09 4.04 6/325 163419
/proc/meminfo: memFree=95642500/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=1343432 CPUtime=30.61 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 37879 0 0 0 3016 45 0 0 20 0 20 0 239679545 19521036288 335858 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 335858 5462 1 0 555968 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=1025936 CPUtime=24.71 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 10511 0 0 0 2439 32 0 0 20 0 20 0 239679548 19521036288 335858 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 335858 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 335858 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=1343432 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 335858 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 30.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1343432 KiB

[startup+51.1135 s]
/proc/loadavg: 4.22 4.11 4.05 5/325 163419
/proc/meminfo: memFree=93748676/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=1799208 CPUtime=56.21 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 41361 0 0 0 5563 58 0 0 20 0 20 0 239679545 19521036288 449802 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 449802 5462 1 0 662493 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=1799208 CPUtime=49.71 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 12179 0 0 0 4928 43 0 0 20 0 20 0 239679548 19521036288 449802 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=1025936 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 449802 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=95640268/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=3105248 CPUtime=3230.9 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 128630 0 0 0 322669 421 0 0 20 0 20 0 239679545 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 776312 5494 1 0 797374 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=3099488 CPUtime=3172.63 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 51902 0 0 0 317076 187 0 0 20 0 20 0 239679548 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=3101280 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=3102176 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 1788 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 3230.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105248 KiB

[startup+3282.3 s]
/proc/loadavg: 2.19 2.14 2.27 3/278 163662
/proc/meminfo: memFree=95608824/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=3105248 CPUtime=3290.85 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 129011 0 0 0 328659 426 0 0 20 0 20 0 239679545 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 776312 5494 1 0 797374 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=3105248 CPUtime=3231.94 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 52259 0 0 0 323006 188 0 0 20 0 20 0 239679548 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=3105248 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=3105248 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 1788 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=3105248 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 3290.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105248 KiB

[startup+3342.3 s]
/proc/loadavg: 2.12 2.13 2.26 3/278 163665
/proc/meminfo: memFree=95587420/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=3105248 CPUtime=3350.75 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 130582 0 0 0 334645 430 0 0 20 0 20 0 239679545 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 776312 5494 1 0 797374 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=23168 CPUtime=3291.4 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 53614 0 0 0 328951 189 0 0 20 0 20 0 239679548 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=3105248 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=3105248 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 1788 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 3350.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105248 KiB

[startup+3402.3 s]
/proc/loadavg: 2.15 2.14 2.25 3/278 163667
/proc/meminfo: memFree=95579332/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=3105248 CPUtime=3410.31 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 132016 0 0 0 340595 436 0 0 20 0 20 0 239679545 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 776312 5494 1 0 797374 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=23168 CPUtime=3350.14 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 54840 0 0 0 334823 191 0 0 20 0 20 0 239679548 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=23168 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=30116 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 1865 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=3105248 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 776312 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 3410.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105248 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.14 2.24 3/278 163669
/proc/meminfo: memFree=95575300/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=3105376 CPUtime=3470.02 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 132157 0 0 0 346560 442 0 0 20 0 20 0 239679545 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 776344 5494 1 0 797398 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=23168 CPUtime=3409.06 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 54911 0 0 0 340713 193 0 0 20 0 20 0 239679548 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 3470.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105376 KiB

[startup+3522.3 s]
/proc/loadavg: 2.11 2.13 2.23 3/277 163672
/proc/meminfo: memFree=95550476/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=3105376 CPUtime=3529.88 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 132757 0 0 0 352538 450 0 0 20 0 20 0 239679545 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 776344 5494 1 0 797398 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=3105376 CPUtime=3468.14 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 55482 0 0 0 346618 196 0 0 20 0 20 0 239679548 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=3105376 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=-8816754397928006332 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 3529.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105376 KiB

[startup+3582.3 s]
/proc/loadavg: 2.20 2.15 2.23 3/275 163674
/proc/meminfo: memFree=95514944/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=3105376 CPUtime=3589.88 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 134902 0 0 0 358530 458 0 0 20 0 20 0 239679545 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 776344 5494 1 0 797398 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=3105376 CPUtime=3526.96 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 56912 0 0 0 352496 200 0 0 20 0 20 0 239679548 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=3105376 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=3105376 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 3589.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.4 s]
/proc/loadavg: 2.02 2.11 2.22 2/250 163708
/proc/meminfo: memFree=101912708/131382112 swapFree=33001664/33010684
[pid=163337] ppid=163325 vsize=19063512 memory=3105376 CPUtime=3600.01 cores=1,3
/proc/163337/stat : 163337 (java) S 163325 163337 162904 0 -1 4194304 134998 0 0 0 359541 460 0 0 20 0 20 0 239679545 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
/proc/163337/statm: 4765878 776344 5494 1 0 797398 0
[pid=163337/tid=163351] ppid=163325 vsize=19063512 memory=5148 CPUtime=3536.97 cores=1,3
/proc/163337/task/163351/stat : 163351 (java) R 163325 163337 162904 0 -1 4194368 56997 0 0 0 353495 202 0 0 20 0 20 0 239679548 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163394] ppid=163325 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/163337/task/163394/stat : 163394 (Finalizer) S 163325 163337 162904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239679554 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163404] ppid=163325 vsize=19063512 memory=4632 CPUtime=0 cores=1,3
/proc/163337/task/163404/stat : 163404 (Common-Cleaner) S 163325 163337 162904 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 239679555 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
[pid=163337/tid=163414] ppid=163325 vsize=19063512 memory=2760 CPUtime=0 cores=1,3
/proc/163337/task/163414/stat : 163414 (Timer-0) S 163325 163337 162904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239679617 19521036288 776344 18446744073709551615 94226456432640 94226456436336 140732351618544 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94226456444152 94226456444944 94226483695616 140732351625553 140732351625700 140732351625700 140732351631304 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.54 s, system=4.63213 s

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

Child status: 143

Real time (s): 3592.53
CPU time (s): 3600.17
CPU user time (s): 3595.54
CPU system time (s): 4.63213
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (KiB): 19066144
Max. memory (cumulated for all children) (KiB): 3108468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.54
system time used= 4.63213
maximum resident set size= 3108468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1368984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124085
involuntary context switches= 23047


# summary of solver processes directly reported to runsolver:
#   pid: 163337
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3595.54
#   total CPU system time (s): 4.63213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8266 second user time and 31.8417 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-23 05:06:42
IDJOB=4545590
IDBENCH=180940
IDSOLVER=3362
FILE ID=nodeC005/4545590-1753240001
RUNJOBID= nodeC005-1753240001-163285
SLURM_JOB_ID= 9687870
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-PoolBallTriangle-07_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545590-1753240001/watcher-4545590-1753240001 -o /tmp/evaluation-result-4545590-1753240001/solver-4545590-1753240001 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753240001-163285 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545590-1753240001 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545590-1753240001.opb

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

MD5SUM BENCH= d0358cfd617a5121014a5f104d62bc1e
RANDOM SEED=1789515667

nodeC005 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	: 0xb00001f
cpu MHz		: 1197.238
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 pti 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	: 6983.90
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		: 1197.239
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 pti 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	: 6983.90
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.203
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 pti 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	: 6983.90
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.233
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 pti 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	: 6983.90
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		: 1197.239
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 pti 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	: 6983.90
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		: 1197.225
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 pti 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	: 6983.90
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.259
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 pti 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	: 6983.90
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.205
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 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        105749528 kB
MemAvailable:   129837872 kB
Buffers:              12 kB
Cached:         24859744 kB
SwapCached:          776 kB
Active:           480240 kB
Inactive:       24444948 kB
Active(anon):      47616 kB
Inactive(anon):    38384 kB
Active(file):     432624 kB
Inactive(file): 24406564 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5228 kB
Writeback:             4 kB
AnonPages:         67744 kB
Mapped:           103392 kB
Shmem:             20564 kB
KReclaimable:     177564 kB
Slab:             268320 kB
SReclaimable:     177564 kB
SUnreclaim:        90756 kB
KernelStack:        3792 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     349684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432368 MiB
End job on nodeC005 at 2025-07-23 06:06:34