Trace number 4459870

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)26 3600.13 3566.17

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
MD5SUMdbebfc2916fd48f48fd9f4f0821ac62f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1248.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2524
Sum of products size (including duplicates)5048
Number of different products2524
Sum of products size5048

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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.09	c Free memory 		2106806208
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4459870-1721939480.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.34/0.25	c ... done. Wall clock time 0.104s.
0.34/0.25	c declared #vars     200
0.34/0.25	c internal #vars     2724
0.34/0.25	c #constraints  5248
0.34/0.25	c constraints type 
0.34/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2524
0.34/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2724
0.34/0.25	c 5248 constraints processed.
0.34/0.27	c objective function length is 200 literals
0.34/0.29	c SATISFIABLE
0.34/0.29	c OPTIMIZING...
0.34/0.29	c Got one! Elapsed wall clock time (in seconds):0.141
0.34/0.29	o 30
0.91/0.51	c Got one! Elapsed wall clock time (in seconds):0.347
0.91/0.51	o 29
26.04/23.04	c cleaning 2529 clauses out of 5057 with flag 0/5057
64.40/60.84	c cleaning 4259 clauses out of 8526 with flag 0/11055
119.76/114.36	c cleaning 5631 clauses out of 11268 with flag 0/18056
188.38/181.90	c cleaning 6818 clauses out of 13636 with flag 0/26055
276.37/268.86	c cleaning 7909 clauses out of 15820 with flag 0/35057
386.73/377.81	c cleaning 8953 clauses out of 17910 with flag 0/45056
508.15/498.27	c cleaning 9967 clauses out of 19957 with flag 0/56056
656.77/645.07	c cleaning 10995 clauses out of 21990 with flag 0/68056
816.72/803.75	c cleaning 11996 clauses out of 23994 with flag 0/81055
1007.99/993.79	c cleaning 12999 clauses out of 25999 with flag 0/95056
1234.33/1218.42	c cleaning 13997 clauses out of 28001 with flag 0/110057
1496.95/1479.58	c cleaning 15001 clauses out of 30002 with flag 0/126055
1785.15/1766.64	c cleaning 16000 clauses out of 32004 with flag 0/143058
2114.46/2093.62	c cleaning 16994 clauses out of 34001 with flag 0/161055
2471.00/2448.00	c cleaning 17993 clauses out of 36007 with flag 0/180055
2662.31/2637.57	c Got one! Elapsed wall clock time (in seconds):2637.422
2662.31/2637.57	o 28
2667.43/2642.53	c Got one! Elapsed wall clock time (in seconds):2642.386
2667.43/2642.53	o 27
2668.06/2643.18	c Got one! Elapsed wall clock time (in seconds):2643.035
2668.06/2643.18	o 26
2752.22/2726.31	c cleaning 18089 clauses out of 36201 with flag 0/198242
2829.38/2802.23	c cleaning 12054 clauses out of 24123 with flag 0/204253
2920.44/2892.59	c cleaning 9520 clauses out of 19057 with flag 0/211241
3024.63/2995.73	c cleaning 8763 clauses out of 17541 with flag 0/219245
3148.76/3119.02	c cleaning 8875 clauses out of 17774 with flag 0/228241
3271.52/3240.67	c cleaning 9442 clauses out of 18899 with flag 0/238241
3416.91/3384.99	c cleaning 10223 clauses out of 20457 with flag 0/249241
3597.81/3563.96	c cleaning 11111 clauses out of 22235 with flag 0/261242
3600.01/3566.13	c starts		: 94
3600.01/3566.13	c conflicts		: 261438
3600.01/3566.13	c decisions		: 514083
3600.01/3566.13	c propagations		: 120380075
3600.01/3566.13	c inspects		: 2260044764
3600.01/3566.13	c shortcuts		: 0
3600.01/3566.13	c learnt literals	: 0
3600.01/3566.13	c learnt binary clauses	: 0
3600.01/3566.13	c learnt ternary clauses	: 3
3600.01/3566.13	c learnt constraints	: 261438
3600.01/3566.13	c ignored constraints	: 0
3600.01/3566.13	c root simplifications	: 0
3600.01/3566.13	c removed literals (reason simplification)	: 0
3600.01/3566.13	c reason swapping (by a shorter reason)	: 0
3600.01/3566.13	c Calls to reduceDB	: 23
3600.01/3566.13	c Number of update (reduction) of LBD	: 406767
3600.01/3566.13	c Imported unit clauses	: 0
3600.01/3566.13	c No decision after first conflict	: false
3600.01/3566.13	c number of reductions to clauses (during analyze)	: 0
3600.01/3566.13	c number of learned constraints concerned by reduction	: 0
3600.01/3566.13	c number of learning phase by resolution	: 0
3600.01/3566.13	c number of learning phase by cutting planes	: 0
3600.01/3566.13	c number of rounding to 1 operations	: 0
3600.01/3566.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3566.13	c number of reductions of the coefficients by power 2 	: 0
3600.01/3566.13	c number of right shift for reduction by power 2 	: 0
3600.01/3566.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3566.13	c number of ending skipping 	: 0
3600.01/3566.13	c number of internal skipping 	: 0
3600.01/3566.13	c number of derivation steps 	: 5110634
3600.01/3566.13	c number of skipped derivation steps 	: 0
3600.01/3566.13	c number of remaining unassigned 	: 511610
3600.01/3566.13	c number of remaining assigned 	: 139218153
3600.01/3566.13	c number of falsified literals weakened from reason	: 0
3600.01/3566.13	c number of falsified literals weakened from conflict	: 0
3600.01/3566.13	c time for arithmetic operations	: 6060666499
3600.01/3566.13	c minimum degree of deleted constraints	: 1
3600.01/3566.13	c maximum degree of deleted constraints	: 582233253793624728906777986345646120000
3600.01/3566.13	c number of deleted constraints	: 250118
3600.01/3566.14	c speed (assignments/second)	: 33759.143609758234
3600.01/3566.14	c non guided choices	: 0
3600.01/3566.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 74
3600.01/3566.15	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 312
3600.01/3566.15	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10934
3600.01/3566.15	s SATISFIABLE
3600.01/3566.15	c Found 5 solution(s)
3600.01/3566.15	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 
3600.01/3566.15	c objective function=26
3600.01/3566.15	c Total wall clock time (in seconds): 3565.999

