Trace number 4493741

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.24 3615.71

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
MD5SUM531481e7cf3d0451843bb4aa5119dd25
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.037083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4493741-1751156515.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.039s.
0.13/0.17	c declared #vars     316
0.13/0.17	c #constraints  476
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.13/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.13/0.17	c 476 constraints processed.
1.85/1.05	c cleaning 2498 clauses out of 5002 with flag 17548/5002
3.63/1.90	c cleaning 4249 clauses out of 8502 with flag 39947/11000
4.89/2.67	c cleaning 5627 clauses out of 11256 with flag 62128/18003
5.80/3.46	c cleaning 6810 clauses out of 13627 with flag 90836/26001
6.96/4.47	c cleaning 7909 clauses out of 15817 with flag 122214/35001
8.18/5.68	c cleaning 8952 clauses out of 17908 with flag 152979/45001
9.88/7.26	c cleaning 9975 clauses out of 19955 with flag 189716/56000
11.69/9.04	c cleaning 10985 clauses out of 21980 with flag 233447/68000
13.58/10.96	c cleaning 11995 clauses out of 23996 with flag 279109/81001
15.78/13.14	c cleaning 12994 clauses out of 26002 with flag 322378/95002
18.27/15.63	c cleaning 14002 clauses out of 28006 with flag 377145/110000
21.11/18.40	c cleaning 14998 clauses out of 30004 with flag 426911/126000
24.65/21.90	c cleaning 15992 clauses out of 32006 with flag 477236/143000
28.57/25.80	c cleaning 17004 clauses out of 34016 with flag 530823/161002
32.48/29.70	c cleaning 17992 clauses out of 36010 with flag 595141/180000
36.49/33.91	c cleaning 19006 clauses out of 38018 with flag 651885/200000
41.29/38.77	c cleaning 20002 clauses out of 40014 with flag 709735/221002
47.20/44.65	c cleaning 21001 clauses out of 42010 with flag 771125/243000
53.18/50.67	c cleaning 21999 clauses out of 44009 with flag 843105/266000
59.83/57.27	c cleaning 22998 clauses out of 46010 with flag 930051/290000
66.13/63.63	c cleaning 23990 clauses out of 48012 with flag 1014417/315000
75.10/72.68	c cleaning 24996 clauses out of 50023 with flag 1104787/341001
83.95/81.43	c cleaning 26000 clauses out of 52026 with flag 1189760/368000
94.59/92.08	c cleaning 26997 clauses out of 54026 with flag 1284652/396000
105.43/102.97	c cleaning 27996 clauses out of 56032 with flag 1386556/425003
115.80/113.28	c cleaning 29006 clauses out of 58034 with flag 1484884/455001
127.28/124.71	c cleaning 30003 clauses out of 60027 with flag 1592520/486000
139.16/136.67	c cleaning 31003 clauses out of 62026 with flag 1702942/518002
149.80/147.21	c cleaning 32002 clauses out of 64024 with flag 1815637/551003
161.84/159.28	c cleaning 33003 clauses out of 66019 with flag 1938868/585000
173.70/171.00	c cleaning 33995 clauses out of 68016 with flag 2059995/620000
188.86/186.37	c cleaning 35002 clauses out of 70024 with flag 2183512/656003
205.98/203.40	c cleaning 35998 clauses out of 72019 with flag 2312257/693000
223.83/221.31	c cleaning 37005 clauses out of 74021 with flag 2432766/731000
238.37/235.89	c cleaning 38000 clauses out of 76016 with flag 2544764/770000
253.53/251.13	c cleaning 38999 clauses out of 78017 with flag 2655420/810001
270.77/268.38	c cleaning 40004 clauses out of 80020 with flag 2765981/851003
286.92/284.65	c cleaning 41002 clauses out of 82014 with flag 2882703/893001
305.13/302.73	c cleaning 41996 clauses out of 84012 with flag 2997546/936001
322.89/320.66	c cleaning 43002 clauses out of 86015 with flag 3121758/980000
344.19/342.07	c cleaning 43999 clauses out of 88014 with flag 3251170/1025001
364.42/362.06	c cleaning 45004 clauses out of 90018 with flag 3380574/1071004
385.61/383.45	c cleaning 45998 clauses out of 92010 with flag 3519277/1118000
409.04/406.92	c cleaning 47001 clauses out of 94012 with flag 3660275/1166000
432.94/430.80	c cleaning 47998 clauses out of 96011 with flag 3802732/1215000
459.27/457.22	c cleaning 49002 clauses out of 98014 with flag 3948801/1265001
487.12/485.20	c cleaning 49998 clauses out of 100011 with flag 4101898/1316000
512.27/510.47	c cleaning 51003 clauses out of 102014 with flag 4251570/1368001
538.50/536.86	c cleaning 51991 clauses out of 104011 with flag 4417821/1421001
567.13/565.51	c cleaning 53005 clauses out of 106021 with flag 4588607/1475002
601.48/600.02	c cleaning 53984 clauses out of 108014 with flag 4769602/1530000
650.22/648.96	c cleaning 54996 clauses out of 110030 with flag 5000764/1586000
696.66/695.42	c cleaning 56008 clauses out of 112034 with flag 5217863/1643000
749.70/748.66	c cleaning 56999 clauses out of 114028 with flag 5433772/1701002
798.63/797.66	c cleaning 57999 clauses out of 116027 with flag 5651228/1760000
843.29/842.47	c cleaning 59003 clauses out of 118031 with flag 5881815/1820003
906.28/905.30	c cleaning 60003 clauses out of 120025 with flag 6108989/1881000
965.47/964.77	c cleaning 60997 clauses out of 122023 with flag 6348805/1943001
1023.77/1023.15	c cleaning 61997 clauses out of 124026 with flag 6589161/2006001
1086.35/1085.82	c cleaning 63002 clauses out of 126028 with flag 6836171/2070000
1145.27/1144.97	c cleaning 63996 clauses out of 128028 with flag 7076734/2135002
1212.17/1212.08	c cleaning 64998 clauses out of 130030 with flag 7315490/2201000
1282.79/1282.86	c cleaning 66000 clauses out of 132032 with flag 7576971/2268000
1354.02/1354.41	c cleaning 66991 clauses out of 134032 with flag 7836703/2336000
1418.63/1419.34	c cleaning 68007 clauses out of 136041 with flag 8107901/2405000
1495.08/1496.05	c cleaning 69009 clauses out of 138037 with flag 8386382/2475003
1570.97/1572.28	c cleaning 70001 clauses out of 140026 with flag 8638998/2546001
1635.40/1636.94	c cleaning 70986 clauses out of 142024 with flag 8900109/2618000
1720.70/1722.53	c cleaning 72012 clauses out of 144039 with flag 9186698/2691001
1790.66/1792.49	c cleaning 73002 clauses out of 146026 with flag 9451669/2765000
1875.08/1877.13	c cleaning 74004 clauses out of 148025 with flag 9724983/2840001
1964.31/1966.61	c cleaning 74991 clauses out of 150020 with flag 10010333/2916000
2035.89/2038.56	c cleaning 76007 clauses out of 152029 with flag 10316922/2993000
2126.09/2129.08	c cleaning 76999 clauses out of 154022 with flag 10631059/3071000
2216.48/2221.30	c cleaning 78007 clauses out of 156027 with flag 10929837/3150004
2335.96/2341.12	c cleaning 78992 clauses out of 158018 with flag 11242598/3230002
2462.71/2468.11	c cleaning 80001 clauses out of 160024 with flag 11546334/3311000
2566.58/2572.45	c cleaning 81007 clauses out of 162024 with flag 11847175/3393001
2664.65/2670.81	c cleaning 81997 clauses out of 164016 with flag 12175379/3476000
2780.74/2787.33	c cleaning 82990 clauses out of 166021 with flag 12499777/3560002
2863.34/2870.26	c cleaning 84004 clauses out of 168029 with flag 12775964/3645000
2937.71/2944.75	c cleaning 85003 clauses out of 170025 with flag 13041565/3731000
3011.82/3019.00	c cleaning 86003 clauses out of 172024 with flag 13303148/3818002
3084.95/3092.16	c cleaning 87004 clauses out of 174019 with flag 13572879/3906000
3161.45/3168.81	c cleaning 87997 clauses out of 176015 with flag 13844098/3995000
3289.86/3303.68	c cleaning 88984 clauses out of 178019 with flag 14187791/4085001
3411.82/3427.38	c cleaning 90012 clauses out of 180036 with flag 14524036/4176002
3488.38/3504.06	c cleaning 91008 clauses out of 182025 with flag 14804814/4268003
3556.55/3572.06	c cleaning 92001 clauses out of 184015 with flag 15088754/4361001
3600.04/3615.62	c timeout
3600.04/3615.62	c starts		: 6531
3600.04/3615.63	c conflicts		: 4436084
3600.04/3615.63	c decisions		: 8473954
3600.04/3615.63	c propagations		: 144428428
3600.04/3615.63	c inspects		: 24839112429
3600.04/3615.63	c shortcuts		: 0
3600.04/3615.63	c learnt literals	: 0
3600.04/3615.63	c learnt binary clauses	: 0
3600.04/3615.63	c learnt ternary clauses	: 3
3600.04/3615.63	c learnt constraints	: 4436084
3600.04/3615.63	c ignored constraints	: 0
3600.04/3615.63	c root simplifications	: 0
3600.04/3615.63	c removed literals (reason simplification)	: 13890020
3600.04/3615.63	c reason swapping (by a shorter reason)	: 0
3600.04/3615.63	c Calls to reduceDB	: 89
3600.04/3615.63	c Number of update (reduction) of LBD	: 1286214
3600.04/3615.63	c Imported unit clauses	: 0
3600.04/3615.63	c No decision after first conflict	: false
3600.04/3615.63	c number of reductions to clauses (during analyze)	: 0
3600.04/3615.63	c number of learned constraints concerned by reduction	: 0
3600.04/3615.63	c number of learning phase by resolution	: 0
3600.04/3615.63	c number of learning phase by cutting planes	: 0
3600.04/3615.63	c number of rounding to 1 operations	: 0
3600.04/3615.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3615.63	c number of reductions of the coefficients by power 2 	: 0
3600.04/3615.63	c number of right shift for reduction by power 2 	: 0
3600.04/3615.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3615.63	c number of ending skipping 	: 0
3600.04/3615.63	c number of internal skipping 	: 0
3600.04/3615.63	c number of derivation steps 	: 0
3600.04/3615.63	c number of skipped derivation steps 	: 0
3600.04/3615.63	c number of remaining unassigned 	: 0
3600.04/3615.63	c number of remaining assigned 	: 0
3600.04/3615.63	c number of falsified literals weakened from reason	: 0
3600.04/3615.63	c number of falsified literals weakened from conflict	: 0
3600.04/3615.63	c time for arithmetic operations	: 0
3600.04/3615.63	c minimum degree of deleted constraints	: null
3600.04/3615.63	c maximum degree of deleted constraints	: null
3600.04/3615.63	c number of deleted constraints	: 0
3600.04/3615.63	c speed (assignments/second)	: 39947.52194330228
3600.04/3615.63	c non guided choices	: 44
3600.04/3615.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 167097
3600.04/3615.69	s UNKNOWN
3600.04/3615.69	c Total wall clock time (in seconds): 3615.562

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100061 s]*
/proc/loadavg: 2.82 3.73 3.96 5/339 16555
/proc/meminfo: memFree=126262720/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=18930384 memory=57816 CPUtime=0.13 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 31331416 19384713216 14454 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4732596 14454 5352 1 0 547619 0
[pid=16537/tid=16539] ppid=16534 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 5089 0 0 0 6 1 0 0 20 0 18 0 31331418 19384713216 14454 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31331420 19384713216 14454 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=18930384 memory=61784027586760 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 31331420 19384713216 14454 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57816 KiB

