Trace number 4524213

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.22 3597.64

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-GolombRuler-a3v18-15_c18.opb
MD5SUM64dbfbfc0114f72138d7179eedb1d684
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25846
Total number of constraints1501
Number of constraints which are clauses211
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint1
Maximum length of a constraint232
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 513
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 25455
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4524213-1751618286.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  objective function found
1.05/0.60	c ... done. Wall clock time 0.44s.
1.05/0.60	c declared #vars     25846
1.05/0.60	c #constraints  1816
1.05/0.60	c constraints type 
1.05/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 330
1.05/0.60	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1170
1.05/0.60	c org.sat4j.pb.constraints.pb.UnitClausePB => 106
1.05/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 210
1.05/0.60	c 1816 constraints processed.
1.05/0.61	c objective function length is 8 literals
434.94/429.71	c cleaning 2461 clauses out of 5000 with flag 0/5000
3198.75/3194.31	c cleaning 4255 clauses out of 8541 with flag 0/11002
3600.00/3597.51	c starts		: 15
3600.00/3597.53	c conflicts		: 12290
3600.00/3597.53	c decisions		: 159994
3600.00/3597.53	c propagations		: 9579268
3600.00/3597.53	c inspects		: 118503532
3600.00/3597.53	c shortcuts		: 0
3600.00/3597.53	c learnt literals	: 0
3600.00/3597.53	c learnt binary clauses	: 0
3600.00/3597.53	c learnt ternary clauses	: 0
3600.00/3597.53	c learnt constraints	: 12289
3600.00/3597.53	c ignored constraints	: 0
3600.00/3597.53	c root simplifications	: 0
3600.00/3597.53	c removed literals (reason simplification)	: 0
3600.00/3597.53	c reason swapping (by a shorter reason)	: 0
3600.00/3597.53	c Calls to reduceDB	: 2
3600.00/3597.53	c Number of update (reduction) of LBD	: 18331
3600.00/3597.53	c Imported unit clauses	: 0
3600.00/3597.53	c No decision after first conflict	: false
3600.00/3597.53	c number of reductions to clauses (during analyze)	: 0
3600.00/3597.53	c number of learned constraints concerned by reduction	: 0
3600.00/3597.53	c number of learning phase by resolution	: 0
3600.00/3597.53	c number of learning phase by cutting planes	: 0
3600.00/3597.53	c number of rounding to 1 operations	: 0
3600.00/3597.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3597.53	c number of reductions of the coefficients by power 2 	: 0
3600.00/3597.53	c number of right shift for reduction by power 2 	: 0
3600.00/3597.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3597.54	c number of ending skipping 	: 0
3600.00/3597.54	c number of internal skipping 	: 0
3600.00/3597.54	c number of derivation steps 	: 154594
3600.00/3597.54	c number of skipped derivation steps 	: 0
3600.00/3597.54	c number of remaining unassigned 	: 338077
3600.00/3597.54	c number of remaining assigned 	: 24189336
3600.00/3597.54	c number of falsified literals weakened from reason	: 0
3600.00/3597.54	c number of falsified literals weakened from conflict	: 0
3600.00/3597.54	c time for arithmetic operations	: 35383601753
3600.00/3597.54	c minimum degree of deleted constraints	: 192
3600.00/3597.54	c maximum degree of deleted constraints	: 252765947432996518574769792772805910679047859494011003461237106302196708730943646205858788102625528779600502598890846556934448335847127972392883056879637590857844285013686665898200455114193222139839169597645396529001300187157451870818103919420020584152194265261333271482143114401017495324260969504991980393276209936880731051860578557008029176506756654948305083485621229077481495163859174889455840639338811945558276623386491600918872298068882630572505001601183993095099922731590676094805088395242895705122604678743122072140054033157025224117889189452004442187421407809057575970706628679017872291843315711517866691936140380423993622442197241687825068786284369613164731556410479830764528651743649609476779697340883334376113194919486477918428781344628549949338994445575551791992759554478903495355296490003664528128661941107565310703671980221571094286649570914420273701604776190052267494508897308169644813283998689714272463130200647853778256470539025562171995634852840434399663968152589368523163098456532516027254153903413109429359659152235442134065324084366929440879774417221910011877552503714405430388765271431871125691963051211963056656643684019964333452731817947285879007025391093505959484902734170540183502865878043360073022547709005040935570272038913048033410168555813837588084042875800480124021277938474424368312175353202834162653503203748649098712490813632590125122203415393750912629333628892076661385239503067587880022168764600853045369646970360562484293833261070649341269251980514163310730550431121262947047900963471069829006356175501734863702222346900740427924674452099907369448174990178871326620708092723361456002508106289761539918437974617271289233259744319281340028981329638382912723716953872773392796139099685753801847107160776385112530398029381449634638430978037899745940417994683898383556348173795505073052005405538713104201611731869976464877219540419664955185700639818906375048972104119236526276988364730355521147976656407400258673700417422915571715400655315199709513362372327133824170814613892904434332450377526913886693256343549252532465319588132528604809213126400264443297410617244701115008867403934866597713662425433880797041729471778755811388535142469458584506510158914074525681738034469810435686767525178810200585380241579182529294546145621017653870455116179462902710075507604638481606454497871106883349825104055949596744325365635868662861418774812811681545721002455534272653868152211120083961877062055382043476705346196850043592490515532224581834731854242806144199717139914322492618782687009690966082352529736754363689473079145409394538460559107384734898677082480799783892925896237221898388968227877281640089546607733239880670304665281661388397239585049113192509037853663655967598893965361402104306353212890530510309517165460802909391923441773623245893543386870090170645691547332785833265456395120731703522423799738222107811352681936648912678821043243828810038526836310411782545802517721554705603822983037713228597111521771920365479731975836079062008318594686930329398696549199309268426087191636419110619198047191270118703200526663153285422410156676757226682255730409565733170915202092161499319403345764287977585441268443735527058321148127412742827670093695773062604326686045694638773884992157471242453247107197661492824782014285546303874360802246180427491887423669087045561424672097496740796498098398161245680072162484842673332994182671470197093776274097517084321883919711413838951434060476434791847113500125371394722288350515671083320548922473485681225304775931645799789413418145950031951218200766458567421219006100651374542005624569547519195869494737670085568016188770824712124817497123792082244527510351195684719535557418418176000000000
3600.00/3597.54	c number of deleted constraints	: 6716
3600.00/3597.59	c speed (assignments/second)	: 2663.197387754194
3600.00/3597.59	c non guided choices	: 1
3600.19/3597.61	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 23
3600.19/3597.61	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5550
3600.19/3597.61	s UNKNOWN
3600.19/3597.61	c Total wall clock time (in seconds): 3597.448

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=88470, runsolver pid=88467

