Trace number 4512203

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (exit code) 1289.45 699.174

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/
minlplib2-pb-0.1.0/opb/normalized-faclay60.opb
MD5SUMd5681d78197016a16986328251aa9bd6
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1477834
Best CPU time to get the best result obtained on this benchmark72002.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1771
Total number of constraints68441
Number of constraints which are clauses68440
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 90684
Biggest coefficient in the objective function 2306839
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 21217725
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2306839
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 21217725
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)88914
Sum of products size (including duplicates)177828
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4512203-1751522093.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
2.07/1.19	c ... done. Wall clock time 1.063s.
2.07/1.20	c declared #vars     1771
2.07/1.20	c internal #vars     90685
2.07/1.20	c #constraints  246270
2.07/1.20	c constraints type 
2.26/1.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 88914
2.26/1.20	c org.sat4j.specs.Constr$1 => 1
2.26/1.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 157354
2.26/1.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.26/1.20	c 246270 constraints processed.
2.26/1.21	c objective function length is 90684 literals
2.85/1.51	c SATISFIABLE
2.85/1.51	c OPTIMIZING...
2.85/1.51	c Got one! Elapsed wall clock time (in seconds):1.383
2.85/1.51	o 1684497
3.26/1.77	c Got one! Elapsed wall clock time (in seconds):1.64
3.26/1.77	o 1684459
4.44/2.34	c Got one! Elapsed wall clock time (in seconds):2.216
4.44/2.34	o 1684340
4.84/2.59	c Got one! Elapsed wall clock time (in seconds):2.466
4.84/2.59	o 1684333
5.23/2.75	c Got one! Elapsed wall clock time (in seconds):2.625
5.23/2.75	o 1684331
5.64/2.90	c Got one! Elapsed wall clock time (in seconds):2.777
5.64/2.90	o 1684318
5.84/3.05	c Got one! Elapsed wall clock time (in seconds):2.922
5.84/3.05	o 1684280
6.11/3.27	c Got one! Elapsed wall clock time (in seconds):3.138
6.11/3.27	o 1684206
6.48/3.50	c Got one! Elapsed wall clock time (in seconds):3.376
6.48/3.50	o 1684174
6.58/3.64	c Got one! Elapsed wall clock time (in seconds):3.511
6.58/3.64	o 1684165
6.68/3.76	c Got one! Elapsed wall clock time (in seconds):3.636
6.68/3.76	o 1684152
6.78/3.89	c Got one! Elapsed wall clock time (in seconds):3.76
6.78/3.89	o 1684114
7.08/4.19	c Got one! Elapsed wall clock time (in seconds):4.065
7.08/4.19	o 1684092
7.29/4.36	c Got one! Elapsed wall clock time (in seconds):4.236
7.29/4.36	o 1684077
7.66/4.62	c Got one! Elapsed wall clock time (in seconds):4.495
7.66/4.62	o 1684039
13.00/9.46	c Got one! Elapsed wall clock time (in seconds):9.331
13.00/9.46	o 1683998
13.20/9.65	c Got one! Elapsed wall clock time (in seconds):9.52
13.20/9.65	o 1683962
13.41/9.82	c Got one! Elapsed wall clock time (in seconds):9.696
13.41/9.82	o 1683960
13.72/10.17	c Got one! Elapsed wall clock time (in seconds):10.045
13.72/10.17	o 1683938
13.91/10.39	c Got one! Elapsed wall clock time (in seconds):10.259
13.91/10.39	o 1683923
14.31/10.66	c Got one! Elapsed wall clock time (in seconds):10.536
14.31/10.66	o 1683887
14.51/10.84	c Got one! Elapsed wall clock time (in seconds):10.71
14.51/10.84	o 1683885
17.93/14.09	c Got one! Elapsed wall clock time (in seconds):13.96
17.93/14.09	o 1683870
18.12/14.20	c Got one! Elapsed wall clock time (in seconds):14.075
18.12/14.20	o 1683647
18.22/14.33	c Got one! Elapsed wall clock time (in seconds):14.2
18.22/14.33	o 1683609
18.82/14.74	c Got one! Elapsed wall clock time (in seconds):14.616
18.82/14.74	o 1683531
18.93/14.86	c Got one! Elapsed wall clock time (in seconds):14.736
18.93/14.86	o 1683528
19.03/14.99	c Got one! Elapsed wall clock time (in seconds):14.861
19.03/14.99	o 1683490
19.23/15.17	c Got one! Elapsed wall clock time (in seconds):15.041
19.23/15.17	o 1683483
19.33/15.29	c Got one! Elapsed wall clock time (in seconds):15.165
19.33/15.29	o 1683481
19.52/15.42	c Got one! Elapsed wall clock time (in seconds):15.293
19.52/15.42	o 1683468
19.62/15.54	c Got one! Elapsed wall clock time (in seconds):15.418
19.62/15.54	o 1683430
19.82/15.73	c Got one! Elapsed wall clock time (in seconds):15.607
19.82/15.73	o 1683356
20.10/15.98	c Got one! Elapsed wall clock time (in seconds):15.852
20.10/15.98	o 1683324
20.30/16.12	c Got one! Elapsed wall clock time (in seconds):15.988
20.30/16.12	o 1683315
20.40/16.24	c Got one! Elapsed wall clock time (in seconds):16.117
20.40/16.24	o 1683302
20.50/16.37	c Got one! Elapsed wall clock time (in seconds):16.242
20.50/16.37	o 1683264
20.81/16.64	c Got one! Elapsed wall clock time (in seconds):16.517
20.81/16.64	o 1683242
21.01/16.88	c Got one! Elapsed wall clock time (in seconds):16.751
21.01/16.88	o 1683227
21.21/17.05	c Got one! Elapsed wall clock time (in seconds):16.925
21.21/17.05	o 1683189
28.50/23.72	c Got one! Elapsed wall clock time (in seconds):23.596
28.50/23.72	o 1683086
29.10/24.34	c Got one! Elapsed wall clock time (in seconds):24.218
29.10/24.34	o 1683075
29.85/24.86	c Got one! Elapsed wall clock time (in seconds):24.731
29.85/24.86	o 1683037
30.06/25.06	c Got one! Elapsed wall clock time (in seconds):24.936
30.06/25.06	o 1683035
37.45/31.99	c Got one! Elapsed wall clock time (in seconds):31.861
37.45/31.99	o 1682972
39.45/33.67	c Got one! Elapsed wall clock time (in seconds):33.547
39.45/33.67	o 1682934
39.85/34.07	c Got one! Elapsed wall clock time (in seconds):33.948
39.85/34.08	o 1682859
40.14/34.33	c Got one! Elapsed wall clock time (in seconds):34.202
40.14/34.33	o 1682856
40.24/34.49	c Got one! Elapsed wall clock time (in seconds):34.362
40.24/34.49	o 1682837
40.44/34.63	c Got one! Elapsed wall clock time (in seconds):34.5
40.44/34.63	o 1682828
40.98/34.99	c Got one! Elapsed wall clock time (in seconds):34.863
40.98/34.99	o 1682815
41.19/35.12	c Got one! Elapsed wall clock time (in seconds):34.988
41.19/35.12	o 1682777
41.48/35.43	c Got one! Elapsed wall clock time (in seconds):35.301
41.48/35.43	o 1682755
41.68/35.61	c Got one! Elapsed wall clock time (in seconds):35.482
41.68/35.61	o 1682702
42.98/36.91	c Got one! Elapsed wall clock time (in seconds):36.782
42.98/36.91	o 1682656
44.54/37.74	c Got one! Elapsed wall clock time (in seconds):37.609
44.54/37.74	o 1682630
45.53/38.27	c Got one! Elapsed wall clock time (in seconds):38.144
45.53/38.27	o 1682608
46.53/38.70	c Got one! Elapsed wall clock time (in seconds):38.577
46.53/38.70	o 1682588
47.13/39.04	c Got one! Elapsed wall clock time (in seconds):38.91
47.13/39.04	o 1682550
47.52/39.26	c Got one! Elapsed wall clock time (in seconds):39.13
47.52/39.26	o 1682548
78.20/63.49	c Got one! Elapsed wall clock time (in seconds):63.367
78.20/63.49	o 1682500
87.73/70.21	c Got one! Elapsed wall clock time (in seconds):70.083
87.73/70.21	o 1682471
98.07/75.44	c Got one! Elapsed wall clock time (in seconds):75.315
98.07/75.45	o 1682458
98.86/75.86	c Got one! Elapsed wall clock time (in seconds):75.733
98.86/75.86	o 1682456
99.27/76.02	c Got one! Elapsed wall clock time (in seconds):75.892
99.27/76.02	o 1682418
112.23/83.32	c Got one! Elapsed wall clock time (in seconds):83.196
112.23/83.32	o 1682403
114.94/85.55	c Got one! Elapsed wall clock time (in seconds):85.418
114.94/85.55	o 1682383
116.23/86.89	c Got one! Elapsed wall clock time (in seconds):86.759
116.23/86.89	o 1682366
116.73/87.33	c Got one! Elapsed wall clock time (in seconds):87.2
116.73/87.33	o 1682326
126.56/96.22	c Got one! Elapsed wall clock time (in seconds):96.09
126.56/96.22	o 1682304
127.81/97.43	c Got one! Elapsed wall clock time (in seconds):97.301
127.81/97.43	o 1682300
129.80/99.48	c Got one! Elapsed wall clock time (in seconds):99.352
129.80/99.48	o 1682236
130.41/100.00	c Got one! Elapsed wall clock time (in seconds):99.878
130.41/100.00	o 1682198
131.35/100.59	c Got one! Elapsed wall clock time (in seconds):100.464
131.35/100.59	o 1682196
165.98/125.54	c Got one! Elapsed wall clock time (in seconds):125.416
165.98/125.54	o 1682169
204.43/148.41	c Got one! Elapsed wall clock time (in seconds):148.28
204.43/148.41	o 1682136
239.06/168.95	c Got one! Elapsed wall clock time (in seconds):168.818
239.06/168.95	o 1682134
794.48/449.92	
794.48/449.92	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

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: 63708 MiB (37165 MiB free)
  memory of node 1: 64465 MiB (52069 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512203-1751522093/watcher-4512203-1751522093 -o /tmp/evaluation-result-4512203-1751522093/solver-4512203-1751522093 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72933 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4512203-1751522093.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=73293, runsolver pid=73290
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.26 4.24 4.14 5/338 73311
/proc/meminfo: memFree=91369100/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=18930384 memory=57876 CPUtime=0.13 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 6591 0 0 0 11 2 0 0 20 0 18 0 67887942 19384713216 14469 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4732596 14469 5361 1 0 547622 0
[pid=73293/tid=73295] ppid=73290 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 5081 0 0 0 7 1 0 0 20 0 18 0 67887944 19384713216 14469 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67887946 19384713216 14469 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=18930384 memory=61784027576291 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67887946 19384713216 14469 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57876 KiB

[startup+0.205738 s]*
/proc/loadavg: 4.26 4.24 4.14 7/338 73311
/proc/meminfo: memFree=91358904/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=18930384 memory=64012 CPUtime=0.32 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 7040 0 0 0 30 2 0 0 20 0 18 0 67887942 19384713216 16003 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4732596 16003 5425 1 0 547885 0
[pid=73293/tid=73295] ppid=73290 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 5279 0 0 0 15 1 0 0 20 0 18 0 67887944 19384713216 16003 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=18930384 memory=13937 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67887946 19384713216 16003 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67887946 19384713216 16003 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64012 KiB

[startup+0.305691 s]*
/proc/loadavg: 4.26 4.24 4.14 6/338 73311
/proc/meminfo: memFree=91324436/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=18930384 memory=101920 CPUtime=0.51 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 8917 0 0 0 48 3 0 0 20 0 18 0 67887942 19384713216 25480 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4732596 25480 5425 1 0 549141 0
[pid=73293/tid=73295] ppid=73290 vsize=18930384 memory=-6000919506999339368 CPUtime=0.26 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 5300 0 0 0 24 2 0 0 20 0 18 0 67887944 19384713216 25480 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67887946 19384713216 25480 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67887946 19384713216 25480 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101920 KiB

[startup+0.700228 s]
/proc/loadavg: 4.26 4.24 4.14 6/339 73312
/proc/meminfo: memFree=91233696/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=18996948 memory=214252 CPUtime=1.27 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 16503 0 0 0 121 6 0 0 20 0 19 0 67887942 19452874752 53563 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4749237 53563 5457 1 0 554059 0
[pid=73293/tid=73295] ppid=73290 vsize=18996948 memory=18432 CPUtime=0.55 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 5369 0 0 0 52 3 0 0 20 0 19 0 67887944 19452874752 53563 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67887946 19452874752 53563 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67887946 19452874752 53563 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 214252 KiB

[startup+1.50021 s]
/proc/loadavg: 4.26 4.24 4.14 6/339 73312
/proc/meminfo: memFree=91152160/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=284584 CPUtime=2.85 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 18279 0 0 0 277 8 0 0 20 0 20 0 67887942 19521036288 71146 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 71146 5489 1 0 555406 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=3200 CPUtime=1.18 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 5508 0 0 0 115 3 0 0 20 0 20 0 67887944 19521036288 71146 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 71146 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 71146 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 284584 KiB

[startup+3.10561 s]
/proc/loadavg: 4.40 4.27 4.15 6/340 73313
/proc/meminfo: memFree=90939992/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=503932 CPUtime=6.01 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 19440 0 0 0 587 14 0 0 20 0 20 0 67887942 19521036288 125983 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 125983 5489 1 0 1282407 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=11136 CPUtime=2.72 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 5670 0 0 0 265 7 0 0 20 0 20 0 67887944 19521036288 125983 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 125983 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 125983 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 125983 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 503932 KiB

[startup+6.30023 s]
/proc/loadavg: 4.40 4.27 4.15 5/340 73313
/proc/meminfo: memFree=90510040/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=894600 CPUtime=9.53 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 20827 0 0 0 930 23 0 0 20 0 20 0 67887942 19521036288 223650 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 223650 5489 1 0 1282421 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=0 CPUtime=5.57 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 5899 0 0 0 549 8 0 0 20 0 20 0 67887944 19521036288 223650 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=4570474860524113270 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 223650 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=-6000919506999339368 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 223650 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 223650 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 894600 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.26 4.15 5/340 73313
/proc/meminfo: memFree=89739000/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=2006532 CPUtime=16.62 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 24117 0 0 0 1618 44 0 0 20 0 20 0 67887942 19521036288 501633 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 501633 5489 1 0 1698111 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=0 CPUtime=11.23 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 7006 0 0 0 1110 13 0 0 20 0 20 0 67887944 19521036288 501633 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=1609196 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 501633 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 501633 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 501633 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 16.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2006532 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.25 4.15 5/340 73313
/proc/meminfo: memFree=87805264/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=3605916 CPUtime=30.55 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 26548 0 0 0 2979 76 0 0 20 0 20 0 67887942 19521036288 901479 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 901479 5489 1 0 1892398 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=-6000919506999339368 CPUtime=22.83 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 7649 0 0 0 2263 20 0 0 20 0 20 0 67887944 19521036288 901479 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=3103 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 901479 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=2723176 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 901479 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=2424424 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 901479 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 30.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3605916 KiB

[startup+51.1057 s]
/proc/loadavg: 4.33 4.27 4.15 6/340 73313
/proc/meminfo: memFree=84465608/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=7039880 CPUtime=64.87 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 52700 0 0 0 6342 145 0 0 20 0 20 0 67887942 19521036288 1759970 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 1759970 5521 1 0 2210842 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=6814596 CPUtime=45.79 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) R 73290 73293 72920 0 -1 4194368 10942 0 0 0 4545 34 0 0 20 0 20 0 67887944 19521036288 1759970 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=-6000919506999339368 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 1759970 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=5217596 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 1759970 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=3286412 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 1759970 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0

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

