Trace number 4510769

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 VeriPB 2025-06-06UNSAT cert. 314.456 313.253

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x60split.cnf-extracted.pb.metafix.opb
MD5SUM31f6aff17a47c209cb9ee9a70845e10e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.18
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints838
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)836
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4510769-1751199338.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.12/0.18	c ... done. Wall clock time 0.052s.
0.12/0.18	c declared #vars     601
0.12/0.18	c #constraints  838
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 836
0.12/0.18	c 838 constraints processed.
0.88/0.59	c cleaning 2498 clauses out of 5002 with flag 22160/5002
1.46/0.88	c cleaning 4241 clauses out of 8503 with flag 47640/11001
2.06/1.14	c cleaning 5601 clauses out of 11261 with flag 83225/18000
2.44/1.38	c cleaning 6783 clauses out of 13661 with flag 122231/26001
3.04/1.67	c cleaning 7906 clauses out of 15880 with flag 167209/35003
3.44/1.86	c cleaning 8972 clauses out of 17972 with flag 220417/45001
3.84/2.07	c cleaning 9961 clauses out of 19999 with flag 281192/56000
4.34/2.31	c cleaning 10990 clauses out of 22039 with flag 346625/68001
4.54/2.57	c cleaning 12003 clauses out of 24048 with flag 420805/81000
4.85/2.85	c cleaning 13013 clauses out of 26045 with flag 495929/95000
5.15/3.19	c cleaning 14002 clauses out of 28032 with flag 580246/110000
5.55/3.54	c cleaning 14981 clauses out of 30031 with flag 668797/126001
5.97/3.92	c cleaning 15993 clauses out of 32049 with flag 761854/143000
6.40/4.37	c cleaning 17006 clauses out of 34057 with flag 859084/161001
6.90/4.85	c cleaning 18025 clauses out of 36050 with flag 964058/180000
7.40/5.36	c cleaning 18982 clauses out of 38027 with flag 1074494/200002
8.01/5.94	c cleaning 19990 clauses out of 40044 with flag 1186723/221001
8.60/6.50	c cleaning 21014 clauses out of 42054 with flag 1303093/243001
9.21/7.12	c cleaning 22011 clauses out of 44040 with flag 1426627/266001
9.80/7.79	c cleaning 23005 clauses out of 46029 with flag 1553735/290001
10.51/8.47	c cleaning 23994 clauses out of 48023 with flag 1685432/315000
11.31/9.23	c cleaning 24980 clauses out of 50029 with flag 1819110/341000
12.12/10.07	c cleaning 26002 clauses out of 52049 with flag 1959614/368000
13.01/10.92	c cleaning 27004 clauses out of 54048 with flag 2105392/396001
13.91/11.83	c cleaning 28002 clauses out of 56043 with flag 2256667/425000
14.80/12.78	c cleaning 28994 clauses out of 58042 with flag 2412678/455001
15.90/13.83	c cleaning 30007 clauses out of 60047 with flag 2568727/486000
16.91/14.82	c cleaning 31006 clauses out of 62041 with flag 2729346/518001
17.91/15.89	c cleaning 32000 clauses out of 64034 with flag 2892785/551000
19.00/16.99	c cleaning 32997 clauses out of 66034 with flag 3057751/585000
20.21/18.17	c cleaning 34004 clauses out of 68037 with flag 3233690/620000
21.40/19.39	c cleaning 34995 clauses out of 70033 with flag 3411795/656000
22.69/20.66	c cleaning 35993 clauses out of 72039 with flag 3592403/693001
24.10/22.02	c cleaning 37009 clauses out of 74046 with flag 3777926/731001
25.50/23.46	c cleaning 38004 clauses out of 76036 with flag 3968948/770000
26.89/24.85	c cleaning 39007 clauses out of 78032 with flag 4160239/810000
28.39/26.35	c cleaning 39997 clauses out of 80026 with flag 4356126/851001
29.99/27.95	c cleaning 41004 clauses out of 82028 with flag 4557623/893000
31.68/29.60	c cleaning 41997 clauses out of 84024 with flag 4760020/936000
33.29/32.48	c cleaning 43002 clauses out of 86030 with flag 4968269/980003
35.08/34.27	c cleaning 43988 clauses out of 88025 with flag 5179641/1025000
37.09/36.24	c cleaning 44997 clauses out of 90039 with flag 5400857/1071002
38.88/38.07	c cleaning 46006 clauses out of 92040 with flag 5619417/1118000
40.88/40.06	c cleaning 47004 clauses out of 94037 with flag 5849425/1166003
42.87/42.09	c cleaning 47995 clauses out of 96030 with flag 6078716/1215000
44.96/44.16	c cleaning 49005 clauses out of 98036 with flag 6307221/1265001
47.25/46.48	c cleaning 49995 clauses out of 100030 with flag 6546446/1316000
49.45/48.62	c cleaning 50997 clauses out of 102035 with flag 6777782/1368000
51.74/50.98	c cleaning 52010 clauses out of 104039 with flag 7021262/1421001
54.24/53.43	c cleaning 52997 clauses out of 106028 with flag 7269145/1475000
56.54/55.78	c cleaning 54000 clauses out of 108031 with flag 7514424/1530000
59.34/58.54	c cleaning 54991 clauses out of 110032 with flag 7774910/1586001
62.12/61.37	c cleaning 56005 clauses out of 112040 with flag 8034342/1643000
64.82/64.07	c cleaning 57002 clauses out of 114036 with flag 8291611/1701001
67.76/67.22	c cleaning 58002 clauses out of 116033 with flag 8556898/1760000
70.76/70.22	c cleaning 58995 clauses out of 118031 with flag 8821712/1820000
74.05/73.50	c cleaning 60000 clauses out of 120036 with flag 9090155/1881000
76.95/76.49	c cleaning 61002 clauses out of 122037 with flag 9353787/1943001
80.24/79.78	c cleaning 62010 clauses out of 124035 with flag 9626181/2006001
83.74/83.27	c cleaning 62995 clauses out of 126024 with flag 9902522/2070000
87.34/86.80	c cleaning 64007 clauses out of 128029 with flag 10179770/2135000
90.93/90.49	c cleaning 65002 clauses out of 130023 with flag 10462759/2201001
94.43/93.98	c cleaning 65997 clauses out of 132022 with flag 10736337/2268002
97.92/97.60	c cleaning 67001 clauses out of 134026 with flag 11009487/2336003
101.62/101.23	c cleaning 67998 clauses out of 136022 with flag 11286839/2405000
105.31/104.92	c cleaning 69000 clauses out of 138025 with flag 11563500/2475001
109.00/108.66	c cleaning 70006 clauses out of 140025 with flag 11839552/2546001
112.61/112.26	c cleaning 71009 clauses out of 142018 with flag 12114604/2618000
116.21/115.84	c cleaning 71997 clauses out of 144009 with flag 12389873/2691000
119.50/119.12	c cleaning 72992 clauses out of 146013 with flag 12674243/2765001
122.70/122.39	c cleaning 73998 clauses out of 148020 with flag 12958166/2840000
126.20/125.88	c cleaning 74994 clauses out of 150022 with flag 13245576/2916000
129.68/129.42	c cleaning 76006 clauses out of 152029 with flag 13529914/2993001
133.28/133.01	c cleaning 77001 clauses out of 154023 with flag 13824787/3071001
136.80/136.53	c cleaning 78002 clauses out of 156022 with flag 14124217/3150001
140.49/140.26	c cleaning 78998 clauses out of 158019 with flag 14425473/3230000
144.09/143.83	c cleaning 80004 clauses out of 160023 with flag 14735467/3311002
147.90/147.65	c cleaning 80995 clauses out of 162017 with flag 15054053/3393000
151.99/151.70	c cleaning 81997 clauses out of 164022 with flag 15368938/3476000
156.18/155.96	c cleaning 83006 clauses out of 166026 with flag 15687818/3560001
160.38/160.27	c cleaning 84004 clauses out of 168019 with flag 16015691/3645000
164.77/164.67	c cleaning 84998 clauses out of 170015 with flag 16362121/3731000
169.36/169.26	c cleaning 85998 clauses out of 172017 with flag 16705085/3818000
174.27/174.16	c cleaning 87008 clauses out of 174021 with flag 17066863/3906002
179.16/179.05	c cleaning 87991 clauses out of 176012 with flag 17422064/3995001
184.14/184.06	c cleaning 88999 clauses out of 178021 with flag 17782324/4085001
189.35/189.23	c cleaning 90005 clauses out of 180023 with flag 18150421/4176002
194.83/194.87	c cleaning 90996 clauses out of 182016 with flag 18531892/4268000
200.35/200.30	c cleaning 92004 clauses out of 184020 with flag 18922212/4361000
205.84/205.88	c cleaning 93000 clauses out of 186018 with flag 19314395/4455002
211.92/211.92	c cleaning 94000 clauses out of 188017 with flag 19718417/4550001
218.33/218.35	c cleaning 95000 clauses out of 190017 with flag 20135444/4646001
223.93/224.05	c cleaning 96003 clauses out of 192017 with flag 20543967/4743001
229.91/230.02	c cleaning 96999 clauses out of 194014 with flag 20956424/4841001
236.21/236.30	c cleaning 98002 clauses out of 196015 with flag 21366043/4940001
242.00/242.10	c cleaning 98996 clauses out of 198013 with flag 21775495/5040001
247.79/247.98	c cleaning 100001 clauses out of 200016 with flag 22190311/5141000
254.58/254.87	c cleaning 101000 clauses out of 202016 with flag 22621765/5243001
262.70/262.91	c cleaning 102008 clauses out of 204016 with flag 23072463/5346001
271.47/271.76	c cleaning 102998 clauses out of 206008 with flag 23528150/5450001
281.18/281.55	c cleaning 103999 clauses out of 208010 with flag 23993240/5555001
291.47/291.82	c cleaning 104998 clauses out of 210010 with flag 24457232/5661000
302.60/302.48	c cleaning 106003 clauses out of 212013 with flag 24949322/5768001
312.55/311.55	c cleaning 107002 clauses out of 214008 with flag 25441471/5876001
314.27/313.17	c starts		: 7838
314.27/313.17	c conflicts		: 5907935
314.27/313.17	c decisions		: 8084949
314.27/313.17	c propagations		: 47371430
314.27/313.17	c inspects		: 5545790507
314.27/313.17	c shortcuts		: 0
314.27/313.17	c learnt literals	: 15
314.27/313.17	c learnt binary clauses	: 105
314.27/313.17	c learnt ternary clauses	: 444
314.27/313.17	c learnt constraints	: 5907919
314.27/313.17	c ignored constraints	: 0
314.27/313.17	c root simplifications	: 0
314.27/313.17	c removed literals (reason simplification)	: 5095941
314.27/313.17	c reason swapping (by a shorter reason)	: 0
314.27/313.17	c Calls to reduceDB	: 104
314.27/313.17	c Number of update (reduction) of LBD	: 1311026
314.27/313.17	c Imported unit clauses	: 0
314.27/313.17	c No decision after first conflict	: false
314.27/313.17	c number of reductions to clauses (during analyze)	: 0
314.27/313.17	c number of learned constraints concerned by reduction	: 0
314.27/313.17	c number of learning phase by resolution	: 0
314.27/313.17	c number of learning phase by cutting planes	: 0
314.27/313.17	c number of rounding to 1 operations	: 0
314.27/313.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
314.27/313.17	c number of reductions of the coefficients by power 2 	: 0
314.27/313.17	c number of right shift for reduction by power 2 	: 0
314.27/313.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
314.27/313.17	c number of ending skipping 	: 0
314.27/313.17	c number of internal skipping 	: 0
314.27/313.17	c number of derivation steps 	: 0
314.27/313.17	c number of skipped derivation steps 	: 0
314.27/313.17	c number of remaining unassigned 	: 0
314.27/313.17	c number of remaining assigned 	: 0
314.27/313.17	c number of falsified literals weakened from reason	: 0
314.27/313.17	c number of falsified literals weakened from conflict	: 0
314.27/313.17	c time for arithmetic operations	: 0
314.27/313.17	c minimum degree of deleted constraints	: null
314.27/313.17	c maximum degree of deleted constraints	: null
314.27/313.17	c number of deleted constraints	: 0
314.27/313.17	c speed (assignments/second)	: 151352.70793994638
314.27/313.17	c non guided choices	: 169354
314.40/313.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 138821
314.40/313.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 105
314.40/313.23	s UNSATISFIABLE
314.40/313.23	c Total wall clock time (in seconds): 313.103

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 14:51:50 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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 (61960 MiB free)
  memory of node 1: 64507 MiB (54051 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510769-1751199338/watcher-4510769-1751199338 -o /tmp/evaluation-result-4510769-1751199338/solver-4510769-1751199338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24980 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510769-1751199338 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510769-1751199338.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=27205, runsolver pid=27202
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.29 4.17 4.12 5/321 27223
/proc/meminfo: memFree=118783172/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=18930384 memory=59876 CPUtime=0.12 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 6583 0 0 0 10 2 0 0 20 0 18 0 35611566 19384713216 14969 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4732596 14969 5336 1 0 547631 0
[pid=27205/tid=27207] ppid=27202 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) S 27202 27205 24970 0 -1 4194368 5090 0 0 0 6 1 0 0 20 0 18 0 35611568 19384713216 14969 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35611570 19384713216 14969 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35611570 19384713216 14969 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59876 KiB

