Trace number 4513049

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.37 3589.88

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round21-3.opb
MD5SUMfcb5d4afa821f968de1d585b18d2dfc7
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 benchmark3.32888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints832
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.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.20	c os.arch		amd64
0.27/0.23	c Free memory 		2104792832
0.27/0.23	c Max memory 		16282288128
0.27/0.23	c Total memory 		2113929216
0.27/0.23	c Number of processors 	2
0.43/0.39	c Pseudo Boolean Optimization by upper bound
0.43/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.39	c  - never skip resolution steps
0.43/0.39	c  - Auto-division on coefficients is disabled
0.43/0.39	c  - No postprocessing
0.43/0.39	c  - Conflict is considered as is when resolving
0.43/0.39	c  - Use constraints as they come during conflict analysis
0.43/0.39	c  - Weaken first using unassigned literals
0.43/0.39	c  - Bump strategy: ALWAYS_ONE
0.43/0.39	c  - Bumper: EFFECTIVE
0.43/0.39	c --- Begin Solver configuration ---
0.43/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.43/0.39	c Learn all clauses as in MiniSAT
0.43/0.39	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.39	c No reason simplification
0.43/0.39	c Dynamic restart strategy considering the size of the coefficients
0.43/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.43/0.39	c timeout=2147483s
0.43/0.39	c DB Simplification allowed=false
0.43/0.39	c Listener: none
0.43/0.39	c --- End Solver configuration ---
0.43/0.40	c solving HOME/instance-4513049-1751213128.opb
0.43/0.40	c reading problem ... 
0.43/0.40	c using VERIPB proof format
0.43/0.40	c  no objective function found
1.32/0.85	c ... done. Wall clock time 0.441s.
1.32/0.85	c declared #vars     3968
1.32/0.85	c #constraints  9152
1.32/0.85	c constraints type 
1.32/0.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.32/0.85	c org.sat4j.specs.Constr$1 => 904
1.32/0.85	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1664
1.32/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5952
1.32/0.85	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
1.32/0.85	c 9152 constraints processed.
73.60/71.85	c cleaning 2453 clauses out of 5000 with flag 0/5000
887.07/878.85	c cleaning 4238 clauses out of 8549 with flag 0/11002
2155.73/2146.98	c cleaning 5615 clauses out of 11310 with flag 0/18001
3600.04/3589.74	c starts		: 27
3600.04/3589.76	c conflicts		: 24866
3600.04/3589.76	c decisions		: 62992
3600.04/3589.76	c propagations		: 2834970
3600.04/3589.76	c inspects		: 292695544
3600.04/3589.76	c shortcuts		: 0
3600.04/3589.76	c learnt literals	: 0
3600.04/3589.79	c learnt binary clauses	: 0
3600.04/3589.79	c learnt ternary clauses	: 0
3600.04/3589.79	c learnt constraints	: 24866
3600.04/3589.79	c ignored constraints	: 0
3600.04/3589.79	c root simplifications	: 0
3600.04/3589.79	c removed literals (reason simplification)	: 0
3600.04/3589.79	c reason swapping (by a shorter reason)	: 0
3600.04/3589.79	c Calls to reduceDB	: 3
3600.04/3589.79	c Number of update (reduction) of LBD	: 26095
3600.04/3589.79	c Imported unit clauses	: 0
3600.04/3589.79	c No decision after first conflict	: false
3600.04/3589.79	c number of reductions to clauses (during analyze)	: 0
3600.04/3589.79	c number of learned constraints concerned by reduction	: 0
3600.04/3589.79	c number of learning phase by resolution	: 0
3600.04/3589.79	c number of learning phase by cutting planes	: 0
3600.04/3589.79	c number of rounding to 1 operations	: 0
3600.04/3589.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3589.79	c number of reductions of the coefficients by power 2 	: 0
3600.04/3589.79	c number of right shift for reduction by power 2 	: 0
3600.04/3589.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3589.79	c number of ending skipping 	: 0
3600.04/3589.79	c number of internal skipping 	: 0
3600.04/3589.79	c number of derivation steps 	: 836154
3600.04/3589.79	c number of skipped derivation steps 	: 0
3600.04/3589.79	c number of remaining unassigned 	: 153340
3600.04/3589.79	c number of remaining assigned 	: 35787924
3600.04/3589.79	c number of falsified literals weakened from reason	: 0
3600.04/3589.79	c number of falsified literals weakened from conflict	: 0
3600.04/3589.79	c time for arithmetic operations	: 39691319622
3600.24/3589.80	c minimum degree of deleted constraints	: 4
3600.24/3589.81	c maximum degree of deleted constraints	: 4871564817236467428962341018046964210951575228358264357144496960727483980904738539705460712859091612615852895116213275666497216252634586975750145192042668842414272542743997940182136017153889449751695287217168409111977334335258707506358776821206628285305010113100101730944868268957223089835774191720487852963080022292704622588610237866269626266506764914831451398897163609043279860265788690266671590846396414362580016867239071173578448266270292581038387422732692037666876723128531038540599132367012583461790931090399450373930777201594463009784644668246932070246107256522221678765090022545623291033644491903704370725073960624361647456435147109059365285592381302252361061829554391729346519800975911094693436538323289655690810911443458567870183482560902697771685142469195318269299673064420154881222572267095461819937926142663043590788699398033238619221133729651952351043841522998826495667849292939751537205648376480356606508699677988875963798966705163160698681972794687656915405992797462868972726519099614379803464862803133603842426469871949682095518908983637205492949918941058516166066027938629037814019680589451523858635451645269389805793287870144652395268162181016237666931825507818462564268038963103099261925797507426169286070300050110080303155281947114932014542941073049571315847619208218659981268199494491528458855758183687555884339904384863037972672687908356475215422908848092350505320758816767321788456972580135009166777171746011050432924897971004797673879568358712756788391646654220150205670939865039404142522717965641730379243850839593037183872597310132434946903106157928391497567533602853367051697123257611983271730603410818975883748988712627835847169773109151114364904278597055430353088632725486013902035178735562864630035579793156995443478588272369970492594325629614975094163776951166839045057834498996778830306458516470587283677228357458816990854338990047314963845132170422286088183318523510592772770273290372548449115304755758977675631181668854196327072507085148626987381575902046934555249435034614676601999492535177915551129408099111090903158611364314887624630857259069616779170238851798402714997485895493531739197923763346466342412333368240175576993270480713806953337543410996237314477311832030064967056811667921938965571855205514489994943498909144662835864756278386026609298379134514477846699078558983445284913628482465567816519719674616114490632002397550577140151922965131491777662615278650349521179926730515534485763856746363498160453400959765821691081576267872210357060475590133036947324115046085939793645998522486432523157158557525307155588951904085829027498025712425903508850573569997996804227098681955767357227998583730413587778668114968394274965141981798008382479140268970722924586234064727890428459534159030715974653074821049606265523188313496654127453218070553466865989245451620870577704467211053066980802161214918536477953884244828580054394414823548099613428266700833353102808176828910682543863801437817836438546336496570919886147500432385137621398135384356859126494546136773666965308075387812595959841934253062763761334323774677353423493955317694875094952812479588217605550677433173742781970931364182801720681996401753270805263831683609792342543616513417886027570016499029871645994077558412912503127443236717140768055583790898103120636607342271558750025270370374889587788829534780585860195877824065894757462419700434710533363798123055456762032085130558798263699031663731633337426688987424910771246225905320596900875588842054286099053963986187258739139200296802466331094686146103882873022026068709371994828824389104146042195510109509654780162692770029966653788663372488488304359414100123471581386700333018364334126342088113269314144352448360480728301248726346857610351665751502826110548349913009816346972893664848554489540981192794431536115145061463702728613229824985544572052599786365889623425608998712396683191287789365969142999653274549552293750468201476516673912920316436405647707746706921637601350638522413802265035884867058981969212749515275780926454629595130543673740801233568187358803962566760252929613975717655948377659873361330964758343635594270311933981735621738994367612835115486124727831579181037542760686181002556976222792494586854199602121037378722560228970728132286208666974956624392740350446869590018786855460661521834149469352871859425168119784236867685899980081346843613346934930452101065455389360547795332667575518766867929981701173027071684596860888944206716241028202715083840442295144278054533916877773791635026377265944539064480235894067109637001627929349250978121665228602765444827120356254588020363125922793817094232577360857800093041170704499424438598821305348146205790033362676581546132584360847696676541712323684717642450424904500879701991537504666114192478104377113774360224075377169581007755112791416861830674677743670907896648142577471476725409199789060283500714236141742345573923124748825565366231392758004535945980651098342309768590975745173836440245767590417429653808368638012807168237926944457606100235096314005808193936114373469766777837985640860688899108914574764184342476896688040674409641635929053903269051697494905775297298096571892597870233155923910473670116802893391136349060040268860761270993286472303477813873001710610262925028426576263041576237296884238414322046156154817033736937404081422207503564190839258778531997636358571330546846689347339170397111307581044229317117817668466801239496439163086452060078016185578423909922349772699402715389255308204545141154086751190991735839343381795835606407799315683173136112620272714623155141709490587480800035796670688818925613960583544237425010535533661073767837857060021723533231109735205493911879090021004536176537542983776814799186733079555902364966080312275957725077814755583692835417213296953602453791432130764814809568901464515827097623521348597473020649949727967634098976041722965795925834702275783703739891780048868461401480177630091476423350816045221695455293963828661558099095587820037410025924340749774482590535016304194014403768973014238417016465969369001571578570706343815801011054691740442274958606629564042484336339753726831894340399501485969487905114916236754729324752296519212050006058998742553476787037693542400000
3600.24/3589.81	c number of deleted constraints	: 12306
3600.24/3589.82	c speed (assignments/second)	: 789.9206563267635
3600.24/3589.82	c non guided choices	: 304
3600.24/3589.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.24/3589.85	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12559
3600.24/3589.85	s UNKNOWN
3600.24/3589.85	c Total wall clock time (in seconds): 3589.457

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100071 s]*
/proc/loadavg: 4.19 4.20 4.18 7/325 28038
/proc/meminfo: memFree=119998136/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=18930384 memory=50064 CPUtime=0.11 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 5704 0 0 0 8 3 0 0 20 0 18 0 36992204 19384713216 12516 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4732596 12516 5295 1 0 546933 0
[pid=28020/tid=28022] ppid=28017 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 4609 0 0 0 4 2 0 0 20 0 18 0 36992206 19384713216 12516 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36992210 19384713216 12516 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=18930384 memory=56295059375534 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36992211 19384713216 12516 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50064 KiB