Verifier Data

OK	26

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459870-1721939480/watcher-4459870-1721939480 -o /tmp/evaluation-result-4459870-1721939480/solver-4459870-1721939480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721939462-306190 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459870-1721939480.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
solver pid=306443, runsolver pid=306440
Current StackSize limit: 8192 KiB


[startup+0.100083 s]*
/proc/loadavg: 1.26 0.37 0.31 7/333 306461
/proc/meminfo: memFree=110347224/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=18975048 memory=63096 CPUtime=0.14 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 7741 0 0 0 12 2 0 0 20 0 18 0 30470530 19430449152 15774 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4743762 15774 5639 1 0 549364 0
[pid=306443/tid=306445] ppid=306440 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 6275 0 0 0 7 1 0 0 20 0 18 0 30470530 19430449152 15774 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30470533 19430449152 15774 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=18975048 memory=15542920531624460 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30470533 19430449152 15774 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63096 KiB

[startup+0.206459 s]*
/proc/loadavg: 1.26 0.37 0.31 7/333 306461
/proc/meminfo: memFree=110336960/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=18975048 memory=75404 CPUtime=0.34 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 8165 0 0 0 32 2 0 0 20 0 18 0 30470530 19430449152 18851 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4743762 18851 5727 1 0 549700 0
[pid=306443/tid=306445] ppid=306440 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 6573 0 0 0 17 1 0 0 20 0 18 0 30470530 19430449152 18851 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=18975048 memory=738093 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30470533 19430449152 18851 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30470533 19430449152 18851 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75404 KiB