[startup+0.2064 s]*
/proc/loadavg: 4.29 4.17 4.12 6/322 27224
/proc/meminfo: memFree=118772336/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=18996948 memory=68756 CPUtime=0.32 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 7190 0 0 0 29 3 0 0 20 0 19 0 35611566 19452874752 17189 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4749237 17189 5432 1 0 548314 0
[pid=27205/tid=27207] ppid=27202 vsize=18996948 memory=4026597495 CPUtime=0.15 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 5349 0 0 0 14 1 0 0 20 0 19 0 35611568 19452874752 17189 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=18996948 memory=211342868001 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35611570 19452874752 17189 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=18996948 memory=30002 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35611570 19452874752 17189 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=18996948 memory=3832618495540199714 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35611586 19452874752 17189 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68756 KiB

[startup+0.3059 s]*
/proc/loadavg: 4.29 4.17 4.12 6/322 27224
/proc/meminfo: memFree=118770320/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=18996948 memory=79564 CPUtime=0.5 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 9002 0 0 0 47 3 0 0 20 0 19 0 35611566 19452874752 19891 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4749237 19891 5432 1 0 549360 0
[pid=27205/tid=27207] ppid=27202 vsize=18996948 memory=-6000919498560398701 CPUtime=0.24 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 5377 0 0 0 22 2 0 0 20 0 19 0 35611568 19452874752 19891 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35611570 19452874752 19923 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35611570 19452874752 19923 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35611586 19452874752 19923 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79564 KiB