[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1222.85 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 184749 0 1 0 121926 359 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=16295612 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=16580 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 232 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=16295612 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1222.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

[startup+678.4 s]
/proc/loadavg: 5.22 5.11 4.69 6/341 73358
/proc/meminfo: memFree=72795292/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1248.25 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 185702 0 1 0 124466 359 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=16295612 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=16295612 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 285 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=16295612 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1248.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

[startup+691.2 s]
/proc/loadavg: 5.19 5.11 4.69 6/341 73358
/proc/meminfo: memFree=72750348/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1273.68 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 188312 0 1 0 127009 359 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=16580 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=16580 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=16295612 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 285 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1273.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

[startup+694.4 s]
/proc/loadavg: 5.17 5.11 4.69 7/341 73358
/proc/meminfo: memFree=72750356/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1280.03 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 188850 0 1 0 127644 359 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=11136 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=16580 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 285 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=16295612 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1280.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

[startup+697.6 s]
/proc/loadavg: 5.24 5.12 4.70 6/341 73358
/proc/meminfo: memFree=72750364/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1286.39 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 189187 0 1 0 128280 359 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=12160 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=-6000919506999339368 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 285 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=16295612 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1286.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

[startup+698.4 s]
/proc/loadavg: 5.24 5.12 4.70 6/341 73358
/proc/meminfo: memFree=72750364/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1287.98 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 189462 0 1 0 128438 360 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=16580 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=16580 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 285 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=3104 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1287.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

[startup+698.8 s]
/proc/loadavg: 5.24 5.12 4.70 6/341 73358
/proc/meminfo: memFree=72750364/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1288.78 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 189469 0 1 0 128518 360 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=5172 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=4788 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=4788 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 285 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=5300 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1288.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

[startup+699 s]*
/proc/loadavg: 5.24 5.12 4.70 6/341 73358
/proc/meminfo: memFree=72750364/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1289.18 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 189469 0 1 0 128558 360 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=-6000919506999339368 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=4498418317765799583 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 285 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1289.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

[startup+699.106 s]
/proc/loadavg: 5.24 5.12 4.70 6/341 73358
/proc/meminfo: memFree=72750364/131249996 swapFree=33010160/33010684
[pid=73293] ppid=73290 vsize=19063512 memory=16295612 CPUtime=1289.36 cores=5,7
/proc/73293/stat : 73293 (java) S 73290 73293 72920 0 -1 4194304 189469 0 1 0 128576 360 0 0 20 0 20 0 67887942 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
/proc/73293/statm: 4765878 4073903 5553 1 0 4086681 0
[pid=73293/tid=73295] ppid=73290 vsize=19063512 memory=16295612 CPUtime=142.64 cores=5,7
/proc/73293/task/73295/stat : 73295 (java) S 73290 73293 72920 0 -1 4194368 17817 0 0 0 14185 79 0 0 20 0 20 0 67887944 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73304] ppid=73290 vsize=19063512 memory=16580 CPUtime=0 cores=5,7
/proc/73293/task/73304/stat : 73304 (Finalizer) S 73290 73293 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73311] ppid=73290 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/73293/task/73311/stat : 73311 (Common-Cleaner) S 73290 73293 72920 0 -1 4194368 285 0 0 0 0 0 0 0 20 0 20 0 67887946 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
[pid=73293/tid=73313] ppid=73290 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/73293/task/73313/stat : 73313 (Timer-0) S 73290 73293 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67888070 19521036288 4073903 18446744073709551615 94230733348864 94230733352560 140726063264240 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94230733360376 94230733361168 94230761963520 140726063270273 140726063270374 140726063270374 140726063275976 0
Current children cumulated CPU time: 1289.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295612 KiB