[startup+0.306626 s]*
/proc/loadavg: 1.26 0.37 0.31 6/334 306462
/proc/meminfo: memFree=110296704/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19041612 memory=113488 CPUtime=0.53 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 8770 0 0 0 50 3 0 0 20 0 19 0 30470530 19498610688 28372 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4760403 28372 5879 1 0 550224 0
[pid=306443/tid=306445] ppid=306440 vsize=19041612 memory=-9176478305868227260 CPUtime=0.28 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 6717 0 0 0 26 2 0 0 20 0 19 0 30470530 19498610688 28372 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30470533 19498610688 28372 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30470533 19498610688 28372 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30470557 19498610688 28372 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113488 KiB

[startup+0.700459 s]
/proc/loadavg: 1.26 0.37 0.31 8/334 306462
/proc/meminfo: memFree=110264900/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=177700 CPUtime=1.27 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 13550 0 0 0 122 5 0 0 20 0 20 0 30470530 19566772224 44425 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 44425 5895 1 0 553579 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=13048 CPUtime=0.64 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 6757 0 0 0 60 4 0 0 20 0 20 0 30470530 19566772224 44425 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 44425 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 44425 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=39748 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 44425 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177700 KiB

[startup+1.50047 s]
/proc/loadavg: 1.56 0.45 0.34 8/335 306463
/proc/meminfo: memFree=110232020/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=184964 CPUtime=2.84 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 19444 0 0 0 278 6 0 0 20 0 20 0 30470530 19566772224 46241 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 46241 5911 1 0 554140 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=13048 CPUtime=1.38 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 7321 0 0 0 134 4 0 0 20 0 20 0 30470530 19566772224 46241 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 46241 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 46241 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 46241 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184964 KiB

[startup+3.10647 s]
/proc/loadavg: 1.56 0.45 0.34 5/335 306465
/proc/meminfo: memFree=109903156/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=506280 CPUtime=5.63 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 24523 0 0 0 550 13 0 0 20 0 20 0 30470530 19566772224 126570 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 126570 5911 1 0 556495 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 7937 0 0 0 284 9 0 0 20 0 20 0 30470530 19566772224 126570 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 126570 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=224728 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 126570 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 126570 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 506280 KiB

[startup+6.30046 s]
/proc/loadavg: 1.92 0.54 0.37 7/335 306532
/proc/meminfo: memFree=110704180/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=755596 CPUtime=9.01 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 24836 0 0 0 883 18 0 0 20 0 20 0 30470530 19566772224 188899 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 188899 5911 1 0 556495 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=13048 CPUtime=6.06 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 8176 0 0 0 593 13 0 0 20 0 20 0 30470530 19566772224 188899 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 188899 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=8514726395715219830 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 188899 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 188899 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 9.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 755596 KiB

[startup+12.7003 s]
/proc/loadavg: 2.16 0.61 0.39 5/335 306533
/proc/meminfo: memFree=108763084/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=1167296 CPUtime=15.47 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 26228 0 0 0 1521 26 0 0 20 0 20 0 30470530 19566772224 291824 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 291824 5911 1 0 556495 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=1167252 CPUtime=12.4 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 9134 0 0 0 1220 20 0 0 20 0 20 0 30470530 19566772224 291824 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 291824 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=76892 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 291824 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=16140 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 291824 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 15.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1167296 KiB

[startup+25.5003 s]
/proc/loadavg: 2.45 0.72 0.43 5/335 306535
/proc/meminfo: memFree=107220128/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=1386680 CPUtime=28.55 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 33445 0 0 0 2823 32 0 0 20 0 20 0 30470530 19566772224 346670 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 346670 5911 1 0 556527 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=16140 CPUtime=25.03 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 12439 0 0 0 2480 23 0 0 20 0 20 0 30470530 19566772224 346670 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=1167252 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 346670 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=1386636 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 346670 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=1386636 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 346670 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 28.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1386680 KiB

