Trace number 4430078

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 Cutting Planes 2024 2024-07-12? (TO) 3600.26 3548.13

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_5_mh.opb
MD5SUMf52c25e5aa8e0a6173f9b1fa92936824
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 benchmark3766702
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 73955175696
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 73955175696
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.16	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.18	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.18	c Free memory 		2113181440
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.19	c Number of processors 	2
0.32/0.30	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.30	 - never skip resolution steps
0.32/0.30	 - Auto-division on coefficients is disabled
0.32/0.30	 - No postprocessing
0.32/0.30	 - Conflict is considered as is when resolving
0.32/0.30	 - Use constraints as they come during conflict analysis
0.32/0.30	 - Weaken first using unassigned literals
0.32/0.30	 - Bump strategy: ALWAYS_ONE
0.32/0.30	 - Bumper: EFFECTIVE
0.32/0.30	--- Begin Solver configuration ---
0.32/0.30	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.30	Learn all clauses as in MiniSAT
0.32/0.30	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.30	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.30	No reason simplification
0.32/0.30	Dynamic restart strategy considering the size of the coefficients
0.32/0.30	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.30	timeout=2147483s
0.32/0.30	DB Simplification allowed=false
0.32/0.30	Listener: none
0.32/0.30	--- End Solver configuration ---
0.32/0.30	c Pseudo Boolean Optimization by upper bound
0.32/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.30	c  - never skip resolution steps
0.32/0.30	c  - Auto-division on coefficients is disabled
0.32/0.30	c  - No postprocessing
0.32/0.30	c  - Conflict is considered as is when resolving
0.32/0.30	c  - Use constraints as they come during conflict analysis
0.32/0.30	c  - Weaken first using unassigned literals
0.32/0.30	c  - Bump strategy: ALWAYS_ONE
0.32/0.30	c  - Bumper: EFFECTIVE
0.32/0.30	c --- Begin Solver configuration ---
0.32/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.30	c Learn all clauses as in MiniSAT
0.32/0.30	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.30	c No reason simplification
0.32/0.30	c Dynamic restart strategy considering the size of the coefficients
0.32/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.30	c timeout=2147483s
0.32/0.30	c DB Simplification allowed=false
0.32/0.30	c Listener: none
0.32/0.30	c --- End Solver configuration ---
0.32/0.30	c solving HOME/instance-4430078-1721144430.opb
0.32/0.30	c reading problem ... 
0.32/0.31	c  objective function found
251.62/245.44	c ... done. Wall clock time 245.139s.
251.62/245.44	c declared #vars     250200
251.62/245.44	c #constraints  610314
251.62/245.44	c constraints type 
251.62/245.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
251.62/245.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
251.62/245.44	c org.sat4j.specs.Constr$1 => 3
251.62/245.44	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 121375
251.62/245.44	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
251.62/245.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
251.62/245.44	c 610314 constraints processed.
251.62/245.46	c objective function length is 129800 literals
1983.87/1959.57	c cleaning 2608 clauses out of 5215 with flag 0/5215
3388.77/3343.61	c cleaning 4197 clauses out of 8396 with flag 0/11004
3600.07/3548.03	c starts		: 12
3600.07/3548.04	c conflicts		: 13030
3600.07/3548.05	c decisions		: 247971
3600.07/3548.05	c propagations		: 101111433
3600.07/3548.05	c inspects		: 272695741
3600.07/3548.05	c shortcuts		: 0
3600.07/3548.05	c learnt literals	: 0
3600.07/3548.05	c learnt binary clauses	: 3
3600.07/3548.05	c learnt ternary clauses	: 0
3600.07/3548.05	c learnt constraints	: 13030
3600.07/3548.05	c ignored constraints	: 0
3600.07/3548.05	c root simplifications	: 0
3600.07/3548.05	c removed literals (reason simplification)	: 0
3600.07/3548.05	c reason swapping (by a shorter reason)	: 0
3600.07/3548.05	c Calls to reduceDB	: 2
3600.07/3548.05	c Number of update (reduction) of LBD	: 21968
3600.07/3548.05	c Imported unit clauses	: 0
3600.07/3548.07	c No decision after first conflict	: false
3600.07/3548.07	c number of reductions to clauses (during analyze)	: 0
3600.07/3548.07	c number of learned constraints concerned by reduction	: 0
3600.07/3548.07	c number of learning phase by resolution	: 0
3600.07/3548.07	c number of learning phase by cutting planes	: 0
3600.07/3548.07	c number of rounding to 1 operations	: 0
3600.07/3548.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3548.07	c number of reductions of the coefficients by power 2 	: 0
3600.07/3548.07	c number of right shift for reduction by power 2 	: 0
3600.07/3548.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3548.07	c number of ending skipping 	: 0
3600.07/3548.07	c number of internal skipping 	: 0
3600.07/3548.07	c number of derivation steps 	: 127349
3600.07/3548.07	c number of skipped derivation steps 	: 0
3600.07/3548.07	c number of remaining unassigned 	: 286176
3600.07/3548.07	c number of remaining assigned 	: 4403734
3600.07/3548.07	c number of falsified literals weakened from reason	: 0
3600.07/3548.07	c number of falsified literals weakened from conflict	: 0
3600.07/3548.07	c time for arithmetic operations	: 3104823443
3600.07/3548.07	c minimum degree of deleted constraints	: 1
3600.07/3548.07	c maximum degree of deleted constraints	: 57558491882046863264797238661836657715929657217455396366128365671736587936553082749364749028838933371852930358603098718737908710566226138998425427005778536520924911581390478299039362573947424093245927911701198641591274375967517120814220917714255276110075734952809614517908327423985442493546238999610161880372323208291116920545384475200253175561547313930526175412852434212045192467340991858108268003099744648501210309590805611714976452161339428616785497761061841418485945162315651390970598251272439192800550954206622569249886792322627419938387049516358125196231637611467902926861585644567350119425638813450436078534749697402253610745331029056167883961663434908378296012345489715990678329110172839872577704188112943961540215623990548517573667896323173507181848830548652894586549080492502090457374275454981375056450269924344725040997301419165842323602781766503982817879100267178312688772488847272169581372625236897789472359702345391041171431178195971644584075679469716402839716634123418068016310784631505294575032117025377942921823072955728357278947341504224838156542268893250574092178001670484781962483069767690797972195751900465451528540431878998811280801855453527197680933908705182451551819103737116277867462617178023248795384132695936322950255912347139671755102672567407097736960923750968815192030843210306015799306638227356211723962291283418658151870528916304629672655315506504632323067365298918676963216306192947402009388615639702073618688652218040324470841843407148585808831561990730916356420854913348442130171381328576765603944090244993580251104046770429423391018811551556325761711895649153318131039785733812154859683761478105475133529902315456914649798056208223794364994273527526998460967675649277602153196760163160136692149800728145241784908649576117493109806685267196467472403047393187588707195943699602244954356244374218510563740824391205144924257640896309135453646838881796343651306822218311001172318891299429237240338480105010263956367414709772695921500451887356721875429987940654225924944683967932180369627177576000327803023011826068802816084941485918428455393121281355837974956740502736179932660873715604095203210440402134274470158889008464041225103767013349259155562425516493325744531742104727847727638666061557894796113701835479645802501748406332174935028632606982288330828924798274211750557042041728070347189780759632286271879566341462619006343644849307432287570658755136742628952972334926929887441438523738899899974182263753835086736434751154859318688514866554344467554426212672149296514091367569707927930041581360505045356916648643239628890139123136100507665774769538952458383247174149485764500379163026465192912540295263420673896274589054701822463489455621331041290820217986872299956690257642490792439278983404079472252742008224078609785470112252606569801234564250197326139151369599226920205540954598969190342135778204997091056019348587919340435962123009213130040292984692625518342890947967410471031147877150937556060560767383188505348092285907180258936070707332366579829551172861085778918462671300005916375778411960274417730978167825597285512929017385906330594287597104508963738458439252709240484518412688261622080932640134762449149367900414550880103850809314443533529179056134717554315543428787335050479785233814909136272594190519296646683960397916950799330833437804335790724326284907694300042332822855953970214485633134133042438615296153049375356030611644394898280207045377215357449665790574555440967591567827289296041664638268231194146211970425507971819569779551170960977337090028753898287348458795339953010158699789492393776306825097743889025782410672172245193129780927182647036003262149547285883935965103328328376397342921566592798430215997537774973752845574374332324600810282459453784351044468625342352163828767852588697168035005056740094916586952946949462804393284387209311643579938548142292279176106063744375847534157823162550071496489791341859577594957447678237934712001333825158892568898496993003968614117185722119055226174348788159169455656453757985233932536334985881687125786094551423543811244994367534711192536324354177508362126726911658351632834257714293065386875464095080876562556237500653208088557607638421680901831176607149349397986545362885250490334962131258230969844805307981438342990617618536885615894866427172189555330522485809466673980840222856477249999135105640817819051353002923395680082895901735798582761687884117730549110979465110200743947115311427900489745394485525655639478153611449296738348226813900450995426813255949992530738465819836922223000542274914692498505250752014879709215512710737588079255260993899863209292150240449150916364047723788857680
3600.07/3548.07	c number of deleted constraints	: 6805
3600.07/3548.07	c speed (assignments/second)	: 30616.494701765172
3600.07/3548.07	c non guided choices	: 49
3600.07/3548.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 103
3600.07/3548.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1020
3600.07/3548.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.07/3548.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5099
3600.07/3548.08	s UNKNOWN
3600.07/3548.08	c Total wall clock time (in seconds): 3547.786

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: 64059 MiB (52833 MiB free)
  memory of node 1: 64510 MiB (61797 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430078-1721144430/watcher-4430078-1721144430 -o /tmp/evaluation-result-4430078-1721144430/solver-4430078-1721144430 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721140855-848819 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430078-1721144430.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=850827, runsolver pid=850824
Current StackSize limit: 8192 KiB


[startup+0.105298 s]*
/proc/loadavg: 4.11 4.15 4.15 5/317 850845
/proc/meminfo: memFree=117346716/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=18975048 memory=57776 CPUtime=0.12 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 6387 0 0 0 10 2 0 0 20 0 18 0 166602593 19430449152 14444 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4743762 14444 5682 1 0 550848 0
[pid=850827/tid=850829] ppid=850824 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 5286 0 0 0 6 2 0 0 20 0 18 0 166602593 19430449152 14444 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166602599 19430449152 14444 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 166602600 19430449152 14444 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57776 KiB

[startup+0.221286 s]*
/proc/loadavg: 4.11 4.15 4.15 7/317 850845
/proc/meminfo: memFree=117337548/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=18975048 memory=67368 CPUtime=0.32 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 7156 0 0 0 29 3 0 0 20 0 18 0 166602593 19430449152 16842 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4743762 16842 5732 1 0 551511 0
[pid=850827/tid=850829] ppid=850824 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 5736 0 0 0 17 2 0 0 20 0 18 0 166602593 19430449152 16842 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=18975048 memory=671 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166602599 19430449152 16842 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 166602600 19430449152 16842 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67368 KiB

[startup+0.320287 s]*
/proc/loadavg: 4.11 4.15 4.15 7/317 850845
/proc/meminfo: memFree=117325908/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=18975048 memory=78584 CPUtime=0.5 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 7426 0 0 0 46 4 0 0 20 0 18 0 166602593 19430449152 19646 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4743762 19646 5748 1 0 551693 0
[pid=850827/tid=850829] ppid=850824 vsize=18975048 memory=-8888806507309015740 CPUtime=0.29 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 5916 0 0 0 26 3 0 0 20 0 18 0 166602593 19430449152 19646 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166602599 19430449152 19646 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 166602600 19430449152 19646 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78584 KiB

[startup+0.707788 s]
/proc/loadavg: 4.11 4.15 4.15 7/317 850845
/proc/meminfo: memFree=117302912/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=18975048 memory=142940 CPUtime=1.22 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 9914 0 0 0 115 7 0 0 20 0 18 0 166602593 19430449152 35223 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4743762 35735 5833 1 0 553318 0
[pid=850827/tid=850829] ppid=850824 vsize=18975048 memory=5544 CPUtime=0.64 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 5946 0 0 0 60 4 0 0 20 0 18 0 166602593 19430449152 35735 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=18975048 memory=12776 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166602599 19430449152 35735 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 166602600 19430449152 35735 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 142940 KiB

[startup+1.50029 s]
/proc/loadavg: 4.11 4.15 4.15 6/318 850846
/proc/meminfo: memFree=117196396/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19041612 memory=500524 CPUtime=2.63 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 11406 0 0 0 249 14 0 0 20 0 19 0 166602593 19498610688 125131 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4760403 125131 5880 1 0 1115622 0
[pid=850827/tid=850829] ppid=850824 vsize=19041612 memory=12776 CPUtime=1.15 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 6141 0 0 0 106 9 0 0 20 0 19 0 166602593 19498610688 125131 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166602599 19498610688 125131 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166602600 19498610688 125131 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 500524 KiB

[startup+3.10629 s]
/proc/loadavg: 4.10 4.15 4.15 5/318 850846
/proc/meminfo: memFree=112242748/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19041612 memory=5151596 CPUtime=4.42 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 14761 0 0 0 338 104 0 0 20 0 19 0 166602593 19498610688 1287899 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4760403 1287899 5880 1 0 2172667 0
[pid=850827/tid=850829] ppid=850824 vsize=19041612 memory=0 CPUtime=2.7 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 8405 0 0 0 172 98 0 0 20 0 19 0 166602593 19498610688 1287899 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19041612 memory=12776 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166602599 19498610688 1287899 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19041612 memory=1448476 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166602600 19498610688 1287899 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5151596 KiB

[startup+6.30028 s]
/proc/loadavg: 4.10 4.15 4.15 5/316 850913
/proc/meminfo: memFree=116807188/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19041612 memory=5306404 CPUtime=8.61 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 20388 0 0 0 752 109 0 0 20 0 19 0 166602593 19498610688 1326601 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4760403 1326601 5880 1 0 2175680 0
[pid=850827/tid=850829] ppid=850824 vsize=19041612 memory=0 CPUtime=5.8 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 8845 0 0 0 479 101 0 0 20 0 19 0 166602593 19498610688 1326601 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19041612 memory=842548 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166602599 19498610688 1326601 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166602600 19498610688 1326601 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 8.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5306404 KiB

[startup+12.7004 s]
/proc/loadavg: 4.34 4.20 4.16 5/316 851049
/proc/meminfo: memFree=113459728/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19041612 memory=5332464 CPUtime=16.64 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 26652 0 0 0 1552 112 0 0 20 0 19 0 166602593 19498610688 1333116 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4760403 1333116 5912 1 0 2178836 0
[pid=850827/tid=850829] ppid=850824 vsize=19041612 memory=445508 CPUtime=12 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 9604 0 0 0 1098 102 0 0 20 0 19 0 166602593 19498610688 1333116 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19041612 memory=5306404 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166602599 19498610688 1333116 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19041612 memory=5151596 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166602600 19498610688 1333116 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 16.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5332464 KiB

[startup+25.5005 s]
/proc/loadavg: 4.85 4.32 4.21 5/316 851051
/proc/meminfo: memFree=109917220/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19041612 memory=5339264 CPUtime=29.5 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 30765 0 0 0 2837 113 0 0 20 0 19 0 166602593 19498610688 1334816 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4760403 1334816 5912 1 0 2178836 0
[pid=850827/tid=850829] ppid=850824 vsize=19041612 memory=16116 CPUtime=24.43 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 11700 0 0 0 2341 102 0 0 20 0 19 0 166602593 19498610688 1334816 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19041612 memory=5339264 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166602599 19498610688 1334816 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19041612 memory=5336712 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166602600 19498610688 1334816 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 29.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5339264 KiB

[startup+51.1135 s]
/proc/loadavg: 4.64 4.31 4.20 5/316 851055
/proc/meminfo: memFree=109442136/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19041612 memory=5358800 CPUtime=54.98 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 33694 0 0 0 5382 116 0 0 20 0 19 0 166602593 19498610688 1339700 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4760403 1339700 5912 1 0 2178836 0
[pid=850827/tid=850829] ppid=850824 vsize=19041612 memory=1832 CPUtime=48.8 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 13534 0 0 0 4777 103 0 0 20 0 19 0 166602593 19498610688 1339700 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19041612 memory=5352224 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166602599 19498610688 1339700 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19041612 memory=-8888806507309015740 CPUtime=0 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 166602600 19498610688 1339700 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 54.98 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5358800 KiB

[startup+102.3 s]
/proc/loadavg: 4.35 4.28 4.20 5/316 851065
/proc/meminfo: memFree=109048264/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19041612 memory=5374072 CPUtime=106.21 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 43335 0 0 0 10498 123 0 0 20 0 19 0 166602593 19498610688 1343518 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4760403 1343518 5912 1 0 2178987 0

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

/proc/meminfo: memFree=100321468/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19174740 memory=9591492 CPUtime=3203.87 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 453558 0 0 0 319946 441 0 0 20 0 21 0 166602593 19634933760 2397873 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4793685 2397873 5980 1 0 2463377 0
[pid=850827/tid=850829] ppid=850824 vsize=19174740 memory=9591336 CPUtime=3127.91 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 201335 0 0 0 312637 154 0 0 20 0 21 0 166602593 19634933760 2397873 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19174740 memory=9591356 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 166602599 19634933760 2397873 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19174740 memory=9591456 CPUtime=0.01 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 5595 0 0 0 0 1 0 0 20 0 21 0 166602600 19634933760 2397873 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=851091] ppid=850824 vsize=19174740 memory=9591456 CPUtime=0 cores=1,3
/proc/850827/task/851091/stat : 851091 (Timer-0) S 850824 850827 848807 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 166627146 19634933760 2397873 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 3203.87 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9591492 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/324 852812
/proc/meminfo: memFree=100111188/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19174740 memory=9591804 CPUtime=3264.79 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 464132 0 0 0 326033 446 0 0 20 0 21 0 166602593 19634933760 2397951 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4793685 2397951 5980 1 0 2463474 0
[pid=850827/tid=850829] ppid=850824 vsize=19174740 memory=9591336 CPUtime=3187.79 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 205380 0 0 0 318624 155 0 0 20 0 21 0 166602593 19634933760 2397951 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19174740 memory=9591356 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 166602599 19634933760 2397951 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19174740 memory=9591696 CPUtime=0.01 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 5702 0 0 0 0 1 0 0 20 0 21 0 166602600 19634933760 2397951 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=851091] ppid=850824 vsize=19174740 memory=11464 CPUtime=0 cores=1,3
/proc/850827/task/851091/stat : 851091 (Timer-0) S 850824 850827 848807 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 166627146 19634933760 2397951 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 3264.79 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9591804 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.19 4.18 5/324 852822
/proc/meminfo: memFree=100043892/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19174740 memory=9596628 CPUtime=3327.45 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 474552 0 0 0 332294 451 0 0 20 0 21 0 166602593 19634933760 2399157 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4793685 2399157 5979 1 0 2464606 0
[pid=850827/tid=850829] ppid=850824 vsize=19174740 memory=9593740 CPUtime=3247.16 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 209366 0 0 0 324560 156 0 0 20 0 21 0 166602593 19634933760 2399157 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19174740 memory=9593740 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 166602599 19634933760 2399157 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19174740 memory=11464 CPUtime=0.01 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 5703 0 0 0 0 1 0 0 20 0 21 0 166602600 19634933760 2399157 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=851091] ppid=850824 vsize=19174740 memory=9595628 CPUtime=0 cores=1,3
/proc/850827/task/851091/stat : 851091 (Timer-0) S 850824 850827 848807 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 166627146 19634933760 2399157 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 3327.45 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9596628 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.17 4.17 5/320 852833
/proc/meminfo: memFree=100039728/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19174740 memory=9600912 CPUtime=3387.47 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 481918 0 0 0 338289 458 0 0 20 0 21 0 166602593 19634933760 2400228 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4793685 2400228 5979 1 0 2465627 0
[pid=850827/tid=850829] ppid=850824 vsize=19174740 memory=41908 CPUtime=3307.01 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 214834 0 0 0 330545 156 0 0 20 0 21 0 166602593 19634933760 2400228 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19174740 memory=1984 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 166602599 19634933760 2400228 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19174740 memory=5500 CPUtime=0.01 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 5807 0 0 0 0 1 0 0 20 0 21 0 166602600 19634933760 2400228 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=851091] ppid=850824 vsize=19174740 memory=11464 CPUtime=0 cores=1,3
/proc/850827/task/851091/stat : 851091 (Timer-0) S 850824 850827 848807 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 166627146 19634933760 2400228 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 3387.47 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9600912 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.15 4.17 7/320 852843
/proc/meminfo: memFree=99845296/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19174740 memory=9636512 CPUtime=3451.81 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 510782 0 0 0 344712 469 0 0 20 0 21 0 166602593 19634933760 2409128 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4793685 2409128 5979 1 0 2466899 0
[pid=850827/tid=850829] ppid=850824 vsize=19174740 memory=1984 CPUtime=3366.14 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 219728 0 0 0 336457 157 0 0 20 0 21 0 166602593 19634933760 2409128 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19174740 memory=9599064 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 166602599 19634933760 2409128 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19174740 memory=9599312 CPUtime=0.01 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 5887 0 0 0 0 1 0 0 20 0 21 0 166602600 19634933760 2409128 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=851091] ppid=850824 vsize=19174740 memory=9599312 CPUtime=0 cores=1,3
/proc/850827/task/851091/stat : 851091 (Timer-0) S 850824 850827 848807 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 166627146 19634933760 2409128 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 3451.81 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9636512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.17 4.17 5/320 852853
/proc/meminfo: memFree=99723468/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19174740 memory=9755232 CPUtime=3513.08 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 521285 0 0 0 350831 477 0 0 20 0 21 0 166602593 19634933760 2438808 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4793685 2438808 5979 1 0 2467782 0
[pid=850827/tid=850829] ppid=850824 vsize=19174740 memory=1984 CPUtime=3425.44 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 220155 0 0 0 342387 157 0 0 20 0 21 0 166602593 19634933760 2438808 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19174740 memory=9599064 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 166602599 19634933760 2438808 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19174740 memory=9755060 CPUtime=0.01 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 5887 0 0 0 0 1 0 0 20 0 21 0 166602600 19634933760 2438808 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=851091] ppid=850824 vsize=19174740 memory=11464 CPUtime=0 cores=1,3
/proc/850827/task/851091/stat : 851091 (Timer-0) S 850824 850827 848807 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 166627146 19634933760 2438808 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 3513.08 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9755232 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.17 4.17 6/320 852864
/proc/meminfo: memFree=99723052/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19174740 memory=9755356 CPUtime=3573.88 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 531458 0 0 0 356907 481 0 0 20 0 21 0 166602593 19634933760 2438839 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4793685 2438839 5979 1 0 2467782 0
[pid=850827/tid=850829] ppid=850824 vsize=19174740 memory=9755060 CPUtime=3484.89 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 222667 0 0 0 348331 158 0 0 20 0 21 0 166602593 19634933760 2438839 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19174740 memory=9755060 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 166602599 19634933760 2438839 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19174740 memory=9755300 CPUtime=0.01 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 5944 0 0 0 0 1 0 0 20 0 21 0 166602600 19634933760 2438839 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=851091] ppid=850824 vsize=19174740 memory=41908 CPUtime=0 cores=1,3
/proc/850827/task/851091/stat : 851091 (Timer-0) S 850824 850827 848807 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 166627146 19634933760 2438839 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 3573.88 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9755356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3548 s]*
/proc/loadavg: 4.13 4.15 4.17 5/320 852869
/proc/meminfo: memFree=99720824/131655788 swapFree=131071996/131071996
[pid=850827] ppid=850824 vsize=19174740 memory=9757420 CPUtime=3600.07 cores=1,3
/proc/850827/stat : 850827 (java) S 850824 850827 848807 0 -1 1077936128 532337 0 0 0 359525 482 0 0 20 0 21 0 166602593 19634933760 2439355 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
/proc/850827/statm: 4793685 2439355 5979 1 0 2467782 0
[pid=850827/tid=850829] ppid=850824 vsize=19174740 memory=-8672642516993286844 CPUtime=3510.12 cores=1,3
/proc/850827/task/850829/stat : 850829 (java) R 850824 850827 848807 0 -1 4194368 223244 0 0 0 350854 158 0 0 20 0 21 0 166602593 19634933760 2439355 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850838] ppid=850824 vsize=19174740 memory=26164 CPUtime=0 cores=1,3
/proc/850827/task/850838/stat : 850838 (Finalizer) S 850824 850827 848807 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 166602599 19634933760 2439355 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=850845] ppid=850824 vsize=19174740 memory=37764 CPUtime=0.01 cores=1,3
/proc/850827/task/850845/stat : 850845 (Common-Cleaner) S 850824 850827 848807 0 -1 1077936192 5944 0 0 0 0 1 0 0 20 0 21 0 166602600 19634933760 2439355 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
[pid=850827/tid=851091] ppid=850824 vsize=19174740 memory=100 CPUtime=0 cores=1,3
/proc/850827/task/851091/stat : 851091 (Timer-0) S 850824 850827 848807 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 166627146 19634933760 2439355 134679101440 94629988732928 94629988736624 140727175590352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94629988744440 94629988745232 94630002372608 140727175594997 140727175595105 140727175595105 140727175602120 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9757420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.4 s, system=4.86355 s

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

