Trace number 4493704

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-06? (TO) 3600.18 3595.21

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.06/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.23	c See www.sat4j.org for details.
0.06/0.24	c version PB25.v20250606
0.06/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.26	c java.vm.version	22.0.1+8-16
0.06/0.26	c java.vm.vendor	Oracle Corporation
0.06/0.26	c sun.arch.data.model	64
0.06/0.26	c java.version		22.0.1
0.06/0.26	c os.name		Linux
0.06/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.06/0.26	c os.arch		amd64
0.06/0.26	c Free memory 		2104792832
0.06/0.26	c Max memory 		16282288128
0.06/0.26	c Total memory 		2113929216
0.06/0.27	c Number of processors 	2
0.20/0.31	c Pseudo Boolean Optimization by upper bound
0.20/0.31	c --- Begin Solver configuration ---
0.20/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.20/0.31	c Learn all clauses as in MiniSAT
0.20/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.20/0.31	c Expensive reason simplification
0.20/0.31	c Glucose 2.1 dynamic restart strategy
0.20/0.31	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.20/0.31	c timeout=2147483s
0.20/0.31	c DB Simplification allowed=false
0.20/0.31	c Listener: none
0.20/0.31	c --- End Solver configuration ---
0.20/0.31	c solving HOME/instance-4493704-1751156866.opb
0.20/0.31	c reading problem ... 
0.20/0.31	c  no objective function found
0.20/0.36	c ... done. Wall clock time 0.055s.
0.20/0.37	c declared #vars     490
0.20/0.37	c #constraints  737
0.20/0.37	c constraints type 
0.20/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.20/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.20/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 338
0.20/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.20/0.37	c 737 constraints processed.
1.36/0.97	c cleaning 2497 clauses out of 5000 with flag 21891/5000
2.15/1.42	c cleaning 4252 clauses out of 8505 with flag 48564/11002
2.62/1.87	c cleaning 5624 clauses out of 11252 with flag 77102/18001
3.38/2.43	c cleaning 6814 clauses out of 13630 with flag 108922/26003
4.17/3.14	c cleaning 7904 clauses out of 15813 with flag 144507/35000
4.87/3.87	c cleaning 8945 clauses out of 17909 with flag 180019/45000
5.87/4.81	c cleaning 9975 clauses out of 19964 with flag 220314/56000
7.00/5.98	c cleaning 10992 clauses out of 21993 with flag 263314/68004
8.39/7.39	c cleaning 11985 clauses out of 23997 with flag 308991/81000
10.35/9.20	c cleaning 12996 clauses out of 26012 with flag 357601/95000
12.15/11.01	c cleaning 13997 clauses out of 28016 with flag 412463/110000
14.60/13.42	c cleaning 14991 clauses out of 30021 with flag 467823/126002
17.08/15.86	c cleaning 15991 clauses out of 32028 with flag 530186/143000
20.00/18.75	c cleaning 16961 clauses out of 34037 with flag 588051/161000
22.94/21.69	c cleaning 17991 clauses out of 36076 with flag 661985/180000
26.18/24.87	c cleaning 19007 clauses out of 38085 with flag 732988/200000
30.04/28.63	c cleaning 20027 clauses out of 40078 with flag 805582/221000
33.93/32.57	c cleaning 20992 clauses out of 42051 with flag 887552/243000
39.67/38.22	c cleaning 22023 clauses out of 44061 with flag 969188/266002
46.41/44.90	c cleaning 22983 clauses out of 46037 with flag 1061909/290001
51.25/49.71	c cleaning 24010 clauses out of 48053 with flag 1168925/315000
56.40/54.86	c cleaning 25000 clauses out of 50043 with flag 1267251/341000
61.36/59.78	c cleaning 26010 clauses out of 52043 with flag 1358654/368000
67.10/65.43	c cleaning 27007 clauses out of 54035 with flag 1466820/396002
74.23/72.55	c cleaning 28000 clauses out of 56028 with flag 1578963/425002
84.39/82.47	c cleaning 28978 clauses out of 58028 with flag 1696248/455002
93.43/91.42	c cleaning 30021 clauses out of 60050 with flag 1821336/486002
103.31/101.30	c cleaning 30993 clauses out of 62027 with flag 1952417/518000
112.36/110.36	c cleaning 31969 clauses out of 64035 with flag 2091381/551001
123.50/121.40	c cleaning 33012 clauses out of 66068 with flag 2248402/585003
135.05/132.91	c cleaning 33983 clauses out of 68054 with flag 2393547/620001
145.92/143.85	c cleaning 35011 clauses out of 70072 with flag 2551877/656002
158.17/156.08	c cleaning 36019 clauses out of 72059 with flag 2706629/693000
170.84/168.78	c cleaning 36981 clauses out of 74040 with flag 2859383/731000
188.52/186.36	c cleaning 38022 clauses out of 76060 with flag 3015579/770001
203.68/201.45	c cleaning 38985 clauses out of 78037 with flag 3194310/810000
221.64/219.10	c cleaning 40010 clauses out of 80054 with flag 3375115/851002
244.48/241.96	c cleaning 41005 clauses out of 82044 with flag 3574643/893002
262.40/259.86	c cleaning 41992 clauses out of 84037 with flag 3761698/936000
282.16/279.64	c cleaning 42996 clauses out of 86047 with flag 3952890/980002
301.49/298.80	c cleaning 44011 clauses out of 88049 with flag 4148819/1025000
318.54/315.95	c cleaning 45009 clauses out of 90038 with flag 4331907/1071000
337.47/334.75	c cleaning 45998 clauses out of 92032 with flag 4516002/1118003
358.32/355.64	c cleaning 47003 clauses out of 94031 with flag 4707761/1166000
382.04/379.29	c cleaning 48004 clauses out of 96029 with flag 4904683/1215001
408.08/405.35	c cleaning 49001 clauses out of 98024 with flag 5098856/1265000
432.88/430.04	c cleaning 50004 clauses out of 100024 with flag 5302791/1316001
459.88/456.60	c cleaning 50993 clauses out of 102019 with flag 5508275/1368000
489.43/486.13	c cleaning 52004 clauses out of 104027 with flag 5726362/1421001
529.35/526.17	c cleaning 52970 clauses out of 106023 with flag 5955296/1475001
567.59/564.39	c cleaning 53997 clauses out of 108053 with flag 6185279/1530001
602.41/599.26	c cleaning 54980 clauses out of 110055 with flag 6399381/1586000
637.90/634.67	c cleaning 56028 clauses out of 112076 with flag 6631292/1643001
676.68/673.35	c cleaning 57013 clauses out of 114049 with flag 6857117/1701002
725.98/722.73	c cleaning 57992 clauses out of 116034 with flag 7106112/1760000
763.24/759.91	c cleaning 58996 clauses out of 118042 with flag 7375004/1820000
795.07/791.88	c cleaning 59995 clauses out of 120047 with flag 7636626/1881001
823.54/820.23	c cleaning 61019 clauses out of 122054 with flag 7897545/1943003
859.89/856.26	c cleaning 61992 clauses out of 124032 with flag 8174375/2006000
887.15/883.44	c cleaning 63008 clauses out of 126043 with flag 8437189/2070003
925.25/921.46	c cleaning 64010 clauses out of 128033 with flag 8701451/2135001
965.90/962.12	c cleaning 64984 clauses out of 130022 with flag 8987131/2201000
1006.15/1002.33	c cleaning 66007 clauses out of 132038 with flag 9232893/2268000
1048.10/1044.22	c cleaning 66995 clauses out of 134035 with flag 9500433/2336004
1081.22/1077.20	c cleaning 68008 clauses out of 136038 with flag 9795205/2405002
1113.19/1109.27	c cleaning 69006 clauses out of 138028 with flag 10086642/2475000
1155.13/1151.15	c cleaning 70003 clauses out of 140025 with flag 10384406/2546003
1209.67/1205.57	c cleaning 70937 clauses out of 142019 with flag 10704414/2618000
1255.16/1250.56	c cleaning 72018 clauses out of 144083 with flag 11031164/2691001
1311.35/1306.70	c cleaning 73021 clauses out of 146065 with flag 11390725/2765001
1348.43/1343.73	c cleaning 73993 clauses out of 148043 with flag 11706771/2840000
1383.45/1378.83	c cleaning 75015 clauses out of 150050 with flag 12015956/2916000
1416.39/1411.71	c cleaning 75965 clauses out of 152035 with flag 12311610/2993000
1472.21/1467.56	c cleaning 77013 clauses out of 154071 with flag 12683573/3071001
1517.72/1513.18	c cleaning 78002 clauses out of 156057 with flag 13044131/3150000
1561.85/1557.22	c cleaning 79016 clauses out of 158057 with flag 13370538/3230002
1633.56/1629.00	c cleaning 79992 clauses out of 160039 with flag 13764229/3311000
1685.85/1681.39	c cleaning 81007 clauses out of 162047 with flag 14136014/3393000
1737.72/1733.29	c cleaning 81948 clauses out of 164040 with flag 14476986/3476000
1813.77/1809.28	c cleaning 83007 clauses out of 166092 with flag 14921767/3560000
1873.88/1869.36	c cleaning 84029 clauses out of 168085 with flag 15317162/3645000
1938.58/1933.44	c cleaning 85013 clauses out of 170058 with flag 15689642/3731002
2016.31/2011.23	c cleaning 86011 clauses out of 172045 with flag 16079529/3818002
2108.83/2103.76	c cleaning 87010 clauses out of 174033 with flag 16485789/3906001
2198.65/2193.59	c cleaning 87975 clauses out of 176022 with flag 16881661/3995000
2285.75/2280.88	c cleaning 89005 clauses out of 178047 with flag 17292763/4085000
2372.48/2367.67	c cleaning 90011 clauses out of 180043 with flag 17690272/4176001
2461.36/2456.56	c cleaning 90995 clauses out of 182032 with flag 18082013/4268001
2539.54/2534.78	c cleaning 92012 clauses out of 184036 with flag 18454291/4361000
2626.72/2621.96	c cleaning 92999 clauses out of 186025 with flag 18833517/4455001
2707.81/2703.10	c cleaning 94000 clauses out of 188026 with flag 19202388/4550001
2791.13/2785.86	c cleaning 94997 clauses out of 190025 with flag 19571616/4646000
2870.38/2865.17	c cleaning 95988 clauses out of 192028 with flag 19967404/4743000
2955.19/2949.96	c cleaning 97006 clauses out of 194041 with flag 20350271/4841001
3050.96/3045.70	c cleaning 97996 clauses out of 196037 with flag 20748779/4940003
3152.34/3147.17	c cleaning 98996 clauses out of 198041 with flag 21173997/5040003
3261.80/3256.64	c cleaning 100002 clauses out of 200042 with flag 21625584/5141000
3354.97/3349.85	c cleaning 100995 clauses out of 202040 with flag 22043069/5243000
3476.08/3471.03	c cleaning 101998 clauses out of 204046 with flag 22482326/5346001
3588.27/3583.38	c cleaning 102997 clauses out of 206047 with flag 22925080/5450000
3600.04/3595.11	c starts		: 1540
3600.04/3595.12	c conflicts		: 5464695
3600.04/3595.12	c decisions		: 13884807
3600.04/3595.12	c propagations		: 210579654
3600.04/3595.12	c inspects		: 23970138097
3600.04/3595.12	c shortcuts		: 0
3600.04/3595.12	c learnt literals	: 0
3600.04/3595.12	c learnt binary clauses	: 0
3600.04/3595.12	c learnt ternary clauses	: 0
3600.04/3595.12	c learnt constraints	: 5464695
3600.04/3595.12	c ignored constraints	: 0
3600.04/3595.12	c root simplifications	: 0
3600.04/3595.12	c removed literals (reason simplification)	: 32303373
3600.04/3595.12	c reason swapping (by a shorter reason)	: 0
3600.04/3595.12	c Calls to reduceDB	: 100
3600.04/3595.12	c Number of update (reduction) of LBD	: 1797538
3600.04/3595.12	c Imported unit clauses	: 0
3600.04/3595.12	c No decision after first conflict	: false
3600.04/3595.12	c number of reductions to clauses (during analyze)	: 0
3600.04/3595.12	c number of learned constraints concerned by reduction	: 0
3600.04/3595.12	c number of learning phase by resolution	: 0
3600.04/3595.12	c number of learning phase by cutting planes	: 0
3600.04/3595.12	c number of rounding to 1 operations	: 0
3600.04/3595.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3595.12	c number of reductions of the coefficients by power 2 	: 0
3600.04/3595.12	c number of right shift for reduction by power 2 	: 0
3600.04/3595.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3595.12	c number of ending skipping 	: 0
3600.04/3595.12	c number of internal skipping 	: 0
3600.04/3595.12	c number of derivation steps 	: 0
3600.04/3595.12	c number of skipped derivation steps 	: 0
3600.04/3595.12	c number of remaining unassigned 	: 0
3600.04/3595.12	c number of remaining assigned 	: 0
3600.04/3595.12	c number of falsified literals weakened from reason	: 0
3600.04/3595.12	c number of falsified literals weakened from conflict	: 0
3600.04/3595.12	c time for arithmetic operations	: 0
3600.04/3595.12	c minimum degree of deleted constraints	: null
3600.04/3595.12	c maximum degree of deleted constraints	: null
3600.04/3595.12	c number of deleted constraints	: 0
3600.04/3595.12	c timeout
3600.04/3595.13	c speed (assignments/second)	: 58579.711991418604
3600.04/3595.13	c non guided choices	: 56
3600.04/3595.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 117745
3600.04/3595.18	s UNKNOWN
3600.04/3595.18	c Total wall clock time (in seconds): 3594.871

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=21127, runsolver pid=21112
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 0.93 1.58 2.45 5/273 21136
/proc/meminfo: memFree=130190688/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=18130736 memory=20012 CPUtime=0.01 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 1704 0 173 0 0 1 0 0 20 0 7 0 31364470 18565873664 5003 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4532684 5003 3072 1 0 540973 0
[pid=21127/tid=21134] ppid=21112 vsize=18130736 memory=4026531960 CPUtime=0 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) D 21112 21127 21059 0 -1 4194368 1162 0 81 0 0 0 0 0 20 0 7 0 31364477 18565873664 5003 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16784588 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 20012 KiB

