Trace number 4495936

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 2025-06-06SAT 139.805 138.118

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.005377
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4495936-1751160468.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.14	c ... done. Wall clock time 0.009s.
0.13/0.14	c declared #vars     82
0.13/0.14	c #constraints  2
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.13/0.14	c 2 constraints processed.
0.70/0.44	c cleaning 2500 clauses out of 5000 with flag 10078/5000
1.08/0.69	c cleaning 4251 clauses out of 8502 with flag 22096/11002
1.67/0.97	c cleaning 5625 clauses out of 11250 with flag 36107/18001
2.02/1.13	c cleaning 6811 clauses out of 13624 with flag 52140/26000
2.20/1.29	c cleaning 7907 clauses out of 15813 with flag 70144/35000
2.49/1.47	c cleaning 8954 clauses out of 17907 with flag 90164/45001
2.74/1.66	c cleaning 9977 clauses out of 19953 with flag 112169/56001
2.94/1.88	c cleaning 10988 clauses out of 21975 with flag 136171/68000
3.24/2.11	c cleaning 11994 clauses out of 23988 with flag 162179/81001
3.44/2.37	c cleaning 12997 clauses out of 25994 with flag 190183/95001
3.74/2.65	c cleaning 13996 clauses out of 27996 with flag 220187/110000
4.05/2.95	c cleaning 14998 clauses out of 30000 with flag 252195/126000
4.38/3.28	c cleaning 15999 clauses out of 32002 with flag 286197/143000
4.80/3.63	c cleaning 17001 clauses out of 34004 with flag 322201/161001
5.21/4.00	c cleaning 18000 clauses out of 36002 with flag 360202/180000
5.60/4.43	c cleaning 19000 clauses out of 38002 with flag 400213/200000
6.00/4.86	c cleaning 19999 clauses out of 40003 with flag 442220/221001
6.63/5.43	c cleaning 21001 clauses out of 42005 with flag 486232/243002
7.13/5.92	c cleaning 21998 clauses out of 44004 with flag 532237/266002
7.63/6.49	c cleaning 23000 clauses out of 46005 with flag 580245/290001
8.23/7.09	c cleaning 23998 clauses out of 48004 with flag 630257/315000
8.93/7.77	c cleaning 25001 clauses out of 50007 with flag 682276/341001
9.66/8.46	c cleaning 26000 clauses out of 52005 with flag 736278/368000
10.37/9.16	c cleaning 27000 clauses out of 54006 with flag 792286/396001
11.16/9.96	c cleaning 27999 clauses out of 56005 with flag 850312/425000
11.96/10.75	c cleaning 29001 clauses out of 58007 with flag 910320/455001
12.89/11.64	c cleaning 30001 clauses out of 60005 with flag 972334/486000
13.69/12.48	c cleaning 31002 clauses out of 62004 with flag 1036336/518000
14.59/13.33	c cleaning 31999 clauses out of 64002 with flag 1102341/551000
15.59/14.31	c cleaning 33001 clauses out of 66004 with flag 1170355/585001
16.52/15.21	c cleaning 34000 clauses out of 68003 with flag 1240369/620001
17.42/16.15	c cleaning 34999 clauses out of 70004 with flag 1312382/656002
18.42/17.18	c cleaning 36003 clauses out of 72006 with flag 1386410/693003
19.63/18.38	c cleaning 36992 clauses out of 74000 with flag 1462420/731000
20.73/19.42	c cleaning 38002 clauses out of 76008 with flag 1540429/770000
21.73/20.43	c cleaning 39001 clauses out of 78007 with flag 1620456/810001
22.95/21.61	c cleaning 39999 clauses out of 80005 with flag 1702465/851000
24.24/22.97	c cleaning 41000 clauses out of 82007 with flag 1786493/893001
25.54/24.29	c cleaning 41996 clauses out of 84006 with flag 1872516/936000
26.98/25.66	c cleaning 43001 clauses out of 86010 with flag 1960542/980000
28.48/27.17	c cleaning 43999 clauses out of 88009 with flag 2050569/1025000
29.97/28.60	c cleaning 45005 clauses out of 90011 with flag 2142605/1071001
31.48/30.11	c cleaning 46002 clauses out of 92007 with flag 2236631/1118002
32.77/31.47	c cleaning 46998 clauses out of 94003 with flag 2332642/1166000
34.31/32.92	c cleaning 48000 clauses out of 96005 with flag 2430667/1215000
35.91/34.50	c cleaning 49002 clauses out of 98005 with flag 2530684/1265000
37.41/36.08	c cleaning 49997 clauses out of 100003 with flag 2632694/1316000
39.14/37.77	c cleaning 51000 clauses out of 102006 with flag 2736703/1368000
40.93/39.58	c cleaning 52003 clauses out of 104007 with flag 2842776/1421001
42.57/41.18	c cleaning 53001 clauses out of 106003 with flag 2950786/1475000
44.26/42.81	c cleaning 53993 clauses out of 108002 with flag 3060815/1530000
46.08/44.66	c cleaning 55000 clauses out of 110009 with flag 3172844/1586000
48.37/46.90	c cleaning 56003 clauses out of 112012 with flag 3286870/1643003
50.37/48.91	c cleaning 56998 clauses out of 114007 with flag 3402889/1701001
52.61/51.16	c cleaning 58002 clauses out of 116010 with flag 3520929/1760002
54.50/53.08	c cleaning 59001 clauses out of 118007 with flag 3640959/1820001
56.39/54.95	c cleaning 60000 clauses out of 120007 with flag 3762979/1881002
58.59/57.16	c cleaning 61000 clauses out of 122006 with flag 3887001/1943001
60.78/59.31	c cleaning 61999 clauses out of 124007 with flag 4013017/2006002
62.88/61.44	c cleaning 63001 clauses out of 126006 with flag 4141032/2070000
65.17/63.74	c cleaning 64003 clauses out of 128006 with flag 4271052/2135001
68.17/66.72	c cleaning 64996 clauses out of 130002 with flag 4403075/2201000
70.36/68.92	c cleaning 66004 clauses out of 132007 with flag 4537109/2268001
72.96/71.51	c cleaning 67001 clauses out of 134003 with flag 4673139/2336001
75.85/74.48	c cleaning 67997 clauses out of 136001 with flag 4811170/2405000
81.04/79.60	c cleaning 68997 clauses out of 138004 with flag 4951186/2475000
83.84/82.41	c cleaning 69995 clauses out of 140007 with flag 5093220/2546000
86.54/85.17	c cleaning 71002 clauses out of 142012 with flag 5237259/2618000
89.12/87.72	c cleaning 72001 clauses out of 144011 with flag 5383287/2691001
91.72/90.31	c cleaning 73003 clauses out of 146009 with flag 5531317/2765000
95.21/93.83	c cleaning 73997 clauses out of 148006 with flag 5681335/2840000
98.21/96.84	c cleaning 75001 clauses out of 150010 with flag 5833372/2916001
100.90/99.58	c cleaning 76000 clauses out of 152008 with flag 5987390/2993000
103.69/102.31	c cleaning 76999 clauses out of 154009 with flag 6143415/3071001
106.88/105.53	c cleaning 78004 clauses out of 156011 with flag 6301452/3150002
110.38/109.02	c cleaning 79002 clauses out of 158006 with flag 6461471/3230001
114.56/113.08	c cleaning 79995 clauses out of 160004 with flag 6623496/3311001
117.85/116.32	c cleaning 81000 clauses out of 162008 with flag 6787545/3393000
121.34/119.82	c cleaning 82000 clauses out of 164008 with flag 6953577/3476000
125.64/124.02	c cleaning 82999 clauses out of 166008 with flag 7121624/3560000
129.82/128.29	c cleaning 84002 clauses out of 168009 with flag 7291639/3645000
136.41/134.83	c cleaning 85004 clauses out of 170008 with flag 7463678/3731001
139.64/138.03	c SATISFIABLE
139.64/138.03	c starts		: 1
139.64/138.04	c conflicts		: 3810189
139.64/138.04	c decisions		: 3811047
139.64/138.04	c propagations		: 18006060
139.64/138.04	c inspects		: 726541091
139.64/138.04	c shortcuts		: 0
139.64/138.04	c learnt literals	: 0
139.64/138.04	c learnt binary clauses	: 0
139.64/138.04	c learnt ternary clauses	: 0
139.64/138.04	c learnt constraints	: 3810189
139.64/138.04	c ignored constraints	: 0
139.64/138.04	c root simplifications	: 0
139.64/138.04	c removed literals (reason simplification)	: 39393075
139.64/138.04	c reason swapping (by a shorter reason)	: 0
139.64/138.04	c Calls to reduceDB	: 82
139.64/138.04	c Number of update (reduction) of LBD	: 969
139.64/138.04	c Imported unit clauses	: 0
139.64/138.04	c No decision after first conflict	: false
139.64/138.04	c number of reductions to clauses (during analyze)	: 0
139.64/138.04	c number of learned constraints concerned by reduction	: 0
139.64/138.04	c number of learning phase by resolution	: 0
139.64/138.04	c number of learning phase by cutting planes	: 0
139.64/138.04	c number of rounding to 1 operations	: 0
139.64/138.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
139.64/138.04	c number of reductions of the coefficients by power 2 	: 0
139.64/138.04	c number of right shift for reduction by power 2 	: 0
139.64/138.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
139.64/138.04	c number of ending skipping 	: 0
139.64/138.04	c number of internal skipping 	: 0
139.64/138.04	c number of derivation steps 	: 0
139.64/138.04	c number of skipped derivation steps 	: 0
139.64/138.04	c number of remaining unassigned 	: 0
139.64/138.04	c number of remaining assigned 	: 0
139.64/138.04	c number of falsified literals weakened from reason	: 0
139.64/138.04	c number of falsified literals weakened from conflict	: 0
139.64/138.04	c time for arithmetic operations	: 0
139.64/138.05	c minimum degree of deleted constraints	: null
139.64/138.05	c maximum degree of deleted constraints	: null
139.64/138.05	c number of deleted constraints	: 0
139.64/138.05	c speed (assignments/second)	: 130570.47344872846
139.64/138.05	c non guided choices	: 69
139.64/138.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 164192
139.79/138.10	s SATISFIABLE
139.79/138.10	c Found 1 solution(s)
139.79/138.10	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 x31 -x32 x33 -x34 -x35 x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 
139.79/138.10	c Total wall clock time (in seconds): 137.972

