Trace number 4511164

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-06UNSAT 355.858 353.768

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x60split.opb
MD5SUM77ae40a270bfcd4ecd9b94334dd86fa6
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 benchmark0.296384
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 constraints301
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)301
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.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.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-4511164-1751199869.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
0.12/0.17	c ... done. Wall clock time 0.033s.
0.12/0.17	c declared #vars     601
0.12/0.17	c #constraints  602
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 600
0.12/0.17	c 602 constraints processed.
0.51/0.38	c cleaning 2492 clauses out of 5000 with flag 22234/5000
0.89/0.60	c cleaning 4244 clauses out of 8508 with flag 46816/11000
1.47/0.82	c cleaning 5606 clauses out of 11264 with flag 80223/18000
1.67/0.95	c cleaning 6804 clauses out of 13658 with flag 120560/26000
2.08/1.12	c cleaning 7902 clauses out of 15855 with flag 167737/35001
2.26/1.27	c cleaning 8954 clauses out of 17952 with flag 219754/45000
2.63/1.45	c cleaning 9955 clauses out of 19998 with flag 281571/56000
2.89/1.63	c cleaning 11010 clauses out of 22046 with flag 349011/68003
3.10/1.85	c cleaning 11987 clauses out of 24033 with flag 422286/81000
3.31/2.09	c cleaning 12998 clauses out of 26046 with flag 501450/95000
3.61/2.36	c cleaning 13999 clauses out of 28048 with flag 593191/110000
3.91/2.64	c cleaning 14992 clauses out of 30050 with flag 687413/126001
4.23/2.96	c cleaning 15996 clauses out of 32058 with flag 781551/143001
4.65/3.30	c cleaning 16991 clauses out of 34062 with flag 882002/161001
4.95/3.70	c cleaning 18003 clauses out of 36070 with flag 987650/180000
5.46/4.16	c cleaning 18999 clauses out of 38067 with flag 1105589/200000
5.95/4.62	c cleaning 20028 clauses out of 40069 with flag 1220175/221001
6.46/5.11	c cleaning 20986 clauses out of 42041 with flag 1344749/243001
6.96/5.67	c cleaning 22017 clauses out of 44055 with flag 1474756/266001
7.56/6.25	c cleaning 23001 clauses out of 46038 with flag 1606077/290001
8.16/6.87	c cleaning 23990 clauses out of 48036 with flag 1743510/315000
8.86/7.52	c cleaning 25007 clauses out of 50046 with flag 1885082/341000
9.56/8.21	c cleaning 26006 clauses out of 52040 with flag 2034258/368001
10.26/8.94	c cleaning 26983 clauses out of 54033 with flag 2180163/396000
11.07/9.71	c cleaning 28011 clauses out of 56051 with flag 2332305/425001
11.77/10.49	c cleaning 29009 clauses out of 58039 with flag 2486860/455000
12.67/11.32	c cleaning 29987 clauses out of 60030 with flag 2649227/486000
13.47/12.17	c cleaning 31008 clauses out of 62043 with flag 2813314/518000
14.37/13.09	c cleaning 31989 clauses out of 64036 with flag 2979452/551001
15.37/14.05	c cleaning 32994 clauses out of 66047 with flag 3155487/585001
16.37/15.09	c cleaning 34005 clauses out of 68053 with flag 3330182/620001
17.47/16.18	c cleaning 35010 clauses out of 70048 with flag 3512832/656001
18.66/17.36	c cleaning 36005 clauses out of 72038 with flag 3702887/693001
19.85/18.52	c cleaning 36997 clauses out of 74033 with flag 3889319/731001
21.05/19.70	c cleaning 37994 clauses out of 76035 with flag 4082688/770000
22.35/21.01	c cleaning 39016 clauses out of 78043 with flag 4279694/810002
23.75/22.43	c cleaning 39991 clauses out of 80025 with flag 4482343/851000
25.15/23.89	c cleaning 41008 clauses out of 82034 with flag 4685580/893000
26.85/25.53	c cleaning 41997 clauses out of 84027 with flag 4900374/936001
28.45/27.11	c cleaning 42995 clauses out of 86032 with flag 5112490/980003
29.94/28.69	c cleaning 43992 clauses out of 88034 with flag 5324876/1025000
31.64/30.38	c cleaning 44998 clauses out of 90043 with flag 5540806/1071001
33.63/32.33	c cleaning 46007 clauses out of 92044 with flag 5770100/1118000
35.43/34.13	c cleaning 46996 clauses out of 94038 with flag 5996336/1166001
37.53/36.21	c cleaning 47999 clauses out of 96041 with flag 6234168/1215000
39.63/38.36	c cleaning 48995 clauses out of 98043 with flag 6476590/1265001
41.84/40.51	c cleaning 50023 clauses out of 100048 with flag 6713495/1316001
43.93/42.62	c cleaning 50995 clauses out of 102025 with flag 6949811/1368001
46.23/44.94	c cleaning 51998 clauses out of 104031 with flag 7195985/1421002
48.52/47.21	c cleaning 53001 clauses out of 106031 with flag 7443371/1475000
50.82/49.55	c cleaning 53993 clauses out of 108030 with flag 7696179/1530000
53.33/52.04	c cleaning 54995 clauses out of 110037 with flag 7952738/1586000
55.92/54.64	c cleaning 56004 clauses out of 112042 with flag 8215582/1643000
58.75/57.42	c cleaning 57000 clauses out of 114039 with flag 8481066/1701001
61.44/60.19	c cleaning 58008 clauses out of 116039 with flag 8750198/1760001
64.44/63.14	c cleaning 59008 clauses out of 118030 with flag 9022816/1820000
67.33/66.04	c cleaning 59998 clauses out of 120022 with flag 9295016/1881000
70.52/69.24	c cleaning 61002 clauses out of 122024 with flag 9579002/1943000
73.71/72.47	c cleaning 61994 clauses out of 124022 with flag 9863422/2006000
77.10/75.81	c cleaning 62994 clauses out of 126028 with flag 10151014/2070000
80.23/78.91	c cleaning 64002 clauses out of 128037 with flag 10436115/2135003
83.83/82.53	c cleaning 65007 clauses out of 130034 with flag 10732614/2201002
87.62/86.39	c cleaning 66011 clauses out of 132025 with flag 11032726/2268000
91.21/89.97	c cleaning 66997 clauses out of 134014 with flag 11324107/2336000
94.91/93.66	c cleaning 67994 clauses out of 136018 with flag 11622113/2405001
98.50/97.22	c cleaning 68994 clauses out of 138024 with flag 11916076/2475001
102.33/101.02	c cleaning 69997 clauses out of 140029 with flag 12212318/2546000
105.82/104.59	c cleaning 71008 clauses out of 142032 with flag 12523859/2618000
109.41/108.13	c cleaning 72001 clauses out of 144025 with flag 12833210/2691001
113.20/111.99	c cleaning 73009 clauses out of 146025 with flag 13143811/2765002
117.09/115.85	c cleaning 74001 clauses out of 148014 with flag 13462516/2840000
121.22/119.98	c cleaning 75001 clauses out of 150015 with flag 13778432/2916002
125.21/123.94	c cleaning 75994 clauses out of 152012 with flag 14095535/2993000
129.30/128.03	c cleaning 76999 clauses out of 154018 with flag 14403519/3071000
133.30/132.04	c cleaning 77989 clauses out of 156019 with flag 14715856/3150000
137.29/136.08	c cleaning 79008 clauses out of 158030 with flag 15033355/3230000
141.42/140.16	c cleaning 80000 clauses out of 160022 with flag 15353898/3311000
145.51/144.22	c cleaning 80995 clauses out of 162024 with flag 15672794/3393002
149.51/148.29	c cleaning 82003 clauses out of 164028 with flag 15993492/3476001
153.60/152.39	c cleaning 82999 clauses out of 166025 with flag 16319161/3560001
158.19/156.94	c cleaning 84008 clauses out of 168026 with flag 16650789/3645001
162.71/161.49	c cleaning 84998 clauses out of 170018 with flag 16989423/3731001
167.50/166.24	c cleaning 85998 clauses out of 172020 with flag 17337004/3818001
171.99/170.79	c cleaning 86999 clauses out of 174022 with flag 17679060/3906001
176.78/175.58	c cleaning 87994 clauses out of 176022 with flag 18021131/3995000
181.77/180.52	c cleaning 88999 clauses out of 178029 with flag 18377432/4085001
186.68/185.40	c cleaning 90004 clauses out of 180029 with flag 18744371/4176000
191.78/190.51	c cleaning 91000 clauses out of 182025 with flag 19102132/4268000
196.76/195.57	c cleaning 92001 clauses out of 184026 with flag 19469767/4361001
201.85/200.70	c cleaning 93000 clauses out of 186024 with flag 19837006/4455000
207.08/205.87	c cleaning 94005 clauses out of 188024 with flag 20203824/4550000
212.87/211.63	c cleaning 95003 clauses out of 190019 with flag 20585184/4646000
218.36/217.16	c cleaning 95997 clauses out of 192016 with flag 20973954/4743000
224.55/223.33	c cleaning 96999 clauses out of 194020 with flag 21372011/4841001
230.87/229.61	c cleaning 98004 clauses out of 196021 with flag 21777873/4940001
237.46/236.23	c cleaning 99002 clauses out of 198017 with flag 22193768/5040001
244.05/242.82	c cleaning 99995 clauses out of 200014 with flag 22605801/5141000
250.44/249.26	c cleaning 101005 clauses out of 202019 with flag 23021984/5243000
256.43/255.27	c cleaning 101999 clauses out of 204014 with flag 23441076/5346000
262.97/261.76	c cleaning 102998 clauses out of 206015 with flag 23856349/5450000
269.56/268.36	c cleaning 104003 clauses out of 208018 with flag 24284871/5555001
276.45/275.25	c cleaning 104998 clauses out of 210014 with flag 24730238/5661000
283.83/282.62	c cleaning 106002 clauses out of 212018 with flag 25177048/5768002
291.82/290.60	c cleaning 107001 clauses out of 214015 with flag 25632144/5876001
300.37/299.18	c cleaning 108002 clauses out of 216014 with flag 26096271/5985001
309.64/308.47	c cleaning 108996 clauses out of 218012 with flag 26570673/6095001
319.92/318.78	c cleaning 110002 clauses out of 220015 with flag 27055657/6206000
330.50/329.39	c cleaning 111001 clauses out of 222014 with flag 27549505/6318001
340.99/339.85	c cleaning 111998 clauses out of 224012 with flag 28044660/6431000
352.06/350.14	c cleaning 113002 clauses out of 226014 with flag 28554107/6545001
355.64/353.69	c starts		: 8403
355.64/353.69	c conflicts		: 6597605
355.64/353.69	c decisions		: 9031356
355.64/353.69	c propagations		: 55303436
355.64/353.69	c inspects		: 6386188263
355.64/353.69	c shortcuts		: 0
355.64/353.69	c learnt literals	: 8
355.64/353.69	c learnt binary clauses	: 59
355.64/353.69	c learnt ternary clauses	: 225
355.64/353.69	c learnt constraints	: 6597596
355.64/353.69	c ignored constraints	: 0
355.64/353.69	c root simplifications	: 0
355.64/353.69	c removed literals (reason simplification)	: 5698553
355.64/353.69	c reason swapping (by a shorter reason)	: 0
355.64/353.69	c Calls to reduceDB	: 110
355.64/353.69	c Number of update (reduction) of LBD	: 1480474
355.64/353.69	c Imported unit clauses	: 0
355.64/353.70	c No decision after first conflict	: false
355.64/353.70	c number of reductions to clauses (during analyze)	: 0
355.75/353.70	c number of learned constraints concerned by reduction	: 0
355.75/353.70	c number of learning phase by resolution	: 0
355.75/353.70	c number of learning phase by cutting planes	: 0
355.75/353.70	c number of rounding to 1 operations	: 0
355.75/353.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
355.75/353.70	c number of reductions of the coefficients by power 2 	: 0
355.75/353.70	c number of right shift for reduction by power 2 	: 0
355.75/353.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
355.75/353.70	c number of ending skipping 	: 0
355.75/353.70	c number of internal skipping 	: 0
355.75/353.70	c number of derivation steps 	: 0
355.75/353.70	c number of skipped derivation steps 	: 0
355.75/353.70	c number of remaining unassigned 	: 0
355.75/353.70	c number of remaining assigned 	: 0
355.75/353.70	c number of falsified literals weakened from reason	: 0
355.75/353.70	c number of falsified literals weakened from conflict	: 0
355.75/353.70	c time for arithmetic operations	: 0
355.75/353.70	c minimum degree of deleted constraints	: null
355.75/353.70	c maximum degree of deleted constraints	: null
355.75/353.70	c number of deleted constraints	: 0
355.75/353.70	c speed (assignments/second)	: 156432.97277726233
355.75/353.70	c non guided choices	: 193223
355.75/353.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 165549
355.75/353.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 59
355.75/353.76	s UNSATISFIABLE
355.75/353.76	c Total wall clock time (in seconds): 353.622

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511164-1751199869/watcher-4511164-1751199869 -o /tmp/evaluation-result-4511164-1751199869/solver-4511164-1751199869 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27853 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4511164-1751199869.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=30773, runsolver pid=30770