[startup+0.205536 s]*
/proc/loadavg: 0.93 1.58 2.45 8/337 21200
/proc/meminfo: memFree=130103204/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=18930384 memory=47836 CPUtime=0.06 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 5574 0 444 0 4 2 0 0 20 0 18 0 31364470 19384713216 11959 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4732596 11959 5153 1 0 547013 0
[pid=21127/tid=21134] ppid=21112 vsize=18930384 memory=3472328132922704156 CPUtime=0.03 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 4443 0 328 0 2 1 0 0 20 0 18 0 31364477 19384713216 11959 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=18930384 memory=16163 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31364487 19384713216 11959 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 31364488 19384713216 11959 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47836 KiB

[startup+0.305564 s]*
/proc/loadavg: 0.93 1.58 2.45 10/337 21200
/proc/meminfo: memFree=130071776/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=18930384 memory=58588 CPUtime=0.2 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 6594 0 444 0 17 3 0 0 20 0 18 0 31364470 19384713216 14647 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4732596 14647 5313 1 0 547771 0
[pid=21127/tid=21134] ppid=21112 vsize=18930384 memory=-6000919498543688557 CPUtime=0.11 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 4999 0 328 0 9 2 0 0 20 0 18 0 31364477 19384713216 14647 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=18930384 memory=-4421386496248146533 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31364487 19384713216 14647 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 31364488 19384713216 14647 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58588 KiB