Verifier Data

OK	0

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: 63665 MiB (58819 MiB free)
  memory of node 1: 64507 MiB (63870 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495936-1751160468/watcher-4495936-1751160468 -o /tmp/evaluation-result-4495936-1751160468/solver-4495936-1751160468 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21072 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4495936-1751160468.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21584, runsolver pid=21581

[startup+0.100061 s]*
/proc/loadavg: 4.10 4.11 4.08 5/338 21602
/proc/meminfo: memFree=125611048/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=18930384 memory=59520 CPUtime=0.13 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 6500 0 0 0 11 2 0 0 20 0 18 0 31724602 19384713216 14880 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4732596 14880 5333 1 0 547623 0
[pid=21584/tid=21586] ppid=21581 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 5088 0 0 0 7 1 0 0 20 0 18 0 31724603 19384713216 14880 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31724606 19384713216 14880 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=18930384 memory=59585004336188 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31724606 19384713216 14880 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59520 KiB

[startup+0.205714 s]*
/proc/loadavg: 4.10 4.11 4.08 6/339 21603
/proc/meminfo: memFree=125602668/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=18996948 memory=64904 CPUtime=0.31 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 7459 0 0 0 29 2 0 0 20 0 19 0 31724602 19452874752 16226 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4749237 16226 5461 1 0 548579 0
[pid=21584/tid=21586] ppid=21581 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 5299 0 0 0 15 1 0 0 20 0 19 0 31724603 19452874752 16226 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=18996948 memory=16163 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31724606 19452874752 16226 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31724606 19452874752 16226 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31724617 19452874752 16226 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64904 KiB

[startup+0.305633 s]*
/proc/loadavg: 4.10 4.11 4.08 6/339 21603
/proc/meminfo: memFree=125599392/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=18996948 memory=67448 CPUtime=0.51 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 8518 0 0 0 48 3 0 0 20 0 19 0 31724602 19452874752 16862 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4749237 16862 5461 1 0 549203 0
[pid=21584/tid=21586] ppid=21581 vsize=18996948 memory=-6000919502720953197 CPUtime=0.26 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 5307 0 0 0 25 1 0 0 20 0 19 0 31724603 19452874752 16862 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31724606 19452874752 16862 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31724606 19452874752 16862 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31724617 19452874752 16862 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67448 KiB

[startup+0.70025 s]
/proc/loadavg: 4.10 4.11 4.08 6/339 21603
/proc/meminfo: memFree=125584460/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=18996948 memory=95684 CPUtime=1.27 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 15464 0 0 0 123 4 0 0 20 0 19 0 31724602 19452874752 23921 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4749237 23921 5461 1 0 553638 0
[pid=21584/tid=21586] ppid=21581 vsize=18996948 memory=17408 CPUtime=0.63 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 5370 0 0 0 62 1 0 0 20 0 19 0 31724603 19452874752 23921 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=18996948 memory=10496 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31724606 19452874752 23921 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31724606 19452874752 23921 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=18996948 memory=4740 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31724617 19452874752 23921 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95684 KiB

[startup+1.50026 s]
/proc/loadavg: 4.10 4.11 4.08 6/339 21603
/proc/meminfo: memFree=125564928/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=18996948 memory=122132 CPUtime=2.59 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 19692 0 0 0 254 5 0 0 20 0 19 0 31724602 19452874752 30533 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4749237 30533 5461 1 0 554044 0
[pid=21584/tid=21586] ppid=21581 vsize=18996948 memory=0 CPUtime=1.42 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 5717 0 0 0 141 1 0 0 20 0 19 0 31724603 19452874752 30533 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=18996948 memory=10496 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31724606 19452874752 30533 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31724606 19452874752 30533 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=18996948 memory=4740 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31724617 19452874752 30533 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122132 KiB

[startup+3.10549 s]
/proc/loadavg: 4.33 4.16 4.10 6/339 21670
/proc/meminfo: memFree=127404956/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=192240 CPUtime=4.29 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 21594 0 0 0 423 6 0 0 20 0 20 0 31724602 19521036288 48060 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 48060 5461 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=10496 CPUtime=3.01 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 5978 0 0 0 299 2 0 0 20 0 20 0 31724603 19521036288 48060 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=-6000919502720953197 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 48060 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 48060 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 48060 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192240 KiB

[startup+6.30025 s]
/proc/loadavg: 4.33 4.16 4.10 6/340 21671
/proc/meminfo: memFree=127225412/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=215984 CPUtime=7.53 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 21909 0 0 0 746 7 0 0 20 0 20 0 31724602 19521036288 53996 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 53996 5461 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=0 CPUtime=6.16 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 5987 0 0 0 614 2 0 0 20 0 20 0 31724603 19521036288 53996 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 53996 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 53996 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 53996 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 7.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 215984 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.15 4.10 6/339 21737
/proc/meminfo: memFree=129304300/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=318676 CPUtime=13.99 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 23597 0 0 0 1390 9 0 0 20 0 20 0 31724602 19521036288 79669 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 79669 5461 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=0 CPUtime=12.48 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 6526 0 0 0 1246 2 0 0 20 0 20 0 31724603 19521036288 79669 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 79669 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=-6000919502720953197 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 79669 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=15460 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 79669 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 13.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 318676 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.16 4.10 5/340 21738
/proc/meminfo: memFree=128604472/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=458072 CPUtime=26.88 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 25940 0 0 0 2676 12 0 0 20 0 20 0 31724602 19521036288 114518 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 114518 5461 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=417108 CPUtime=25.14 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 7271 0 0 0 2512 2 0 0 20 0 20 0 31724603 19521036288 114518 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 114518 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=355616 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 114518 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=417108 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 114518 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 26.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 458072 KiB

[startup+51.1052 s]
/proc/loadavg: 4.27 4.17 4.10 5/340 21805
/proc/meminfo: memFree=127976812/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=746944 CPUtime=52.61 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 26246 0 0 0 5243 18 0 0 20 0 20 0 31724602 19521036288 186736 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 186736 5461 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=665004 CPUtime=50.49 cores=5,7

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

/proc/loadavg: 4.16 4.15 4.10 5/340 21872
/proc/meminfo: memFree=126090136/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=1488452 CPUtime=103.8 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 28694 0 0 0 10347 33 0 0 20 0 20 0 31724602 19521036288 372113 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 372113 5493 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=5632 CPUtime=101.65 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 9211 0 0 0 10148 17 0 0 20 0 20 0 31724603 19521036288 372113 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=1281604 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 372113 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 105 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 372113 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 372113 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 103.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1488452 KiB

[startup+115.2 s]
/proc/loadavg: 4.27 4.18 4.11 5/340 21872
/proc/meminfo: memFree=125258268/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=1963604 CPUtime=116.75 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 29675 0 0 0 11632 43 0 0 20 0 20 0 31724602 19521036288 490901 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 490901 5493 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=126228 CPUtime=114.23 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 9299 0 0 0 11403 20 0 0 20 0 20 0 31724603 19521036288 490901 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=219899232572 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 490901 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=28 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 105 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 490901 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=13 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 490901 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 116.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1963604 KiB

[startup+128 s]*
/proc/loadavg: 4.21 4.17 4.10 5/341 21874
/proc/meminfo: memFree=124672156/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=2111108 CPUtime=129.63 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 29776 0 0 0 12918 45 0 0 20 0 20 0 31724602 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 527777 5493 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=-6000919472723094381 CPUtime=126.9 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 9299 0 0 0 12670 20 0 0 20 0 20 0 31724603 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 119 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=2944 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 129.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2111108 KiB

[startup+134.4 s]
/proc/loadavg: 4.19 4.17 4.10 5/340 21876
/proc/meminfo: memFree=124577948/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=2111108 CPUtime=136.01 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 29779 0 0 0 13556 45 0 0 20 0 20 0 31724602 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 527777 5493 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=2111108 CPUtime=133.28 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 9302 0 0 0 13308 20 0 0 20 0 20 0 31724603 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=2208 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=16520 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 119 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 136.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2111108 KiB

[startup+136 s]*
/proc/loadavg: 4.19 4.17 4.10 5/340 21876
/proc/meminfo: memFree=124541216/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=2111108 CPUtime=137.61 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 29780 0 0 0 13716 45 0 0 20 0 20 0 31724602 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 527777 5493 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=-6000919472723094381 CPUtime=134.88 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 9303 0 0 0 13468 20 0 0 20 0 20 0 31724603 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=6452091039019852091 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=1664252 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 119 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=6640 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 137.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2111108 KiB

[startup+136.8 s]
/proc/loadavg: 4.19 4.17 4.10 5/340 21876
/proc/meminfo: memFree=124541216/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=2111108 CPUtime=138.4 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 29780 0 0 0 13795 45 0 0 20 0 20 0 31724602 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 527777 5493 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=1649916 CPUtime=135.68 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 9303 0 0 0 13548 20 0 0 20 0 20 0 31724603 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=6640 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=2111108 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 119 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=-6000919502720953197 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 138.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2111108 KiB

[startup+137.6 s]
/proc/loadavg: 4.19 4.17 4.10 5/340 21876
/proc/meminfo: memFree=124524832/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=2111108 CPUtime=139.2 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 29780 0 0 0 13875 45 0 0 20 0 20 0 31724602 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 527777 5493 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=2111108 CPUtime=136.48 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 9303 0 0 0 13628 20 0 0 20 0 20 0 31724603 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=21576 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=-6000919502720953197 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 119 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=2111108 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 139.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2111108 KiB

[startup+138 s]*
/proc/loadavg: 4.17 4.16 4.10 5/340 21876
/proc/meminfo: memFree=124520736/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19063512 memory=2111108 CPUtime=139.64 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 29795 0 0 0 13919 45 0 0 20 0 20 0 31724602 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4765878 527777 5493 1 0 554335 0
[pid=21584/tid=21586] ppid=21581 vsize=19063512 memory=-6000919472723094381 CPUtime=136.83 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) R 21581 21584 21059 0 -1 4194368 9303 0 0 0 13663 20 0 0 20 0 20 0 31724603 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19063512 memory=6452091039019852091 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19063512 memory=1484328 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 119 0 0 0 0 0 0 0 20 0 20 0 31724606 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21603] ppid=21581 vsize=19063512 memory=6768 CPUtime=0 cores=5,7
/proc/21584/task/21603/stat : 21603 (Timer-0) S 21581 21584 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31724617 19521036288 527777 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 139.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2111108 KiB

