Trace number 4446491

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.23 3587.38

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K185.opb
MD5SUM8e923d8a993edfc65d984f909d6bfa9e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark43.2702
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22015
Total number of constraints22387
Number of constraints which are clauses22202
Number of constraints which are cardinality constraints (but not clauses)185
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint185
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 186
Number of bits of the biggest sum of numbers8
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4446491-1721337137.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
2.96/1.61	c ... done. Wall clock time 1.45s.
2.96/1.61	c declared #vars     22015
2.96/1.61	c #constraints  22387
2.96/1.61	c constraints type 
2.96/1.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2392
2.96/1.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 185
2.96/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19808
2.96/1.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.96/1.61	c 22387 constraints processed.
117.20/111.33	c cleaning 2452 clauses out of 5001 with flag 0/5001
384.19/378.19	c cleaning 4188 clauses out of 8548 with flag 0/11000
859.58/851.93	c cleaning 5452 clauses out of 11360 with flag 0/18000
3600.09/3587.32	c starts		: 22
3600.09/3587.32	c conflicts		: 25880
3600.09/3587.32	c decisions		: 324241
3600.09/3587.32	c propagations		: 32351268
3600.09/3587.32	c inspects		: 118119481
3600.09/3587.32	c shortcuts		: 0
3600.09/3587.32	c learnt literals	: 0
3600.09/3587.32	c learnt binary clauses	: 0
3600.09/3587.32	c learnt ternary clauses	: 114
3600.09/3587.32	c learnt constraints	: 25879
3600.09/3587.32	c ignored constraints	: 0
3600.09/3587.32	c root simplifications	: 0
3600.09/3587.32	c removed literals (reason simplification)	: 0
3600.09/3587.32	c reason swapping (by a shorter reason)	: 0
3600.09/3587.32	c Calls to reduceDB	: 3
3600.09/3587.32	c Number of update (reduction) of LBD	: 56606
3600.09/3587.32	c Imported unit clauses	: 0
3600.09/3587.32	c No decision after first conflict	: false
3600.09/3587.32	c number of reductions to clauses (during analyze)	: 0
3600.09/3587.32	c number of learned constraints concerned by reduction	: 0
3600.09/3587.32	c number of learning phase by resolution	: 0
3600.09/3587.32	c number of learning phase by cutting planes	: 0
3600.09/3587.33	c number of rounding to 1 operations	: 0
3600.09/3587.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3587.33	c number of reductions of the coefficients by power 2 	: 0
3600.09/3587.33	c number of right shift for reduction by power 2 	: 0
3600.09/3587.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3587.33	c number of ending skipping 	: 0
3600.09/3587.33	c number of internal skipping 	: 0
3600.09/3587.33	c number of derivation steps 	: 1346380
3600.09/3587.33	c number of skipped derivation steps 	: 0
3600.09/3587.33	c number of remaining unassigned 	: 244474
3600.09/3587.33	c number of remaining assigned 	: 37753838
3600.09/3587.33	c number of falsified literals weakened from reason	: 0
3600.09/3587.33	c number of falsified literals weakened from conflict	: 0
3600.09/3587.33	c time for arithmetic operations	: 1161811897084
3600.09/3587.33	c minimum degree of deleted constraints	: 1
3600.09/3587.33	c maximum degree of deleted constraints	: 418110517578488674536284611786493974650942339032417279900736817607160756686345738566679371512229278663458789716313084487666883275587753630877205293443314507200889733357722654461585899411290840351730311756263933329692340753840087722713173068955684156380129031279605230008617803088951832565889654332114698050799702883283870317959156599251358501497037267324626921702151166935963486653115469100688969423359205164080747362107284532743260558389985196249562127113008233260139616193538146239974682910440958963921879112384925744149933445596152029571713163233928829226416401005631723265046302624624430932516330188909248959826787683352676838125131855944017904284907283014753127658286566201497832351244594614651993326209560369953224472570226470888934027485226630274780234302785550635051043311409577595449395667491433647365431704031697989588530663180165971132455746127221981153929775752545769937956307462789808438490021760872543495685119113714075986573686715173591649706374159071431683944934350027464892650223866788705091761561689005069860693204067412522725466095057068341504343792184513482155721122422956901580164807678827369646115550160799380114866397220966927593053247369078627679015299669419614090475851342371235572928648113191306031796758011597972745326356206549587437983205004648296234260241557359011264977213499398497001620616064634475755599759509348861223055840271426865520644094992774031122720624505649350156188267570977248977592006079115305678369130979013976556216885924797977607406875482297068383781485779818942497022429911839859000619247808845278132076293965189619265160327987033861891844013508717077581738768847204367232504294775720877285754393785160896627866574762016951670958694579186669786326005115592172978613712873565437670274361463561439049925752682712693563007773275089858897134346615936239450052377930736251975470189377967109917031746582462664788660121717952514646881005841407919582525641900330855303837426249355013348356895881810194725940729749404137310722500776318860673342957406554487572151233760129307987750058449859123242810420468967300267721454516717204465700248346237712525754786483811515114782636914389576310350874442600779070304225447215046299314596822834263214380194529343850414726855365569469996970151991618299904642859849914064138574497679267940740856347673723425798126054724536687455254544674275101084624073088051528909254485131665861540167833227839496279098915033738552006986336977479778181726940133722604531387343185525625659686609518285201595730943518769367804382705606776568257094358809836396465042918871217757085406086333199104099103566414661436329127381545355913448997786515510091336868709841658545974965623160951854791341530661445482609933524354964098074083528416673797289648042316884385547831791972717576775481517336904976470370510116810288767312240240841221529707461572253200693757535350490254019458403623694990258859856558056032045496653493036731899259208616727632475920684246669853839695633961998930989567557613196232925507951996785075977810593625720791687021144780280284281013926227718387466783543294093061566966389023767900707549111794699445767759528492329406838270733015077941058790535455583093024711825804554285341684984017198942933088903286645303885674602690054387064009874467906680427507155024404182167875731412580602733832918138685730710358421969195369847157993587449848929192550254712623510638457359562059162273849014848524151756832055556271180401692837932448131745526405848552370556028120729857000433759702927071256468809630048741085175656586823258629577178214362039268390814090172772413534951386408319538030428431678329154285376380632273661376307776382211128905192206209990404563957427650365829557047490779064210059715077016205661767009442384817306368439410937560596770203963836396998961655335310344978648006844974379635698553295399588748522173197572904739759984564485702284713555362482182777251096783480959241689623122518386429505458701174959013799922873779124824034447801631801199271613884299043210765491331104606003267673572918088941147696699220472988237011527341480160945857414270579903962724508875762470714063431571743291729418418473409227992456808414761163142097731554613612512477066798075091205758972430425983798017545235286675038066235816353474890195217659451652473318530763531824329440364092689942932302171033200186451701791140030769428112198930838138881960188875571489461952717181364567720097314052583496072826285317695941668609760678972198960170808188128497452973594864887986601601062980757010292498868435565674292426414510417416750401170151111892987499189430229691910036668875354476729737418289093445904784203134527793070891169260905678424289119414264349462057923590705806328404089244412407556575157729241762314134273930694646199103333032926493161373124513706505379699054196256101745132044196149039660544426106371499448760556443241216311319040859958203522449911151408205488334110578630060970301954407418249832401445043330524376851795663081085786864071983794597643857957028830170145779798863113065424210190855706144463504409745993321341517703154095476503386269077245230097329408000
3600.09/3587.33	c number of deleted constraints	: 12092
3600.09/3587.33	c speed (assignments/second)	: 9022.281792047763
3600.09/3587.33	c non guided choices	: 8144
3600.09/3587.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 963
3600.09/3587.35	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4445
3600.09/3587.35	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8379
3600.09/3587.35	s UNKNOWN
3600.09/3587.35	c Total wall clock time (in seconds): 3587.199

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: 63968 MiB (56647 MiB free)
  memory of node 1: 64473 MiB (58308 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446491-1721337137/watcher-4446491-1721337137 -o /tmp/evaluation-result-4446491-1721337137/solver-4446491-1721337137 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971067 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446491-1721337137.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

Current StackSize limit: 8192 KiB

solver pid=975515, runsolver pid=975512

[startup+0.101318 s]*
/proc/loadavg: 4.52 4.29 4.22 8/331 975533
/proc/meminfo: memFree=117672908/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=18975048 memory=62884 CPUtime=0.14 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 7221 0 0 0 12 2 0 0 20 0 18 0 185880412 19430449152 15721 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4743762 15721 5626 1 0 549323 0
[pid=975515/tid=975517] ppid=975512 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 1077936192 5751 0 0 0 7 1 0 0 20 0 18 0 185880412 19430449152 15721 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185880415 19430449152 15721 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 185880415 19430449152 15721 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62884 KiB

[startup+0.20659 s]*
/proc/loadavg: 4.52 4.29 4.22 7/331 975533
/proc/meminfo: memFree=117658716/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=18975048 memory=78048 CPUtime=0.33 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 7762 0 0 0 30 3 0 0 20 0 18 0 185880412 19430449152 19512 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4743762 19512 5805 1 0 549679 0
[pid=975515/tid=975517] ppid=975512 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 6030 0 0 0 17 1 0 0 20 0 18 0 185880412 19430449152 19512 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185880415 19430449152 19512 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 185880415 19430449152 19512 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78048 KiB

[startup+0.306591 s]*
/proc/loadavg: 4.52 4.29 4.22 7/331 975533
/proc/meminfo: memFree=117623376/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=18975048 memory=110672 CPUtime=0.52 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 9273 0 0 0 49 3 0 0 20 0 18 0 185880412 19430449152 27668 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4743762 27668 5805 1 0 550657 0
[pid=975515/tid=975517] ppid=975512 vsize=18975048 memory=-9033206447388009148 CPUtime=0.27 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 6047 0 0 0 25 2 0 0 20 0 18 0 185880412 19430449152 27668 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185880415 19430449152 27668 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 185880415 19430449152 27668 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 110672 KiB

[startup+0.70059 s]
/proc/loadavg: 4.52 4.29 4.22 7/332 975534
/proc/meminfo: memFree=117568952/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19041612 memory=714636 CPUtime=1.2 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 11742 0 0 0 105 15 0 0 20 0 19 0 185880412 19498610688 178659 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4760403 178659 5837 1 0 1287344 0
[pid=975515/tid=975517] ppid=975512 vsize=19041612 memory=5544 CPUtime=0.6 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 6342 0 0 0 47 13 0 0 20 0 19 0 185880412 19498610688 178659 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185880415 19498610688 178659 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 185880415 19498610688 178659 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 714636 KiB

[startup+1.50059 s]
/proc/loadavg: 4.52 4.29 4.22 6/332 975534
/proc/meminfo: memFree=116002156/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19041612 memory=3157640 CPUtime=2.76 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 23630 0 0 0 214 62 0 0 20 0 19 0 185880412 19498610688 789410 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4760403 789410 5837 1 0 1292413 0
[pid=975515/tid=975517] ppid=975512 vsize=19041612 memory=12504 CPUtime=1.37 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 7565 0 0 0 79 58 0 0 20 0 19 0 185880412 19498610688 789410 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185880415 19498610688 789410 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 185880415 19498610688 789410 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3157640 KiB

[startup+3.1066 s]
/proc/loadavg: 4.56 4.30 4.22 6/333 975536
/proc/meminfo: memFree=114567868/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3160012 CPUtime=5.95 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 24319 0 0 0 532 63 0 0 20 0 20 0 185880412 19566772224 790003 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 790003 5837 1 0 1292845 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=198340509722 CPUtime=2.9 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 7656 0 0 0 232 58 0 0 20 0 20 0 185880412 19566772224 790003 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 790003 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 790003 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=3158384 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 790003 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3160012 KiB

[startup+6.30059 s]
/proc/loadavg: 4.56 4.30 4.22 8/333 975536
/proc/meminfo: memFree=114572544/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3155236 CPUtime=10.91 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 24622 0 0 0 1027 64 0 0 20 0 20 0 185880412 19566772224 788809 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 788809 5852 1 0 1292865 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=0 CPUtime=6.06 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 7657 0 0 0 548 58 0 0 20 0 20 0 185880412 19566772224 788809 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 788809 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=3159220 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 788809 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=3154972 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 788809 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 10.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3155236 KiB

[startup+12.7006 s]
/proc/loadavg: 4.51 4.29 4.22 6/333 975538
/proc/meminfo: memFree=114543964/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3158792 CPUtime=18.01 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 26472 0 0 0 1737 64 0 0 20 0 20 0 185880412 19566772224 789698 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 789698 5852 1 0 1293689 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=3158792 CPUtime=12.4 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 8815 0 0 0 1182 58 0 0 20 0 20 0 185880412 19566772224 789698 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 789698 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=6084193141507318611 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 789698 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 789698 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 18.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3158792 KiB

[startup+25.5006 s]
/proc/loadavg: 4.47 4.30 4.22 5/333 975539
/proc/meminfo: memFree=114533128/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3159660 CPUtime=31.11 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 34943 0 0 0 3045 66 0 0 20 0 20 0 185880412 19566772224 789915 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 789915 5852 1 0 1293724 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=6084193141507318611 CPUtime=25.01 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 10321 0 0 0 2442 59 0 0 20 0 20 0 185880412 19566772224 789915 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 789915 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 789915 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=-9033206447388009148 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 789915 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 31.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3159660 KiB

[startup+51.1066 s]
/proc/loadavg: 4.57 4.34 4.24 6/333 975543
/proc/meminfo: memFree=113872200/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3223712 CPUtime=57.1 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 41984 0 0 0 5641 69 0 0 20 0 20 0 185880412 19566772224 805928 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 805928 5852 1 0 1293837 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=3223672 CPUtime=50.26 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 12190 0 0 0 4967 59 0 0 20 0 20 0 185880412 19566772224 805928 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 805928 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 805928 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 805928 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0

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

/proc/meminfo: memFree=110810072/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=4140448 CPUtime=3295.2 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 390935 0 0 0 329233 287 0 0 20 0 20 0 185880412 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 1035112 5897 1 0 1049192 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=4140448 CPUtime=3250.87 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 137670 0 0 0 324997 90 0 0 20 0 20 0 185880412 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=4140448 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=4140444 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 4977 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=4140448 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 3295.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4140448 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.18 4.18 5/333 977636
/proc/meminfo: memFree=110809500/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=4140448 CPUtime=3355.14 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 394614 0 0 0 335225 289 0 0 20 0 20 0 185880412 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 1035112 5897 1 0 1049192 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=4140448 CPUtime=3310.38 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 139869 0 0 0 330948 90 0 0 20 0 20 0 185880412 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=4140448 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=4140448 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 5072 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=4140448 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 1035112 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 3355.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4140448 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.20 4.18 5/333 977646
/proc/meminfo: memFree=109115456/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=4140456 CPUtime=3415.13 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 395465 0 0 0 341221 292 0 0 20 0 20 0 185880412 19566772224 1035114 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 1035114 5897 1 0 1049192 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=11476 CPUtime=3369.92 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 140511 0 0 0 336902 90 0 0 20 0 20 0 185880412 19566772224 1035114 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 1035114 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 5173 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 1035114 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=4140456 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 1035114 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 3415.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4140456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.18 4.18 4/310 977982
/proc/meminfo: memFree=113629044/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3998528 CPUtime=3475.6 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 412271 0 0 0 347262 298 0 0 20 0 20 0 185880412 19566772224 999632 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 999632 5897 1 0 1013701 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=11476 CPUtime=3429.02 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 141491 0 0 0 342811 91 0 0 20 0 20 0 185880412 19566772224 999632 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 49 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=3998528 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999632 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=3998528 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 5173 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999632 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=3998528 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 999632 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 3475.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3998528 KiB

[startup+3522.3 s]
/proc/loadavg: 3.53 3.99 4.11 4/311 977994
/proc/meminfo: memFree=113629208/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3998532 CPUtime=3535.21 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 413639 0 0 0 353219 302 0 0 20 0 20 0 185880412 19566772224 999633 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 999633 5897 1 0 1013701 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=11476 CPUtime=3488.08 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 142640 0 0 0 348717 91 0 0 20 0 20 0 185880412 19566772224 999633 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 49 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999633 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=3998532 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 5269 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999633 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=-9033206447388009148 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 999633 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 3535.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3998532 KiB

[startup+3582.3 s]
/proc/loadavg: 2.77 3.70 4.00 3/285 978037
/proc/meminfo: memFree=118415860/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3998540 CPUtime=3595.1 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 416396 0 0 0 359205 305 0 0 20 0 20 0 185880412 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 999635 5897 1 0 1013701 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=11476 CPUtime=3547.44 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 143432 0 0 0 354653 91 0 0 20 0 20 0 185880412 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=3998540 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=3998540 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 5371 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=43908 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 3595.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3998540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.3 s]
/proc/loadavg: 2.71 3.67 3.99 3/285 978037
/proc/meminfo: memFree=118415860/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3998540 CPUtime=3600.09 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 416524 0 0 0 359704 305 0 0 20 0 20 0 185880412 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 999635 5897 1 0 1013701 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=11476 CPUtime=3552.42 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 143560 0 0 0 355151 91 0 0 20 0 20 0 185880412 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=3998540 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 5371 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3998540 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.15 s, system=3.07905 s

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