[startup+51.1065 s]
/proc/loadavg: 3.20 1.07 0.56 5/335 306538
/proc/meminfo: memFree=106178020/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=1429820 CPUtime=54.5 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 41103 0 0 0 5414 36 0 0 20 0 20 0 30470530 19566772224 357455 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 357455 5911 1 0 556528 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=-9176478305868227260 CPUtime=50.08 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 14513 0 0 0 4984 24 0 0 20 0 20 0 30470530 19566772224 357455 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0

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

/proc/meminfo: memFree=99916560/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=2189260 CPUtime=3253.1 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 347612 0 0 0 325075 235 0 0 20 0 20 0 30470530 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 547315 5960 1 0 558086 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=13048 CPUtime=3166 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 148451 0 0 0 316553 47 0 0 20 0 20 0 30470530 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=2189232 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 3215 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=2189260 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 3253.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.20 4.10 5/333 308083
/proc/meminfo: memFree=99916048/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=2189260 CPUtime=3313.68 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 349186 0 0 0 331130 238 0 0 20 0 20 0 30470530 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 547315 5960 1 0 558086 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=11684 CPUtime=3225.05 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 149513 0 0 0 322458 47 0 0 20 0 20 0 30470530 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=76892 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 3258 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=2189260 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 3313.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189260 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.19 4.10 5/331 308094
/proc/meminfo: memFree=99915640/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=2189260 CPUtime=3374.08 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 352810 0 0 0 337167 241 0 0 20 0 20 0 30470530 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 547315 5960 1 0 558086 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=2189260 CPUtime=3283.78 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 151732 0 0 0 328330 48 0 0 20 0 20 0 30470530 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 53 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=2189260 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 3326 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 3374.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.18 4.10 5/331 308104
/proc/meminfo: memFree=99915172/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=2189260 CPUtime=3434.48 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 356768 0 0 0 343205 243 0 0 20 0 20 0 30470530 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 547315 5960 1 0 558086 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=2189260 CPUtime=3342.62 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 154261 0 0 0 334214 48 0 0 20 0 20 0 30470530 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=2189260 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 3370 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=2189260 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 547315 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 3434.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189260 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.18 4.10 5/333 308284
/proc/meminfo: memFree=99914544/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=2189264 CPUtime=3495.11 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 362672 0 0 0 349264 247 0 0 20 0 20 0 30470530 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 547316 5960 1 0 558086 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=2189260 CPUtime=3401.53 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 156435 0 0 0 340104 49 0 0 20 0 20 0 30470530 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=2189264 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=-9176478305868227260 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 3389 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=2189264 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 3495.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189264 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.19 4.11 5/333 308295
/proc/meminfo: memFree=99914512/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=2189264 CPUtime=3555.55 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 363868 0 0 0 355306 249 0 0 20 0 20 0 30470530 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 547316 5960 1 0 558086 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=2189264 CPUtime=3460.31 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 157220 0 0 0 345982 49 0 0 20 0 20 0 30470530 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=2189264 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 3440 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 547316 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 3555.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.11 s]
/proc/loadavg: 4.17 4.18 4.10 8/333 308496
/proc/meminfo: memFree=109998608/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=2189272 CPUtime=3600.01 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 373820 0 0 0 359749 252 0 0 20 0 20 0 30470530 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 547318 5960 1 0 558086 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=2189272 CPUtime=3503.51 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 160800 0 0 0 350302 49 0 0 20 0 20 0 30470530 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=2189272 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=2189272 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 3472 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=-9176478305868227260 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.59 s, system=2.53869 s

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