[startup+0.205768 s]*
/proc/loadavg: 2.82 3.73 3.96 7/340 16556
/proc/meminfo: memFree=126163300/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=18996948 memory=64384 CPUtime=0.31 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 7138 0 0 0 29 2 0 0 20 0 19 0 31331416 19452874752 16096 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4749237 16096 5416 1 0 548280 0
[pid=16537/tid=16539] ppid=16534 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 5368 0 0 0 15 2 0 0 20 0 19 0 31331418 19452874752 16096 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=18996948 memory=18954 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31331420 19452874752 16096 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=18996948 memory=60684515935208 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31331420 19452874752 16096 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31331434 19452874752 16096 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64384 KiB

[startup+0.305764 s]*
/proc/loadavg: 2.82 3.73 3.96 6/340 16556
/proc/meminfo: memFree=126149564/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=18997832 memory=77924 CPUtime=0.51 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 8252 0 0 0 48 3 0 0 20 0 19 0 31331416 19453779968 19481 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4749458 19481 5448 1 0 548985 0
[pid=16537/tid=16539] ppid=16534 vsize=18997832 memory=-6000919489919936110 CPUtime=0.23 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 5381 0 0 0 21 2 0 0 20 0 19 0 31331418 19453779968 19481 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=18997832 memory=0 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31331420 19453779968 19481 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=18997832 memory=0 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31331420 19453779968 19481 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=18997832 memory=0 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31331434 19453779968 19481 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18997832 KiB
Current children cumulated memory: 77924 KiB