Child status: 143

Real time (s): 3548.13
CPU time (s): 3600.26
CPU user time (s): 3595.4
CPU system time (s): 4.86355
CPU usage (%): 101.469
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 9757420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.4
system time used= 4.86355
maximum resident set size= 9759264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534664
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130977
involuntary context switches= 7228


# summary of solver processes directly reported to runsolver:
#   pid: 850827
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.4
#   total CPU system time (s): 4.86355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5835 second user time and 35.012 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 17:40:42
IDJOB=4430078
IDBENCH=155654
IDSOLVER=3052
FILE ID=nodeC009/4430078-1721144430
RUNJOBID= nodeC009-1721140855-848819
SLURM_JOB_ID= 7505723
Free space on /tmp= 723740 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_5_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430078-1721144430/watcher-4430078-1721144430 -o /tmp/evaluation-result-4430078-1721144430/solver-4430078-1721144430 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721140855-848819 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430078-1721144430.opb

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

MD5SUM BENCH= f52c25e5aa8e0a6173f9b1fa92936824
RANDOM SEED=1505848164

nodeC009.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3668.594
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1403.272
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.374
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2078.438
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3670.268
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3675.745
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.351
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.341
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117383312 kB
MemAvailable:   118989612 kB
Buffers:          425392 kB
Cached:          2006936 kB
SwapCached:            0 kB
Active:           739692 kB
Inactive:       12947984 kB
Active(anon):       1452 kB
Inactive(anon): 11291592 kB
Active(file):     738240 kB
Inactive(file):  1656392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             26404 kB
Writeback:             0 kB
AnonPages:      11255348 kB
Mapped:           124272 kB
Shmem:             37700 kB
KReclaimable:     103400 kB
Slab:             202260 kB
SReclaimable:     103400 kB
SUnreclaim:        98860 kB
KernelStack:        4832 kB
PageTables:        32216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13990536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53280 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10977280 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723688 MiB
End job on nodeC009 at 2024-07-16 18:39:50