Child status: 1

Real time (s): 699.174
CPU time (s): 1289.45
CPU user time (s): 1285.81
CPU system time (s): 3.64518
CPU usage (%): 184.425
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16295616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1285.81
system time used= 3.64518
maximum resident set size= 16295868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189553
page faults= 1
swaps= 0
block input operations= 0
block output operations= 3376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23090
involuntary context switches= 30738


# summary of solver processes directly reported to runsolver:
#   pid: 73293
#   total CPU time (s): 1289.45
#   total CPU user time (s): 1285.81
#   total CPU system time (s): 3.64518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4575 second user time and 3.3253 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-03 07:54:53
IDJOB=4512203
IDBENCH=160508
IDSOLVER=3363
FILE ID=nodeC032/4512203-1751522093
RUNJOBID= nodeC032-1751521141-72933
SLURM_JOB_ID= 9598644
Free space on /tmp= 430564 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-faclay60.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512203-1751522093/watcher-4512203-1751522093 -o /tmp/evaluation-result-4512203-1751522093/solver-4512203-1751522093 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72933 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4512203-1751522093.opb

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

MD5SUM BENCH= d5681d78197016a16986328251aa9bd6
RANDOM SEED=1778238884

nodeC032 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.871
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.69
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.844
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.69
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		: 3602.208
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.69
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		: 3578.975
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.69
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.830
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.69
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		: 3601.515
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        91377316 kB
MemAvailable:   107719752 kB
Buffers:            2728 kB
Cached:         17021676 kB
SwapCached:           20 kB
Active:         22304972 kB
Inactive:       16652188 kB
Active(anon):   21947688 kB
Inactive(anon):     3124 kB
Active(file):     357284 kB
Inactive(file): 16649064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4308 kB
Writeback:             4 kB
AnonPages:      21935860 kB
Mapped:           124048 kB
Shmem:             18048 kB
KReclaimable:     350656 kB
Slab:             444432 kB
SReclaimable:     350656 kB
SUnreclaim:        93776 kB
KernelStack:        5232 kB
PageTables:        46556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   22567736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21491712 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:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430564 MiB
End job on nodeC032 at 2025-07-03 08:06:32