[startup+0.700229 s]
/proc/loadavg: 4.29 4.17 4.12 6/322 27224
/proc/meminfo: memFree=118731256/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=18996948 memory=137624 CPUtime=1.25 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 15006 0 0 0 120 5 0 0 20 0 19 0 35611566 19452874752 34406 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4749237 34406 5464 1 0 552989 0
[pid=27205/tid=27207] ppid=27202 vsize=18996948 memory=17280 CPUtime=0.58 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 5449 0 0 0 55 3 0 0 20 0 19 0 35611568 19452874752 34406 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35611570 19452874752 34406 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35611570 19452874752 34406 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35611586 19452874752 34406 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137624 KiB

[startup+1.50023 s]
/proc/loadavg: 4.43 4.21 4.13 6/323 27225
/proc/meminfo: memFree=118635168/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=178664 CPUtime=2.85 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 21986 0 0 0 277 8 0 0 20 0 20 0 35611566 19521036288 44666 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 44666 5496 1 0 554070 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=0 CPUtime=1.36 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 5974 0 0 0 132 4 0 0 20 0 20 0 35611568 19521036288 44666 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 44666 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 44666 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 44666 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178664 KiB

[startup+3.1059 s]
/proc/loadavg: 4.43 4.21 4.13 5/323 27225
/proc/meminfo: memFree=118493736/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=271524 CPUtime=5.15 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 24667 0 0 0 504 11 0 0 20 0 20 0 35611566 19521036288 67881 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 67881 5496 1 0 554072 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=10752 CPUtime=2.94 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 6375 0 0 0 287 7 0 0 20 0 20 0 35611568 19521036288 67881 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=-6000919498560398701 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 67881 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 67881 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 67881 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 271524 KiB