[startup+0.212992 s]*
/proc/loadavg: 4.19 4.20 4.18 6/325 28038
/proc/meminfo: memFree=119992780/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=18930384 memory=54908 CPUtime=0.27 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 6381 0 0 0 24 3 0 0 20 0 18 0 36992204 19384713216 13727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4732596 13727 5359 1 0 547516 0
[pid=28020/tid=28022] ppid=28017 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 4977 0 0 0 14 2 0 0 20 0 18 0 36992206 19384713216 13727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36992210 19384713216 13727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36992211 19384713216 13727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54908 KiB

[startup+0.314114 s]*
/proc/loadavg: 4.19 4.20 4.18 5/325 28038
/proc/meminfo: memFree=119987676/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=18930384 memory=60620 CPUtime=0.43 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 6655 0 0 0 39 4 0 0 20 0 18 0 36992204 19384713216 15155 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4732596 15155 5455 1 0 547759 0
[pid=28020/tid=28022] ppid=28017 vsize=18930384 memory=-6000919477068915821 CPUtime=0.25 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 5172 0 0 0 22 3 0 0 20 0 18 0 36992206 19384713216 15155 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36992210 19384713216 15155 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36992211 19384713216 15155 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60620 KiB

[startup+0.700294 s]
/proc/loadavg: 4.19 4.20 4.18 7/325 28038
/proc/meminfo: memFree=119971292/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=18996948 memory=155684 CPUtime=1.13 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 8374 0 0 0 105 8 0 0 20 0 19 0 36992204 19452874752 38921 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4749237 38921 5487 1 0 549207 0
[pid=28020/tid=28022] ppid=28017 vsize=18996948 memory=17792 CPUtime=0.55 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 5469 0 0 0 50 5 0 0 20 0 19 0 36992206 19452874752 38921 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36992210 19452874752 38921 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36992211 19452874752 38921 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155684 KiB