[startup+0.10006 s]*
/proc/loadavg: 4.35 4.30 4.24 4/314 88488
/proc/meminfo: memFree=121157344/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=18930384 memory=57732 CPUtime=0.13 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 6571 0 0 0 11 2 0 0 20 0 18 0 77506123 19384713216 14433 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4732596 14433 5342 1 0 547612 0
[pid=88470/tid=88472] ppid=88467 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 5068 0 0 0 6 1 0 0 20 0 18 0 77506124 19384713216 14433 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77506126 19384713216 14433 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77506127 19384713216 14433 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57732 KiB

[startup+0.205928 s]*
/proc/loadavg: 4.35 4.30 4.24 6/314 88488
/proc/meminfo: memFree=121128424/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=18930384 memory=87196 CPUtime=0.31 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 7155 0 0 0 28 3 0 0 20 0 18 0 77506123 19384713216 21799 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4732596 21799 5470 1 0 548008 0
[pid=88470/tid=88472] ppid=88467 vsize=18930384 memory=4026794103 CPUtime=0.17 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 5416 0 0 0 15 2 0 0 20 0 18 0 77506124 19384713216 21799 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=18930384 memory=215637836247 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77506126 19384713216 21799 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=18930384 memory=29764 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77506127 19384713216 21799 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 87196 KiB