[startup+0.700228 s]
/proc/loadavg: 2.82 3.73 3.96 6/340 16556
/proc/meminfo: memFree=126095940/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=160696 CPUtime=1.25 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 10121 0 0 0 121 4 0 0 20 0 20 0 31331416 19521036288 40174 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 40174 5480 1 0 550267 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=17536 CPUtime=0.59 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 5438 0 0 0 56 3 0 0 20 0 20 0 31331418 19521036288 40174 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 40174 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 40174 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 40174 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 160696 KiB

[startup+1.50023 s]
/proc/loadavg: 2.82 3.73 3.96 7/341 16557
/proc/meminfo: memFree=126045896/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=175564 CPUtime=2.83 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 19306 0 0 0 276 7 0 0 20 0 20 0 31331416 19521036288 43891 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 43891 5480 1 0 552810 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=0 CPUtime=1.34 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 5985 0 0 0 130 4 0 0 20 0 20 0 31331418 19521036288 43891 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 43891 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 43891 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 43891 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175564 KiB

[startup+3.1055 s]
/proc/loadavg: 2.82 3.73 3.96 6/341 16557
/proc/meminfo: memFree=125710588/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=315312 CPUtime=5.5 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 23768 0 0 0 537 13 0 0 20 0 20 0 31331416 19521036288 78828 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 78828 5480 1 0 553335 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=10880 CPUtime=2.9 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 6619 0 0 0 282 8 0 0 20 0 20 0 31331418 19521036288 78828 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=-6000919489919936110 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 78828 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 78828 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 78828 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 315312 KiB