[startup+1.50024 s]
/proc/loadavg: 4.19 4.20 4.18 7/327 28040
/proc/meminfo: memFree=119860400/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=201744 CPUtime=2.69 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 15910 0 0 0 258 11 0 0 20 0 20 0 36992204 19521036288 50436 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 50436 5487 1 0 551600 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=3328 CPUtime=1.23 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 5927 0 0 0 116 7 0 0 20 0 20 0 36992206 19521036288 50436 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 50436 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 50436 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 50436 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201744 KiB

[startup+3.10596 s]
/proc/loadavg: 4.50 4.26 4.20 6/327 28040
/proc/meminfo: memFree=119665572/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=399040 CPUtime=5.88 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 29861 0 0 0 571 17 0 0 20 0 20 0 36992204 19521036288 99760 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 99760 5487 1 0 559782 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=14352 CPUtime=2.77 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 6662 0 0 0 267 10 0 0 20 0 20 0 36992206 19521036288 99760 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 99760 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 99760 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 99760 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 399040 KiB

[startup+6.30045 s]
/proc/loadavg: 4.50 4.26 4.20 5/327 28040
/proc/meminfo: memFree=119449808/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=611072 CPUtime=10.96 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 30432 0 0 0 1074 22 0 0 20 0 20 0 36992204 19521036288 152768 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 152768 5487 1 0 559822 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=0 CPUtime=5.88 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 6819 0 0 0 574 14 0 0 20 0 20 0 36992206 19521036288 152768 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 152768 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 152768 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=223432 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 152768 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 10.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 611072 KiB

