Trace number 4508742

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) 1077.42 620.371

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
minlplib2-pb-0.1.0/opb/normalized-faclay70.lin.opb
MD5SUM5ce1114e3b3a499c171804227c280ba1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1528537
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables108768
Total number of constraints322185
Number of constraints which are clauses215832
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints106352
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 108766
Biggest coefficient in the objective function 2605924
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 22928794
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2605924
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 22928794
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.08	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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4508742-1751512149.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  objective function found
2.62/1.49	c ... done. Wall clock time 1.359s.
2.62/1.49	c declared #vars     108768
2.62/1.49	c #constraints  322186
2.62/1.49	c constraints type 
2.62/1.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 106352
2.62/1.50	c org.sat4j.specs.Constr$1 => 1
2.62/1.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 215832
2.62/1.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.62/1.50	c 322186 constraints processed.
2.82/1.51	c objective function length is 108766 literals
3.62/1.98	c SATISFIABLE
3.62/1.98	c OPTIMIZING...
3.62/1.98	c Got one! Elapsed wall clock time (in seconds):1.845
3.62/1.98	o 1909437
4.21/2.27	c Got one! Elapsed wall clock time (in seconds):2.143
4.21/2.27	o 1909429
4.61/2.48	c Got one! Elapsed wall clock time (in seconds):2.349
4.61/2.48	o 1909425
5.38/2.80	c Got one! Elapsed wall clock time (in seconds):2.668
5.38/2.80	o 1909396
5.57/2.99	c Got one! Elapsed wall clock time (in seconds):2.857
5.57/2.99	o 1909266
5.94/3.15	c Got one! Elapsed wall clock time (in seconds):3.023
5.94/3.15	o 1909258
6.22/3.30	c Got one! Elapsed wall clock time (in seconds):3.167
6.22/3.30	o 1909254
6.61/3.62	c Got one! Elapsed wall clock time (in seconds):3.486
6.61/3.62	o 1909164
6.88/3.82	c Got one! Elapsed wall clock time (in seconds):3.692
6.88/3.82	o 1909147
6.98/3.98	c Got one! Elapsed wall clock time (in seconds):3.845
6.98/3.98	o 1909139
7.23/4.12	c Got one! Elapsed wall clock time (in seconds):3.991
7.23/4.12	o 1909135
7.42/4.35	c Got one! Elapsed wall clock time (in seconds):4.224
7.42/4.35	o 1909106
7.66/4.55	c Got one! Elapsed wall clock time (in seconds):4.42
7.66/4.55	o 1908976
7.88/4.71	c Got one! Elapsed wall clock time (in seconds):4.58
7.88/4.71	o 1908968
7.97/4.86	c Got one! Elapsed wall clock time (in seconds):4.728
7.97/4.86	o 1908964
8.48/5.33	c Got one! Elapsed wall clock time (in seconds):5.198
8.48/5.33	o 1908779
8.68/5.55	c Got one! Elapsed wall clock time (in seconds):5.416
8.68/5.55	o 1908674
8.77/5.69	c Got one! Elapsed wall clock time (in seconds):5.563
8.77/5.69	o 1908664
9.11/5.96	c Got one! Elapsed wall clock time (in seconds):5.826
9.11/5.96	o 1908656
9.25/6.10	c Got one! Elapsed wall clock time (in seconds):5.97
9.25/6.10	o 1908652
9.64/6.40	c Got one! Elapsed wall clock time (in seconds):6.265
9.64/6.40	o 1908362
10.44/7.29	c Got one! Elapsed wall clock time (in seconds):7.162
10.44/7.29	o 1908191
11.10/7.76	c Got one! Elapsed wall clock time (in seconds):7.631
11.10/7.76	o 1908185
11.30/7.90	c Got one! Elapsed wall clock time (in seconds):7.77
11.30/7.90	o 1908107
11.41/8.06	c Got one! Elapsed wall clock time (in seconds):7.93
11.41/8.06	o 1908099
11.60/8.20	c Got one! Elapsed wall clock time (in seconds):8.071
11.60/8.20	o 1908095
11.80/8.42	c Got one! Elapsed wall clock time (in seconds):8.288
11.80/8.42	o 1907946
11.90/8.56	c Got one! Elapsed wall clock time (in seconds):8.432
11.90/8.56	o 1907936
12.13/8.79	c Got one! Elapsed wall clock time (in seconds):8.66
12.13/8.79	o 1907928
12.38/8.93	c Got one! Elapsed wall clock time (in seconds):8.803
12.38/8.93	o 1907924
15.37/11.78	c Got one! Elapsed wall clock time (in seconds):11.654
15.37/11.78	o 1907680
15.98/12.32	c Got one! Elapsed wall clock time (in seconds):12.194
15.98/12.32	o 1907660
16.70/12.87	c Got one! Elapsed wall clock time (in seconds):12.738
16.70/12.87	o 1907649
16.91/13.02	c Got one! Elapsed wall clock time (in seconds):12.889
16.91/13.02	o 1907636
17.01/13.18	c Got one! Elapsed wall clock time (in seconds):13.051
17.01/13.18	o 1907628
17.21/13.33	c Got one! Elapsed wall clock time (in seconds):13.199
17.21/13.33	o 1907624
24.89/20.30	c Got one! Elapsed wall clock time (in seconds):20.17
24.89/20.30	o 1907621
26.23/21.48	c Got one! Elapsed wall clock time (in seconds):21.352
26.23/21.48	o 1907581
26.73/21.93	c Got one! Elapsed wall clock time (in seconds):21.795
26.73/21.93	o 1907525
67.67/52.05	c Got one! Elapsed wall clock time (in seconds):51.922
67.67/52.05	o 1907511
70.50/54.51	c Got one! Elapsed wall clock time (in seconds):54.379
70.50/54.51	o 1907431
70.70/54.76	c Got one! Elapsed wall clock time (in seconds):54.632
70.70/54.76	o 1907415
70.90/54.91	c Got one! Elapsed wall clock time (in seconds):54.777
70.90/54.91	o 1907395
119.47/86.86	c Got one! Elapsed wall clock time (in seconds):86.727
119.47/86.86	o 1907358
124.00/90.80	c Got one! Elapsed wall clock time (in seconds):90.671
124.00/90.80	o 1907353
124.90/91.76	c Got one! Elapsed wall clock time (in seconds):91.634
124.90/91.76	o 1907317
125.10/91.94	c Got one! Elapsed wall clock time (in seconds):91.812
125.10/91.94	o 1907314
125.20/92.10	c Got one! Elapsed wall clock time (in seconds):91.966
125.20/92.10	o 1907297
139.85/105.08	c cleaning 3811 clauses out of 7624 with flag 2308/7624
146.48/111.03	c Got one! Elapsed wall clock time (in seconds):110.896
146.48/111.03	o 1907283
147.08/111.60	c Got one! Elapsed wall clock time (in seconds):111.474
147.08/111.60	o 1907273
147.18/111.75	c Got one! Elapsed wall clock time (in seconds):111.615
147.18/111.75	o 1907167
272.13/195.55	c cleaning 4670 clauses out of 9344 with flag 11099/13155
704.98/432.88	
704.98/432.88	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 (48315 MiB free)
  memory of node 1: 64465 MiB (61039 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508742-1751512149/watcher-4508742-1751512149 -o /tmp/evaluation-result-4508742-1751512149/solver-4508742-1751512149 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71615 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4508742-1751512149.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
Current StackSize limit: 8192 KiB

solver pid=72533, runsolver pid=72527

[startup+0.100059 s]*
/proc/loadavg: 4.14 4.11 4.04 6/315 72556
/proc/meminfo: memFree=111953984/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=18930384 memory=57860 CPUtime=0.12 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 6572 0 0 0 10 2 0 0 20 0 18 0 66892815 19384713216 14465 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4732596 14465 5367 1 0 547619 0
[pid=72533/tid=72536] ppid=72527 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 5069 0 0 0 6 1 0 0 20 0 18 0 66892816 19384713216 14465 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=18930384 memory=215637835200 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66892818 19384713216 14465 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=18930384 memory=1955 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66892819 19384713216 14465 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57860 KiB

[startup+0.20559 s]*
/proc/loadavg: 4.14 4.11 4.04 5/316 72566
/proc/meminfo: memFree=111944280/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=18930384 memory=77804 CPUtime=0.31 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 7697 0 0 0 29 2 0 0 20 0 18 0 66892815 19384713216 19451 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4732596 19451 5431 1 0 548439 0
[pid=72533/tid=72536] ppid=72527 vsize=18930384 memory=4026728567 CPUtime=0.17 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 5230 0 0 0 15 2 0 0 20 0 18 0 66892816 19384713216 19451 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=18930384 memory=215637835200 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66892818 19384713216 19451 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=18931456 memory=1955 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66892819 19385810944 19483 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 77804 KiB

[startup+0.305356 s]*
/proc/loadavg: 4.14 4.11 4.04 8/337 72587
/proc/meminfo: memFree=111894092/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=18930384 memory=117020 CPUtime=0.51 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 8561 0 0 0 47 4 0 0 20 0 18 0 66892815 19384713216 29255 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4732596 29255 5431 1 0 548901 0
[pid=72533/tid=72536] ppid=72527 vsize=18930384 memory=-6000919481279670888 CPUtime=0.25 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 5248 0 0 0 22 3 0 0 20 0 18 0 66892816 19384713216 29255 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66892818 19384713216 29255 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 66892819 19384713216 29255 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117020 KiB

[startup+0.700225 s]
/proc/loadavg: 4.14 4.11 4.04 8/339 72589
/proc/meminfo: memFree=111824588/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=18996948 memory=202852 CPUtime=1.27 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 15089 0 0 0 121 6 0 0 20 0 19 0 66892815 19452874752 50713 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4749237 50713 5495 1 0 553060 0
[pid=72533/tid=72536] ppid=72527 vsize=18996948 memory=14336 CPUtime=0.55 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 5312 0 0 0 51 4 0 0 20 0 19 0 66892816 19452874752 50713 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66892818 19452874752 50713 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66892819 19452874752 50713 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 202852 KiB

[startup+1.50022 s]
/proc/loadavg: 4.29 4.15 4.05 8/340 72592
/proc/meminfo: memFree=111762588/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=18996948 memory=455376 CPUtime=2.82 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 19340 0 0 0 271 11 0 0 20 0 19 0 66892815 19452874752 113844 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4749237 113844 5495 1 0 1081061 0
[pid=72533/tid=72536] ppid=72527 vsize=18996948 memory=3200 CPUtime=1.17 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 5457 0 0 0 109 8 0 0 20 0 19 0 66892816 19452874752 113844 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 66892818 19452874752 113844 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 66892819 19452874752 113844 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 455376 KiB

[startup+3.10552 s]
/proc/loadavg: 4.29 4.15 4.05 8/339 72721
/proc/meminfo: memFree=112966596/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=531456 CPUtime=5.94 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 19976 0 0 0 580 14 0 0 20 0 20 0 66892815 19521036288 132864 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 132864 5527 1 0 1081530 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=10880 CPUtime=2.6 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 5626 0 0 0 252 8 0 0 20 0 20 0 66892816 19521036288 132864 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=198340509722 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 132864 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 132864 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 132864 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 531456 KiB

[startup+6.30021 s]
/proc/loadavg: 4.27 4.14 4.05 5/342 72724
/proc/meminfo: memFree=111666012/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=1016972 CPUtime=9.54 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 20701 0 0 0 932 22 0 0 20 0 20 0 66892815 19521036288 254243 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 254243 5527 1 0 1685231 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=10880 CPUtime=5.55 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 5802 0 0 0 543 12 0 0 20 0 20 0 66892816 19521036288 254243 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 254243 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 254243 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=468364 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 254243 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1016972 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.16 4.06 5/342 72724
/proc/meminfo: memFree=109263504/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=1792640 CPUtime=16.61 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 25637 0 0 0 1623 38 0 0 20 0 20 0 66892815 19521036288 448160 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 448160 5527 1 0 1848157 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=-6000919477051812456 CPUtime=11.27 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 6824 0 0 0 1114 13 0 0 20 0 20 0 66892816 19521036288 448160 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=14336 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 448160 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=-6000919477051812456 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 448160 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 448160 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 16.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1792640 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.17 4.06 5/342 72724
/proc/meminfo: memFree=103147496/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=3822672 CPUtime=30.59 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 28434 0 0 0 2985 74 0 0 20 0 20 0 66892815 19521036288 955668 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 955668 5527 1 0 2098834 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=0 CPUtime=22.79 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 8120 0 0 0 2255 24 0 0 20 0 20 0 66892816 19521036288 955668 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=3546192 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 955668 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=3822672 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 955668 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 955668 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 30.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3822672 KiB

[startup+51.1056 s]
/proc/loadavg: 4.76 4.28 4.11 5/342 72724
/proc/meminfo: memFree=91158696/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=8316000 CPUtime=66.78 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 51188 0 0 0 6511 167 0 0 20 0 20 0 66892815 19521036288 2079000 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 2079000 5527 1 0 2468662 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=7770328 CPUtime=45.28 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) R 72527 72533 71602 0 -1 4194368 9049 0 0 0 4488 40 0 0 20 0 20 0 66892816 19521036288 2079000 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=7770584 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 2079000 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=4207488150211395610 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 2079000 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=7247688 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 2079000 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0

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

