Trace number 4452631

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.28 3592.42

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.opb
MD5SUMc3fc1be74d62a91a7a1e7c6ab134a010
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.895225
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11704
Total number of constraints2927
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints2921
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
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.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4452631-1721448494.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.46/0.41	c ... done. Wall clock time 0.246s.
0.46/0.41	c declared #vars     11704
0.46/0.41	c #constraints  2927
0.46/0.41	c constraints type 
0.46/0.41	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2927
0.46/0.41	c 2927 constraints processed.
4.78/2.50	c cleaning 2501 clauses out of 5001 with flag 0/5001
7.10/4.34	c cleaning 4181 clauses out of 8500 with flag 0/11001
11.51/8.46	c cleaning 5637 clauses out of 11318 with flag 0/18000
18.23/14.99	c cleaning 6829 clauses out of 13682 with flag 0/26001
29.02/25.64	c cleaning 7912 clauses out of 15852 with flag 0/35000
77.11/73.66	c cleaning 8959 clauses out of 17941 with flag 0/45001
99.02/95.44	c cleaning 9987 clauses out of 19981 with flag 0/56000
104.19/100.53	c cleaning 10957 clauses out of 21997 with flag 0/68003
110.40/106.61	c cleaning 11951 clauses out of 24038 with flag 0/81001
118.49/114.68	c cleaning 12990 clauses out of 26087 with flag 0/95001
130.87/126.78	c cleaning 14030 clauses out of 28097 with flag 0/110001
285.11/280.41	c cleaning 15020 clauses out of 30066 with flag 0/126000
294.63/289.86	c cleaning 15996 clauses out of 32046 with flag 0/143000
313.29/307.01	c cleaning 17012 clauses out of 34051 with flag 0/161001
407.41/400.64	c cleaning 18006 clauses out of 36039 with flag 0/180001
700.70/693.41	c cleaning 19006 clauses out of 38033 with flag 0/200001
965.17/957.61	c cleaning 20010 clauses out of 40028 with flag 0/221002
1234.35/1227.24	c cleaning 21004 clauses out of 42017 with flag 0/243001
1309.55/1302.26	c cleaning 21992 clauses out of 44012 with flag 0/266000
1880.92/1873.21	c cleaning 23000 clauses out of 46020 with flag 0/290000
1921.29/1913.22	c cleaning 23996 clauses out of 48020 with flag 0/315000
2019.14/2010.49	c cleaning 24975 clauses out of 50025 with flag 0/341001
2103.85/2094.11	c cleaning 25997 clauses out of 52050 with flag 0/368001
2626.80/2616.67	c cleaning 26983 clauses out of 54054 with flag 0/396002
2681.46/2670.40	c cleaning 28015 clauses out of 56069 with flag 0/425000
2855.00/2843.23	c cleaning 29004 clauses out of 58055 with flag 0/455001
3600.07/3592.32	c starts		: 16
3600.07/3592.32	c conflicts		: 473108
3600.07/3592.32	c decisions		: 1070621
3600.07/3592.32	c propagations		: 3508636
3600.07/3592.32	c inspects		: 1048178039
3600.07/3592.32	c shortcuts		: 0
3600.07/3592.32	c learnt literals	: 0
3600.07/3592.32	c learnt binary clauses	: 0
3600.07/3592.32	c learnt ternary clauses	: 0
3600.07/3592.33	c learnt constraints	: 473108
3600.07/3592.33	c ignored constraints	: 0
3600.07/3592.33	c root simplifications	: 0
3600.07/3592.33	c removed literals (reason simplification)	: 0
3600.07/3592.33	c reason swapping (by a shorter reason)	: 0
3600.07/3592.33	c Calls to reduceDB	: 26
3600.07/3592.33	c Number of update (reduction) of LBD	: 359627
3600.07/3592.33	c Imported unit clauses	: 0
3600.07/3592.34	c No decision after first conflict	: false
3600.07/3592.34	c number of reductions to clauses (during analyze)	: 0
3600.07/3592.34	c number of learned constraints concerned by reduction	: 0
3600.07/3592.34	c number of learning phase by resolution	: 0
3600.07/3592.34	c number of learning phase by cutting planes	: 0
3600.07/3592.34	c number of rounding to 1 operations	: 0
3600.07/3592.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3592.34	c number of reductions of the coefficients by power 2 	: 0
3600.07/3592.34	c number of right shift for reduction by power 2 	: 0
3600.07/3592.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3592.34	c number of ending skipping 	: 0
3600.07/3592.34	c number of internal skipping 	: 0
3600.07/3592.34	c number of derivation steps 	: 1795041
3600.07/3592.34	c number of skipped derivation steps 	: 0
3600.07/3592.34	c number of remaining unassigned 	: 5188213
3600.07/3592.34	c number of remaining assigned 	: 57486569
3600.07/3592.34	c number of falsified literals weakened from reason	: 0
3600.07/3592.34	c number of falsified literals weakened from conflict	: 0
3600.07/3592.34	c time for arithmetic operations	: 22655213797
3600.07/3592.34	c minimum degree of deleted constraints	: 1
3600.07/3592.34	c maximum degree of deleted constraints	: 1442240406537720362002083396358091272767027285679566203333778268200462162321727896268060882680681195228310819563168681833995796459476432563608218641662288357913401130866599327550561807208995243699976487003355072477121077944164357112524487687141870337453569306487899241929931435565840577336258830573783746569655393168368340921650175460185631237044357270572262822164393868570149412791763384523713411237530956289400184324694621044995567035191880984285159156806699867589244128747636118317920836331201409466892617490557669057383064963603693751178558776885987201726632391028473534501105347135329975408906049372654222436274621624772680866486818807397609138472655480090669786078217651861094397826536447744926816606179052775912039116438031267659365603426384769664475220892837192050327746931945553986345561048561796338917607136679315490847735112944586490077694455061481090880460497423177416313239919507864494499259510471570444367778572957131623163223060855945917996309393348841798860773213078880650958777902729054205279846410553880263055157316408487913677010296650800870394838484658720851171994407802642509215548759638151957348683444053053776560035977071578360389151322572239296035955117185485344667751518529065133902937237975550850297021422031852767269885596582100661205125964329502077723020085934655825924861999487496971051606158924882564708061833708563182389064224338817318953727133671615342619884343886839428718731876402559745519983683776790928406463805114911630672854766021240655210001472976944871388537105410140302389431047840155808577391653496584785549253307368453113577319163269383542884556312353692103731598636358240245740171025380285127879883774988301091438638184210057168184649948814232665131337764522508737597707941980524034940452550546965489847375564539100996187876139571750214306774124307719526840246843606286652209092675943162525709001876931743535519898578900570447262681883161385895980185137399838181624925343069401493850503514493098832133485805907747314441223144664708613556052115129327935517118842120633974242517368265858968644691804289198164915770177302252749359990548366770109774890329899512764793758999927980392520388408235632910190083683048758182933059385143383053623439267082116343683333235679698568618366293180152088397771430702258499848508032772269092789948497805438907778392765072343415300635477091573339906292639446789782046202084266210097727673604254142003190224711435548765441160223361267121658680112770408571755412762298782691448584350868350094829909905407870858236271265291060279147577101490375774153152720955166746613258895942899702594621567693861669185026892890800267935079517903019911387244683421542910030035523013441122576799363608492182531939126217894594021605676388849512072503654333614815767386559827539580766353625536419293523931669574780280359870196065590704452535493907074107014792415460937420376705775098549512219313008100246894039407857531596161597289605655298949658247240474340747437689983008343143252119213439887681910988918530273616895674256242204056325584096639300870489408790395978767283467915648967621118197003403231285316725689230171612151468029699458713244972704339779703354271369228531159025746665247764411115836202655000453080063582818162818384831260620518681865249555351495095048074428489154317301955346590683422400546688204998934522745541683210311318764719460162304486871626518421269163270175092169545064848664631862376874940219738498582559371788429572243975912673652834730694311247955366675101523011394263176771633194102802886046815526415718473909660788728710829817616125823905264594391869777667236100164679969527385331176828398938713011868792714174284285434842674548664991158432885928708058685236709028216594946919449519588190523416703390198657768780380681439750228774339845489352782272192532343146978506159820750731022967345021263500035280706563828909465967781622663242669459995962715443444042231844223417828944866778326210877369614211576447927726623354408532777251981209513735862759623455905334927958145380381918022687750042993087482568571780190173945495013319225852110156078441824264800560941522402555408984661347322427112584504279939857130515183777031353060703213596500298753910823025906032603974669144381439851577666338677445783804723539578687133302665769686879543878399084488911548573679999532788082696046604754152145984655053993784642095074737844520734729931119512224886015256476065162224873922180508611599772710307554957749569798645
3600.07/3592.34	c number of deleted constraints	: 425950
3600.07/3592.34	c speed (assignments/second)	: 976.813514777612
3600.07/3592.34	c non guided choices	: 25077
3600.07/3592.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124
3600.07/3592.39	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 47034
3600.07/3592.40	s UNKNOWN
3600.07/3592.40	c Total wall clock time (in seconds): 3592.24

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: 63931 MiB (58835 MiB free)
  memory of node 1: 64510 MiB (50641 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452631-1721448494/watcher-4452631-1721448494 -o /tmp/evaluation-result-4452631-1721448494/solver-4452631-1721448494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069358 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452631-1721448494.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=1071619, runsolver pid=1071616
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 4.26 4.19 4.23 7/331 1071637
/proc/meminfo: memFree=112061960/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=18975048 memory=62800 CPUtime=0.13 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 7203 0 0 0 11 2 0 0 20 0 18 0 197014769 19430449152 15700 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4743762 15700 5609 1 0 549318 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 1077936192 5735 0 0 0 6 2 0 0 20 0 18 0 197014769 19430449152 15700 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197014772 19430449152 15700 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=18975048 memory=14699586522474005 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197014772 19430449152 15700 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62800 KiB

[startup+0.210987 s]*
/proc/loadavg: 4.26 4.19 4.23 6/331 1071637
/proc/meminfo: memFree=112030880/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=18975048 memory=94552 CPUtime=0.32 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 7782 0 0 0 29 3 0 0 20 0 18 0 197014769 19430449152 23638 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4743762 23638 5839 1 0 549684 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 1077936192 6036 0 0 0 15 3 0 0 20 0 18 0 197014769 19430449152 23638 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=18975048 memory=1670 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197014772 19430449152 23638 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=18975048 memory=14418111545738792 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197014772 19430449152 23638 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94552 KiB

[startup+0.30583 s]*
/proc/loadavg: 4.26 4.19 4.23 6/332 1071638
/proc/meminfo: memFree=111960864/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19041612 memory=164500 CPUtime=0.46 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 9378 0 0 0 41 5 0 0 20 0 19 0 197014769 19498610688 41125 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4760403 41125 5839 1 0 550995 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19041612 memory=-7739257267195701857 CPUtime=0.22 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 1077936192 6074 0 0 0 18 4 0 0 20 0 19 0 197014769 19498610688 41125 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197014772 19498610688 41125 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197014772 19498610688 41125 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164500 KiB

[startup+0.706693 s]
/proc/loadavg: 4.26 4.19 4.23 7/333 1071639
/proc/meminfo: memFree=111943440/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=189060 CPUtime=1.22 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 15957 0 0 0 116 6 0 0 20 0 20 0 197014769 19566772224 47265 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 47265 5839 1 0 555699 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=5448 CPUtime=0.54 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 6142 0 0 0 50 4 0 0 20 0 20 0 197014769 19566772224 47265 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=13040 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 47265 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 47265 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 47265 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189060 KiB

[startup+1.501 s]
/proc/loadavg: 4.26 4.19 4.23 6/333 1071639
/proc/meminfo: memFree=111673656/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=678036 CPUtime=2.8 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 17095 0 0 0 263 17 0 0 20 0 20 0 197014769 19566772224 169509 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 169509 5839 1 0 1067468 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=13040 CPUtime=1.3 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 6382 0 0 0 116 14 0 0 20 0 20 0 197014769 19566772224 169509 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 169509 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 169509 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=279510566216976 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 169509 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 678036 KiB

[startup+3.10999 s]
/proc/loadavg: 4.32 4.20 4.23 5/333 1071639
/proc/meminfo: memFree=110712868/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=1009964 CPUtime=5.76 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 17361 0 0 0 552 24 0 0 20 0 20 0 197014769 19566772224 252491 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 252491 5839 1 0 1067544 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=0 CPUtime=2.87 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 6578 0 0 0 267 20 0 0 20 0 20 0 197014769 19566772224 252491 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=13040 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 252491 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 252491 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 252491 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1009964 KiB

[startup+6.30028 s]
/proc/loadavg: 4.32 4.20 4.23 5/333 1071639
/proc/meminfo: memFree=110022124/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=1693200 CPUtime=9.3 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 19329 0 0 0 892 38 0 0 20 0 20 0 197014769 19566772224 423300 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 423300 5839 1 0 1067569 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=13040 CPUtime=6.01 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 7537 0 0 0 568 33 0 0 20 0 20 0 197014769 19566772224 423300 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 423300 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=768148 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 423300 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 423300 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1693200 KiB

[startup+12.7003 s]
/proc/loadavg: 4.50 4.25 4.24 7/333 1071709
/proc/meminfo: memFree=114996200/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=2502900 CPUtime=16.03 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 29488 0 0 0 1549 54 0 0 20 0 20 0 197014769 19566772224 625725 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 625725 5855 1 0 1069554 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=0 CPUtime=12.26 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 8906 0 0 0 1180 46 0 0 20 0 20 0 197014769 19566772224 625725 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=-7739257267195701857 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 625725 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=2244 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 625725 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 625725 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 16.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2502900 KiB

[startup+25.5003 s]
/proc/loadavg: 4.42 4.24 4.24 5/333 1071711
/proc/meminfo: memFree=112971608/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=2601240 CPUtime=28.92 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 33063 0 0 0 2835 57 0 0 20 0 20 0 197014769 19566772224 650310 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 650310 5855 1 0 1069555 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=0 CPUtime=24.92 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 10642 0 0 0 2444 48 0 0 20 0 20 0 197014769 19566772224 650310 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=2588936 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 650310 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=2502900 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 650310 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=279510566358416 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 650310 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 28.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601240 KiB

[startup+51.1059 s]
/proc/loadavg: 4.28 4.22 4.23 5/333 1071715
/proc/meminfo: memFree=112921244/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=2613652 CPUtime=54.53 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 36647 0 0 0 5395 58 0 0 20 0 20 0 197014769 19566772224 653413 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 653413 5855 1 0 1069555 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=2613652 CPUtime=50.29 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 12895 0 0 0 4981 48 0 0 20 0 20 0 197014769 19566772224 653413 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=-7739257267195701857 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 653413 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0

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

/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058089 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=4232356 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 3926 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058089 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 1058089 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 3232.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4232356 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.13 4.13 5/333 1073502
/proc/meminfo: memFree=108204116/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3292.03 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 268005 0 0 0 328964 239 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 1058094 5858 1 0 1072685 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3244.57 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 122904 0 0 0 324377 80 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 4013 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=4232356 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 3292.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4232376 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/331 1073513
/proc/meminfo: memFree=108197256/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3351.57 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 270476 0 0 0 334916 241 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 1058094 5858 1 0 1072685 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3303.92 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 124849 0 0 0 330311 81 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 4101 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 3351.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4232376 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.13 5/331 1073525
/proc/meminfo: memFree=108194584/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3411.52 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 274639 0 0 0 340908 244 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 1058094 5858 1 0 1072685 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3363.53 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 127263 0 0 0 336271 82 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 4188 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 3411.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4232376 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.15 4.13 5/332 1073603
/proc/meminfo: memFree=110570816/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3471.14 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 281118 0 0 0 346867 247 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 1058094 5858 1 0 1072685 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3422.88 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 130635 0 0 0 342205 83 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 4275 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 3471.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4232376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.13 5/332 1073613
/proc/meminfo: memFree=110479736/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3530.63 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 283616 0 0 0 352813 250 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 1058094 5858 1 0 1072685 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3482.22 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 132759 0 0 0 348139 83 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 4364 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 3530.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4232376 KiB

[startup+3582.3 s]
/proc/loadavg: 4.44 4.20 4.15 7/332 1073692
/proc/meminfo: memFree=110498980/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3590.16 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 287677 0 0 0 358764 252 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 1058094 5858 1 0 1072685 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=11860 CPUtime=3541.54 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 135295 0 0 0 354070 84 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=13040 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 4451 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 3590.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4232376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.3 s]
/proc/loadavg: 4.38 4.20 4.15 5/332 1073694
/proc/meminfo: memFree=109944268/131524600 swapFree=131071996/131071996
[pid=1071619] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3600.07 cores=0,2
/proc/1071619/stat : 1071619 (java) S 1071616 1071619 1069348 0 -1 1077936128 288128 0 0 0 359754 253 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
/proc/1071619/statm: 4777044 1058094 5858 1 0 1072685 0
[pid=1071619/tid=1071621] ppid=1071616 vsize=19108176 memory=4232376 CPUtime=3551.44 cores=0,2
/proc/1071619/task/1071621/stat : 1071621 (java) R 1071616 1071619 1069348 0 -1 4194368 135744 0 0 0 355060 84 0 0 20 0 20 0 197014769 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 46 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071630] ppid=1071616 vsize=19108176 memory=13040 CPUtime=0 cores=0,2
/proc/1071619/task/1071630/stat : 1071630 (Finalizer) S 1071616 1071619 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071637] ppid=1071616 vsize=19108176 memory=-7739257267195701857 CPUtime=0 cores=0,2
/proc/1071619/task/1071637/stat : 1071637 (Common-Cleaner) S 1071616 1071619 1069348 0 -1 1077936192 4451 0 0 0 0 0 0 0 20 0 20 0 197014772 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
[pid=1071619/tid=1071639] ppid=1071616 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1071619/task/1071639/stat : 1071639 (Timer-0) S 1071616 1071619 1069348 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197014810 19566772224 1058094 134679101440 94867243855872 94867243859568 140735793250288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94867243867384 94867243868176 94867273932800 140735793255411 140735793255519 140735793255519 140735793262536 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4232376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.73 s, system=2.55114 s

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

