Trace number 4525154

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06OPTIMUM 905.647 906.016

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM3c6d97869b06a147893cbce6b9d9d944
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark0.071096
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints50
Number of soft constraints18
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 838
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 837
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4525154-1751620535.wbo
0.11/0.14	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.019s.
0.11/0.17	c declared #vars     300
0.11/0.17	c internal #vars     318
0.11/0.17	c #constraints  51
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.11/0.17	c org.sat4j.specs.Constr$1 => 1
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.11/0.17	c 51 constraints processed.
0.11/0.18	c objective function length is 18 literals
0.29/0.28	c SATISFIABLE
0.29/0.28	c OPTIMIZING...
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.131
0.29/0.28	o 109
0.48/0.31	c Got one! Elapsed wall clock time (in seconds):0.162
0.48/0.31	o 95
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.302
0.68/0.45	o 83
0.68/0.50	c Got one! Elapsed wall clock time (in seconds):0.357
0.68/0.50	o 58
1.26/0.76	c cleaning 3455 clauses out of 6938 with flag 24399/6938
1.84/1.07	c cleaning 4738 clauses out of 9484 with flag 67623/12939
2.41/1.47	c cleaning 5866 clauses out of 11745 with flag 119491/19938
3.06/2.08	c cleaning 6935 clauses out of 13879 with flag 187079/27938
3.92/2.82	c cleaning 7969 clauses out of 15945 with flag 264709/36939
4.92/3.82	c cleaning 8980 clauses out of 17975 with flag 351228/46938
6.01/4.91	c cleaning 9974 clauses out of 19994 with flag 441656/57937
6.91/5.86	c cleaning 10990 clauses out of 22020 with flag 535872/69937
8.31/7.26	c cleaning 11996 clauses out of 24031 with flag 634703/82938
9.62/8.51	c cleaning 13009 clauses out of 26034 with flag 751548/96937
10.91/9.83	c cleaning 14007 clauses out of 28026 with flag 874092/111938
12.31/11.24	c cleaning 15000 clauses out of 30020 with flag 1010170/127939
14.52/13.48	c cleaning 15999 clauses out of 32019 with flag 1149925/144938
16.85/15.78	c cleaning 17000 clauses out of 34020 with flag 1282246/162938
20.25/19.17	c cleaning 17996 clauses out of 36022 with flag 1437477/181940
23.64/22.57	c cleaning 19002 clauses out of 38025 with flag 1604316/201939
28.53/27.44	c cleaning 19998 clauses out of 40024 with flag 1767553/222940
31.23/30.11	c cleaning 21006 clauses out of 42025 with flag 1944978/244939
34.32/33.20	c cleaning 22002 clauses out of 44018 with flag 2119519/267938
38.51/37.46	c cleaning 23000 clauses out of 46015 with flag 2308643/291937
41.99/40.98	c cleaning 24002 clauses out of 48015 with flag 2519353/316937
49.10/48.08	c cleaning 24996 clauses out of 50013 with flag 2742414/342937
55.38/54.36	c cleaning 26004 clauses out of 52017 with flag 2965046/369937
61.77/60.73	c cleaning 27007 clauses out of 54014 with flag 3193440/397938
69.25/68.24	c cleaning 27999 clauses out of 56006 with flag 3449068/426937
77.03/76.04	c cleaning 28998 clauses out of 58007 with flag 3705081/456937
90.20/89.27	c cleaning 30000 clauses out of 60010 with flag 3976011/487938
107.40/106.40	c cleaning 31001 clauses out of 62010 with flag 4250847/519938
126.96/126.08	c cleaning 31997 clauses out of 64008 with flag 4545000/552937
136.84/135.93	c cleaning 32995 clauses out of 66011 with flag 4857527/586937
144.92/144.07	c cleaning 33996 clauses out of 68017 with flag 5139681/621938
155.34/154.42	c cleaning 35003 clauses out of 70020 with flag 5446648/657937
166.82/165.96	c cleaning 35996 clauses out of 72020 with flag 5793648/694940
191.87/191.06	c cleaning 37009 clauses out of 74023 with flag 6122258/732939
217.70/216.91	c cleaning 38001 clauses out of 76012 with flag 6486966/771937
229.27/228.52	c cleaning 38990 clauses out of 78011 with flag 6834365/811937
250.18/249.45	c cleaning 40006 clauses out of 80022 with flag 7199013/852938
267.64/266.97	c cleaning 40997 clauses out of 82015 with flag 7634134/894937
285.10/284.46	c cleaning 41994 clauses out of 84018 with flag 8092037/937937
299.42/298.76	c cleaning 43003 clauses out of 86024 with flag 8469787/981937
314.19/313.52	c cleaning 44005 clauses out of 88023 with flag 8862758/1026939
328.36/327.74	c cleaning 44996 clauses out of 90016 with flag 9262128/1072937
342.92/342.39	c cleaning 45992 clauses out of 92021 with flag 9703816/1119938
364.88/364.39	c cleaning 47008 clauses out of 94028 with flag 10169898/1167937
379.96/379.46	c cleaning 47993 clauses out of 96021 with flag 10678616/1216938
399.11/398.63	c cleaning 49011 clauses out of 98027 with flag 11169865/1266937
421.20/420.70	c cleaning 49994 clauses out of 100017 with flag 11611818/1317938
440.65/440.21	c cleaning 51008 clauses out of 102026 with flag 12134760/1369941
483.75/483.47	c cleaning 52006 clauses out of 104014 with flag 12640671/1422937
504.57/504.20	c cleaning 53000 clauses out of 106012 with flag 13171577/1476941
582.59/582.45	c cleaning 53991 clauses out of 108008 with flag 13700873/1531937
617.31/617.26	c cleaning 55005 clauses out of 110018 with flag 14247487/1587938
642.51/642.45	c cleaning 55999 clauses out of 112013 with flag 14846170/1644938
661.67/661.65	c cleaning 57001 clauses out of 114014 with flag 15465612/1702938
699.09/699.18	c cleaning 58005 clauses out of 116012 with flag 16111026/1761937
763.00/763.17	c cleaning 59004 clauses out of 118010 with flag 16721609/1821940
790.15/790.30	c cleaning 59985 clauses out of 120003 with flag 17406625/1882937
870.32/870.61	c cleaning 61003 clauses out of 122019 with flag 18016568/1944938
898.36/898.77	c cleaning 62007 clauses out of 124016 with flag 18772714/2007938
905.54/905.95	c starts		: 8356
905.54/905.96	c conflicts		: 2029209
905.54/905.96	c decisions		: 2649386
905.54/905.96	c propagations		: 35419083
905.54/905.96	c inspects		: 10860937059
905.54/905.96	c shortcuts		: 0
905.54/905.96	c learnt literals	: 4
905.54/905.96	c learnt binary clauses	: 0
905.54/905.96	c learnt ternary clauses	: 1
905.54/905.96	c learnt constraints	: 2029204
905.54/905.96	c ignored constraints	: 0
905.54/905.96	c root simplifications	: 0
905.54/905.96	c removed literals (reason simplification)	: 4942764
905.54/905.96	c reason swapping (by a shorter reason)	: 0
905.54/905.96	c Calls to reduceDB	: 59
905.54/905.96	c Number of update (reduction) of LBD	: 1204610
905.54/905.96	c Imported unit clauses	: 0
905.54/905.96	c No decision after first conflict	: false
905.54/905.96	c number of reductions to clauses (during analyze)	: 0
905.54/905.97	c number of learned constraints concerned by reduction	: 0
905.54/905.97	c number of learning phase by resolution	: 0
905.54/905.97	c number of learning phase by cutting planes	: 0
905.54/905.97	c number of rounding to 1 operations	: 0
905.54/905.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
905.54/905.97	c number of reductions of the coefficients by power 2 	: 0
905.54/905.97	c number of right shift for reduction by power 2 	: 0
905.54/905.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
905.54/905.97	c number of ending skipping 	: 0
905.54/905.97	c number of internal skipping 	: 0
905.54/905.97	c number of derivation steps 	: 0
905.54/905.97	c number of skipped derivation steps 	: 0
905.54/905.97	c number of remaining unassigned 	: 0
905.54/905.97	c number of remaining assigned 	: 0
905.54/905.97	c number of falsified literals weakened from reason	: 0
905.54/905.97	c number of falsified literals weakened from conflict	: 0
905.54/905.97	c time for arithmetic operations	: 0
905.54/905.97	c minimum degree of deleted constraints	: null
905.54/905.97	c maximum degree of deleted constraints	: null
905.54/905.97	c number of deleted constraints	: 0
905.54/905.97	c speed (assignments/second)	: 39102.801519992405
905.54/905.97	c non guided choices	: 3801
905.54/905.97	s OPTIMUM FOUND
905.54/905.97	c Found 4 solution(s)
905.54/905.97	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 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 
905.54/905.97	c objective function=58
905.54/905.97	c Total wall clock time (in seconds): 905.83

