Trace number 4430101

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 Cutting Planes 2024 2024-07-12SAT (TO)-77 3600.24 3587.09

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern30-04.lin.opb
MD5SUM28e415f3c4d8dab53aac16682d7f066d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-81
Best CPU time to get the best result obtained on this benchmark7.64941
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables223
Total number of constraints386
Number of constraints which are clauses193
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints193
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 223
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 2376
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 2376
Number of bits of the biggest sum of numbers12
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.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
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.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4430101-1721173001.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
0.13/0.19	c ... done. Wall clock time 0.035s.
0.13/0.19	c declared #vars     223
0.13/0.19	c #constraints  386
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 193
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 193
0.13/0.19	c 386 constraints processed.
0.13/0.20	c objective function length is 223 literals
0.32/0.22	c SATISFIABLE
0.32/0.22	c OPTIMIZING...
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.057
0.32/0.22	o -73
20.01/16.83	c cleaning 2493 clauses out of 5000 with flag 0/5000
37.77/34.38	c Got one! Elapsed wall clock time (in seconds):34.223
37.77/34.38	o -74
45.21/41.73	c cleaning 3919 clauses out of 7837 with flag 0/10330
98.58/94.84	c cleaning 4959 clauses out of 9917 with flag 0/16329
174.53/170.34	c cleaning 5980 clauses out of 11959 with flag 0/23330
276.77/271.84	c cleaning 6989 clauses out of 13978 with flag 0/31329
436.75/431.23	c cleaning 7994 clauses out of 15989 with flag 0/40329
608.32/602.28	c cleaning 8998 clauses out of 17995 with flag 0/50329
814.86/807.90	c cleaning 9998 clauses out of 19998 with flag 0/61330
1057.35/1049.66	c cleaning 11000 clauses out of 21999 with flag 0/73329
1362.99/1354.76	c cleaning 11999 clauses out of 24000 with flag 0/86330
1622.12/1612.84	c Got one! Elapsed wall clock time (in seconds):1612.687
1622.12/1612.84	o -75
1622.42/1613.12	c Got one! Elapsed wall clock time (in seconds):1612.963
1622.42/1613.12	o -76
1776.96/1767.50	c cleaning 14314 clauses out of 28627 with flag 0/102956
1879.09/1869.17	c cleaning 10152 clauses out of 20312 with flag 0/108955
2033.63/2023.49	c cleaning 8579 clauses out of 17161 with flag 0/115956
2195.32/2185.52	c cleaning 8287 clauses out of 16580 with flag 0/123954
2318.37/2308.31	c cleaning 8642 clauses out of 17294 with flag 0/132955
2498.83/2488.37	c cleaning 9324 clauses out of 18651 with flag 0/142954
2694.51/2683.50	c cleaning 10158 clauses out of 20327 with flag 0/153954
2880.33/2868.75	c cleaning 11080 clauses out of 22170 with flag 0/165955
3124.49/3112.06	c cleaning 12043 clauses out of 24090 with flag 0/178955
3349.84/3337.24	c Got one! Elapsed wall clock time (in seconds):3337.083
3349.84/3337.24	o -77
3528.60/3515.63	c cleaning 14299 clauses out of 28609 with flag 0/195517
3600.08/3587.03	c starts		: 32
3600.08/3587.04	c conflicts		: 198660
3600.08/3587.04	c decisions		: 202278
3600.08/3587.04	c propagations		: 3198464
3600.08/3587.04	c inspects		: 2317059212
3600.08/3587.04	c shortcuts		: 0
3600.08/3587.04	c learnt literals	: 0
3600.08/3587.04	c learnt binary clauses	: 0
3600.08/3587.04	c learnt ternary clauses	: 182
3600.08/3587.04	c learnt constraints	: 198660
3600.08/3587.04	c ignored constraints	: 0
3600.08/3587.04	c root simplifications	: 0
3600.08/3587.04	c removed literals (reason simplification)	: 0
3600.08/3587.04	c reason swapping (by a shorter reason)	: 0
3600.08/3587.04	c Calls to reduceDB	: 20
3600.08/3587.04	c Number of update (reduction) of LBD	: 129390
3600.08/3587.04	c Imported unit clauses	: 0
3600.08/3587.04	c No decision after first conflict	: false
3600.08/3587.04	c number of reductions to clauses (during analyze)	: 0
3600.08/3587.04	c number of learned constraints concerned by reduction	: 0
3600.08/3587.04	c number of learning phase by resolution	: 0
3600.08/3587.04	c number of learning phase by cutting planes	: 0
3600.08/3587.04	c number of rounding to 1 operations	: 0
3600.08/3587.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3587.04	c number of reductions of the coefficients by power 2 	: 0
3600.08/3587.04	c number of right shift for reduction by power 2 	: 0
3600.08/3587.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3587.04	c number of ending skipping 	: 0
3600.08/3587.04	c number of internal skipping 	: 0
3600.08/3587.04	c number of derivation steps 	: 1952987
3600.08/3587.04	c number of skipped derivation steps 	: 0
3600.08/3587.04	c number of remaining unassigned 	: 244623
3600.08/3587.04	c number of remaining assigned 	: 54645406
3600.08/3587.04	c number of falsified literals weakened from reason	: 0
3600.08/3587.04	c number of falsified literals weakened from conflict	: 0
3600.08/3587.04	c time for arithmetic operations	: 7074542087
3600.08/3587.04	c minimum degree of deleted constraints	: 1
3600.08/3587.04	c maximum degree of deleted constraints	: 3416259564761415234126499789544545369849916350977641437768034444131430830123200
3600.08/3587.04	c number of deleted constraints	: 181207
3600.08/3587.04	c speed (assignments/second)	: 891.7254419366872
3600.08/3587.04	c non guided choices	: 0
3600.08/3587.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 162
3600.08/3587.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 17291
3600.08/3587.07	s SATISFIABLE
3600.08/3587.07	c Found 5 solution(s)
3600.08/3587.07	v x1 -x2 x3 x4 x5 -x6 x7 x8 x9 -x10 x11 x12 x13 -x14 x15 x16 x17 x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 x100 x101 x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 x142 -x143 -x144 -x145 x146 x147 -x148 x149 -x150 x151 -x152 x153 x154 -x155 -x156 -x157 x158 x159 -x160 x161 -x162 x163 -x164 x165 x166 -x167 -x168 -x169 x170 x171 -x172 x173 -x174 x175 -x176 x177 x178 -x179 -x180 -x181 x182 x183 x184 x185 x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 
3600.08/3587.07	c objective function=-77
3600.08/3587.07	c Total wall clock time (in seconds): 3586.908