[startup+0.700202 s]
/proc/loadavg: 0.93 1.58 2.45 9/341 21204
/proc/meminfo: memFree=130029512/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=18996948 memory=81636 CPUtime=0.96 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 10378 0 444 0 92 4 0 0 20 0 19 0 31364470 19452874752 20409 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4749237 20409 5345 1 0 550482 0
[pid=21127/tid=21134] ppid=21112 vsize=18996948 memory=17408 CPUtime=0.48 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 5142 0 328 0 46 2 0 0 20 0 19 0 31364477 19452874752 20409 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=18996948 memory=10496 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31364487 19452874752 20409 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 31364488 19452874752 20409 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=18996948 memory=2208 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31364508 19452874752 20409 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81636 KiB

[startup+1.50025 s]
/proc/loadavg: 0.93 1.58 2.45 9/341 21204
/proc/meminfo: memFree=129949368/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=18996948 memory=113892 CPUtime=2.33 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 15396 0 445 0 228 5 0 0 20 0 19 0 31364470 19452874752 28473 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4749237 28473 5345 1 0 551779 0
[pid=21127/tid=21134] ppid=21112 vsize=18996948 memory=0 CPUtime=1.26 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 5562 0 329 0 123 3 0 0 20 0 19 0 31364477 19452874752 28473 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=18996948 memory=10496 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31364487 19452874752 28473 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 31364488 19452874752 28473 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=18996948 memory=2208 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31364508 19452874752 28473 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113892 KiB

