Trace number 4452172

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 Resolution 2024 2024-07-07UNSAT cert. 284.462 281.532

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_25.opb
MD5SUM327700430205073718cfdeea5c9331a0
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 benchmark2.64792
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1122
Total number of constraints5318
Number of constraints which are clauses5313
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint33
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 58
Number of bits of the biggest sum of numbers6
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 		2104792832
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.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4452172-1721840848.opb
0.14/0.12	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
0.34/0.23	c ... done. Wall clock time 0.1s.
0.34/0.23	c declared #vars     1122
0.34/0.23	c #constraints  5322
0.34/0.23	c constraints type 
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2144
0.34/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.34/0.23	c org.sat4j.specs.Constr$1 => 4
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3168
0.34/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.34/0.23	c 5322 constraints processed.
1.65/0.91	c cleaning 2500 clauses out of 5000 with flag 17894/5000
2.45/1.36	c cleaning 4248 clauses out of 8500 with flag 37868/11000
3.41/1.84	c cleaning 5626 clauses out of 11252 with flag 60544/18000
4.00/2.37	c cleaning 6813 clauses out of 13626 with flag 88644/26000
4.70/2.97	c cleaning 7905 clauses out of 15815 with flag 122273/35002
5.51/3.67	c cleaning 8951 clauses out of 17908 with flag 159242/45000
6.37/4.49	c cleaning 9971 clauses out of 19958 with flag 202690/56001
7.36/5.42	c cleaning 10993 clauses out of 21989 with flag 251367/68003
8.48/6.50	c cleaning 11995 clauses out of 23993 with flag 308625/81000
9.64/7.68	c cleaning 12999 clauses out of 25999 with flag 366580/95001
11.02/8.92	c cleaning 13993 clauses out of 27999 with flag 429589/110000
12.43/10.20	c cleaning 15002 clauses out of 30007 with flag 488950/126001
13.65/11.49	c cleaning 16000 clauses out of 32004 with flag 557799/143000
15.45/13.15	c cleaning 17001 clauses out of 34007 with flag 635928/161003
17.25/14.91	c cleaning 18002 clauses out of 36007 with flag 721897/180004
19.05/16.74	c cleaning 18999 clauses out of 38001 with flag 809094/200000
21.15/18.81	c cleaning 19997 clauses out of 40003 with flag 902459/221001
23.56/21.13	c cleaning 21000 clauses out of 42005 with flag 1007746/243000
26.08/23.51	c cleaning 21996 clauses out of 44006 with flag 1113880/266001
28.57/26.02	c cleaning 23001 clauses out of 46009 with flag 1230466/290000
31.26/28.78	c cleaning 24003 clauses out of 48009 with flag 1348814/315001
34.03/31.51	c cleaning 25002 clauses out of 50008 with flag 1462615/341003
37.01/34.52	c cleaning 25996 clauses out of 52003 with flag 1581648/368000
40.30/37.89	c cleaning 26998 clauses out of 54007 with flag 1711295/396000
44.20/41.76	c cleaning 28004 clauses out of 56009 with flag 1853446/425000
47.99/45.59	c cleaning 28998 clauses out of 58006 with flag 1994716/455001
52.09/49.68	c cleaning 30004 clauses out of 60012 with flag 2140242/486005
56.28/53.85	c cleaning 30996 clauses out of 62006 with flag 2288652/518003
60.67/58.20	c cleaning 32001 clauses out of 64008 with flag 2445628/551001
65.40/62.91	c cleaning 33001 clauses out of 66006 with flag 2612330/585000
71.18/68.33	c cleaning 34000 clauses out of 68005 with flag 2795862/620000
76.69/73.80	c cleaning 35001 clauses out of 70005 with flag 2984744/656000
82.31/79.49	c cleaning 35999 clauses out of 72004 with flag 3173177/693000
88.71/85.72	c cleaning 36999 clauses out of 74006 with flag 3378842/731001
94.70/91.76	c cleaning 37999 clauses out of 76006 with flag 3577891/770000
101.36/98.40	c cleaning 39000 clauses out of 78007 with flag 3787943/810000
107.85/104.92	c cleaning 39998 clauses out of 80008 with flag 3988187/851001
115.04/112.14	c cleaning 41001 clauses out of 82009 with flag 4204024/893000
122.52/119.65	c cleaning 42004 clauses out of 84009 with flag 4437033/936001
130.89/127.80	c cleaning 43000 clauses out of 86004 with flag 4678338/980000
138.87/135.88	c cleaning 43999 clauses out of 88005 with flag 4900887/1025001
147.68/144.68	c cleaning 45000 clauses out of 90006 with flag 5137969/1071001
156.64/153.66	c cleaning 45996 clauses out of 92005 with flag 5384981/1118000
165.82/162.81	c cleaning 47001 clauses out of 94010 with flag 5659657/1166001
176.60/173.62	c cleaning 47998 clauses out of 96010 with flag 5933195/1215002
188.55/185.60	c cleaning 48998 clauses out of 98010 with flag 6222518/1265000
200.70/197.69	c cleaning 50001 clauses out of 100012 with flag 6534149/1316000
212.11/209.01	c cleaning 51003 clauses out of 102011 with flag 6814287/1368000
224.66/221.60	c cleaning 52004 clauses out of 104008 with flag 7121580/1421000
238.24/235.10	c cleaning 52998 clauses out of 106004 with flag 7451646/1475001
253.06/250.07	c cleaning 53999 clauses out of 108005 with flag 7812805/1530001
266.73/263.70	c cleaning 54999 clauses out of 110005 with flag 8148280/1586001
281.31/278.48	c cleaning 55998 clauses out of 112004 with flag 8492574/1643000
284.31/281.46	c starts		: 99
284.31/281.46	c conflicts		: 1659267
284.31/281.47	c decisions		: 1842944
284.31/281.47	c propagations		: 146112726
284.31/281.47	c inspects		: 4555372863
284.31/281.47	c shortcuts		: 0
284.31/281.47	c learnt literals	: 17
284.31/281.47	c learnt binary clauses	: 146
284.31/281.47	c learnt ternary clauses	: 834
284.31/281.47	c learnt constraints	: 1659249
284.31/281.47	c ignored constraints	: 0
284.31/281.47	c root simplifications	: 0
284.31/281.47	c removed literals (reason simplification)	: 14546566
284.31/281.47	c reason swapping (by a shorter reason)	: 0
284.31/281.47	c Calls to reduceDB	: 53
284.31/281.47	c Number of update (reduction) of LBD	: 294309
284.31/281.47	c Imported unit clauses	: 0
284.31/281.47	c No decision after first conflict	: false
284.31/281.47	c number of reductions to clauses (during analyze)	: 0
284.31/281.47	c number of learned constraints concerned by reduction	: 0
284.31/281.47	c number of learning phase by resolution	: 0
284.31/281.47	c number of learning phase by cutting planes	: 0
284.31/281.47	c number of rounding to 1 operations	: 0
284.31/281.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
284.31/281.47	c number of reductions of the coefficients by power 2 	: 0
284.31/281.47	c number of right shift for reduction by power 2 	: 0
284.31/281.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
284.31/281.47	c number of ending skipping 	: 0
284.31/281.47	c number of internal skipping 	: 0
284.31/281.47	c number of derivation steps 	: 0
284.31/281.47	c number of skipped derivation steps 	: 0
284.31/281.47	c number of remaining unassigned 	: 0
284.31/281.47	c number of remaining assigned 	: 0
284.31/281.47	c number of falsified literals weakened from reason	: 0
284.31/281.47	c number of falsified literals weakened from conflict	: 0
284.31/281.47	c time for arithmetic operations	: 0
284.31/281.47	c minimum degree of deleted constraints	: null
284.31/281.47	c maximum degree of deleted constraints	: null
284.31/281.47	c number of deleted constraints	: 0
284.31/281.48	c speed (assignments/second)	: 519539.6234465838
284.31/281.48	c non guided choices	: 129
284.41/281.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72113
284.41/281.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 146
284.41/281.52	s UNSATISFIABLE
284.41/281.52	c Total wall clock time (in seconds): 281.394

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452172-1721840848/watcher-4452172-1721840848 -o /tmp/evaluation-result-4452172-1721840848/solver-4452172-1721840848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721840837-196142 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4452172-1721840848 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452172-1721840848.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=196865, runsolver pid=196862

