Trace number 4513301

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.26 3587.8

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-6.opb
MD5SUM9b7b034b4cb564ce8c6d87bc02f32c31
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
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.01/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.19	c See www.sat4j.org for details.
0.01/0.20	c version PB25.v20250606
0.10/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.21	c java.vm.version	22.0.1+8-16
0.10/0.21	c java.vm.vendor	Oracle Corporation
0.10/0.21	c sun.arch.data.model	64
0.10/0.21	c java.version		22.0.1
0.10/0.21	c os.name		Linux
0.10/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.21	c os.arch		amd64
0.10/0.21	c Free memory 		2104792832
0.10/0.21	c Max memory 		16282288128
0.10/0.21	c Total memory 		2113929216
0.10/0.21	c Number of processors 	2
0.10/0.28	c Pseudo Boolean Optimization by upper bound
0.10/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.28	c  - never skip resolution steps
0.10/0.28	c  - Auto-division on coefficients is disabled
0.10/0.28	c  - No postprocessing
0.10/0.28	c  - Conflict is considered as is when resolving
0.10/0.28	c  - Use constraints as they come during conflict analysis
0.10/0.28	c  - Weaken first using unassigned literals
0.10/0.28	c  - Bump strategy: ALWAYS_ONE
0.10/0.28	c  - Bumper: EFFECTIVE
0.10/0.28	c --- Begin Solver configuration ---
0.10/0.28	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.28	c Learn all clauses as in MiniSAT
0.10/0.28	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.28	c No reason simplification
0.10/0.28	c Dynamic restart strategy considering the size of the coefficients
0.10/0.28	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.28	c timeout=2147483s
0.10/0.28	c DB Simplification allowed=false
0.10/0.28	c Listener: none
0.10/0.28	c --- End Solver configuration ---
0.10/0.28	c solving HOME/instance-4513301-1751220047.opb
0.10/0.28	c reading problem ... 
0.10/0.28	c using VERIPB proof format
0.10/0.28	c  no objective function found
0.67/0.55	c ... done. Wall clock time 0.267s.
0.67/0.55	c declared #vars     4288
0.67/0.55	c #constraints  10848
0.67/0.55	c constraints type 
0.67/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.67/0.55	c org.sat4j.specs.Constr$1 => 920
0.67/0.55	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1792
0.67/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.67/0.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.67/0.55	c 10848 constraints processed.
38.34/34.52	c cleaning 2470 clauses out of 5000 with flag 0/5000
330.17/323.90	c cleaning 4221 clauses out of 8530 with flag 0/11000
605.44/598.17	c cleaning 5634 clauses out of 11309 with flag 0/18000
1586.51/1578.16	c cleaning 6795 clauses out of 13677 with flag 0/26002
3600.07/3587.71	c starts		: 29
3600.07/3587.72	c conflicts		: 34976
3600.07/3587.72	c decisions		: 72767
3600.07/3587.73	c propagations		: 4070588
3600.07/3587.73	c inspects		: 350167899
3600.07/3587.73	c shortcuts		: 0
3600.07/3587.73	c learnt literals	: 0
3600.07/3587.73	c learnt binary clauses	: 0
3600.07/3587.73	c learnt ternary clauses	: 0
3600.07/3587.73	c learnt constraints	: 34976
3600.07/3587.73	c ignored constraints	: 0
3600.07/3587.73	c root simplifications	: 0
3600.07/3587.73	c removed literals (reason simplification)	: 0
3600.07/3587.73	c reason swapping (by a shorter reason)	: 0
3600.07/3587.73	c Calls to reduceDB	: 4
3600.07/3587.73	c Number of update (reduction) of LBD	: 36402
3600.07/3587.73	c Imported unit clauses	: 0
3600.07/3587.73	c No decision after first conflict	: false
3600.07/3587.73	c number of reductions to clauses (during analyze)	: 0
3600.07/3587.73	c number of learned constraints concerned by reduction	: 0
3600.07/3587.73	c number of learning phase by resolution	: 0
3600.07/3587.73	c number of learning phase by cutting planes	: 0
3600.07/3587.73	c number of rounding to 1 operations	: 0
3600.07/3587.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3587.73	c number of reductions of the coefficients by power 2 	: 0
3600.07/3587.74	c number of right shift for reduction by power 2 	: 0
3600.07/3587.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3587.74	c number of ending skipping 	: 0
3600.07/3587.74	c number of internal skipping 	: 0
3600.07/3587.74	c number of derivation steps 	: 1232138
3600.07/3587.74	c number of skipped derivation steps 	: 0
3600.07/3587.74	c number of remaining unassigned 	: 199749
3600.07/3587.74	c number of remaining assigned 	: 47223651
3600.07/3587.74	c number of falsified literals weakened from reason	: 0
3600.07/3587.74	c number of falsified literals weakened from conflict	: 0
3600.07/3587.74	c time for arithmetic operations	: 38166694330
3600.07/3587.74	c minimum degree of deleted constraints	: 4
3600.07/3587.75	c maximum degree of deleted constraints	: 322802615282463840851846095253346843338433124304343890070219011871523851175696393688076462525194264935649543384197985925628944823253099182563733141511883569060126115975240679988755741794712391285150412331954452103022758687026791666651787315561728104539207722327237944267254718240331347941395020382580575402537567148897180394524711273999818199992326783297301996182382436548563661924854471171007746409355521475628603033890367852560872043181882713588430716067349901966519517439455978736105540248328124753231717394399175970406480200326873205525563233421136435153422058182964266831069712893302373082026752514287818535782649317637601445050194018785490888086035704987906086375873178031978741630187304495259055043731925534566701441688366672255728869777349667044599197097310699538483947406988178524488429851108331848007298587678757093078062832398443125384972126228421405632614545434519202849294103424546724797107599865056363028630902228340687053219383678400540443172025389208015647044569401681526927358604036661861864292057856339191025592920893956517459098074480459937359569902244165991847634565187455390249133964567594420790035038723079540052395876476681167347593295169932750116539553037222092252406666840214916122666264429879381027471978330819801221394908564641804336167372661390734134504707617812529553993872068266952413287071320780524623948579514498752025032780579468486820713015973405243052047332357933080983416505333992046528962106829130150449127550270000909695618840638677679388847269435278572931561364707848543632092710535323228078298811520599235194984780686284442609884362762995634457073938947703764028654366986510911326326541063169820436560640454373631672681453181515266179216418794623933376124192918674766503246983975328172565331765574691658336364320330696881991056930576054051267143551538636672938414929097305059334451796003499633522565309219698258726797838201579931350607286812513118820859736500710730477753666627772383595115972336425703667767334989570703420684047150873110113222282686595209836213578936910892365187926188246456939493800686584664936471396353778537011948073141736760326646094158736063221510797782880882414648402065513780127894650903566855963899241788231127322754294145530758236115108376898624406969967148244850375704260799461799168251439692899536110903894065584711946953787449252878142468306629997191533141694645838888576569595201819307299736502878248340147345626552933380253496173557412339959556109201346164363689966864971356504953457986120515648868114262683490652836257572467410810507960555659668382909576828159560931094726977558080205564130287104490153573366017602820888982103203446773056340062821650093712838728321983865067284895338213953650703624119317636078982519852256012174660313863284943382551711633346854006966473303794759132665033985914479805225084363690412965316906180876957066321020917095253353038774941995378456267848972881957786465226344055244170580514234969336598095648595460534674601195893063336308472278415872159171275628041098832353876492276116816407012485098792592463155821879165878776097081598728658745000085080848804557885134294936931451746187658450188000552002012124226968813596560044632675631464603688938142760298036655205806335719236489985586384983261529848042370853289099287779151330617474473200349072854365936216753358026612171495380098239974641760792809873763225096779815361705365121790001865629620971285136679233971174702919154676707229788271144941483253179143721032683392336828274126052232038949898126651730177139484141126369271616912171032280765708839264863205297735239253112923503365866760883615312635991772004603177072114119016220060068281484155605331754667566854123111722672879947201757364029583728376769107779593050197437034958299645722332912557574202533672214738201226552945173060239407247686663905201297777019788801653275876504427832888366164775054131231513592027901572721067416272113224052421266037933401726868172574706854974050678259453527508753256024181422420416597190772903197373647085709498191570786016599727565484290910173989390289565561064115121486147353350897961998280555433825111321191094046058269391907850045029972386878094098366801723787174197846907939631170386901674976788647039892587103432085309979391952066946473907005130187936803383062259248995211009963354607311510442084424599768294829130137085966378380854310109056683750378907562221727124410233779602991584754611093678503495157400551310319784815332768484325530798463267950927881334002441796358924500479531204172287717478950352981994087495455295268969664257186242726234923980075440285404292360964375150831865166017038462027724586165927230491141636203546787282165953558874596000994021044807537525961649243060128857724014571496060824998797131739041403528670045337295886491101059801380737111977973124236454229163413739125013944474131976935303674825950589794804884727239444927446276337069525919643444156658352918882251477676238717822795145437278241913131022289362452898397787562512798601148251568818257574271670830494109235813685114750102315841469050990386777878254671100805912867418611527404162130714388963494379299408987918834046397601043068526112900016795792809013395800817979954932639256205448366349165021326364709839443414993425712769453621492269711560921589847396436593228606135434048729174292490321379543737665739660959695951077206767383866981999594111604276881002037530791734999492244183778307846587618708730113099939981979764370900966364345147680790032585980153655740847670955223536912517185399172689577790062367360868891585240654567847219139338185232933435097045028082785308790186591967429209493230724990206230792032278528000
3600.07/3587.75	c number of deleted constraints	: 19120
3600.07/3587.75	c speed (assignments/second)	: 1134.760505867273
3600.07/3587.76	c non guided choices	: 301
3600.07/3587.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 46
3600.07/3587.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15810
3600.07/3587.78	s UNKNOWN
3600.07/3587.78	c Total wall clock time (in seconds): 3587.501

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62839 MiB free)
  memory of node 1: 64507 MiB (64006 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=29490, runsolver pid=29475

[startup+0.100065 s]*
/proc/loadavg: 0.58 0.95 1.43 2/294 29521
/proc/meminfo: memFree=129863964/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=18130736 memory=25648 CPUtime=0.01 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 2961 0 260 0 0 1 0 0 20 0 7 0 37684974 18565873664 6412 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4532684 6412 3104 1 0 540973 0
[pid=29490/tid=29499] ppid=29475 vsize=18130736 memory=4026531960 CPUtime=0 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 2430 0 172 0 0 0 0 0 20 0 7 0 37684978 18565873664 6412 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 25648 KiB

[startup+0.205633 s]*
/proc/loadavg: 0.58 0.95 1.43 9/338 29565
/proc/meminfo: memFree=129787592/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=18930384 memory=51628 CPUtime=0.1 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 5976 0 420 0 7 3 0 0 20 0 18 0 37684974 19384713216 12907 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4732596 12907 5235 1 0 547291 0
[pid=29490/tid=29499] ppid=29475 vsize=18930384 memory=3472328132922704156 CPUtime=0.06 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 4806 0 305 0 4 2 0 0 20 0 18 0 37684978 19384713216 12907 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=18930384 memory=19950 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37684988 19384713216 12907 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37684989 19384713216 12907 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51628 KiB

[startup+0.305776 s]*
/proc/loadavg: 0.58 0.95 1.43 13/338 29565
/proc/meminfo: memFree=129750920/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=18930384 memory=63832 CPUtime=0.28 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 6875 0 422 0 24 4 0 0 20 0 18 0 37684974 19384713216 15958 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4732596 15958 5363 1 0 547959 0
[pid=29490/tid=29499] ppid=29475 vsize=18930384 memory=-6000919485557924717 CPUtime=0.15 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 5215 0 307 0 13 2 0 0 20 0 18 0 37684978 19384713216 15958 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=18930384 memory=-4421386491852317285 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37684988 19384713216 15958 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37684989 19384713216 15958 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63832 KiB

[startup+0.700226 s]
/proc/loadavg: 0.58 0.95 1.43 9/342 29569
/proc/meminfo: memFree=129342020/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=208672 CPUtime=1.03 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 9387 0 427 0 95 8 0 0 20 0 20 0 37684974 19521036288 52168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 52168 5395 1 0 549931 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=13568 CPUtime=0.44 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 5395 0 307 0 39 5 0 0 20 0 20 0 37684978 19521036288 52168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 52168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 52168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 208672 KiB

[startup+1.50025 s]
/proc/loadavg: 1.26 1.08 1.47 9/346 29573
/proc/meminfo: memFree=129089700/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=420672 CPUtime=2.62 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 18204 0 427 0 249 13 0 0 20 0 20 0 37684974 19521036288 105168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 105168 5395 1 0 555528 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=5632 CPUtime=1.18 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 5513 0 307 0 109 9 0 0 20 0 20 0 37684978 19521036288 105168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 105168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 105168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 105168 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 420672 KiB

[startup+3.10591 s]
/proc/loadavg: 1.26 1.08 1.47 9/346 29573
/proc/meminfo: memFree=127937568/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=536700 CPUtime=5.8 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 26888 0 427 0 563 17 0 0 20 0 20 0 37684974 19521036288 134175 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 134175 5395 1 0 558118 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=0 CPUtime=2.73 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 5684 0 307 0 261 12 0 0 20 0 20 0 37684978 19521036288 134175 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 134175 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 134175 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=13568 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 134175 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 536700 KiB

[startup+6.30023 s]
/proc/loadavg: 1.48 1.13 1.49 5/347 29574
/proc/meminfo: memFree=126432244/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=580476 CPUtime=9.94 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 30709 0 427 0 973 21 0 0 20 0 20 0 37684974 19521036288 145119 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 145119 5395 1 0 558140 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=0 CPUtime=5.76 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 6709 0 307 0 563 13 0 0 20 0 20 0 37684978 19521036288 145119 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 145119 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 145119 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=459756 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 145119 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 9.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 580476 KiB

[startup+12.7002 s]
/proc/loadavg: 1.68 1.18 1.50 5/347 29574
/proc/meminfo: memFree=123775324/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=2270648 CPUtime=16.47 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 32979 0 427 0 1595 52 0 0 20 0 20 0 37684974 19521036288 567662 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 567662 5395 1 0 821349 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=14720 CPUtime=12.09 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 7766 0 307 0 1166 43 0 0 20 0 20 0 37684978 19521036288 567662 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=2022840 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 567662 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 567662 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 567662 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2270648 KiB

[startup+25.5002 s]
/proc/loadavg: 2.19 1.31 1.54 6/347 29585
/proc/meminfo: memFree=123134996/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=2440640 CPUtime=29.3 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 36869 0 427 0 2872 58 0 0 20 0 20 0 37684974 19521036288 610160 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 610160 5395 1 0 821351 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=2022840 CPUtime=24.83 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 10035 0 307 0 2436 47 0 0 20 0 20 0 37684978 19521036288 610160 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 610160 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 610160 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=-6000919485557924717 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 610160 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 29.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2440640 KiB

[startup+51.1059 s]
/proc/loadavg: 3.10 1.61 1.64 5/347 29586
/proc/meminfo: memFree=121924096/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=2445504 CPUtime=55.23 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 49778 0 427 0 5461 62 0 0 20 0 20 0 37684974 19521036288 611376 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 611376 5395 1 0 821429 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=2440640 CPUtime=50.23 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 13537 0 307 0 4973 50 0 0 20 0 20 0 37684978 19521036288 611376 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=2445504 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 611376 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 611376 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 611376 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 55.23 s
Current children cumulated vsize: 19063512 KiB

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

/proc/meminfo: memFree=111108012/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3291.93 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 199487 0 427 0 328940 253 0 0 20 0 20 0 37684974 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 808836 5395 1 0 822997 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3262.73 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 80085 0 307 0 326155 118 0 0 20 0 20 0 37684978 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 1985 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 3291.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3235344 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.23 4.14 5/341 29752
/proc/meminfo: memFree=110539404/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3352.9 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 201198 0 427 0 335034 256 0 0 20 0 20 0 37684974 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 808836 5395 1 0 823002 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3322.47 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 80252 0 307 0 332129 118 0 0 20 0 20 0 37684978 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=-6000919485557924717 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 1985 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 3352.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3235344 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.22 4.14 5/341 29754
/proc/meminfo: memFree=110418032/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3412.85 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 201333 0 427 0 341028 257 0 0 20 0 20 0 37684974 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 808836 5395 1 0 823002 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3382.22 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 80287 0 307 0 338104 118 0 0 20 0 20 0 37684978 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=13568 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 1989 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 3412.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3235344 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.25 4.15 5/341 29756
/proc/meminfo: memFree=110234680/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3473.78 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 201904 0 427 0 347118 260 0 0 20 0 20 0 37684974 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 808836 5395 1 0 823002 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=14720 CPUtime=3441.97 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 80739 0 307 0 344078 119 0 0 20 0 20 0 37684978 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=13568 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 1989 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 3473.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3235344 KiB

[startup+3522.3 s]
/proc/loadavg: 4.50 4.30 4.18 5/342 29892
/proc/meminfo: memFree=119333352/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3533.74 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 205564 0 427 0 353111 263 0 0 20 0 20 0 37684974 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 808836 5395 1 0 823002 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3501.69 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 82945 0 307 0 350050 119 0 0 20 0 20 0 37684978 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 2067 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 3533.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3235344 KiB

[startup+3582.3 s]
/proc/loadavg: 4.64 4.38 4.21 6/342 29964
/proc/meminfo: memFree=117639820/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3594.65 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 209079 0 427 0 359200 265 0 0 20 0 20 0 37684974 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 808836 5395 1 0 823003 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=5632 CPUtime=3561.47 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 84843 0 307 0 356027 120 0 0 20 0 20 0 37684978 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=21608 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 2202 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 3594.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3235344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.7 s]
/proc/loadavg: 4.59 4.38 4.21 5/342 29964
/proc/meminfo: memFree=117562116/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3600.07 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 210575 0 427 0 359742 265 0 0 20 0 20 0 37684974 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 808836 5395 1 0 823003 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3566.8 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 85102 0 307 0 356560 120 0 0 20 0 20 0 37684978 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 2202 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3235344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.58 s, system=2.67819 s

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