[startup+0.100062 s]*
/proc/loadavg: 4.09 4.12 4.12 6/339 30791
/proc/meminfo: memFree=128302440/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=18930384 memory=55540 CPUtime=0.12 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 6541 0 0 0 10 2 0 0 20 0 18 0 35664820 19384713216 13885 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4732596 13885 5336 1 0 547604 0
[pid=30773/tid=30775] ppid=30770 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 5035 0 0 0 6 1 0 0 20 0 18 0 35664822 19384713216 13885 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35664824 19384713216 13885 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=18930384 memory=58485492706614 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 35664824 19384713216 13885 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55540 KiB

[startup+0.205662 s]*
/proc/loadavg: 4.09 4.12 4.12 7/340 30792
/proc/meminfo: memFree=128292232/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=18996948 memory=64312 CPUtime=0.32 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 7317 0 0 0 30 2 0 0 20 0 19 0 35664820 19452874752 16078 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4749237 16078 5400 1 0 548267 0
[pid=30773/tid=30775] ppid=30770 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 5300 0 0 0 16 1 0 0 20 0 19 0 35664822 19452874752 16078 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=18996948 memory=18949 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 16078 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=18996948 memory=57385981051877 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 16078 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35664838 19452874752 16078 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64312 KiB

[startup+0.305648 s]*
/proc/loadavg: 4.09 4.12 4.12 6/340 30792
/proc/meminfo: memFree=128286184/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=18996948 memory=73908 CPUtime=0.51 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 11396 0 0 0 48 3 0 0 20 0 19 0 35664820 19452874752 18477 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4749237 18477 5400 1 0 550305 0
[pid=30773/tid=30775] ppid=30770 vsize=18998952 memory=-6000919507032566892 CPUtime=0.26 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 5307 0 0 0 25 1 0 0 20 0 19 0 35664822 19454926848 18509 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=18998952 memory=0 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35664824 19454926848 18541 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=18998952 memory=0 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35664824 19454926848 18573 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=18998952 memory=0 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35664838 19454926848 18573 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73908 KiB