[startup+0.100563 s]*
/proc/loadavg: 2.39 2.23 2.96 7/334 196883
/proc/meminfo: memFree=123286056/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=18975048 memory=65560 CPUtime=0.14 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 7735 0 0 0 12 2 0 0 20 0 18 0 20607663 19430449152 16390 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4743762 16390 5723 1 0 549357 0
[pid=196865/tid=196867] ppid=196862 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 1078198336 6273 0 0 0 7 1 0 0 20 0 18 0 20607663 19430449152 16390 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20607666 19430449152 16390 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=18975048 memory=13855165888404792 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20607666 19430449152 16390 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65560 KiB

[startup+0.211535 s]*
/proc/loadavg: 2.39 2.23 2.96 7/334 196883
/proc/meminfo: memFree=123252800/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=18975048 memory=81924 CPUtime=0.34 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 9176 0 0 0 32 2 0 0 20 0 18 0 20607663 19430449152 20481 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4743762 20481 5849 1 0 550293 0
[pid=196865/tid=196867] ppid=196862 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 6459 0 0 0 16 1 0 0 20 0 18 0 20607663 19430449152 20481 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=18975048 memory=1121866 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20607666 19430449152 20481 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=18975048 memory=14415916817450633 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20607666 19430449152 20481 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81924 KiB