[startup+3587.3 s]
/proc/loadavg: 2.71 3.67 3.99 3/285 978037
/proc/meminfo: memFree=118415860/131524600 swapFree=131071996/131071996
[pid=975515] ppid=975512 vsize=19108176 memory=3998540 CPUtime=3600.09 cores=1,3
/proc/975515/stat : 975515 (java) S 975512 975515 971055 0 -1 1077936128 416524 0 0 0 359704 305 0 0 20 0 20 0 185880412 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
/proc/975515/statm: 4777044 999635 5897 1 0 1013701 0
[pid=975515/tid=975517] ppid=975512 vsize=19108176 memory=11476 CPUtime=3552.42 cores=1,3
/proc/975515/task/975517/stat : 975517 (java) R 975512 975515 971055 0 -1 4194368 143560 0 0 0 355151 91 0 0 20 0 20 0 185880412 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 49 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975526] ppid=975512 vsize=19108176 memory=3998540 CPUtime=0 cores=1,3
/proc/975515/task/975526/stat : 975526 (Finalizer) S 975512 975515 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975533] ppid=975512 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/975515/task/975533/stat : 975533 (Common-Cleaner) S 975512 975515 971055 0 -1 1077936192 5371 0 0 0 0 0 0 0 20 0 20 0 185880415 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
[pid=975515/tid=975536] ppid=975512 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/975515/task/975536/stat : 975536 (Timer-0) S 975512 975515 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185880574 19566772224 999635 134679101440 94620662206464 94620662210160 140729389174640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94620662217976 94620662218768 94620688044032 140729389183988 140729389184096 140729389184096 140729389191112 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3998540 KiB

