Trace number 4493705

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 VeriPB 2025-06-06? (TO) 3600.17 3589.41

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
MD5SUM1f94bd3a314413948630d2f259d38fd6
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.213272
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.10	c java.vm.version	22.0.1+8-16
0.09/0.10	c java.vm.vendor	Oracle Corporation
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		22.0.1
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4493705-1751156506.opb
0.09/0.15	c reading problem ... 
0.09/0.15	c using VERIPB proof format
0.09/0.15	c  no objective function found
0.28/0.22	c ... done. Wall clock time 0.069s.
0.28/0.22	c declared #vars     490
0.28/0.22	c #constraints  737
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.28/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.28/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 338
0.28/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.28/0.22	c 737 constraints processed.
2.41/1.38	c cleaning 2497 clauses out of 5000 with flag 21891/5000
4.58/2.40	c cleaning 4252 clauses out of 8505 with flag 48564/11002
5.73/3.23	c cleaning 5624 clauses out of 11252 with flag 77102/18001
7.02/4.29	c cleaning 6814 clauses out of 13630 with flag 108922/26003
8.23/5.44	c cleaning 7904 clauses out of 15813 with flag 144507/35000
9.61/6.91	c cleaning 8945 clauses out of 17909 with flag 180019/45000
11.03/8.39	c cleaning 9975 clauses out of 19964 with flag 220314/56000
13.02/10.21	c cleaning 10992 clauses out of 21993 with flag 263314/68004
15.16/12.34	c cleaning 11985 clauses out of 23997 with flag 308991/81000
17.70/14.81	c cleaning 12996 clauses out of 26012 with flag 357601/95000
20.38/17.41	c cleaning 13997 clauses out of 28016 with flag 412463/110000
23.76/20.71	c cleaning 14991 clauses out of 30021 with flag 467823/126002
27.17/24.03	c cleaning 15991 clauses out of 32028 with flag 530186/143000
31.12/27.95	c cleaning 16961 clauses out of 34037 with flag 588051/161000
34.95/31.79	c cleaning 17991 clauses out of 36076 with flag 661985/180000
39.34/36.06	c cleaning 19007 clauses out of 38085 with flag 732988/200000
44.41/41.06	c cleaning 20027 clauses out of 40078 with flag 805582/221000
49.73/46.27	c cleaning 20992 clauses out of 42051 with flag 887552/243000
56.61/53.18	c cleaning 22023 clauses out of 44061 with flag 969188/266002
64.80/61.25	c cleaning 22983 clauses out of 46037 with flag 1061909/290001
71.11/67.49	c cleaning 24010 clauses out of 48053 with flag 1168925/315000
77.59/73.90	c cleaning 25000 clauses out of 50043 with flag 1267251/341000
84.23/80.44	c cleaning 26010 clauses out of 52043 with flag 1358654/368000
91.53/87.64	c cleaning 27007 clauses out of 54035 with flag 1466820/396002
100.53/96.52	c cleaning 28000 clauses out of 56028 with flag 1578963/425002
112.16/108.07	c cleaning 28978 clauses out of 58028 with flag 1696248/455002
122.96/118.78	c cleaning 30021 clauses out of 60050 with flag 1821336/486002
135.11/130.71	c cleaning 30993 clauses out of 62027 with flag 1952417/518000
145.88/141.56	c cleaning 31969 clauses out of 64035 with flag 2091381/551001
159.00/154.53	c cleaning 33012 clauses out of 66068 with flag 2248402/585003
172.72/168.13	c cleaning 33983 clauses out of 68054 with flag 2393547/620001
185.63/181.00	c cleaning 35011 clauses out of 70072 with flag 2551877/656002
200.06/195.52	c cleaning 36019 clauses out of 72059 with flag 2706629/693000
215.14/210.52	c cleaning 36981 clauses out of 74040 with flag 2859383/731000
234.75/230.11	c cleaning 38022 clauses out of 76060 with flag 3015579/770001
252.08/247.23	c cleaning 38985 clauses out of 78037 with flag 3194310/810000
271.98/267.19	c cleaning 40010 clauses out of 80054 with flag 3375115/851002
297.14/292.34	c cleaning 41005 clauses out of 82044 with flag 3574643/893002
317.81/312.56	c cleaning 41992 clauses out of 84037 with flag 3761698/936000
340.06/334.81	c cleaning 42996 clauses out of 86047 with flag 3952890/980002
361.85/356.52	c cleaning 44011 clauses out of 88049 with flag 4148819/1025000
381.79/376.43	c cleaning 45009 clauses out of 90038 with flag 4331907/1071000
403.12/397.69	c cleaning 45998 clauses out of 92032 with flag 4516002/1118003
426.90/421.49	c cleaning 47003 clauses out of 94031 with flag 4707761/1166000
453.52/447.93	c cleaning 48004 clauses out of 96029 with flag 4904683/1215001
483.06/477.31	c cleaning 49001 clauses out of 98024 with flag 5098856/1265000
510.79/505.05	c cleaning 50004 clauses out of 100024 with flag 5302791/1316001
540.32/534.52	c cleaning 50993 clauses out of 102019 with flag 5508275/1368000
573.37/567.47	c cleaning 52004 clauses out of 104027 with flag 5726362/1421001
616.28/610.27	c cleaning 52970 clauses out of 106023 with flag 5955296/1475001
657.58/651.63	c cleaning 53997 clauses out of 108053 with flag 6185279/1530001
695.78/689.78	c cleaning 54980 clauses out of 110055 with flag 6399381/1586000
734.93/728.58	c cleaning 56028 clauses out of 112076 with flag 6631292/1643001
777.12/770.66	c cleaning 57013 clauses out of 114049 with flag 6857117/1701002
829.98/823.54	c cleaning 57992 clauses out of 116034 with flag 7106112/1760000
871.01/864.40	c cleaning 58996 clauses out of 118042 with flag 7375004/1820000
907.15/900.44	c cleaning 59995 clauses out of 120047 with flag 7636626/1881001
939.01/932.38	c cleaning 61019 clauses out of 122054 with flag 7897545/1943003
978.48/971.74	c cleaning 61992 clauses out of 124032 with flag 8174375/2006000
1009.37/1002.42	c cleaning 63008 clauses out of 126043 with flag 8437189/2070003
1050.64/1043.59	c cleaning 64010 clauses out of 128033 with flag 8701451/2135001
1094.49/1088.81	c cleaning 64984 clauses out of 130022 with flag 8987131/2201000
1137.74/1131.96	c cleaning 66007 clauses out of 132038 with flag 9232893/2268000
1182.73/1176.96	c cleaning 66995 clauses out of 134035 with flag 9500433/2336004
1219.31/1213.11	c cleaning 68008 clauses out of 136038 with flag 9795205/2405002
1254.94/1248.74	c cleaning 69006 clauses out of 138028 with flag 10086642/2475000
1299.90/1293.66	c cleaning 70003 clauses out of 140025 with flag 10384406/2546003
1357.79/1351.40	c cleaning 70937 clauses out of 142019 with flag 10704414/2618000
1406.24/1399.81	c cleaning 72018 clauses out of 144083 with flag 11031164/2691001
1466.01/1459.56	c cleaning 73021 clauses out of 146065 with flag 11390725/2765001
1507.40/1500.61	c cleaning 73993 clauses out of 148043 with flag 11706771/2840000
1546.23/1539.35	c cleaning 75015 clauses out of 150050 with flag 12015956/2916000
1582.75/1575.86	c cleaning 75965 clauses out of 152035 with flag 12311610/2993000
1642.68/1635.67	c cleaning 77013 clauses out of 154071 with flag 12683573/3071001
1692.31/1685.22	c cleaning 78002 clauses out of 156057 with flag 13044131/3150000
1740.07/1733.05	c cleaning 79016 clauses out of 158057 with flag 13370538/3230002
1813.96/1807.10	c cleaning 79992 clauses out of 160039 with flag 13764229/3311000
1870.35/1863.18	c cleaning 81007 clauses out of 162047 with flag 14136014/3393000
1926.22/1919.07	c cleaning 81948 clauses out of 164040 with flag 14476986/3476000
2006.80/1999.40	c cleaning 83007 clauses out of 166092 with flag 14921767/3560000
2071.46/2063.74	c cleaning 84029 clauses out of 168085 with flag 15317162/3645000
2139.93/2132.70	c cleaning 85013 clauses out of 170058 with flag 15689642/3731002
2221.94/2214.73	c cleaning 86011 clauses out of 172045 with flag 16079529/3818002
2318.78/2311.21	c cleaning 87010 clauses out of 174033 with flag 16485789/3906001
2412.35/2404.79	c cleaning 87975 clauses out of 176022 with flag 16881661/3995000
2503.90/2495.88	c cleaning 89005 clauses out of 178047 with flag 17292763/4085000
2594.44/2586.52	c cleaning 90011 clauses out of 180043 with flag 17690272/4176001
2687.77/2679.83	c cleaning 90995 clauses out of 182032 with flag 18082013/4268001
2771.71/2763.38	c cleaning 92012 clauses out of 184036 with flag 18454291/4361000
2864.52/2856.04	c cleaning 92999 clauses out of 186025 with flag 18833517/4455001
2951.80/2942.74	c cleaning 94000 clauses out of 188026 with flag 19202388/4550001
3039.52/3030.47	c cleaning 94997 clauses out of 190025 with flag 19571616/4646000
3124.68/3115.54	c cleaning 95988 clauses out of 192028 with flag 19967404/4743000
3214.88/3205.28	c cleaning 97006 clauses out of 194041 with flag 20350271/4841001
3315.11/3305.33	c cleaning 97996 clauses out of 196037 with flag 20748779/4940003
3422.21/3411.93	c cleaning 98996 clauses out of 198041 with flag 21173997/5040003
3536.46/3526.19	c cleaning 100002 clauses out of 200042 with flag 21625584/5141000
3600.01/3589.31	c starts		: 1469
3600.01/3589.32	c timeout
3600.01/3589.33	c conflicts		: 5211840
3600.01/3589.33	c decisions		: 13260470
3600.01/3589.33	c propagations		: 200824994
3600.01/3589.33	c inspects		: 22223599473
3600.01/3589.33	c shortcuts		: 0
3600.01/3589.33	c learnt literals	: 0
3600.01/3589.33	c learnt binary clauses	: 0
3600.01/3589.33	c learnt ternary clauses	: 0
3600.01/3589.33	c learnt constraints	: 5211840
3600.01/3589.33	c ignored constraints	: 0
3600.01/3589.33	c root simplifications	: 0
3600.01/3589.33	c removed literals (reason simplification)	: 30627446
3600.01/3589.33	c reason swapping (by a shorter reason)	: 0
3600.01/3589.33	c Calls to reduceDB	: 97
3600.01/3589.33	c Number of update (reduction) of LBD	: 1716280
3600.01/3589.33	c Imported unit clauses	: 0
3600.01/3589.33	c No decision after first conflict	: false
3600.01/3589.33	c number of reductions to clauses (during analyze)	: 0
3600.01/3589.33	c number of learned constraints concerned by reduction	: 0
3600.01/3589.33	c number of learning phase by resolution	: 0
3600.01/3589.33	c number of learning phase by cutting planes	: 0
3600.01/3589.33	c number of rounding to 1 operations	: 0
3600.01/3589.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3589.33	c number of reductions of the coefficients by power 2 	: 0
3600.01/3589.33	c number of right shift for reduction by power 2 	: 0
3600.01/3589.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3589.33	c number of ending skipping 	: 0
3600.01/3589.33	c number of internal skipping 	: 0
3600.01/3589.33	c number of derivation steps 	: 0
3600.01/3589.33	c number of skipped derivation steps 	: 0
3600.01/3589.33	c number of remaining unassigned 	: 0
3600.01/3589.33	c number of remaining assigned 	: 0
3600.01/3589.33	c number of falsified literals weakened from reason	: 0
3600.01/3589.33	c number of falsified literals weakened from conflict	: 0
3600.01/3589.33	c time for arithmetic operations	: 0
3600.01/3589.33	c minimum degree of deleted constraints	: null
3600.01/3589.33	c maximum degree of deleted constraints	: null
3600.01/3589.33	c number of deleted constraints	: 0
3600.01/3589.33	c speed (assignments/second)	: 55954.07488888592
3600.01/3589.33	c non guided choices	: 56
3600.01/3589.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 170880
3600.01/3589.39	s UNKNOWN
3600.01/3589.39	c Total wall clock time (in seconds): 3589.245

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (63090 MiB free)
  memory of node 1: 64507 MiB (64052 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493705-1751156506/watcher-4493705-1751156506 -o /tmp/evaluation-result-4493705-1751156506/solver-4493705-1751156506 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16355 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493705-1751156506 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493705-1751156506.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
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=16400, runsolver pid=16394

[startup+0.100058 s]*
/proc/loadavg: 2.43 3.68 3.95 10/332 16481
/proc/meminfo: memFree=130097288/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=18930384 memory=51672 CPUtime=0.09 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 6105 0 100 0 8 1 0 0 20 0 18 0 31330515 19384713216 12918 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4732596 12918 5299 1 0 547252 0
[pid=16400/tid=16415] ppid=16394 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 4939 0 94 0 5 1 0 0 20 0 18 0 31330518 19384713216 12918 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31330520 19384713216 12918 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31330521 19384713216 12918 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51672 KiB

[startup+0.205848 s]*
/proc/loadavg: 2.43 3.68 3.95 13/332 16481
/proc/meminfo: memFree=130063244/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=18930384 memory=61556 CPUtime=0.28 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 6978 0 100 0 26 2 0 0 20 0 18 0 31330515 19384713216 15389 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4732596 15389 5363 1 0 547931 0
[pid=16400/tid=16415] ppid=16394 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 5275 0 94 0 14 1 0 0 20 0 18 0 31330518 19384713216 15389 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31330520 19384713216 15389 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31330521 19384713216 15389 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61556 KiB

[startup+0.305973 s]*
/proc/loadavg: 2.43 3.68 3.95 13/336 16485
/proc/meminfo: memFree=130038360/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=18996948 memory=75464 CPUtime=0.47 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 8618 0 100 0 44 3 0 0 20 0 19 0 31330515 19452874752 18866 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4749237 18866 5395 1 0 548987 0
[pid=16400/tid=16415] ppid=16394 vsize=18996948 memory=-6000919476934501998 CPUtime=0.23 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 5344 0 94 0 22 1 0 0 20 0 19 0 31330518 19452874752 19378 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31330520 19452874752 19378 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31330521 19452874752 19378 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31330538 19452874752 19378 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75464 KiB

[startup+0.700227 s]
/proc/loadavg: 2.43 3.68 3.95 9/336 16485
/proc/meminfo: memFree=129844720/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=167324 CPUtime=1.22 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 11908 0 100 0 117 5 0 0 20 0 20 0 31330515 19521036288 41831 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 41831 5427 1 0 551506 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=17536 CPUtime=0.58 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 5387 0 94 0 56 2 0 0 20 0 20 0 31330518 19521036288 41831 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 41831 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 41831 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 41831 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167324 KiB

[startup+1.50024 s]
/proc/loadavg: 2.43 3.68 3.95 9/340 16489
/proc/meminfo: memFree=129606964/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=182172 CPUtime=2.8 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 20601 0 100 0 273 7 0 0 20 0 20 0 31330515 19521036288 45543 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 45543 5427 1 0 552960 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=10880 CPUtime=1.31 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 6251 0 94 0 128 3 0 0 20 0 20 0 31330518 19521036288 45543 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 45543 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 45543 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 45543 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182172 KiB

[startup+3.10565 s]
/proc/loadavg: 2.72 3.72 3.96 6/340 16489
/proc/meminfo: memFree=129037464/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=336840 CPUtime=5.57 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 23072 0 100 0 545 12 0 0 20 0 20 0 31330515 19521036288 84210 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 84210 5427 1 0 553006 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=-6000919489819403886 CPUtime=2.85 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 6826 0 94 0 278 7 0 0 20 0 20 0 31330518 19521036288 84210 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 84210 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 84210 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 84210 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 336840 KiB

[startup+6.30021 s]
/proc/loadavg: 2.72 3.72 3.96 5/341 16491
/proc/meminfo: memFree=127650152/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=814976 CPUtime=9 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 23796 0 100 0 874 26 0 0 20 0 20 0 31330515 19521036288 203744 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 203744 5427 1 0 701307 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=0 CPUtime=5.75 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 7039 0 94 0 557 18 0 0 20 0 20 0 31330518 19521036288 203744 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 203744 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 203744 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=182172 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 203744 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 814976 KiB

[startup+12.7002 s]
/proc/loadavg: 2.82 3.73 3.96 5/341 16557
/proc/meminfo: memFree=125718716/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=1673636 CPUtime=15.56 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 24934 0 100 0 1509 47 0 0 20 0 20 0 31330515 19521036288 418409 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 418409 5427 1 0 960349 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=182172 CPUtime=11.88 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 7371 0 94 0 1153 35 0 0 20 0 20 0 31330518 19521036288 418409 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 418409 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 418409 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 418409 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 15.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1673636 KiB

[startup+25.5002 s]
/proc/loadavg: 3.15 3.76 3.97 5/341 16557
/proc/meminfo: memFree=123593156/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2124416 CPUtime=28.67 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 30490 0 100 0 2800 67 0 0 20 0 20 0 31330515 19521036288 531104 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 531104 5427 1 0 960353 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=0 CPUtime=24.31 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 9255 0 94 0 2382 49 0 0 20 0 20 0 31330518 19521036288 531104 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 531104 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=182172 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 531104 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=823192 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 531104 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 28.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2124416 KiB

[startup+51.1058 s]
/proc/loadavg: 3.44 3.78 3.97 6/343 16559
/proc/meminfo: memFree=121207788/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2642600 CPUtime=54.62 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 34335 0 100 0 5367 95 0 0 20 0 20 0 31330515 19521036288 660650 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 660650 5427 1 0 960356 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=14720 CPUtime=49.36 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 11223 0 94 0 4866 70 0 0 20 0 20 0 31330518 19521036288 660650 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0

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

/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 637294 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 2180 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 637294 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 637294 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 3232.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2549176 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.14 4.15 5/345 16729
/proc/meminfo: memFree=101743448/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2549176 CPUtime=3292.13 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 162857 0 100 0 328189 1024 0 0 20 0 20 0 31330515 19521036288 637294 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 637294 5491 1 0 649750 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=2549176 CPUtime=3243.32 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 78381 0 94 0 323440 892 0 0 20 0 20 0 31330518 19521036288 637294 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=2549176 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 637294 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 2314 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 637294 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=2549176 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 637294 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 3292.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2549176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/344 16735
/proc/meminfo: memFree=101556960/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3352.61 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 167904 0 100 0 334220 1041 0 0 20 0 20 0 31330515 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 637326 5491 1 0 649750 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=2724 CPUtime=3302.68 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 81247 0 94 0 329361 907 0 0 20 0 20 0 31330518 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=2549176 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=21968 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 2314 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 3352.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2549304 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.14 4.15 5/343 16737
/proc/meminfo: memFree=101374088/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3412.64 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 168093 0 100 0 340209 1055 0 0 20 0 20 0 31330515 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 637326 5491 1 0 649750 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=2549176 CPUtime=3362.16 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 81296 0 94 0 335297 919 0 0 20 0 20 0 31330518 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 2355 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=-6000919489819403886 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 3412.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2549304 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.16 4.15 5/342 16741
/proc/meminfo: memFree=101170580/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3472.65 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 168450 0 100 0 346197 1068 0 0 20 0 20 0 31330515 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 637326 5491 1 0 649750 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=2549176 CPUtime=3421.65 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 81563 0 94 0 341235 930 0 0 20 0 20 0 31330518 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 2355 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 3472.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2549304 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.15 5/342 16744
/proc/meminfo: memFree=100957916/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3532.66 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 169590 0 100 0 352186 1080 0 0 20 0 20 0 31330515 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 637326 5491 1 0 649750 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3481.15 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 82494 0 94 0 347174 941 0 0 20 0 20 0 31330518 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 2355 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 3532.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2549304 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.15 4.15 5/342 16746
/proc/meminfo: memFree=100720288/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3593.03 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 174207 0 100 0 358206 1097 0 0 20 0 20 0 31330515 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 637326 5491 1 0 649750 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3540.58 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 85098 0 94 0 353103 955 0 0 20 0 20 0 31330518 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 2381 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 3593.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2549304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.3 s]
/proc/loadavg: 4.15 4.14 4.14 5/342 16746
/proc/meminfo: memFree=100700544/131250000 swapFree=33010684/33010684
[pid=16400] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3600.01 cores=4,6
/proc/16400/stat : 16400 (java) S 16394 16400 16344 0 -1 4194304 174327 0 100 0 358902 1099 0 0 20 0 20 0 31330515 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
/proc/16400/statm: 4765878 637326 5491 1 0 649750 0
[pid=16400/tid=16415] ppid=16394 vsize=19063512 memory=2549304 CPUtime=3547.57 cores=4,6
/proc/16400/task/16415/stat : 16415 (java) R 16394 16400 16344 0 -1 4194368 85204 0 94 0 353800 957 0 0 20 0 20 0 31330518 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16449] ppid=16394 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/16400/task/16449/stat : 16449 (Finalizer) S 16394 16400 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31330520 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16477] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16477/stat : 16477 (Common-Cleaner) S 16394 16400 16344 0 -1 4194368 2381 0 0 0 0 0 0 0 20 0 20 0 31330521 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
[pid=16400/tid=16484] ppid=16394 vsize=19063512 memory=2549304 CPUtime=0 cores=4,6
/proc/16400/task/16484/stat : 16484 (Timer-0) S 16394 16400 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31330538 19521036288 637326 18446744073709551615 94148204666880 94148204670576 140722728298864 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94148204678392 94148204679184 94148217217024 140722728302896 140722728303078 140722728303078 140722728308680 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2549304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.15 s, system=11.0148 s

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