[startup+0.307535 s]*
/proc/loadavg: 2.39 2.23 2.96 7/335 196884
/proc/meminfo: memFree=123228928/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19041612 memory=88488 CPUtime=0.52 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 9846 0 0 0 50 2 0 0 20 0 19 0 20607663 19498610688 22122 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4760403 22122 5849 1 0 551133 0
[pid=196865/tid=196867] ppid=196862 vsize=19041612 memory=-9031795769641575100 CPUtime=0.24 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 6548 0 0 0 23 1 0 0 20 0 19 0 20607663 19498610688 22122 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20607666 19498610688 22122 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20607666 19498610688 22122 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20607686 19498610688 22122 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88488 KiB

[startup+0.707915 s]
/proc/loadavg: 2.39 2.23 2.96 6/335 196884
/proc/meminfo: memFree=123183988/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19041612 memory=126844 CPUtime=1.26 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 12955 0 0 0 122 4 0 0 20 0 19 0 20607663 19498610688 31711 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4760403 31711 5893 1 0 552954 0
[pid=196865/tid=196867] ppid=196862 vsize=19041612 memory=13524 CPUtime=0.59 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 6589 0 0 0 57 2 0 0 20 0 19 0 20607663 19498610688 31711 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19041612 memory=13524 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20607666 19498610688 31711 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20607666 19498610688 31711 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19041612 memory=1896 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20607686 19498610688 31711 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 126844 KiB

[startup+1.50055 s]
/proc/loadavg: 2.39 2.23 2.96 6/335 196884
/proc/meminfo: memFree=123088168/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=179432 CPUtime=2.81 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 19815 0 0 0 275 6 0 0 20 0 20 0 20607663 19566772224 44858 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 44858 5893 1 0 554354 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=13524 CPUtime=1.36 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 7106 0 0 0 133 3 0 0 20 0 20 0 20607663 19566772224 44858 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 44858 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 44858 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 44858 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179432 KiB

[startup+3.10579 s]
/proc/loadavg: 2.39 2.23 2.96 5/336 196886
/proc/meminfo: memFree=122840404/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=181032 CPUtime=4.9 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 21355 0 0 0 483 7 0 0 20 0 20 0 20607663 19566772224 45258 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 45258 5925 1 0 554604 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=0 CPUtime=2.96 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 7488 0 0 0 292 4 0 0 20 0 20 0 20607663 19566772224 45258 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 45258 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=180292 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 45258 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=13524 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 45258 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181032 KiB

[startup+6.30026 s]
/proc/loadavg: 2.52 2.26 2.96 5/336 196886
/proc/meminfo: memFree=122727384/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=177872 CPUtime=8.28 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 22987 0 0 0 819 9 0 0 20 0 20 0 20607663 19566772224 44468 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 44468 5925 1 0 554605 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=13524 CPUtime=6.13 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 8044 0 0 0 608 5 0 0 20 0 20 0 20607663 19566772224 44468 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 44468 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=6156256208122171730 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 44468 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=5516 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 44468 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177872 KiB

[startup+12.7003 s]
/proc/loadavg: 2.64 2.29 2.97 5/336 196887
/proc/meminfo: memFree=122108032/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=360336 CPUtime=15.03 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 33979 0 0 0 1487 16 0 0 20 0 20 0 20607663 19566772224 90084 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 90084 5925 1 0 554621 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=0 CPUtime=12.5 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 9363 0 0 0 1240 10 0 0 20 0 20 0 20607663 19566772224 90084 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=307056 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 90084 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 90084 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=16100 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 90084 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 15.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 360336 KiB

[startup+25.5003 s]
/proc/loadavg: 3.09 2.41 3.00 5/335 196957
/proc/meminfo: memFree=117341408/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=620600 CPUtime=28.07 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 38860 0 0 0 2784 23 0 0 20 0 20 0 20607663 19566772224 155150 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 155150 5940 1 0 554621 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=307056 CPUtime=25.25 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 10895 0 0 0 2509 16 0 0 20 0 20 0 20607663 19566772224 155150 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=16100 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 155150 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=591760 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 155150 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 155150 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 28.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 620600 KiB