[startup+138.106 s]
/proc/loadavg: 4.17 4.16 4.10 5/340 21876
/proc/meminfo: memFree=124520736/131250000 swapFree=33010684/33010684
[pid=21584] ppid=21581 vsize=19196640 memory=2111748 CPUtime=139.79 cores=5,7
/proc/21584/stat : 21584 (java) S 21581 21584 21059 0 -1 4194304 32180 0 0 0 13933 46 0 0 20 0 20 0 31724602 19657359360 527937 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
/proc/21584/statm: 4799160 527937 5525 1 0 554961 0
[pid=21584/tid=21586] ppid=21581 vsize=19196640 memory=1496644 CPUtime=136.86 cores=5,7
/proc/21584/task/21586/stat : 21586 (java) S 21581 21584 21059 0 -1 4194368 10798 0 0 0 13666 20 0 0 20 0 20 0 31724603 19657359360 527937 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21595] ppid=21581 vsize=19196640 memory=2111108 CPUtime=0 cores=5,7
/proc/21584/task/21595/stat : 21595 (Finalizer) S 21581 21584 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31724606 19657359360 527937 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
[pid=21584/tid=21602] ppid=21581 vsize=19196640 memory=0 CPUtime=0 cores=5,7
/proc/21584/task/21602/stat : 21602 (Common-Cleaner) S 21581 21584 21059 0 -1 4194368 119 0 0 0 0 0 0 0 20 0 20 0 31724606 19657359360 527937 18446744073709551615 94031979778048 94031979781744 140731664356848 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94031979789560 94031979790352 94031984414720 140731664365953 140731664366054 140731664366054 140731664371656 0
Current children cumulated CPU time: 139.79 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2111748 KiB