[startup+0.305771 s]*
/proc/loadavg: 4.35 4.30 4.24 6/315 88489
/proc/meminfo: memFree=121050916/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=18996948 memory=158420 CPUtime=0.49 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 8656 0 0 0 44 5 0 0 20 0 19 0 77506123 19452874752 39605 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4749237 39605 5502 1 0 549101 0
[pid=88470/tid=88472] ppid=88467 vsize=18996948 memory=-6000919476984767591 CPUtime=0.25 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 5477 0 0 0 22 3 0 0 20 0 19 0 77506124 19452874752 39605 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77506126 19452874752 39605 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) R 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77506127 19452874752 39605 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158420 KiB

[startup+0.700233 s]
/proc/loadavg: 4.35 4.30 4.24 6/317 88495
/proc/meminfo: memFree=121037496/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=272964 CPUtime=1.24 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 13297 0 0 0 116 8 0 0 20 0 20 0 77506123 19521036288 68241 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 68241 5534 1 0 1078693 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=18816 CPUtime=0.48 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 5632 0 0 0 43 5 0 0 20 0 20 0 77506124 19521036288 68241 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 68241 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 68241 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 272964 KiB

[startup+1.50025 s]
/proc/loadavg: 4.35 4.30 4.24 5/315 88513
/proc/meminfo: memFree=121531188/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=419560 CPUtime=2.82 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 16010 0 0 0 270 12 0 0 20 0 20 0 77506123 19521036288 104890 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 104890 5534 1 0 1080272 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=3328 CPUtime=1.22 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 5717 0 0 0 115 7 0 0 20 0 20 0 77506124 19521036288 104890 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 104890 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 104890 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 104890 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 419560 KiB

[startup+3.10545 s]
/proc/loadavg: 4.35 4.30 4.24 6/315 88517
/proc/meminfo: memFree=120465456/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=715640 CPUtime=6.01 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 16457 0 0 0 582 19 0 0 20 0 20 0 77506123 19521036288 178910 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 178910 5534 1 0 1080313 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=10752 CPUtime=2.79 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 5861 0 0 0 266 13 0 0 20 0 20 0 77506124 19521036288 178910 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 178910 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 178910 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 178910 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 715640 KiB

[startup+6.30024 s]
/proc/loadavg: 4.32 4.29 4.24 5/316 88583
/proc/meminfo: memFree=125060116/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=860916 CPUtime=10.48 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 22915 0 0 0 1022 26 0 0 20 0 20 0 77506123 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 215229 5566 1 0 1082159 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=0 CPUtime=5.91 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 6422 0 0 0 574 17 0 0 20 0 20 0 77506124 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=485096 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 10.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 860916 KiB

[startup+12.7003 s]
/proc/loadavg: 4.37 4.31 4.25 5/337 88611
/proc/meminfo: memFree=123819840/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=860916 CPUtime=16.98 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 25489 0 0 0 1671 27 0 0 20 0 20 0 77506123 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 215229 5566 1 0 1082159 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=485096 CPUtime=12.26 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 7213 0 0 0 1208 18 0 0 20 0 20 0 77506124 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=860916 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 215229 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 16.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 860916 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.31 4.25 5/337 88611
/proc/meminfo: memFree=123160812/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=1289200 CPUtime=30.01 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 31780 0 0 0 2963 38 0 0 20 0 20 0 77506123 19521036288 322300 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 322300 5566 1 0 1082177 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=10752 CPUtime=24.95 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 9092 0 0 0 2469 26 0 0 20 0 20 0 77506124 19521036288 322300 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=860916 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 322300 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=1289200 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 322300 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 322300 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 30.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1289200 KiB

[startup+51.1059 s]
/proc/loadavg: 4.24 4.28 4.24 5/338 88613
/proc/meminfo: memFree=122581740/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=1640172 CPUtime=55.93 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 42111 0 0 0 5546 47 0 0 20 0 20 0 77506123 19521036288 410043 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 410043 5566 1 0 1082179 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=1289200 CPUtime=50.38 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 11669 0 0 0 5006 32 0 0 20 0 20 0 77506124 19521036288 410043 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 410043 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=860916 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 410043 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0

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