[startup+51.1057 s]
/proc/loadavg: 3.60 2.58 3.04 5/336 196961
/proc/meminfo: memFree=116504024/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=727124 CPUtime=53.59 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 44040 0 0 0 5329 30 0 0 20 0 20 0 20607663 19566772224 181781 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 181781 5940 1 0 554621 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=727116 CPUtime=50.71 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 12854 0 0 0 5049 22 0 0 20 0 20 0 20607663 19566772224 181781 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0

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

/proc/loadavg: 4.15 3.40 3.29 5/338 197002
/proc/meminfo: memFree=115226568/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=1334840 CPUtime=259.04 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 80141 0 0 0 25829 75 0 0 20 0 20 0 20607663 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 333710 5955 1 0 557163 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=11648 CPUtime=254.72 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 22157 0 0 0 25414 58 0 0 20 0 20 0 20607663 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=13524 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=-9126187760421879703 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 393 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=16100 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 259.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334840 KiB

[startup+268.8 s]
/proc/loadavg: 4.13 3.42 3.29 5/338 197005
/proc/meminfo: memFree=115201548/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=1334840 CPUtime=271.81 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 80891 0 0 0 27104 77 0 0 20 0 20 0 20607663 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 333710 5955 1 0 557163 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=13524 CPUtime=267.48 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 22841 0 0 0 26688 60 0 0 20 0 20 0 20607663 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=1334840 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=1334508 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 393 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=12156 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 271.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334840 KiB

[startup+275.2 s]
/proc/loadavg: 4.11 3.44 3.30 5/338 197006
/proc/meminfo: memFree=115188528/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=1334840 CPUtime=278.2 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 81649 0 0 0 27742 78 0 0 20 0 20 0 20607663 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 333710 5955 1 0 557163 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=1334840 CPUtime=273.87 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 23360 0 0 0 27326 61 0 0 20 0 20 0 20607663 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=-9031795769641575100 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=4932 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 393 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=32928 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 333710 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 278.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334840 KiB

[startup+278.4 s]
/proc/loadavg: 4.11 3.44 3.30 5/338 197006
/proc/meminfo: memFree=115184440/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=1334936 CPUtime=281.31 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 82983 0 0 0 28052 79 0 0 20 0 20 0 20607663 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 333734 5955 1 0 557163 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=1334840 CPUtime=276.94 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 23414 0 0 0 27633 61 0 0 20 0 20 0 20607663 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=1334840 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=-9031795769641575100 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 393 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=32928 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334936 KiB

[startup+280 s]*
/proc/loadavg: 4.10 3.45 3.31 5/338 197006
/proc/meminfo: memFree=115179904/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=1334936 CPUtime=282.91 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 83143 0 0 0 28212 79 0 0 20 0 20 0 20607663 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 333734 5955 1 0 557163 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=-8888523906984223420 CPUtime=278.54 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 23572 0 0 0 27793 61 0 0 20 0 20 0 20607663 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=-9126187760421879703 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=3533419585587983477 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 393 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=28512 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 333734 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 282.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334936 KiB

[startup+280.8 s]
/proc/loadavg: 4.10 3.45 3.31 5/338 197006
/proc/meminfo: memFree=115179904/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=1335096 CPUtime=283.71 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 84526 0 0 0 28292 79 0 0 20 0 20 0 20607663 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 333774 5971 1 0 557163 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=-9031795769641575100 CPUtime=279.32 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 23582 0 0 0 27871 61 0 0 20 0 20 0 20607663 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=67600 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=13524 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=5516 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 283.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335096 KiB

[startup+281.2 s]
/proc/loadavg: 4.10 3.45 3.31 5/338 197006
/proc/meminfo: memFree=115169632/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=1335096 CPUtime=284.11 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 84526 0 0 0 28332 79 0 0 20 0 20 0 20607663 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 333774 5971 1 0 557163 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=2212 CPUtime=279.72 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 23582 0 0 0 27911 61 0 0 20 0 20 0 20607663 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=198340509722 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=-9031795769641575100 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=27800 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 284.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335096 KiB