Child status: 10

Real time (s): 138.118
CPU time (s): 139.805
CPU user time (s): 139.336
CPU system time (s): 0.469807
CPU usage (%): 101.222
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2111748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.336
system time used= 0.469807
maximum resident set size= 2112004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32329
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5862
involuntary context switches= 763


# summary of solver processes directly reported to runsolver:
#   pid: 21584
#   total CPU time (s): 139.805
#   total CPU user time (s): 139.336
#   total CPU system time (s): 0.469807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.348334 second user time and 0.61549 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 03:27:48
IDJOB=4495936
IDBENCH=148102
IDSOLVER=3363
FILE ID=nodeC018/4495936-1751160468
RUNJOBID= nodeC018-1751156866-21072
SLURM_JOB_ID= 9587480
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495936-1751160468/watcher-4495936-1751160468 -o /tmp/evaluation-result-4495936-1751160468/solver-4495936-1751160468 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21072 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4495936-1751160468.opb

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=1440024242

nodeC018 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.828
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.827
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3595.899
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3428.795
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.828
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3528.474
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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		: 3595.016
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
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.280
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125634488 kB
MemAvailable:   125259152 kB
Buffers:            3280 kB
Cached:           412840 kB
SwapCached:            0 kB
Active:          4854180 kB
Inactive:         156976 kB
Active(anon):    4613112 kB
Inactive(anon):        0 kB
Active(file):     241068 kB
Inactive(file):   156976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1732 kB
Writeback:             0 kB
AnonPages:       4597540 kB
Mapped:           122440 kB
Shmem:             18076 kB
KReclaimable:      86240 kB
Slab:             169716 kB
SReclaimable:      86240 kB
SUnreclaim:        83476 kB
KernelStack:        5200 kB
PageTables:        12688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7287780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4386816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC018 at 2025-06-29 03:30:06