[startup+3282.3 s]
/proc/loadavg: 4.41 4.27 4.20 5/342 88866
/proc/meminfo: memFree=110242584/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=3982788 CPUtime=3286.68 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 185861 0 0 0 328383 285 0 0 20 0 20 0 77506123 19521036288 995697 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 995697 5566 1 0 1088813 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=3982788 CPUtime=3262.33 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 79301 0 0 0 326105 128 0 0 20 0 20 0 77506124 19521036288 995697 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=3982788 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 995697 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 2690 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 995697 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 995697 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 3286.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3982788 KiB

[startup+3342.3 s]
/proc/loadavg: 4.62 4.37 4.24 5/341 88868
/proc/meminfo: memFree=108408652/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=3999172 CPUtime=3344.04 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 187326 0 0 0 334114 290 0 0 20 0 20 0 77506123 19521036288 999793 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 999793 5566 1 0 1088813 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=3982788 CPUtime=3319.44 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 80429 0 0 0 331814 130 0 0 20 0 20 0 77506124 19521036288 999793 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=3999172 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 999793 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 2691 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 999793 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 999793 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 3344.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3999172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.58 4.40 4.27 5/342 88873
/proc/meminfo: memFree=107802460/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=4033988 CPUtime=3404.07 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 190158 0 0 0 340113 294 0 0 20 0 20 0 77506123 19521036288 1008497 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 1008497 5566 1 0 1088813 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=3999172 CPUtime=3379.01 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 82077 0 0 0 337770 131 0 0 20 0 20 0 77506124 19521036288 1008497 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=4013508 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 1008497 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=4033988 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 2789 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 1008497 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 1008497 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 3404.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4033988 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.36 4.26 6/341 88875
/proc/meminfo: memFree=102007016/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=4122104 CPUtime=3464.26 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 192044 0 0 0 346128 298 0 0 20 0 20 0 77506123 19521036288 1030526 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 1030526 5566 1 0 1088824 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=3999172 CPUtime=3438.46 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 82893 0 0 0 343713 133 0 0 20 0 20 0 77506124 19521036288 1030526 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=4033988 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 1030526 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 2861 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 1030526 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=4083140 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 1030526 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 3464.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4122104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.32 4.26 4/317 88917
/proc/meminfo: memFree=117873836/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=4126200 CPUtime=3524.19 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 193301 0 0 0 352118 301 0 0 20 0 20 0 77506123 19521036288 1031550 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 1031550 5566 1 0 1088824 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=14848 CPUtime=3498.15 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 83727 0 0 0 349682 133 0 0 20 0 20 0 77506124 19521036288 1031550 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 1031550 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 2862 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 1031550 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 1031550 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 3524.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4126200 KiB

[startup+3582.3 s]
/proc/loadavg: 3.42 4.08 4.17 4/317 88919
/proc/meminfo: memFree=117802356/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=4163064 CPUtime=3584.3 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 196718 0 0 0 358125 305 0 0 20 0 20 0 77506123 19521036288 1040766 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 1040766 5566 1 0 1088824 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=10752 CPUtime=3557.66 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 85830 0 0 0 355631 135 0 0 20 0 20 0 77506124 19521036288 1040766 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=4126200 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 1040766 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=4126200 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 2999 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 1040766 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 1040766 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 3584.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.5 s]
/proc/loadavg: 3.40 4.04 4.16 4/317 88920
/proc/meminfo: memFree=117266712/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19063512 memory=4682360 CPUtime=3600 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 198947 0 0 0 359684 316 0 0 20 0 20 0 77506123 19521036288 1170590 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4765878 1170590 5566 1 0 1209982 0
[pid=88470/tid=88472] ppid=88467 vsize=19063512 memory=14848 CPUtime=3572.26 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 87544 0 0 0 357082 144 0 0 20 0 20 0 77506124 19521036288 1170590 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19063512 memory=4682360 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77506126 19521036288 1170590 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) S 88467 88470 87557 0 -1 4194368 2999 0 0 0 0 0 0 0 20 0 20 0 77506127 19521036288 1170590 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88508] ppid=88467 vsize=19063512 memory=4193784 CPUtime=0 cores=0,2
/proc/88470/task/88508/stat : 88508 (Timer-0) S 88467 88470 87557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77506186 19521036288 1170590 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4682360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.03 s, system=3.19093 s

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