[startup+6.30021 s]
/proc/loadavg: 4.48 4.22 4.14 5/346 27263
/proc/meminfo: memFree=118876952/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=558852 CPUtime=8.4 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 25119 0 0 0 820 20 0 0 20 0 20 0 35611566 19521036288 139713 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 139713 5496 1 0 554072 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=0 CPUtime=6.12 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 6694 0 0 0 596 16 0 0 20 0 20 0 35611568 19521036288 139713 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 139713 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 139713 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=178792 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 139713 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 8.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 558852 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.22 4.13 5/346 27263
/proc/meminfo: memFree=118215852/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1077124 CPUtime=14.8 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 26996 0 0 0 1444 36 0 0 20 0 20 0 35611566 19521036288 269281 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 269281 5528 1 0 554072 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=178792 CPUtime=12.5 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 7894 0 0 0 1218 32 0 0 20 0 20 0 35611568 19521036288 269281 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 269281 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=-6000919498560398701 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 269281 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=16066 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 269281 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 14.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1077124 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.21 4.13 5/346 27263
/proc/meminfo: memFree=117012056/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1288104 CPUtime=27.59 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 30100 0 0 0 2707 52 0 0 20 0 20 0 35611566 19521036288 322026 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 322026 5528 1 0 554072 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=0 CPUtime=25.23 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 8813 0 0 0 2477 46 0 0 20 0 20 0 35611568 19521036288 322026 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 322026 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 322026 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=178792 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 322026 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 27.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1288104 KiB