[startup+6.30021 s]
/proc/loadavg: 2.99 3.75 3.96 6/341 16557
/proc/meminfo: memFree=125047724/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=468460 CPUtime=8.87 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 24315 0 0 0 869 18 0 0 20 0 20 0 31331416 19521036288 117115 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 117115 5480 1 0 553338 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 6825 0 0 0 592 13 0 0 20 0 20 0 31331418 19521036288 117115 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 117115 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 117115 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 117115 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 8.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 468460 KiB

[startup+12.7002 s]
/proc/loadavg: 3.07 3.75 3.96 7/341 16557
/proc/meminfo: memFree=123993700/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=1285824 CPUtime=15.37 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 27288 0 0 0 1500 37 0 0 20 0 20 0 31331416 19521036288 321456 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 321456 5480 1 0 553338 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=1103396 CPUtime=12.35 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 8040 0 0 0 1205 30 0 0 20 0 20 0 31331418 19521036288 321456 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 321456 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 321456 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 321456 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1285824 KiB

[startup+25.5002 s]
/proc/loadavg: 3.28 3.77 3.97 6/341 16557
/proc/meminfo: memFree=122937868/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=1300284 CPUtime=28.28 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 33023 0 0 0 2783 45 0 0 20 0 20 0 31331416 19521036288 325071 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 325071 5480 1 0 553338 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=0 CPUtime=25.07 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 9300 0 0 0 2469 38 0 0 20 0 20 0 31331418 19521036288 325071 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=1300284 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 325071 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=1300284 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 325071 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=-6000919489919936110 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 325071 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 28.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1300284 KiB

[startup+51.1057 s]
/proc/loadavg: 3.61 3.80 3.97 7/344 16560
/proc/meminfo: memFree=120939692/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=1404788 CPUtime=53.7 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 35640 0 0 0 5306 64 0 0 20 0 20 0 31331416 19521036288 351197 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 351197 5480 1 0 553338 0

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