[startup+3.10568 s]
/proc/loadavg: 0.93 1.58 2.45 6/342 21205
/proc/meminfo: memFree=129745940/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=188536 CPUtime=4.17 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 17590 0 450 0 410 7 0 0 20 0 20 0 31364470 19521036288 47134 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 47134 5409 1 0 552071 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=10496 CPUtime=2.82 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 5911 0 329 0 278 4 0 0 20 0 20 0 31364477 19521036288 47134 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 47134 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=-6000919498543688557 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 59 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 47134 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 47134 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188536 KiB

[startup+6.3002 s]
/proc/loadavg: 1.18 1.62 2.46 5/344 21207
/proc/meminfo: memFree=129598380/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=221812 CPUtime=7.4 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 17733 0 450 0 732 8 0 0 20 0 20 0 31364470 19521036288 55453 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 55453 5409 1 0 552071 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=10496 CPUtime=5.97 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 5913 0 329 0 593 4 0 0 20 0 20 0 31364477 19521036288 55453 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 55453 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=2241 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 59 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 55453 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=120036 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 55453 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221812 KiB

[startup+12.7002 s]
/proc/loadavg: 1.65 1.71 2.49 5/344 21272
/proc/meminfo: memFree=129372296/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=353256 CPUtime=13.9 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 20265 0 450 0 1379 11 0 0 20 0 20 0 31364470 19521036288 88314 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 88314 5409 1 0 552071 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=120036 CPUtime=12.23 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 6674 0 329 0 1219 4 0 0 20 0 20 0 31364477 19521036288 88314 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=353256 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 88314 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 59 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 88314 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 88314 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 13.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353256 KiB