[startup+3566.11 s]
/proc/loadavg: 4.17 4.18 4.10 8/333 308496
/proc/meminfo: memFree=109998608/131524600 swapFree=131071216/131071996
[pid=306443] ppid=306440 vsize=19108176 memory=2189272 CPUtime=3600.01 cores=4,6
/proc/306443/stat : 306443 (java) S 306440 306443 306179 0 -1 1077936128 373820 0 0 0 359749 252 0 0 20 0 20 0 30470530 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
/proc/306443/statm: 4777044 547318 5960 1 0 558086 0
[pid=306443/tid=306445] ppid=306440 vsize=19108176 memory=2189272 CPUtime=3503.51 cores=4,6
/proc/306443/task/306445/stat : 306445 (java) R 306440 306443 306179 0 -1 4194368 160800 0 0 0 350302 49 0 0 20 0 20 0 30470530 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306454] ppid=306440 vsize=19108176 memory=2189272 CPUtime=0 cores=4,6
/proc/306443/task/306454/stat : 306454 (Finalizer) S 306440 306443 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306461] ppid=306440 vsize=19108176 memory=2189272 CPUtime=0 cores=4,6
/proc/306443/task/306461/stat : 306461 (Common-Cleaner) S 306440 306443 306179 0 -1 1077936192 3472 0 0 0 0 0 0 0 20 0 20 0 30470533 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
[pid=306443/tid=306462] ppid=306440 vsize=19108176 memory=-9176478305868227260 CPUtime=0 cores=4,6
/proc/306443/task/306462/stat : 306462 (Timer-0) S 306440 306443 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30470557 19566772224 547318 134679101440 94755910955008 94755910958704 140727804210144 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94755910966520 94755910967312 94755927916544 140727804216308 140727804216416 140727804216416 140727804223432 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189272 KiB

Child status: 143

Real time (s): 3566.17
CPU time (s): 3600.13
CPU user time (s): 3597.59
CPU system time (s): 2.53869
CPU usage (%): 100.952
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2189272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.59
system time used= 2.53869
maximum resident set size= 2190704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147487
involuntary context switches= 12780


# summary of solver processes directly reported to runsolver:
#   pid: 306443
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3597.59
#   total CPU system time (s): 2.53869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.21339 second user time and 18.5312 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-25 22:31:20
IDJOB=4459870
IDBENCH=148620
IDSOLVER=3052
FILE ID=nodeC017/4459870-1721939480
RUNJOBID= nodeC017-1721939462-306190
SLURM_JOB_ID= 8247239
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_4.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459870-1721939480/watcher-4459870-1721939480 -o /tmp/evaluation-result-4459870-1721939480/solver-4459870-1721939480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721939462-306190 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459870-1721939480.opb

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

MD5SUM BENCH= dbebfc2916fd48f48fd9f4f0821ac62f
RANDOM SEED=1956819754

nodeC017.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		: 3630.824
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	: 7000.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		: 3692.760
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	: 7006.74
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		: 3678.073
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	: 7000.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		: 3600.466
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	: 7006.74
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		: 3644.366
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	: 7000.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		: 3692.854
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	: 7006.74
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		: 3642.453
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	: 7000.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.303
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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110481888 kB
MemAvailable:   124960336 kB
Buffers:          354508 kB
Cached:         14863968 kB
SwapCached:           88 kB
Active:          2742940 kB
Inactive:       17490556 kB
Active(anon):       1556 kB
Inactive(anon):  5067272 kB
Active(file):    2741384 kB
Inactive(file): 12423284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:               796 kB
Writeback:             8 kB
AnonPages:       5013140 kB
Mapped:           140320 kB
Shmem:             53820 kB
KReclaimable:     307204 kB
Slab:             435936 kB
SReclaimable:     307204 kB
SUnreclaim:       128732 kB
KernelStack:        5088 kB
PageTables:        19916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13422872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21280 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4634624 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:      422612 kB
DirectMap2M:    40245248 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-25 23:30:46