/proc/meminfo: memFree=101860836/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=2164400 CPUtime=3214.78 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 122152 0 0 0 320781 697 0 0 20 0 20 0 31331416 19521036288 541100 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 541100 5512 1 0 554610 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=2164400 CPUtime=3194.41 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 48363 0 0 0 318829 612 0 0 20 0 20 0 31331418 19521036288 541100 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541100 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 1839 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541100 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 541100 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 3214.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164400 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.15 4.15 6/345 16729
/proc/meminfo: memFree=101711312/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3270.84 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 122345 0 0 0 326379 705 0 0 20 0 20 0 31331416 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 541132 5512 1 0 554610 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3250.32 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 48521 0 0 0 324413 619 0 0 20 0 20 0 31331418 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 1839 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 3270.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.13 4.14 6/344 16735
/proc/meminfo: memFree=101521520/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3327.54 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 124373 0 0 0 332040 714 0 0 20 0 20 0 31331416 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 541132 5512 1 0 554610 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3306.86 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 49710 0 0 0 330060 626 0 0 20 0 20 0 31331418 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 1950 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 3327.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.16 4.15 6/343 16737
/proc/meminfo: memFree=101353224/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3386.79 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 125911 0 0 0 337956 723 0 0 20 0 20 0 31331416 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 541132 5512 1 0 554610 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3365.95 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 50705 0 0 0 335960 635 0 0 20 0 20 0 31331418 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=-6000919489919936110 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 1964 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 3386.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.16 4.15 6/343 16742
/proc/meminfo: memFree=101122332/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3446.83 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 127053 0 0 0 343948 735 0 0 20 0 20 0 31331416 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 541132 5512 1 0 554610 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3425.49 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 50911 0 0 0 341903 646 0 0 20 0 20 0 31331418 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 2042 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 3446.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164528 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.14 6/342 16744
/proc/meminfo: memFree=100921876/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3506.69 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 127140 0 0 0 349921 748 0 0 20 0 20 0 31331416 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 541132 5512 1 0 554610 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3485.04 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 50923 0 0 0 347846 658 0 0 20 0 20 0 31331418 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=-6000919489919936110 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 2046 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 3506.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164528 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.14 5/318 16775
/proc/meminfo: memFree=103220912/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3566.83 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 130014 0 0 0 355920 763 0 0 20 0 20 0 31331416 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 541132 5512 1 0 554610 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3544.61 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 51769 0 0 0 353790 671 0 0 20 0 20 0 31331418 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 2046 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=2164528 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 3566.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.6 s]
/proc/loadavg: 4.21 4.16 4.15 5/344 16949
/proc/meminfo: memFree=119917048/131250000 swapFree=33010684/33010684
[pid=16537] ppid=16534 vsize=19063512 memory=2164528 CPUtime=3600.04 cores=0,2
/proc/16537/stat : 16537 (java) S 16534 16537 16344 0 -1 4194304 130182 0 0 0 359234 770 0 0 20 0 20 0 31331416 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
/proc/16537/statm: 4765878 541132 5512 1 0 554610 0
[pid=16537/tid=16539] ppid=16534 vsize=19063512 memory=3328 CPUtime=3577.64 cores=0,2
/proc/16537/task/16539/stat : 16539 (java) R 16534 16537 16344 0 -1 4194368 51897 0 0 0 357086 678 0 0 20 0 20 0 31331418 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16548] ppid=16534 vsize=19063512 memory=-6000919489919936110 CPUtime=0 cores=0,2
/proc/16537/task/16548/stat : 16548 (Finalizer) S 16534 16537 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16555] ppid=16534 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/16537/task/16555/stat : 16555 (Common-Cleaner) S 16534 16537 16344 0 -1 4194368 2046 0 0 0 0 0 0 0 20 0 20 0 31331420 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
[pid=16537/tid=16556] ppid=16534 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/16537/task/16556/stat : 16556 (Timer-0) S 16534 16537 16344 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31331434 19521036288 541132 18446744073709551615 94289070804992 94289070808688 140734788648416 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94289070816504 94289070817296 94289072148480 140734788651312 140734788651494 140734788651494 140734788657096 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2164528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.52 s, system=7.72558 s

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

Child status: 143

Real time (s): 3615.71
CPU time (s): 3600.24
CPU user time (s): 3592.52
CPU system time (s): 7.72558
CPU usage (%): 99.5722
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2164528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.52
system time used= 7.72558
maximum resident set size= 2165552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7230216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113783
involuntary context switches= 11727


# summary of solver processes directly reported to runsolver:
#   pid: 16537
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3592.52
#   total CPU system time (s): 7.72558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13456 second user time and 17.713 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 02:21:55
IDJOB=4493741
IDBENCH=147871
IDSOLVER=3364
FILE ID=nodeC027/4493741-1751156515
RUNJOBID= nodeC027-1751156506-16354
SLURM_JOB_ID= 9587479
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= 531481e7cf3d0451843bb4aa5119dd25
RANDOM SEED=2066086019

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.730
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		: 3599.610
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		: 3600.077
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		: 3600.238
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		: 3599.629
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		: 3700.000
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		: 3597.135
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		: 3599.642
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:        126330256 kB
MemAvailable:   126105732 kB
Buffers:            3280 kB
Cached:           586292 kB
SwapCached:            0 kB
Active:          3979340 kB
Inactive:         345068 kB
Active(anon):    3752660 kB
Inactive(anon):        0 kB
Active(file):     226680 kB
Inactive(file):   345068 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             74620 kB
Writeback:             0 kB
AnonPages:       3737760 kB
Mapped:           122508 kB
Shmem:             18068 kB
KReclaimable:      85532 kB
Slab:             171336 kB
SReclaimable:      85532 kB
SUnreclaim:        85804 kB
KernelStack:        5232 kB
PageTables:        10760 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10416976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3530752 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:22:11