Verifier Data

OK	-77

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: 63968 MiB (58609 MiB free)
  memory of node 1: 64473 MiB (55794 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430101-1721173001/watcher-4430101-1721173001 -o /tmp/evaluation-result-4430101-1721173001/solver-4430101-1721173001 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721169443-875777 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430101-1721173001.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=878328, runsolver pid=878325

[startup+0.101444 s]*
/proc/loadavg: 4.56 4.36 4.29 8/329 878346
/proc/meminfo: memFree=117107564/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=18975048 memory=63236 CPUtime=0.13 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 7197 0 0 0 11 2 0 0 20 0 18 0 169465087 19430449152 15809 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4743762 15809 5689 1 0 549317 0
[pid=878328/tid=878330] ppid=878325 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 1077936192 5735 0 0 0 7 1 0 0 20 0 18 0 169465088 19430449152 15809 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169465090 19430449152 15809 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 169465091 19430449152 15809 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63236 KiB

[startup+0.206294 s]*
/proc/loadavg: 4.56 4.36 4.29 8/329 878346
/proc/meminfo: memFree=117100836/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=18975048 memory=70540 CPUtime=0.32 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 7837 0 0 0 30 2 0 0 20 0 18 0 169465087 19430449152 17635 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4743762 17635 5862 1 0 549727 0
[pid=878328/tid=878330] ppid=878325 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 1077936192 6127 0 0 0 16 2 0 0 20 0 18 0 169465088 19430449152 17635 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=18975048 memory=5714 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169465090 19430449152 17635 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 169465091 19430449152 17635 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70540 KiB

[startup+0.305591 s]*
/proc/loadavg: 4.56 4.36 4.29 7/330 878347
/proc/meminfo: memFree=117090124/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19041612 memory=80620 CPUtime=0.51 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 8684 0 0 0 49 2 0 0 20 0 19 0 169465087 19498610688 20155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4760403 20155 5897 1 0 550448 0
[pid=878328/tid=878330] ppid=878325 vsize=19041612 memory=-8816754376435933884 CPUtime=0.26 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 6179 0 0 0 24 2 0 0 20 0 19 0 169465088 19498610688 20155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169465090 19498610688 20155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 169465091 19498610688 20155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 169465108 19498610688 20155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80620 KiB

[startup+0.700251 s]
/proc/loadavg: 4.56 4.36 4.29 7/330 878347
/proc/meminfo: memFree=117028840/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19109356 memory=177004 CPUtime=1.28 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 13908 0 0 0 123 5 0 0 20 0 20 0 169465087 19567980544 44251 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777339 44251 5913 1 0 554074 0
[pid=878328/tid=878330] ppid=878325 vsize=19109356 memory=12952 CPUtime=0.61 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 6232 0 0 0 57 4 0 0 20 0 20 0 169465088 19567980544 44251 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19109356 memory=12952 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19567980544 44251 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19109356 memory=117636 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 169465091 19567980544 44251 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19109356 memory=39380 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19567980544 44251 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19109356 KiB
Current children cumulated memory: 177004 KiB

[startup+1.50052 s]
/proc/loadavg: 4.56 4.36 4.29 6/331 878348
/proc/meminfo: memFree=116993504/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=191004 CPUtime=2.85 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 22968 0 0 0 279 6 0 0 20 0 20 0 169465087 19566772224 47751 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 47751 5929 1 0 555829 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=12952 CPUtime=1.36 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 6492 0 0 0 132 4 0 0 20 0 20 0 169465088 19566772224 47751 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 47751 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 47751 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 47751 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191004 KiB

[startup+3.1056 s]
/proc/loadavg: 4.59 4.37 4.30 6/331 878349
/proc/meminfo: memFree=116794284/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=426040 CPUtime=5.71 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 25172 0 0 0 560 11 0 0 20 0 20 0 169465087 19566772224 106510 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 106510 5929 1 0 670701 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=0 CPUtime=2.91 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 7121 0 0 0 283 8 0 0 20 0 20 0 169465088 19566772224 106510 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 106510 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=250440 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 106510 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 106510 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 5.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 426040 KiB

[startup+6.30028 s]
/proc/loadavg: 4.59 4.37 4.30 6/331 878349
/proc/meminfo: memFree=116301364/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=861760 CPUtime=8.97 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 25525 0 0 0 877 20 0 0 20 0 20 0 169465087 19566772224 215440 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 215440 5929 1 0 670716 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=12952 CPUtime=6.04 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 7355 0 0 0 587 17 0 0 20 0 20 0 169465088 19566772224 215440 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 215440 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 215440 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 215440 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 861760 KiB

[startup+12.7003 s]
/proc/loadavg: 4.54 4.37 4.29 5/331 878351
/proc/meminfo: memFree=115921420/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=1218332 CPUtime=15.51 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 29379 0 0 0 1523 28 0 0 20 0 20 0 169465087 19566772224 304583 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 304583 5929 1 0 670718 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=0 CPUtime=12.29 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 8964 0 0 0 1207 22 0 0 20 0 20 0 169465088 19566772224 304583 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=1117900 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 304583 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 304583 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 304583 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 15.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1218332 KiB

[startup+25.5003 s]
/proc/loadavg: 4.50 4.37 4.29 7/331 878420
/proc/meminfo: memFree=117974920/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=1645136 CPUtime=28.84 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 44179 0 0 0 2846 38 0 0 20 0 20 0 169465087 19566772224 411284 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 411284 5929 1 0 672436 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=6944656592387989600 CPUtime=24.94 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 12193 0 0 0 2466 28 0 0 20 0 20 0 169465088 19566772224 411284 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 411284 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 411284 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 411284 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 28.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1645136 KiB

[startup+51.1059 s]
/proc/loadavg: 4.50 4.38 4.30 5/331 878424
/proc/meminfo: memFree=116812760/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=1682152 CPUtime=54.66 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 49045 0 0 0 5426 40 0 0 20 0 20 0 169465087 19566772224 420538 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 420538 5929 1 0 672436 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=11648 CPUtime=50.2 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 14895 0 0 0 4992 28 0 0 20 0 20 0 169465088 19566772224 420538 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0

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

/proc/meminfo: memFree=108324604/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=2648596 CPUtime=3234.83 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 267520 0 0 0 323256 227 0 0 20 0 20 0 169465087 19566772224 662149 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 662149 5946 1 0 673111 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=2648596 CPUtime=3182.2 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 112369 0 0 0 318171 49 0 0 20 0 20 0 169465088 19566772224 662149 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 75 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=2648596 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 662149 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=39380 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 3638 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 662149 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=2648596 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 662149 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 3234.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2648596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.18 4.18 5/334 880257
/proc/meminfo: memFree=108249556/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=2648620 CPUtime=3294.99 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 271027 0 0 0 329269 230 0 0 20 0 20 0 169465087 19566772224 662155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 662155 5946 1 0 673111 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=11648 CPUtime=3241.43 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 114706 0 0 0 324093 50 0 0 20 0 20 0 169465088 19566772224 662155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 77 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=2648620 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 662155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=2648620 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 3730 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 662155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=42368 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 662155 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 3294.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2648620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.17 4.18 5/334 880267
/proc/meminfo: memFree=108157204/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=2648624 CPUtime=3354.98 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 276639 0 0 0 335265 233 0 0 20 0 20 0 169465087 19566772224 662156 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 662156 5946 1 0 673111 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=11648 CPUtime=3300.41 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 117466 0 0 0 329991 50 0 0 20 0 20 0 169465088 19566772224 662156 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 80 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=2648620 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 662156 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 3834 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 662156 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=2648624 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 662156 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 3354.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2648624 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/332 880278
/proc/meminfo: memFree=108156740/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=2648628 CPUtime=3415.17 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 280311 0 0 0 341280 237 0 0 20 0 20 0 169465087 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 662157 5946 1 0 673111 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=5432 CPUtime=3359.84 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) S 878325 878328 873213 0 -1 1077936192 119940 0 0 0 335933 51 0 0 20 0 20 0 169465088 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 82 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=2648628 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 3939 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=2648628 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 3415.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2648628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.24 4.20 4/307 880324
/proc/meminfo: memFree=111187552/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=2648628 CPUtime=3475.21 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 283939 0 0 0 347282 239 0 0 20 0 20 0 169465087 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 662157 5946 1 0 673111 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=2648628 CPUtime=3419.24 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 122401 0 0 0 341873 51 0 0 20 0 20 0 169465088 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 84 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=15996 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=2648628 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 3984 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=2648628 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 3475.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2648628 KiB