[startup+25.5002 s]
/proc/loadavg: 2.17 1.82 2.51 5/345 21274
/proc/meminfo: memFree=128859840/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=556500 CPUtime=26.88 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 24563 0 450 0 2673 15 0 0 20 0 20 0 31364470 19521036288 139125 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 139125 5409 1 0 552071 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=10496 CPUtime=24.82 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 7713 0 329 0 2478 4 0 0 20 0 20 0 31364477 19521036288 139125 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=6371021615184110162 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 139125 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=488728 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 59 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 139125 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=488728 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 139125 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 26.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 556500 KiB

[startup+51.1059 s]
/proc/loadavg: 2.87 2.02 2.56 5/345 21274
/proc/meminfo: memFree=128096340/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=825384 CPUtime=52.66 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 24984 0 450 0 5244 22 0 0 20 0 20 0 31364470 19521036288 206346 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 206346 5409 1 0 552071 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=16520 CPUtime=50.13 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 7731 0 329 0 5009 4 0 0 20 0 20 0 31364477 19521036288 206346 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 206346 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 59 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 206346 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=353256 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 206346 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 52.66 s

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

/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 1570 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=3755484 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 3227.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3755612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.07 5/341 21458
/proc/meminfo: memFree=119165724/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3287.44 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 119326 0 451 0 328558 186 0 0 20 0 20 0 31364470 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 938903 5441 1 0 1008861 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=16520 CPUtime=3264.61 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 54975 0 329 0 326422 39 0 0 20 0 20 0 31364477 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 1570 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=3755612 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 3287.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3755612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.07 5/341 21460
/proc/meminfo: memFree=119166168/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3347.48 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 121343 0 451 0 334560 188 0 0 20 0 20 0 31364470 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 938903 5441 1 0 1008861 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=10496 CPUtime=3324.29 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 55772 0 329 0 332389 40 0 0 20 0 20 0 31364477 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=3755612 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 1687 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 3347.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3755612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.07 5/341 21462
/proc/meminfo: memFree=119166364/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3407.52 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 122524 0 451 0 340562 190 0 0 20 0 20 0 31364470 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 938903 5441 1 0 1008861 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3383.96 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 56150 0 329 0 338356 40 0 0 20 0 20 0 31364477 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=3755612 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 1698 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=3755612 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 3407.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3755612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.08 5/342 21465
/proc/meminfo: memFree=119165520/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3467.39 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 123535 0 451 0 346547 192 0 0 20 0 20 0 31364470 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 938903 5441 1 0 1008861 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3443.8 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 57106 0 329 0 344340 40 0 0 20 0 20 0 31364477 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=3755612 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=3755612 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 1698 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 938903 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 3467.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3755612 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.08 5/341 21467
/proc/meminfo: memFree=119161592/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=3757764 CPUtime=3527.39 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 126128 0 451 0 352546 193 0 0 20 0 20 0 31364470 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 939441 5441 1 0 1008861 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3503.51 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 58458 0 329 0 350311 40 0 0 20 0 20 0 31364477 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=3757764 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 1778 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=3755612 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 3527.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3757764 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.08 5/340 21470
/proc/meminfo: memFree=119162308/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=3757764 CPUtime=3587.27 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 126489 0 451 0 358532 195 0 0 20 0 20 0 31364470 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 939441 5441 1 0 1008861 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3563.36 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 58672 0 329 0 356296 40 0 0 20 0 20 0 31364477 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=3755612 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=3757764 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 1912 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 3587.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3757764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.11 s]
/proc/loadavg: 4.11 4.11 4.08 5/340 21470
/proc/meminfo: memFree=119162112/131250000 swapFree=33010684/33010684
[pid=21127] ppid=21112 vsize=19063512 memory=3757764 CPUtime=3600.04 cores=1,3
/proc/21127/stat : 21127 (java) S 21112 21127 21059 0 -1 4194304 127002 0 451 0 359809 195 0 0 20 0 20 0 31364470 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
/proc/21127/statm: 4765878 939441 5441 1 0 1008861 0
[pid=21127/tid=21134] ppid=21112 vsize=19063512 memory=3755612 CPUtime=3576.13 cores=1,3
/proc/21127/task/21134/stat : 21134 (java) R 21112 21127 21059 0 -1 4194368 59185 0 329 0 357573 40 0 0 20 0 20 0 31364477 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21172] ppid=21112 vsize=19063512 memory=3757764 CPUtime=0 cores=1,3
/proc/21127/task/21172/stat : 21172 (Finalizer) S 21112 21127 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31364487 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21200] ppid=21112 vsize=19063512 memory=3757764 CPUtime=0 cores=1,3
/proc/21127/task/21200/stat : 21200 (Common-Cleaner) S 21112 21127 21059 0 -1 4194368 1912 0 1 0 0 0 0 0 20 0 20 0 31364488 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
[pid=21127/tid=21203] ppid=21112 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/21127/task/21203/stat : 21203 (Timer-0) S 21112 21127 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31364508 19521036288 939441 18446744073709551615 94903697219584 94903697223280 140727328915360 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94903697231096 94903697231888 94903727075328 140727328921985 140727328922086 140727328922086 140727328927688 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3757764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.21 s, system=1.97243 s

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