[startup+51.1056 s]
/proc/loadavg: 4.58 4.27 4.16 5/346 27263
/proc/meminfo: memFree=116583424/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1322932 CPUtime=51.95 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 32190 0 0 0 5123 72 0 0 20 0 20 0 35611566 19521036288 330733 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0

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

/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 178 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 338442 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 338442 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1353768 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.18 4.15 5/347 27273
/proc/meminfo: memFree=114758164/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1361972 CPUtime=281.98 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 40730 0 0 0 28005 193 0 0 20 0 20 0 35611566 19521036288 340493 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 340493 5528 1 0 554088 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=1337280 CPUtime=278.83 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 13031 0 0 0 27703 180 0 0 20 0 20 0 35611568 19521036288 340493 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=1361972 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 340493 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=1357872 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 178 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 340493 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=1357872 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 340493 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 281.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1361972 KiB

[startup+313.253 s]
# the end of solver process 27205 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=312.396 s, system=2.05938 s

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

[startup+294.4 s]
/proc/loadavg: 4.17 4.19 4.15 5/347 27273
/proc/meminfo: memFree=114650696/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1364040 CPUtime=294.07 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 40940 0 0 0 29209 198 0 0 20 0 20 0 35611566 19521036288 341010 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 341010 5528 1 0 554088 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=-6000919498560398701 CPUtime=290.88 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 13205 0 0 0 28904 184 0 0 20 0 20 0 35611568 19521036288 341010 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=1357872 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 341010 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=1361972 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 178 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 341010 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=1364040 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 341010 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 294.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1364040 KiB

[startup+300.8 s]
/proc/loadavg: 4.15 4.19 4.15 5/347 27273
/proc/meminfo: memFree=114642472/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1367880 CPUtime=300.71 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 47131 0 0 0 29871 200 0 0 20 0 20 0 35611566 19521036288 341970 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 341970 5528 1 0 554147 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=14824 CPUtime=297.26 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 14534 0 0 0 29541 185 0 0 20 0 20 0 35611568 19521036288 341970 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 341970 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 178 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 341970 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=1364040 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 341970 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 300.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1367880 KiB

[startup+307.2 s]
/proc/loadavg: 4.20 4.20 4.15 5/347 27274
/proc/meminfo: memFree=114568532/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1364280 CPUtime=307.41 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 48758 0 0 0 30539 202 0 0 20 0 20 0 35611566 19521036288 341070 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 341070 5528 1 0 554710 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=0 CPUtime=303.64 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 14798 0 0 0 30177 187 0 0 20 0 20 0 35611568 19521036288 341070 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=31 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 341070 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=1322932 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 220 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 341070 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=1339348 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 341070 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 307.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1364280 KiB

[startup+310.4 s]
/proc/loadavg: 4.20 4.20 4.15 5/347 27275
/proc/meminfo: memFree=114540028/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1375600 CPUtime=311.37 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 52955 0 0 0 30933 204 0 0 20 0 20 0 35611566 19521036288 343900 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 343900 5528 1 0 555472 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=5760 CPUtime=306.81 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 14977 0 0 0 30493 188 0 0 20 0 20 0 35611568 19521036288 343900 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 343900 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 220 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 343900 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 343900 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 311.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1375600 KiB

[startup+312 s]*
/proc/loadavg: 4.19 4.20 4.15 5/347 27275
/proc/meminfo: memFree=114523904/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1377008 CPUtime=313.05 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 53320 0 0 0 31101 204 0 0 20 0 20 0 35611566 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 344252 5528 1 0 555775 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=-6000919507083224429 CPUtime=308.41 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 14994 0 0 0 30652 189 0 0 20 0 20 0 35611568 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=6768 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=1541516 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 220 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=6896 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 313.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1377008 KiB