[startup+0.700203 s]
/proc/loadavg: 4.09 4.12 4.12 7/340 30792
/proc/meminfo: memFree=128275032/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=18996948 memory=86904 CPUtime=1.27 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 15257 0 0 0 124 3 0 0 20 0 19 0 35664820 19452874752 21726 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4749237 21726 5432 1 0 552776 0
[pid=30773/tid=30775] ppid=30770 vsize=18996948 memory=17536 CPUtime=0.63 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 5378 0 0 0 62 1 0 0 20 0 19 0 35664822 19452874752 21726 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 21726 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 21726 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35664838 19452874752 21726 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86904 KiB

[startup+1.50024 s]
/proc/loadavg: 4.09 4.12 4.12 6/340 30792
/proc/meminfo: memFree=128266272/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=18996948 memory=99808 CPUtime=2.79 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 20204 0 0 0 275 4 0 0 20 0 19 0 35664820 19452874752 24952 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4749237 24952 5432 1 0 552780 0
[pid=30773/tid=30775] ppid=30770 vsize=18996948 memory=0 CPUtime=1.43 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 5782 0 0 0 141 2 0 0 20 0 19 0 35664822 19452874752 24952 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 24952 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 24952 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35664838 19452874752 24952 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99808 KiB

[startup+3.10574 s]
/proc/loadavg: 4.09 4.12 4.12 5/340 30792
/proc/meminfo: memFree=128253732/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=18996948 memory=116320 CPUtime=4.46 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 21031 0 0 0 441 5 0 0 20 0 19 0 35664820 19452874752 29080 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4749237 29080 5432 1 0 552782 0
[pid=30773/tid=30775] ppid=30770 vsize=18996948 memory=10752 CPUtime=3.03 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 6117 0 0 0 301 2 0 0 20 0 19 0 35664822 19452874752 29080 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=18996948 memory=-6000919507032566892 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 29080 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 29080 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35664838 19452874752 29080 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116320 KiB