[startup+3592.41 s]*
/proc/loadavg: 4.38 4.20 4.15 8/314 1073697
/proc/meminfo: memFree=113193580/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3592.42
CPU time (s): 3600.28
CPU user time (s): 3597.73
CPU system time (s): 2.55114
CPU usage (%): 100.219
Max. virtual memory (cumulated for all children) (KiB): 19110848
Max. memory (cumulated for all children) (KiB): 4232376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.73
system time used= 2.55114
maximum resident set size= 4234144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292515
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121339
involuntary context switches= 31419


# summary of solver processes directly reported to runsolver:
#   pid: 1071619
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.73
#   total CPU system time (s): 2.55114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.89473 second user time and 17.918 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-20 06:08:27
IDJOB=4452631
IDBENCH=165270
IDSOLVER=3052
FILE ID=nodeC025/4452631-1721448494
RUNJOBID= nodeC025-1721444913-1069358
SLURM_JOB_ID= 7545661
Free space on /tmp= 890016 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452631-1721448494/watcher-4452631-1721448494 -o /tmp/evaluation-result-4452631-1721448494/solver-4452631-1721448494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069358 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452631-1721448494.opb

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

MD5SUM BENCH= c3fc1be74d62a91a7a1e7c6ab134a010
RANDOM SEED=823715221

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.315
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	: 7007.09
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		: 3632.015
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	: 6999.72
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		: 3677.288
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	: 7007.09
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		: 3670.050
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	: 6999.72
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		: 3677.268
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	: 7007.09
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		: 3610.470
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	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112104208 kB
MemAvailable:   118203968 kB
Buffers:          568248 kB
Cached:          6301420 kB
SwapCached:            0 kB
Active:          1158668 kB
Inactive:       17455104 kB
Active(anon):       1528 kB
Inactive(anon): 11788484 kB
Active(file):    1157140 kB
Inactive(file):  5666620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2444 kB
Writeback:             4 kB
AnonPages:      11742092 kB
Mapped:           127264 kB
Shmem:             45912 kB
KReclaimable:     231292 kB
Slab:             361384 kB
SReclaimable:     231292 kB
SUnreclaim:       130092 kB
KernelStack:        5072 kB
PageTables:        33156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14640752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73696 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11446272 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:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC025 at 2024-07-20 07:08:19