[startup+312.8 s]
/proc/loadavg: 4.19 4.20 4.15 5/347 27275
/proc/meminfo: memFree=114523904/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19063512 memory=1377008 CPUtime=313.86 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 53335 0 0 0 31182 204 0 0 20 0 20 0 35611566 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4765878 344252 5528 1 0 555775 0
[pid=27205/tid=27207] ppid=27202 vsize=19063512 memory=3328 CPUtime=309.16 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) R 27202 27205 24970 0 -1 4194368 14999 0 0 0 30727 189 0 0 20 0 20 0 35611568 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19063512 memory=1377008 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 220 0 0 0 0 0 0 0 20 0 20 0 35611570 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27224] ppid=27202 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/27205/task/27224/stat : 27224 (Timer-0) S 27202 27205 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35611586 19521036288 344252 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 313.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1377008 KiB

[startup+313.2 s]
/proc/loadavg: 4.19 4.20 4.15 6/347 27275
/proc/meminfo: memFree=114558548/131249996 swapFree=33010684/33010684
[pid=27205] ppid=27202 vsize=19196640 memory=1377392 CPUtime=314.4 cores=0,2
/proc/27205/stat : 27205 (java) S 27202 27205 24970 0 -1 4194304 54501 0 0 0 31235 205 0 0 20 0 20 0 35611566 19657359360 344348 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
/proc/27205/statm: 4799160 344348 5528 1 0 556393 0
[pid=27205/tid=27207] ppid=27202 vsize=19196640 memory=1920 CPUtime=309.53 cores=0,2
/proc/27205/task/27207/stat : 27207 (java) S 27202 27205 24970 0 -1 4194368 15832 0 0 0 30764 189 0 0 20 0 20 0 35611568 19657359360 344348 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27216] ppid=27202 vsize=19196640 memory=-6000919498560398701 CPUtime=0 cores=0,2
/proc/27205/task/27216/stat : 27216 (Finalizer) S 27202 27205 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35611570 19657359360 344348 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
[pid=27205/tid=27223] ppid=27202 vsize=19196640 memory=21996 CPUtime=0 cores=0,2
/proc/27205/task/27223/stat : 27223 (Common-Cleaner) S 27202 27205 24970 0 -1 4194368 220 0 0 0 0 0 0 0 20 0 20 0 35611570 19657359360 344348 18446744073709551615 94549216489472 94549216493168 140726422033456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94549216500984 94549216501776 94549242425344 140726422034736 140726422034918 140726422034918 140726422040520 0
Current children cumulated CPU time: 314.4 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1377392 KiB

Child status: 20

Real time (s): 313.253
CPU time (s): 314.456
CPU user time (s): 312.396
CPU system time (s): 2.05938
CPU usage (%): 100.384
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1377392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 312.396
system time used= 2.05938
maximum resident set size= 1378000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1459200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11398
involuntary context switches= 2096


# summary of solver processes directly reported to runsolver:
#   pid: 27205
#   total CPU time (s): 314.456
#   total CPU user time (s): 312.396
#   total CPU system time (s): 2.05938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.558007 second user time and 1.62929 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:15:38
IDJOB=4510769
IDBENCH=160385
IDSOLVER=3364
FILE ID=nodeC017/4510769-1751199338
RUNJOBID= nodeC017-1751191606-24980
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x60split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510769-1751199338/watcher-4510769-1751199338 -o /tmp/evaluation-result-4510769-1751199338/solver-4510769-1751199338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24980 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510769-1751199338 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510769-1751199338.opb

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

MD5SUM BENCH= 31f6aff17a47c209cb9ee9a70845e10e
RANDOM SEED=1738319367

nodeC017 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		: 3600.055
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	: 7000.12
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.060
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	: 7000.12
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.240
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	: 7000.12
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		: 3624.007
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	: 7000.12
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		: 3600.054
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	: 7000.12
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.945
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	: 7000.12
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		: 3602.993
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	: 7000.12
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		: 3700.000
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118796312 kB
MemAvailable:   126193184 kB
Buffers:            3280 kB
Cached:          8196380 kB
SwapCached:            0 kB
Active:          3806344 kB
Inactive:        7942548 kB
Active(anon):    3567468 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  7942548 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            114596 kB
Writeback:           304 kB
AnonPages:       3551948 kB
Mapped:           122864 kB
Shmem:             18080 kB
KReclaimable:     108972 kB
Slab:             199476 kB
SReclaimable:     108972 kB
SUnreclaim:        90504 kB
KernelStack:        4912 kB
PageTables:        10288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4818608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151208 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3377152 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-29 14:20:52