Verifier Data

OK	58

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60510 MiB free)
  memory of node 1: 64507 MiB (53596 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525154-1751620535/watcher-4525154-1751620535 -o /tmp/evaluation-result-4525154-1751620535/solver-4525154-1751620535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751620534-98179 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525154-1751620535.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=98242, runsolver pid=98223

[startup+0.10006 s]*
/proc/loadavg: 0.98 1.69 3.12 11/335 98304
/proc/meminfo: memFree=116747376/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=18930384 memory=55456 CPUtime=0.11 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 6517 0 0 0 9 2 0 0 20 0 18 0 77731375 19384713216 13864 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4732596 13864 5339 1 0 547587 0
[pid=98242/tid=98268] ppid=98223 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 5035 0 0 0 5 1 0 0 20 0 18 0 77731377 19384713216 13864 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77731379 19384713216 13864 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=18930384 memory=59585004324181 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77731380 19384713216 13864 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55456 KiB

[startup+0.205204 s]*
/proc/loadavg: 0.98 1.69 3.12 13/338 98307
/proc/meminfo: memFree=116721352/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=18996948 memory=63432 CPUtime=0.29 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 7570 0 0 0 26 3 0 0 20 0 19 0 77731375 19452874752 15858 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4749237 15858 5467 1 0 548500 0
[pid=98242/tid=98268] ppid=98223 vsize=18996948 memory=4026794268 CPUtime=0.15 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 5368 0 0 0 13 2 0 0 20 0 19 0 77731377 19452874752 15858 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=18996948 memory=18954 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77731379 19452874752 15858 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77731380 19452874752 15858 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77731394 19452874752 15858 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63432 KiB

[startup+0.304873 s]*
/proc/loadavg: 0.98 1.69 3.12 10/339 98308
/proc/meminfo: memFree=116699364/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=18996948 memory=68964 CPUtime=0.48 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 9818 0 0 0 45 3 0 0 20 0 19 0 77731375 19452874752 17241 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4749237 17241 5467 1 0 549822 0
[pid=98242/tid=98268] ppid=98223 vsize=18996948 memory=-6000919494231876710 CPUtime=0.23 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 5394 0 0 0 21 2 0 0 20 0 19 0 77731377 19452874752 17241 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77731379 19452874752 17241 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77731380 19452874752 17241 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77731394 19452874752 17241 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68964 KiB

[startup+0.700219 s]
/proc/loadavg: 0.98 1.69 3.12 10/339 98308
/proc/meminfo: memFree=116668932/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=18996948 memory=80696 CPUtime=1.26 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 13042 0 0 0 121 5 0 0 20 0 19 0 77731375 19452874752 20174 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4749237 20174 5467 1 0 551640 0
[pid=98242/tid=98268] ppid=98223 vsize=18996948 memory=18944 CPUtime=0.61 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 5409 0 0 0 59 2 0 0 20 0 19 0 77731377 19452874752 20174 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77731379 19452874752 20174 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77731380 19452874752 20174 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=18996948 memory=4756 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77731394 19452874752 20174 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80696 KiB

[startup+1.50018 s]
/proc/loadavg: 0.98 1.69 3.12 8/339 98308
/proc/meminfo: memFree=116627848/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=18996948 memory=90596 CPUtime=2.52 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 17240 0 0 0 247 5 0 0 20 0 19 0 77731375 19452874752 22649 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4749237 22649 5467 1 0 551919 0
[pid=98242/tid=98268] ppid=98223 vsize=18996948 memory=0 CPUtime=1.41 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 5734 0 0 0 138 3 0 0 20 0 19 0 77731377 19452874752 22649 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77731379 19452874752 22649 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77731380 19452874752 22649 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=18996948 memory=4756 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77731394 19452874752 22649 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90596 KiB

[startup+3.10476 s]
/proc/loadavg: 1.38 1.76 3.13 6/339 98308
/proc/meminfo: memFree=116501720/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=18996948 memory=100836 CPUtime=4.22 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 17980 0 0 0 416 6 0 0 20 0 19 0 77731375 19452874752 25209 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4749237 25209 5467 1 0 551919 0
[pid=98242/tid=98268] ppid=98223 vsize=18996948 memory=10752 CPUtime=3 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 6052 0 0 0 297 3 0 0 20 0 19 0 77731377 19452874752 25209 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=18996948 memory=-6000919494231876710 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77731379 19452874752 25209 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77731380 19452874752 25209 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77731394 19452874752 25209 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 100836 KiB

[startup+6.30017 s]
/proc/loadavg: 1.38 1.76 3.13 6/341 98310
/proc/meminfo: memFree=116316560/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=18996948 memory=116392 CPUtime=7.41 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 18584 0 0 0 735 6 0 0 20 0 19 0 77731375 19452874752 29098 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4749237 29098 5467 1 0 551919 0
[pid=98242/tid=98268] ppid=98223 vsize=18996948 memory=0 CPUtime=6.19 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 6126 0 0 0 616 3 0 0 20 0 19 0 77731377 19452874752 29098 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77731379 19452874752 29098 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77731380 19452874752 29098 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=18996948 memory=90596 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77731394 19452874752 29098 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 7.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116392 KiB

[startup+12.7002 s]
/proc/loadavg: 1.79 1.83 3.14 6/342 98311
/proc/meminfo: memFree=116128232/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=18996948 memory=149160 CPUtime=13.83 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 21385 0 0 0 1376 7 0 0 20 0 19 0 77731375 19452874752 37290 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4749237 37290 5467 1 0 551935 0
[pid=98242/tid=98268] ppid=98223 vsize=18996948 memory=90596 CPUtime=12.57 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 7208 0 0 0 1253 4 0 0 20 0 19 0 77731377 19452874752 37290 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=18996948 memory=145064 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77731379 19452874752 37290 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77731380 19452874752 37290 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77731394 19452874752 37290 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 13.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149160 KiB

[startup+25.5002 s]
/proc/loadavg: 2.13 1.91 3.15 6/343 98312
/proc/meminfo: memFree=115395056/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=178564 CPUtime=26.63 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 23369 0 0 0 2655 8 0 0 20 0 20 0 77731375 19521036288 44641 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 44641 5531 1 0 552224 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=145064 CPUtime=25.32 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 7625 0 0 0 2528 4 0 0 20 0 20 0 77731377 19521036288 44641 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=153256 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 44641 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=-6000919494231876710 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 44641 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 44641 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 26.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178564 KiB

[startup+51.1053 s]
/proc/loadavg: 2.82 2.09 3.18 6/343 98313
/proc/meminfo: memFree=114555180/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=188856 CPUtime=52.2 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 23500 0 0 0 5210 10 0 0 20 0 20 0 77731375 19521036288 47214 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 47214 5531 1 0 552224 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=188856 CPUtime=50.84 cores=5,7

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

/proc/meminfo: memFree=106622972/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=755740 CPUtime=822.07 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 32175 0 0 0 82165 42 0 0 20 0 20 0 77731375 19521036288 188935 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 188935 5563 1 0 552227 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=10752 CPUtime=819.35 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 10888 0 0 0 81930 5 0 0 20 0 20 0 77731377 19521036288 188935 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=755740 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 188935 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=755740 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 188935 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=755740 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 188935 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 822.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 755740 KiB

[startup+882.3 s]
/proc/loadavg: 4.13 4.04 3.78 6/342 98364
/proc/meminfo: memFree=106561344/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=813264 CPUtime=881.99 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 32278 0 0 0 88155 44 0 0 20 0 20 0 77731375 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 203316 5563 1 0 552227 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=10752 CPUtime=879.13 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 10892 0 0 0 87908 5 0 0 20 0 20 0 77731377 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=755740 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=813264 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=813264 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 881.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813264 KiB

[startup+906.016 s]
# the end of solver process 98242 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=905.186 s, system=0.460692 s

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

[startup+883.2 s]
/proc/loadavg: 4.13 4.04 3.78 6/342 98364
/proc/meminfo: memFree=106561344/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=813264 CPUtime=882.89 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 32278 0 0 0 88245 44 0 0 20 0 20 0 77731375 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 203316 5563 1 0 552227 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=755740 CPUtime=880.02 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 10892 0 0 0 87997 5 0 0 20 0 20 0 77731377 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=813264 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 882.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813264 KiB

[startup+896 s]*
/proc/loadavg: 4.18 4.05 3.79 6/342 98364
/proc/meminfo: memFree=106339932/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=813264 CPUtime=895.67 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 32286 0 0 0 89522 45 0 0 20 0 20 0 77731375 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 203316 5563 1 0 552227 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=-6000919494231876710 CPUtime=892.79 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 10892 0 0 0 89274 5 0 0 20 0 20 0 77731377 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=4498423823913873057 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=-2340856219985888389 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=-2340856219985888389 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 895.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813264 KiB

[startup+902.4 s]
/proc/loadavg: 4.16 4.05 3.79 6/342 98365
/proc/meminfo: memFree=106342696/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=813264 CPUtime=902.05 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 32289 0 0 0 90160 45 0 0 20 0 20 0 77731375 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 203316 5563 1 0 552227 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=813264 CPUtime=899.17 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 10892 0 0 0 89912 5 0 0 20 0 20 0 77731377 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=813264 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 902.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813264 KiB

[startup+904 s]*
/proc/loadavg: 4.16 4.05 3.79 6/342 98365
/proc/meminfo: memFree=106342760/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=813264 CPUtime=903.65 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 32289 0 0 0 90320 45 0 0 20 0 20 0 77731375 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 203316 5563 1 0 552227 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=-6000919494231876710 CPUtime=900.77 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 10892 0 0 0 90072 5 0 0 20 0 20 0 77731377 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=4498423823913873057 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=7028 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=1934332 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 903.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813264 KiB

[startup+904.8 s]
/proc/loadavg: 4.16 4.05 3.79 6/342 98365
/proc/meminfo: memFree=106342760/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=813264 CPUtime=904.44 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 32289 0 0 0 90399 45 0 0 20 0 20 0 77731375 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 203316 5563 1 0 552227 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=813264 CPUtime=901.56 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 10892 0 0 0 90151 5 0 0 20 0 20 0 77731377 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=813264 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 904.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813264 KiB

[startup+905.6 s]
/proc/loadavg: 4.16 4.05 3.79 6/342 98365
/proc/meminfo: memFree=106342760/131249996 swapFree=33010684/33010684
[pid=98242] ppid=98223 vsize=19063512 memory=813264 CPUtime=905.24 cores=5,7
/proc/98242/stat : 98242 (java) S 98223 98242 98166 0 -1 4194304 32778 0 0 0 90479 45 0 0 20 0 20 0 77731375 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
/proc/98242/statm: 4765878 203316 5563 1 0 552246 0
[pid=98242/tid=98268] ppid=98223 vsize=19063512 memory=813264 CPUtime=902.36 cores=5,7
/proc/98242/task/98268/stat : 98268 (java) R 98223 98242 98166 0 -1 4194368 11378 0 0 0 90231 5 0 0 20 0 20 0 77731377 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98296] ppid=98223 vsize=19063512 memory=813264 CPUtime=0 cores=5,7
/proc/98242/task/98296/stat : 98296 (Finalizer) S 98223 98242 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77731379 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98304] ppid=98223 vsize=19063512 memory=813264 CPUtime=0 cores=5,7
/proc/98242/task/98304/stat : 98304 (Common-Cleaner) S 98223 98242 98166 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 20 0 77731380 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
[pid=98242/tid=98306] ppid=98223 vsize=19063512 memory=813264 CPUtime=0 cores=5,7
/proc/98242/task/98306/stat : 98306 (Timer-0) S 98223 98242 98166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77731394 19521036288 203316 18446744073709551615 94350946877440 94350946881136 140722586729536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94350946888952 94350946889744 94350956158976 140722586732927 140722586733028 140722586733028 140722586738632 0
Current children cumulated CPU time: 905.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813264 KiB