[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1014.82 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 277766 0 0 0 101099 383 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=16297144 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=16297144 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=16297144 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 309 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=16297144 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1014.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

[startup+601.6 s]
/proc/loadavg: 5.39 5.43 4.81 6/341 72817
/proc/meminfo: memFree=75066440/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1040.23 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 298972 0 0 0 103637 386 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=5148 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 317 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1040.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

[startup+608 s]*
/proc/loadavg: 5.36 5.42 4.81 6/341 72818
/proc/meminfo: memFree=75066808/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1052.94 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 304297 0 0 0 104908 386 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=-6000919485540952680 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=4211594216986013339 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=5172 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 317 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=5124 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1052.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

[startup+614.4 s]
/proc/loadavg: 5.41 5.43 4.81 6/341 72818
/proc/meminfo: memFree=74763704/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1065.65 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 305090 0 0 0 106179 386 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=14156 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=16297016 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 317 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=14336 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1065.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

[startup+617.6 s]
/proc/loadavg: 5.46 5.44 4.82 6/341 72818
/proc/meminfo: memFree=74763704/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1072 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 306076 0 0 0 106813 387 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=16297144 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=16297016 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 317 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=16297144 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1072 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

[startup+619.2 s]
/proc/loadavg: 5.46 5.44 4.82 6/341 72818
/proc/meminfo: memFree=74763712/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1075.16 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 306320 0 0 0 107129 387 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=16297144 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=14336 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 317 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1075.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

[startup+620 s]*
/proc/loadavg: 5.46 5.44 4.82 6/341 72818
/proc/meminfo: memFree=74763712/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1076.75 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 306320 0 0 0 107288 387 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=-6000919485540952680 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=4211594216986013339 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=46464 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 317 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1076.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

[startup+620.2 s]
/proc/loadavg: 5.46 5.44 4.82 6/341 72818
/proc/meminfo: memFree=74763712/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1077.14 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 306320 0 0 0 107327 387 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=-6000919477051812456 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=245635481903 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=53013654012657 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 317 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=3618137836131450912 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1077.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

[startup+620.3 s]
/proc/loadavg: 5.46 5.44 4.82 6/341 72818
/proc/meminfo: memFree=74763712/131249996 swapFree=33004236/33010684
[pid=72533] ppid=72527 vsize=19063512 memory=16297144 CPUtime=1077.32 cores=5,7
/proc/72533/stat : 72533 (java) S 72527 72533 71602 0 -1 4194304 306320 0 0 0 107345 387 0 0 20 0 20 0 66892815 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
/proc/72533/statm: 4765878 4074286 5559 1 0 4086327 0
[pid=72533/tid=72536] ppid=72527 vsize=19063512 memory=3200 CPUtime=225.75 cores=5,7
/proc/72533/task/72536/stat : 72536 (java) S 72527 72533 71602 0 -1 4194368 22696 0 0 0 22498 77 0 0 20 0 20 0 66892816 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72548] ppid=72527 vsize=19063512 memory=16297144 CPUtime=0 cores=5,7
/proc/72533/task/72548/stat : 72548 (Finalizer) S 72527 72533 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66892818 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72555] ppid=72527 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/72533/task/72555/stat : 72555 (Common-Cleaner) S 72527 72533 71602 0 -1 4194368 317 0 0 0 0 0 0 0 20 0 20 0 66892819 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
[pid=72533/tid=72627] ppid=72527 vsize=19063512 memory=16297144 CPUtime=0 cores=5,7
/proc/72533/task/72627/stat : 72627 (Timer-0) S 72527 72533 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 66892973 19521036288 4074286 18446744073709551615 94332968824832 94332968828528 140723457517008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94332968836344 94332968837136 94332991799296 140723457526145 140723457526246 140723457526246 140723457531848 0
Current children cumulated CPU time: 1077.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297144 KiB