[startup+6.30022 s]
/proc/loadavg: 4.08 4.12 4.12 5/340 30792
/proc/meminfo: memFree=128225284/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=18996948 memory=139212 CPUtime=7.66 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 21426 0 0 0 760 6 0 0 20 0 19 0 35664820 19452874752 34803 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4749237 34803 5432 1 0 552782 0
[pid=30773/tid=30775] ppid=30770 vsize=18996948 memory=0 CPUtime=6.22 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 6401 0 0 0 619 3 0 0 20 0 19 0 35664822 19452874752 34803 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 34803 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35664824 19452874752 34803 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=18996948 memory=99808 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35664838 19452874752 34803 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139212 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.12 4.12 5/341 30793
/proc/meminfo: memFree=128192516/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=174644 CPUtime=14.07 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 24073 0 0 0 1400 7 0 0 20 0 20 0 35664820 19521036288 43661 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 43661 5496 1 0 553071 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=99808 CPUtime=12.59 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 7056 0 0 0 1256 3 0 0 20 0 20 0 35664822 19521036288 43661 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=174644 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 43661 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 43661 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 43661 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174644 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.11 4.11 5/341 30793
/proc/meminfo: memFree=128122924/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=182892 CPUtime=26.85 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 26049 0 0 0 2678 7 0 0 20 0 20 0 35664820 19521036288 45723 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 45723 5496 1 0 553071 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=174644 CPUtime=25.35 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 7679 0 0 0 2532 3 0 0 20 0 20 0 35664822 19521036288 45723 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 45723 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=-6000919507032566892 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 45723 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 45723 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 26.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182892 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.12 4.11 5/341 30794
/proc/meminfo: memFree=128036656/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=199492 CPUtime=52.43 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 27419 0 0 0 5234 9 0 0 20 0 20 0 35664820 19521036288 49873 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 49873 5496 1 0 553071 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=14848 CPUtime=50.87 cores=1,3

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