[startup+3595.2 s]*
/proc/loadavg: 4.11 4.11 4.08 5/322 21473
/proc/meminfo: memFree=122799576/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): 3595.21
CPU time (s): 3600.18
CPU user time (s): 3598.21
CPU system time (s): 1.97243
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3757764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.21
system time used= 1.97243
maximum resident set size= 3758660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129421
page faults= 451
swaps= 0
block input operations= 7216
block output operations= 6792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108250
involuntary context switches= 8483


# summary of solver processes directly reported to runsolver:
#   pid: 21127
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.21
#   total CPU system time (s): 1.97243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55816 second user time and 17.8603 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 02:27:46
IDJOB=4493704
IDBENCH=147870
IDSOLVER=3363
FILE ID=nodeC018/4493704-1751156866
RUNJOBID= nodeC018-1751156866-21071
SLURM_JOB_ID= 9587480
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493704-1751156866/watcher-4493704-1751156866 -o /tmp/evaluation-result-4493704-1751156866/solver-4493704-1751156866 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21071 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493704-1751156866.opb

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

MD5SUM BENCH= 1f94bd3a314413948630d2f259d38fd6
RANDOM SEED=38944244

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		: 3597.698
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.507
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		: 3599.833
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		: 3599.836
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.876
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		: 3599.840
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		: 3600.363
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		: 3601.826
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:        130204752 kB
MemAvailable:   129810700 kB
Buffers:            3280 kB
Cached:           375680 kB
SwapCached:            0 kB
Active:           289940 kB
Inactive:         153948 kB
Active(anon):      83004 kB
Inactive(anon):        0 kB
Active(file):     206936 kB
Inactive(file):   153948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3236 kB
Writeback:             4 kB
AnonPages:         68344 kB
Mapped:           102256 kB
Shmem:             18076 kB
KReclaimable:      85964 kB
Slab:             169092 kB
SReclaimable:      85964 kB
SUnreclaim:        83128 kB
KernelStack:        3940 kB
PageTables:         2408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     330236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:27:42