[startup+12.7004 s]
/proc/loadavg: 4.54 4.27 4.20 5/327 28040
/proc/meminfo: memFree=118266452/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=1921748 CPUtime=17.99 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 33013 0 0 0 1749 50 0 0 20 0 20 0 36992204 19521036288 480437 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 480437 5487 1 0 925374 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=223432 CPUtime=12.15 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 8390 0 0 0 1175 40 0 0 20 0 20 0 36992206 19521036288 480437 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=1706708 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 480437 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 480437 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 480437 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 17.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1921748 KiB

[startup+25.5002 s]
/proc/loadavg: 4.49 4.27 4.20 5/326 28040
/proc/meminfo: memFree=117945720/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=2091936 CPUtime=30.94 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 37502 0 0 0 3039 55 0 0 20 0 20 0 36992204 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 522984 5487 1 0 925389 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=0 CPUtime=24.62 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 9204 0 0 0 2419 43 0 0 20 0 20 0 36992206 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=2091936 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=2091936 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 30.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2091936 KiB

[startup+51.1137 s]
/proc/loadavg: 4.67 4.33 4.22 5/327 28042
/proc/meminfo: memFree=117896620/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=2091936 CPUtime=52.95 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 41133 0 0 0 5237 58 0 0 20 0 20 0 36992204 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 522984 5487 1 0 925389 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=2091936 CPUtime=46.45 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 10844 0 0 0 4601 44 0 0 20 0 20 0 36992206 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=26356 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 522984 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0

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

[startup+3282.3 s]
/proc/loadavg: 2.21 3.34 3.84 2/255 28318
/proc/meminfo: memFree=125953344/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3292.97 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 173089 0 0 0 328938 359 0 0 20 0 20 0 36992204 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 914727 5487 1 0 928356 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=-6000919477068915821 CPUtime=3251.46 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 80886 0 0 0 325024 122 0 0 20 0 20 0 36992206 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 1642 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 3292.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3658908 KiB

[startup+3342.3 s]
/proc/loadavg: 1.49 2.93 3.67 2/254 28331
/proc/meminfo: memFree=125952920/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3352.91 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 175780 0 0 0 334927 364 0 0 20 0 20 0 36992204 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 914727 5487 1 0 928356 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3311.06 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 82967 0 0 0 330983 123 0 0 20 0 20 0 36992206 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 1688 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=-6000919477068915821 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 3352.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3658908 KiB

[startup+3402.3 s]
/proc/loadavg: 1.21 2.59 3.50 2/254 28333
/proc/meminfo: memFree=125953744/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3412.88 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 177965 0 0 0 340920 368 0 0 20 0 20 0 36992204 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 914727 5487 1 0 928356 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3370.63 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 84648 0 0 0 336939 124 0 0 20 0 20 0 36992206 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 1712 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 3412.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3658908 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 2.31 3.35 2/252 28335
/proc/meminfo: memFree=125947744/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3472.8 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 178015 0 0 0 346908 372 0 0 20 0 20 0 36992204 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 914727 5487 1 0 928356 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3430.04 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 84656 0 0 0 342879 125 0 0 20 0 20 0 36992206 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 1715 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 3472.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3658908 KiB

[startup+3522.3 s]
/proc/loadavg: 1.23 2.12 3.22 2/253 28338
/proc/meminfo: memFree=125948412/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3532.71 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 179071 0 0 0 352895 376 0 0 20 0 20 0 36992204 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 914727 5487 1 0 928356 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3489.5 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 85578 0 0 0 348824 126 0 0 20 0 20 0 36992206 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 1715 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 3532.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3658908 KiB