[startup+3522.3 s]
/proc/loadavg: 3.62 4.04 4.13 4/307 880334
/proc/meminfo: memFree=111103776/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=2648628 CPUtime=3535.31 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 287776 0 0 0 353289 242 0 0 20 0 20 0 169465087 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 662157 5946 1 0 673111 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=2648624 CPUtime=3478.71 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 125237 0 0 0 347819 52 0 0 20 0 20 0 169465088 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 84 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=2648628 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=2648628 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 4100 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 3535.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2648628 KiB

[startup+3582.3 s]
/proc/loadavg: 3.00 3.80 4.04 3/279 880378
/proc/meminfo: memFree=114684136/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=2648628 CPUtime=3595.39 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 291359 0 0 0 359293 246 0 0 20 0 20 0 169465087 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 662157 5946 1 0 673111 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=11648 CPUtime=3538.18 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 127384 0 0 0 353766 52 0 0 20 0 20 0 169465088 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 87 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=2648628 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 4154 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=-7736752767861548157 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 3595.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2648628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587 s]*
/proc/loadavg: 2.92 3.77 4.03 3/279 880378
/proc/meminfo: memFree=114684136/131524600 swapFree=131071996/131071996
[pid=878328] ppid=878325 vsize=19108176 memory=2648628 CPUtime=3600.08 cores=4,6
/proc/878328/stat : 878328 (java) S 878325 878328 873213 0 -1 1077936128 291450 0 0 0 359762 246 0 0 20 0 20 0 169465087 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
/proc/878328/statm: 4777044 662157 5946 1 0 673111 0
[pid=878328/tid=878330] ppid=878325 vsize=19108176 memory=-9103012228727415484 CPUtime=3542.88 cores=4,6
/proc/878328/task/878330/stat : 878330 (java) R 878325 878328 873213 0 -1 4194368 127475 0 0 0 354236 52 0 0 20 0 20 0 169465088 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 87 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878339] ppid=878325 vsize=19108176 memory=-7736752767861548157 CPUtime=0 cores=4,6
/proc/878328/task/878339/stat : 878339 (Finalizer) S 878325 878328 873213 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169465090 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878346] ppid=878325 vsize=19108176 memory=-7736752767861548157 CPUtime=0 cores=4,6
/proc/878328/task/878346/stat : 878346 (Common-Cleaner) S 878325 878328 873213 0 -1 1077936192 4154 0 0 0 0 0 0 0 20 0 20 0 169465091 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
[pid=878328/tid=878347] ppid=878325 vsize=19108176 memory=2648628 CPUtime=0 cores=4,6
/proc/878328/task/878347/stat : 878347 (Timer-0) S 878325 878328 873213 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169465108 19566772224 662157 134679101440 94676046225408 94676046229104 140725949547648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94676046236920 94676046237712 94676073771008 140725949555701 140725949555809 140725949555809 140725949562824 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2648628 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.76 s, system=2.47784 s

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