[startup+906.006 s]*
/proc/loadavg: 4.16 4.05 3.79 7/321 98367
/proc/meminfo: memFree=107111984/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 906.016
CPU time (s): 905.647
CPU user time (s): 905.186
CPU system time (s): 0.460692
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 813264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 905.186
system time used= 0.460692
maximum resident set size= 814032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34646
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28763
involuntary context switches= 2004


# summary of solver processes directly reported to runsolver:
#   pid: 98242
#   total CPU time (s): 905.647
#   total CPU user time (s): 905.186
#   total CPU system time (s): 0.460692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.81792 second user time and 4.05985 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 11:15:35
IDJOB=4525154
IDBENCH=143472
IDSOLVER=3380
FILE ID=nodeC024/4525154-1751620535
RUNJOBID= nodeC024-1751620534-98179
SLURM_JOB_ID= 9598939
Free space on /tmp= 432360 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525154-1751620535/watcher-4525154-1751620535 -o /tmp/evaluation-result-4525154-1751620535/solver-4525154-1751620535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751620534-98179 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525154-1751620535.wbo

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

MD5SUM BENCH= 3c6d97869b06a147893cbce6b9d9d944
RANDOM SEED=168169460

nodeC024 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.930
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3600.098
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.404
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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.413
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3595.979
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.674
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.743
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.653
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116859612 kB
MemAvailable:   129719200 kB
Buffers:            2144 kB
Cached:         13625596 kB
SwapCached:            0 kB
Active:           641952 kB
Inactive:       13051216 kB
Active(anon):      81408 kB
Inactive(anon):     2084 kB
Active(file):     560544 kB
Inactive(file): 13049132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2604 kB
Writeback:             8 kB
AnonPages:         66392 kB
Mapped:           103556 kB
Shmem:             18064 kB
KReclaimable:     177900 kB
Slab:             269724 kB
SReclaimable:     177900 kB
SUnreclaim:        91824 kB
KernelStack:        4004 kB
PageTables:         2784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432356 MiB
End job on nodeC024 at 2025-07-04 11:30:41