/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 136964 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 136964 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 283.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 547856 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/341 30810
/proc/meminfo: memFree=126677548/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=664636 CPUtime=343.56 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 35010 0 0 0 34326 30 0 0 20 0 20 0 35664820 19521036288 166159 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 166159 5496 1 0 553071 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=465916 CPUtime=340.89 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 10292 0 0 0 34085 4 0 0 20 0 20 0 35664822 19521036288 166159 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=547856 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 166159 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 166159 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 166159 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 343.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 664636 KiB

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

# cumulated CPU time of all completed processes:  user=355.533 s, system=0.325151 s

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

[startup+345.6 s]
/proc/loadavg: 4.11 4.09 4.09 5/341 30810
/proc/meminfo: memFree=126610264/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=665260 CPUtime=347.21 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 39040 0 0 0 34691 30 0 0 20 0 20 0 35664820 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 166315 5496 1 0 553179 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=14848 CPUtime=344.18 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 11106 0 0 0 34414 4 0 0 20 0 20 0 35664822 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=17316 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 347.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 665260 KiB

[startup+348.8 s]
/proc/loadavg: 4.11 4.09 4.09 5/341 30810
/proc/meminfo: memFree=126607744/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=665260 CPUtime=350.41 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 39049 0 0 0 35011 30 0 0 20 0 20 0 35664820 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 166315 5496 1 0 553179 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=-6000919507032566892 CPUtime=347.37 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 11111 0 0 0 34733 4 0 0 20 0 20 0 35664822 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=665260 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 166315 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 350.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 665260 KiB

[startup+352 s]*
/proc/loadavg: 4.10 4.09 4.09 5/341 30810
/proc/meminfo: memFree=126599436/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=671480 CPUtime=354.05 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 43052 0 0 0 35374 31 0 0 20 0 20 0 35664820 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 167870 5496 1 0 554586 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=-6000919507032566892 CPUtime=350.57 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 11120 0 0 0 35053 4 0 0 20 0 20 0 35664822 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=-4050210904893474446 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=6784 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=5040 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 354.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 671480 KiB