Child status: 143

Real time (s): 3587.09
CPU time (s): 3600.24
CPU user time (s): 3597.76
CPU system time (s): 2.47784
CPU usage (%): 100.367
Max. virtual memory (cumulated for all children) (KiB): 19109356
Max. memory (cumulated for all children) (KiB): 2648628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.76
system time used= 2.47784
maximum resident set size= 2650132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138790
involuntary context switches= 10156


# summary of solver processes directly reported to runsolver:
#   pid: 878328
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.76
#   total CPU system time (s): 2.47784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.44487 second user time and 19.2471 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-17 01:36:54
IDJOB=4430101
IDBENCH=158535
IDSOLVER=3052
FILE ID=nodeC023/4430101-1721173001
RUNJOBID= nodeC023-1721169443-875777
SLURM_JOB_ID= 7505791
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern30-04.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430101-1721173001/watcher-4430101-1721173001 -o /tmp/evaluation-result-4430101-1721173001/solver-4430101-1721173001 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721169443-875777 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430101-1721173001.opb

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

MD5SUM BENCH= 28e415f3c4d8dab53aac16682d7f066d
RANDOM SEED=1720555514

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3679.598
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3678.022
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3632.601
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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.810
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3631.593
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3678.136
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3651.374
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3600.067
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117149720 kB
MemAvailable:   123006224 kB
Buffers:          452068 kB
Cached:          6170252 kB
SwapCached:            0 kB
Active:           860892 kB
Inactive:       12740708 kB
Active(anon):       1572 kB
Inactive(anon):  7015420 kB
Active(file):     859320 kB
Inactive(file):  5725288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:       6979296 kB
Mapped:           124772 kB
Shmem:             37720 kB
KReclaimable:     223440 kB
Slab:             347984 kB
SReclaimable:     223440 kB
SUnreclaim:       124544 kB
KernelStack:        5024 kB
PageTables:        23888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8293732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63936 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6623232 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      291540 kB
DirectMap2M:    36182016 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-17 02:36:41