[startup+3589.4 s]*
/proc/loadavg: 4.15 4.14 4.14 5/324 16749
/proc/meminfo: memFree=103149464/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3589.41
CPU time (s): 3600.17
CPU user time (s): 3589.15
CPU system time (s): 11.0148
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3798804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.15
system time used= 11.0148
maximum resident set size= 3798804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177122
page faults= 100
swaps= 0
block input operations= 32
block output operations= 14234592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116673
involuntary context switches= 11425


# summary of solver processes directly reported to runsolver:
#   pid: 16400
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3589.15
#   total CPU system time (s): 11.0148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.97745 second user time and 16.8879 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 02:21:46
IDJOB=4493705
IDBENCH=147870
IDSOLVER=3364
FILE ID=nodeC027/4493705-1751156506
RUNJOBID= nodeC027-1751156506-16355
SLURM_JOB_ID= 9587479
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493705-1751156506/watcher-4493705-1751156506 -o /tmp/evaluation-result-4493705-1751156506/solver-4493705-1751156506 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16355 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493705-1751156506 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493705-1751156506.opb

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

MD5SUM BENCH= 1f94bd3a314413948630d2f259d38fd6
RANDOM SEED=1073609495

nodeC027 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.604
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.29
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		: 2031.856
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130197264 kB
MemAvailable:   129806700 kB
Buffers:            3280 kB
Cached:           383320 kB
SwapCached:            0 kB
Active:           317020 kB
Inactive:         141972 kB
Active(anon):      90460 kB
Inactive(anon):        0 kB
Active(file):     226560 kB
Inactive(file):   141972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2068 kB
Writeback:             0 kB
AnonPages:         75536 kB
Mapped:           102856 kB
Shmem:             18068 kB
KReclaimable:      85292 kB
Slab:             167964 kB
SReclaimable:      85292 kB
SUnreclaim:        82672 kB
KernelStack:        4112 kB
PageTables:         2772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     338304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 03:21:36