[startup+3587.7 s]
/proc/loadavg: 4.59 4.38 4.21 5/342 29964
/proc/meminfo: memFree=117562116/131250000 swapFree=33010684/33010684
[pid=29490] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3600.07 cores=5,7
/proc/29490/stat : 29490 (java) S 29475 29490 29422 0 -1 4194304 210575 0 427 0 359742 265 0 0 20 0 20 0 37684974 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
/proc/29490/statm: 4765878 808836 5395 1 0 823003 0
[pid=29490/tid=29499] ppid=29475 vsize=19063512 memory=3235344 CPUtime=3566.8 cores=5,7
/proc/29490/task/29499/stat : 29499 (java) R 29475 29490 29422 0 -1 4194368 85102 0 307 0 356560 120 0 0 20 0 20 0 37684978 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29535] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29535/stat : 29535 (Finalizer) S 29475 29490 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37684988 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29562] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29562/stat : 29562 (Common-Cleaner) S 29475 29490 29422 0 -1 4194368 2202 0 0 0 0 0 0 0 20 0 20 0 37684989 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
[pid=29490/tid=29572] ppid=29475 vsize=19063512 memory=3235344 CPUtime=0 cores=5,7
/proc/29490/task/29572/stat : 29572 (Timer-0) S 29475 29490 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37685030 19521036288 808836 18446744073709551615 94624266354688 94624266358384 140735726583568 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94624266366200 94624266366992 94624299245568 140735726590253 140735726590438 140735726590438 140735726596040 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3235344 KiB

Child status: 143

Real time (s): 3587.8
CPU time (s): 3600.26
CPU user time (s): 3597.58
CPU system time (s): 2.67819
CPU usage (%): 100.347
Max. virtual memory (cumulated for all children) (KiB): 19066108
Max. memory (cumulated for all children) (KiB): 3235344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.58
system time used= 2.67819
maximum resident set size= 3236240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214081
page faults= 427
swaps= 0
block input operations= 11576
block output operations= 584296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119162
involuntary context switches= 9832


# summary of solver processes directly reported to runsolver:
#   pid: 29490
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3597.58
#   total CPU system time (s): 2.67819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8685 second user time and 17.7844 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 9b7b034b4cb564ce8c6d87bc02f32c31
RANDOM SEED=655358619

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

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3592.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


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

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-06-29 21:00:35