Child status: 1

Real time (s): 620.371
CPU time (s): 1077.42
CPU user time (s): 1073.5
CPU system time (s): 3.92023
CPU usage (%): 173.673
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16297144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1073.5
system time used= 3.92023
maximum resident set size= 16297272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22135
involuntary context switches= 25180


# summary of solver processes directly reported to runsolver:
#   pid: 72533
#   total CPU time (s): 1077.42
#   total CPU user time (s): 1073.5
#   total CPU system time (s): 3.92023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39087 second user time and 2.80692 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-03 05:09:10
IDJOB=4508742
IDBENCH=158465
IDSOLVER=3363
FILE ID=nodeC023/4508742-1751512149
RUNJOBID= nodeC023-1751508541-71615
SLURM_JOB_ID= 9598606
Free space on /tmp= 431856 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-faclay70.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508742-1751512149/watcher-4508742-1751512149 -o /tmp/evaluation-result-4508742-1751512149/solver-4508742-1751512149 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71615 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4508742-1751512149.opb

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

MD5SUM BENCH= 5ce1114e3b3a499c171804227c280ba1
RANDOM SEED=1040409160

nodeC023 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.907
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.78
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		: 3596.420
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.78
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.008
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111979292 kB
MemAvailable:   127700076 kB
Buffers:              16 kB
Cached:         16465384 kB
SwapCached:          596 kB
Active:          2278908 kB
Inactive:       16263180 kB
Active(anon):    2066868 kB
Inactive(anon):    23220 kB
Active(file):     212040 kB
Inactive(file): 16239960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12712 kB
Writeback:             0 kB
AnonPages:       2079344 kB
Mapped:           119216 kB
Shmem:             13400 kB
KReclaimable:     216048 kB
Slab:             307564 kB
SReclaimable:     216048 kB
SUnreclaim:        91516 kB
KernelStack:        4864 kB
PageTables:         7464 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4840496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151128 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431856 MiB
End job on nodeC023 at 2025-07-03 05:19:30