[startup+352.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/341 30810
/proc/meminfo: memFree=126599436/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=671480 CPUtime=354.84 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 43052 0 0 0 35453 31 0 0 20 0 20 0 35664820 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 167870 5496 1 0 554586 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=12544 CPUtime=351.36 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 11120 0 0 0 35132 4 0 0 20 0 20 0 35664822 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=671480 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 354.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 671480 KiB

[startup+353.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/341 30810
/proc/meminfo: memFree=126599436/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=671480 CPUtime=355.24 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 43052 0 0 0 35493 31 0 0 20 0 20 0 35664820 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 167870 5496 1 0 554586 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=21952 CPUtime=351.76 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 11120 0 0 0 35172 4 0 0 20 0 20 0 35664822 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=-6000919507032566892 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=4988 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=5188 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 355.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 671480 KiB

[startup+353.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/341 30810
/proc/meminfo: memFree=126599436/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19063512 memory=671480 CPUtime=355.64 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 43052 0 0 0 35533 31 0 0 20 0 20 0 35664820 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4765878 167870 5496 1 0 554586 0
[pid=30773/tid=30775] ppid=30770 vsize=19063512 memory=671480 CPUtime=352.16 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 27841 0 -1 4194368 11120 0 0 0 35212 4 0 0 20 0 20 0 35664822 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30792] ppid=30770 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/30773/task/30792/stat : 30792 (Timer-0) S 30770 30773 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35664838 19521036288 167870 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 355.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 671480 KiB

[startup+353.7 s]
/proc/loadavg: 4.10 4.09 4.09 5/341 30810
/proc/meminfo: memFree=126599436/131249996 swapFree=33010684/33010684
[pid=30773] ppid=30770 vsize=19196640 memory=671864 CPUtime=355.75 cores=1,3
/proc/30773/stat : 30773 (java) S 30770 30773 27841 0 -1 4194304 44274 0 0 0 35544 31 0 0 20 0 20 0 35664820 19657359360 167966 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
/proc/30773/statm: 4799160 167966 5496 1 0 555188 0
[pid=30773/tid=30775] ppid=30770 vsize=19196640 memory=465916 CPUtime=352.24 cores=1,3
/proc/30773/task/30775/stat : 30775 (java) S 30770 30773 27841 0 -1 4194368 11961 0 0 0 35220 4 0 0 20 0 20 0 35664822 19657359360 167966 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30784] ppid=30770 vsize=19196640 memory=547856 CPUtime=0 cores=1,3
/proc/30773/task/30784/stat : 30784 (Finalizer) S 30770 30773 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35664824 19657359360 167966 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
[pid=30773/tid=30791] ppid=30770 vsize=19196640 memory=14848 CPUtime=0 cores=1,3
/proc/30773/task/30791/stat : 30791 (Common-Cleaner) S 30770 30773 27841 0 -1 4194368 185 0 0 0 0 0 0 0 20 0 20 0 35664824 19657359360 167966 18446744073709551615 94593032769536 94593032773232 140730612552384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94593032781048 94593032781840 94593047871488 140730612558209 140730612558310 140730612558310 140730612563912 0
Current children cumulated CPU time: 355.75 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 671864 KiB

Child status: 20

Real time (s): 353.768
CPU time (s): 355.858
CPU user time (s): 355.533
CPU system time (s): 0.325151
CPU usage (%): 100.591
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 676772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 355.533
system time used= 0.325151
maximum resident set size= 677504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44557
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12177
involuntary context switches= 915


# summary of solver processes directly reported to runsolver:
#   pid: 30773
#   total CPU time (s): 355.858
#   total CPU user time (s): 355.533
#   total CPU system time (s): 0.325151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.763078 second user time and 1.66969 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 14:24:29
IDJOB=4511164
IDBENCH=160431
IDSOLVER=3363
FILE ID=nodeC024/4511164-1751199869
RUNJOBID= nodeC024-1751191546-27853
SLURM_JOB_ID= 9587580
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x60split.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511164-1751199869/watcher-4511164-1751199869 -o /tmp/evaluation-result-4511164-1751199869/solver-4511164-1751199869 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27853 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4511164-1751199869.opb

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

MD5SUM BENCH= 77ae40a270bfcd4ecd9b94334dd86fa6
RANDOM SEED=684780660

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.669
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.363
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		: 3598.438
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.731
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		: 3599.674
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.667
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		: 3478.331
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		: 3600.489
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:        128316736 kB
MemAvailable:   127999096 kB
Buffers:            3280 kB
Cached:           491928 kB
SwapCached:            0 kB
Active:          2118688 kB
Inactive:         237368 kB
Active(anon):    1878912 kB
Inactive(anon):        0 kB
Active(file):     239776 kB
Inactive(file):   237368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               748 kB
Writeback:             4 kB
AnonPages:       1863280 kB
Mapped:           122600 kB
Shmem:             18064 kB
KReclaimable:      88508 kB
Slab:             175304 kB
SReclaimable:      88508 kB
SUnreclaim:        86796 kB
KernelStack:        5280 kB
PageTables:         7360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7048356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 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= 433056 MiB
End job on nodeC024 at 2025-06-29 14:30:23