Child status: 143

Real time (s): 3587.38
CPU time (s): 3600.23
CPU user time (s): 3597.15
CPU system time (s): 3.07905
CPU usage (%): 100.358
Max. virtual memory (cumulated for all children) (KiB): 19113776
Max. memory (cumulated for all children) (KiB): 5590712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.15
system time used= 3.07905
maximum resident set size= 5590716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 420797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168345
involuntary context switches= 13132


# summary of solver processes directly reported to runsolver:
#   pid: 975515
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.15
#   total CPU system time (s): 3.07905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.37287 second user time and 19.2838 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 23:12:30
IDJOB=4446491
IDBENCH=158267
IDSOLVER=3052
FILE ID=nodeC027/4446491-1721337137
RUNJOBID= nodeC027-1721329969-971067
SLURM_JOB_ID= 7542702
Free space on /tmp= 889772 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K185.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446491-1721337137/watcher-4446491-1721337137 -o /tmp/evaluation-result-4446491-1721337137/solver-4446491-1721337137 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971067 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446491-1721337137.opb

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

MD5SUM BENCH= 8e923d8a993edfc65d984f909d6bfa9e
RANDOM SEED=2121195178

nodeC027.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	: 0xb00002a
cpu MHz		: 3673.285
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 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3662.995
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 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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.410
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 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3652.981
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 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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		: 3672.052
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 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3618.468
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 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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.218
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 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117715312 kB
MemAvailable:   119574972 kB
Buffers:          493916 kB
Cached:          2193184 kB
SwapCached:            0 kB
Active:          1231500 kB
Inactive:       11930356 kB
Active(anon):       1552 kB
Inactive(anon): 10510916 kB
Active(file):    1229948 kB
Inactive(file):  1419440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2088 kB
Writeback:            40 kB
AnonPages:      10472836 kB
Mapped:           126196 kB
Shmem:             37720 kB
KReclaimable:     100192 kB
Slab:             211612 kB
SReclaimable:     100192 kB
SUnreclaim:       111420 kB
KernelStack:        5056 kB
PageTables:        30636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12531372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68192 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10139648 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC027 at 2024-07-19 00:12:18