[startup+3582.3 s]
/proc/loadavg: 1.15 1.93 3.08 2/251 28344
/proc/meminfo: memFree=125947744/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3592.62 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 183159 0 0 0 358881 381 0 0 20 0 20 0 36992204 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 914727 5487 1 0 928356 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3549.04 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 88721 0 0 0 354777 127 0 0 20 0 20 0 36992206 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=3658908 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=19712 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 1805 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=-4421386487658079077 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 3592.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3658908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.7 s]
/proc/loadavg: 1.12 1.90 3.06 2/251 28344
/proc/meminfo: memFree=125947744/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3600.04 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 183415 0 0 0 359623 381 0 0 20 0 20 0 36992204 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4765878 914727 5487 1 0 928356 0
[pid=28020/tid=28022] ppid=28017 vsize=19063512 memory=3658908 CPUtime=3556.36 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 88862 0 0 0 355508 128 0 0 20 0 20 0 36992206 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19063512 memory=-6000919477068915821 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36992210 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 1805 0 0 0 0 0 0 0 20 0 20 0 36992211 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28040] ppid=28017 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/28020/task/28040/stat : 28040 (Timer-0) S 28017 28020 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36992291 19521036288 914727 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3658908 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.53 s, system=3.8395 s

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

[startup+3589.81 s]
/proc/loadavg: 1.12 1.90 3.06 2/251 28344
/proc/meminfo: memFree=125947744/131382116 swapFree=33010684/33010684
[pid=28020] ppid=28017 vsize=19263204 memory=3659804 CPUtime=3600.24 cores=5,7
/proc/28020/stat : 28020 (java) S 28017 28020 26462 0 -1 4194304 185349 0 0 0 359642 382 0 0 20 0 21 0 36992204 19725520896 914951 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
/proc/28020/statm: 4815801 914951 5519 1 0 929323 0
[pid=28020/tid=28022] ppid=28017 vsize=19263204 memory=19712 CPUtime=3556.46 cores=5,7
/proc/28020/task/28022/stat : 28022 (java) R 28017 28020 26462 0 -1 4194368 88862 0 0 0 355518 128 0 0 20 0 21 0 36992206 19725520896 914951 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28031] ppid=28017 vsize=19263204 memory=-6000919477068915821 CPUtime=0 cores=5,7
/proc/28020/task/28031/stat : 28031 (Finalizer) S 28017 28020 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36992210 19725520896 914951 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
[pid=28020/tid=28038] ppid=28017 vsize=19263204 memory=1792 CPUtime=0 cores=5,7
/proc/28020/task/28038/stat : 28038 (Common-Cleaner) S 28017 28020 26462 0 -1 4194368 1805 0 0 0 0 0 0 0 20 0 21 0 36992211 19725520896 914951 18446744073709551615 94106812256256 94106812259952 140721614616720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94106812267768 94106812268560 94106845704192 140721614625069 140721614625254 140721614625254 140721614630856 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3659804 KiB

Child status: 143

Real time (s): 3589.88
CPU time (s): 3600.37
CPU user time (s): 3596.53
CPU system time (s): 3.8395
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3659804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.53
system time used= 3.8395
maximum resident set size= 3660060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 461456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114737
involuntary context switches= 12701


# summary of solver processes directly reported to runsolver:
#   pid: 28020
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3596.53
#   total CPU system time (s): 3.8395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8158 second user time and 38.0583 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 18:05:28
IDJOB=4513049
IDBENCH=162256
IDSOLVER=3362
FILE ID=nodeC010/4513049-1751213128
RUNJOBID= nodeC010-1751205646-26475
SLURM_JOB_ID= 9587628
Free space on /tmp= 432688 MiB

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

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

MD5SUM BENCH= fcb5d4afa821f968de1d585b18d2dfc7
RANDOM SEED=467712844

nodeC010 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		: 3662.382
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        120006328 kB
MemAvailable:   120342800 kB
Buffers:            3280 kB
Cached:          1146448 kB
SwapCached:            0 kB
Active:          9948888 kB
Inactive:         853816 kB
Active(anon):    9671060 kB
Inactive(anon):        0 kB
Active(file):     277828 kB
Inactive(file):   853816 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       9656136 kB
Mapped:           123384 kB
Shmem:             17960 kB
KReclaimable:      88912 kB
Slab:             171024 kB
SReclaimable:      88912 kB
SUnreclaim:        82112 kB
KernelStack:        4976 kB
PageTables:        22676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12739612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9388032 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432692 MiB
End job on nodeC010 at 2025-06-29 19:05:18