[startup+3597.61 s]
/proc/loadavg: 3.40 4.04 4.16 4/317 88920
/proc/meminfo: memFree=117266712/131249988 swapFree=33010160/33010684
[pid=88470] ppid=88467 vsize=19263204 memory=4683000 CPUtime=3600.19 cores=0,2
/proc/88470/stat : 88470 (java) S 88467 88470 87557 0 -1 4194304 200955 0 0 0 359702 317 0 0 20 0 21 0 77506123 19725520896 1170750 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
/proc/88470/statm: 4815801 1170750 5566 1 0 1210949 0
[pid=88470/tid=88472] ppid=88467 vsize=19263204 memory=5632 CPUtime=3572.3 cores=0,2
/proc/88470/task/88472/stat : 88472 (java) R 88467 88470 87557 0 -1 4194368 87589 0 0 0 357086 144 0 0 20 0 21 0 77506124 19725520896 1170750 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88481] ppid=88467 vsize=19263204 memory=5276 CPUtime=0 cores=0,2
/proc/88470/task/88481/stat : 88481 (Finalizer) S 88467 88470 87557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77506126 19725520896 1170750 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
[pid=88470/tid=88488] ppid=88467 vsize=19263204 memory=3328 CPUtime=0 cores=0,2
/proc/88470/task/88488/stat : 88488 (Common-Cleaner) R 88467 88470 87557 0 -1 4194368 2999 0 0 0 0 0 0 0 20 0 21 0 77506127 19725520896 1170750 18446744073709551615 94173049241600 94173049245296 140721865729936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94173049253112 94173049253904 94173068943360 140721865734445 140721865734630 140721865734630 140721865740232 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4683000 KiB

Child status: 143

Real time (s): 3597.64
CPU time (s): 3600.22
CPU user time (s): 3597.03
CPU system time (s): 3.19093
CPU usage (%): 100.072
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4683000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.03
system time used= 3.19093
maximum resident set size= 4683128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1019904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116929
involuntary context switches= 8512


# summary of solver processes directly reported to runsolver:
#   pid: 88470
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.03
#   total CPU system time (s): 3.19093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41843 second user time and 18.3874 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-04 10:38:06
IDJOB=4524213
IDBENCH=180627
IDSOLVER=3362
FILE ID=nodeC020/4524213-1751618286
RUNJOBID= nodeC020-1751611113-87567
SLURM_JOB_ID= 9598909
Free space on /tmp= 431732 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-GolombRuler-a3v18-15_c18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524213-1751618286/watcher-4524213-1751618286 -o /tmp/evaluation-result-4524213-1751618286/solver-4524213-1751618286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751611113-87567 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4524213-1751618286 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4524213-1751618286.opb

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

MD5SUM BENCH= 64dbfbfc0114f72138d7179eedb1d684
RANDOM SEED=928501450

nodeC020 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		: 3599.812
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.79
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		: 3599.916
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.79
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		: 3600.050
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.79
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		: 3625.723
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.79
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.952
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.79
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		: 3599.904
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.79
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.533
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.79
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		: 3598.128
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        121169756 kB
MemAvailable:   122878752 kB
Buffers:            2128 kB
Cached:          2500608 kB
SwapCached:            8 kB
Active:          7487460 kB
Inactive:        1935176 kB
Active(anon):    6913392 kB
Inactive(anon):    24568 kB
Active(file):     574068 kB
Inactive(file):  1910608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3100 kB
Writeback:             0 kB
AnonPages:       6922404 kB
Mapped:           124188 kB
Shmem:             18044 kB
KReclaimable:     127120 kB
Slab:             219932 kB
SReclaimable:     127120 kB
SUnreclaim:        92812 kB
KernelStack:        4768 kB
PageTables:        16860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    9251124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151128 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6752256 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431108 MiB
End job on nodeC020 at 2025-07-04 11:38:03