[startup+281.4 s]
/proc/loadavg: 4.10 3.45 3.31 5/338 197006
/proc/meminfo: memFree=115169632/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19108176 memory=1335096 CPUtime=284.31 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 84526 0 0 0 28352 79 0 0 20 0 20 0 20607663 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4777044 333774 5971 1 0 557163 0
[pid=196865/tid=196867] ppid=196862 vsize=19108176 memory=739153508724638002 CPUtime=279.92 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) R 196862 196865 196129 0 -1 4194368 23582 0 0 0 27931 61 0 0 20 0 20 0 20607663 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19108176 memory=6197015970767438626 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19108176 memory=7022344665498594931 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 20607666 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196884] ppid=196862 vsize=19108176 memory=8514726395714820749 CPUtime=0 cores=5,7
/proc/196865/task/196884/stat : 196884 (Timer-0) S 196862 196865 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20607686 19566772224 333774 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 284.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335096 KiB

[startup+281.5 s]
/proc/loadavg: 4.10 3.45 3.31 5/338 197006
/proc/meminfo: memFree=115169632/131524600 swapFree=131061428/131071996
[pid=196865] ppid=196862 vsize=19241304 memory=1335484 CPUtime=284.41 cores=5,7
/proc/196865/stat : 196865 (java) S 196862 196865 196129 0 -1 1077936128 85960 0 0 0 28362 79 0 0 20 0 20 0 20607663 19703095296 333871 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
/proc/196865/statm: 4810326 333871 5970 1 0 557765 0
[pid=196865/tid=196867] ppid=196862 vsize=19241304 memory=67600 CPUtime=279.97 cores=5,7
/proc/196865/task/196867/stat : 196867 (java) S 196862 196865 196129 0 -1 1077936192 24658 0 0 0 27936 61 0 0 20 0 20 0 20607663 19703095296 333871 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196876] ppid=196862 vsize=19241304 memory=1334936 CPUtime=0 cores=5,7
/proc/196865/task/196876/stat : 196876 (Finalizer) S 196862 196865 196129 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20607666 19703095296 333871 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
[pid=196865/tid=196883] ppid=196862 vsize=19241304 memory=1334932 CPUtime=0 cores=5,7
/proc/196865/task/196883/stat : 196883 (Common-Cleaner) S 196862 196865 196129 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 20607666 19703095296 333871 134679101440 94847297306624 94847297310320 140723378645632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94847297318136 94847297318928 94847322595328 140723378647979 140723378648161 140723378648161 140723378655176 0
Current children cumulated CPU time: 284.41 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1335484 KiB

Child status: 20

Real time (s): 281.532
CPU time (s): 284.462
CPU user time (s): 283.655
CPU system time (s): 0.80685
CPU usage (%): 101.041
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1335484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 283.655
system time used= 0.80685
maximum resident set size= 1336232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86206
page faults= 0
swaps= 0
block input operations= 0
block output operations= 369720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8671
involuntary context switches= 658


# summary of solver processes directly reported to runsolver:
#   pid: 196865
#   total CPU time (s): 284.462
#   total CPU user time (s): 283.655
#   total CPU system time (s): 0.80685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.488366 second user time and 1.58154 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-24 19:07:28
IDJOB=4452172
IDBENCH=162921
IDSOLVER=3079
FILE ID=nodeC022/4452172-1721840848
RUNJOBID= nodeC022-1721840837-196142
SLURM_JOB_ID= 7891554
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_25.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452172-1721840848/watcher-4452172-1721840848 -o /tmp/evaluation-result-4452172-1721840848/solver-4452172-1721840848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721840837-196142 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452172-1721840848 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452172-1721840848.opb

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

MD5SUM BENCH= 327700430205073718cfdeea5c9331a0
RANDOM SEED=209288376

nodeC022.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		: 3674.455
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.87
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		: 3680.516
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.75
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.230
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.87
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		: 3647.166
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.75
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		: 3674.431
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.87
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		: 3646.039
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.75
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.203
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.87
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		: 3659.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123351388 kB
MemAvailable:   128741420 kB
Buffers:          269264 kB
Cached:          5869432 kB
SwapCached:         1408 kB
Active:          2525220 kB
Inactive:        4871620 kB
Active(anon):       1944 kB
Inactive(anon):  1309676 kB
Active(file):    2523276 kB
Inactive(file):  3561944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061428 kB
Dirty:             53652 kB
Writeback:           124 kB
AnonPages:       1256172 kB
Mapped:           134544 kB
Shmem:             53732 kB
KReclaimable:     293016 kB
Slab:             418360 kB
SReclaimable:     293016 kB
SUnreclaim:       125344 kB
KernelStack:        5104 kB
PageTables:        12504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7464300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    839680 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:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC022 at 2024-07-24 19:12:09