Trace number 4511200

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 200.551 198.365

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM6aa2e19502a8f75e99296617bfe7afcb
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 benchmark1.41638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4511200-1751200224.opb
0.12/0.14	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     501
0.12/0.17	c #constraints  502
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 => 500
0.12/0.17	c 502 constraints processed.
0.50/0.35	c cleaning 2491 clauses out of 5001 with flag 20369/5001
0.69/0.50	c cleaning 4248 clauses out of 8509 with flag 46989/11000
1.08/0.69	c cleaning 5623 clauses out of 11261 with flag 81446/18000
1.47/0.89	c cleaning 6798 clauses out of 13638 with flag 122882/26000
1.85/1.03	c cleaning 7915 clauses out of 15841 with flag 172121/35001
2.02/1.18	c cleaning 8936 clauses out of 17925 with flag 229556/45000
2.39/1.37	c cleaning 9961 clauses out of 19989 with flag 291842/56000
2.77/1.59	c cleaning 10985 clauses out of 22029 with flag 360230/68001
3.07/1.83	c cleaning 12016 clauses out of 24043 with flag 436984/81000
3.37/2.11	c cleaning 12989 clauses out of 26027 with flag 515126/95000
3.66/2.41	c cleaning 13993 clauses out of 28038 with flag 601589/110000
3.96/2.75	c cleaning 14980 clauses out of 30046 with flag 695023/126001
4.39/3.16	c cleaning 16010 clauses out of 32065 with flag 792302/143000
4.81/3.55	c cleaning 17012 clauses out of 34055 with flag 893925/161000
5.21/3.98	c cleaning 18001 clauses out of 36044 with flag 1000663/180001
5.70/4.43	c cleaning 18999 clauses out of 38043 with flag 1110093/200001
6.20/4.97	c cleaning 20004 clauses out of 40044 with flag 1227212/221001
6.80/5.51	c cleaning 20988 clauses out of 42039 with flag 1346062/243000
7.30/6.08	c cleaning 22022 clauses out of 44052 with flag 1470458/266001
7.99/6.73	c cleaning 23002 clauses out of 46029 with flag 1600037/290000
8.70/7.41	c cleaning 24004 clauses out of 48029 with flag 1733327/315002
9.40/8.14	c cleaning 24995 clauses out of 50023 with flag 1869349/341000
10.19/8.93	c cleaning 25985 clauses out of 52028 with flag 2013670/368000
11.00/9.73	c cleaning 26998 clauses out of 54043 with flag 2158568/396000
11.81/10.59	c cleaning 28004 clauses out of 56045 with flag 2307264/425000
12.71/11.49	c cleaning 29005 clauses out of 58041 with flag 2464548/455000
13.71/12.41	c cleaning 29997 clauses out of 60036 with flag 2624006/486000
14.70/13.44	c cleaning 31007 clauses out of 62040 with flag 2788283/518001
15.90/14.60	c cleaning 32003 clauses out of 64032 with flag 2958389/551000
17.10/15.80	c cleaning 32995 clauses out of 66029 with flag 3132889/585000
18.20/17.00	c cleaning 33999 clauses out of 68034 with flag 3306781/620000
19.50/18.27	c cleaning 35007 clauses out of 70037 with flag 3489263/656002
20.90/19.61	c cleaning 35995 clauses out of 72029 with flag 3672041/693001
22.30/21.08	c cleaning 36998 clauses out of 74033 with flag 3862278/731000
23.79/22.52	c cleaning 38005 clauses out of 76036 with flag 4051185/770001
25.29/24.08	c cleaning 38992 clauses out of 78030 with flag 4245132/810000
27.08/25.85	c cleaning 40004 clauses out of 80039 with flag 4445436/851001
28.98/27.70	c cleaning 41003 clauses out of 82035 with flag 4651319/893001
30.97/29.78	c cleaning 42015 clauses out of 84031 with flag 4861454/936000
33.07/31.86	c cleaning 42995 clauses out of 86016 with flag 5070684/980000
35.17/33.97	c cleaning 43993 clauses out of 88021 with flag 5284921/1025000
37.47/36.20	c cleaning 45003 clauses out of 90029 with flag 5505003/1071001
39.66/38.44	c cleaning 45997 clauses out of 92026 with flag 5725312/1118001
41.76/40.55	c cleaning 47001 clauses out of 94029 with flag 5944805/1166001
43.95/42.72	c cleaning 47998 clauses out of 96027 with flag 6168941/1215000
46.47/45.24	c cleaning 48997 clauses out of 98029 with flag 6401659/1265000
49.06/47.82	c cleaning 50007 clauses out of 100032 with flag 6637751/1316000
51.76/50.53	c cleaning 51000 clauses out of 102025 with flag 6874417/1368000
54.65/53.41	c cleaning 51998 clauses out of 104026 with flag 7115547/1421001
57.25/56.05	c cleaning 53001 clauses out of 106027 with flag 7356792/1475000
60.25/59.04	c cleaning 54003 clauses out of 108026 with flag 7605882/1530000
63.24/62.04	c cleaning 55004 clauses out of 110024 with flag 7855134/1586001
66.23/65.07	c cleaning 56000 clauses out of 112020 with flag 8102636/1643001
69.75/68.52	c cleaning 57000 clauses out of 114019 with flag 8354356/1701000
72.95/71.76	c cleaning 58000 clauses out of 116021 with flag 8605727/1760002
76.25/75.06	c cleaning 59001 clauses out of 118021 with flag 8853869/1820002
79.63/78.43	c cleaning 59995 clauses out of 120018 with flag 9108338/1881000
83.03/81.80	c cleaning 61001 clauses out of 122023 with flag 9359283/1943000
86.23/85.06	c cleaning 61996 clauses out of 124023 with flag 9611978/2006001
90.05/88.82	c cleaning 63001 clauses out of 126026 with flag 9871446/2070000
93.44/92.25	c cleaning 64005 clauses out of 128025 with flag 10126750/2135000
96.94/95.74	c cleaning 64998 clauses out of 130020 with flag 10382176/2201000
100.43/99.25	c cleaning 66001 clauses out of 132022 with flag 10640878/2268000
103.92/102.71	c cleaning 67003 clauses out of 134022 with flag 10906495/2336001
107.32/106.14	c cleaning 67999 clauses out of 136019 with flag 11175839/2405001
110.95/109.72	c cleaning 69000 clauses out of 138019 with flag 11449551/2475000
114.25/113.08	c cleaning 70004 clauses out of 140020 with flag 11720334/2546001
117.83/116.65	c cleaning 70997 clauses out of 142016 with flag 12009354/2618001
121.63/120.48	c cleaning 72000 clauses out of 144018 with flag 12294102/2691000
125.62/124.48	c cleaning 73000 clauses out of 146018 with flag 12595991/2765000
130.01/128.83	c cleaning 74002 clauses out of 148018 with flag 12916399/2840000
134.62/133.40	c cleaning 74997 clauses out of 150016 with flag 13231549/2916000
139.22/138.08	c cleaning 76003 clauses out of 152020 with flag 13562807/2993001
144.00/142.80	c cleaning 77003 clauses out of 154016 with flag 13912154/3071000
148.59/147.43	c cleaning 78002 clauses out of 156013 with flag 14243191/3150000
153.29/152.13	c cleaning 79001 clauses out of 158012 with flag 14580106/3230001
157.79/156.65	c cleaning 79998 clauses out of 160011 with flag 14915624/3311001
162.48/161.32	c cleaning 80994 clauses out of 162013 with flag 15265553/3393001
167.47/166.31	c cleaning 82004 clauses out of 164018 with flag 15615834/3476000
173.06/171.93	c cleaning 83002 clauses out of 166015 with flag 15984489/3560001
178.99/177.87	c cleaning 84002 clauses out of 168014 with flag 16360665/3645002
184.47/183.33	c cleaning 85002 clauses out of 170011 with flag 16727560/3731001
191.66/189.94	c cleaning 86001 clauses out of 172009 with flag 17113343/3818001
198.22/196.17	c cleaning 87000 clauses out of 174006 with flag 17512516/3906001
200.36/198.26	c starts		: 5172
200.36/198.27	c conflicts		: 3942986
200.36/198.27	c decisions		: 5361879
200.36/198.27	c propagations		: 33494391
200.36/198.27	c inspects		: 3707763854
200.36/198.27	c shortcuts		: 0
200.36/198.27	c learnt literals	: 15
200.36/198.27	c learnt binary clauses	: 104
200.36/198.27	c learnt ternary clauses	: 426
200.36/198.27	c learnt constraints	: 3942970
200.36/198.27	c ignored constraints	: 0
200.36/198.27	c root simplifications	: 0
200.36/198.27	c removed literals (reason simplification)	: 3394989
200.36/198.27	c reason swapping (by a shorter reason)	: 0
200.36/198.27	c Calls to reduceDB	: 84
200.36/198.27	c Number of update (reduction) of LBD	: 884389
200.36/198.27	c Imported unit clauses	: 0
200.36/198.27	c No decision after first conflict	: false
200.36/198.27	c number of reductions to clauses (during analyze)	: 0
200.36/198.27	c number of learned constraints concerned by reduction	: 0
200.36/198.27	c number of learning phase by resolution	: 0
200.36/198.27	c number of learning phase by cutting planes	: 0
200.36/198.27	c number of rounding to 1 operations	: 0
200.36/198.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
200.36/198.27	c number of reductions of the coefficients by power 2 	: 0
200.36/198.27	c number of right shift for reduction by power 2 	: 0
200.36/198.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
200.36/198.28	c number of ending skipping 	: 0
200.36/198.28	c number of internal skipping 	: 0
200.36/198.28	c number of derivation steps 	: 0
200.36/198.28	c number of skipped derivation steps 	: 0
200.36/198.28	c number of remaining unassigned 	: 0
200.36/198.28	c number of remaining assigned 	: 0
200.36/198.28	c number of falsified literals weakened from reason	: 0
200.36/198.28	c number of falsified literals weakened from conflict	: 0
200.36/198.28	c time for arithmetic operations	: 0
200.36/198.28	c minimum degree of deleted constraints	: null
200.36/198.28	c maximum degree of deleted constraints	: null
200.36/198.28	c number of deleted constraints	: 0
200.36/198.28	c speed (assignments/second)	: 169078.19787985866
200.36/198.28	c non guided choices	: 79455
200.50/198.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 123873
200.50/198.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 104
200.50/198.33	s UNSATISFIABLE
200.50/198.33	c Total wall clock time (in seconds): 198.191

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511200-1751200224/watcher-4511200-1751200224 -o /tmp/evaluation-result-4511200-1751200224/solver-4511200-1751200224 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27853 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4511200-1751200224.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30856, runsolver pid=30853

[startup+0.10006 s]*
/proc/loadavg: 4.09 4.09 4.09 5/339 30874
/proc/meminfo: memFree=127219448/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=18930384 memory=55516 CPUtime=0.12 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 6524 0 0 0 10 2 0 0 20 0 18 0 35700294 19384713216 13879 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4732596 13879 5336 1 0 547587 0
[pid=30856/tid=30858] ppid=30853 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 5033 0 0 0 6 1 0 0 20 0 18 0 35700295 19384713216 13879 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35700298 19384713216 13879 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=18930384 memory=58485492706614 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35700298 19384713216 13879 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55516 KiB

[startup+0.205782 s]*
/proc/loadavg: 4.09 4.09 4.09 7/340 30875
/proc/meminfo: memFree=127216436/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=18996948 memory=64324 CPUtime=0.3 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 7085 0 0 0 28 2 0 0 20 0 19 0 35700294 19452874752 16081 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4749237 16081 5432 1 0 548234 0
[pid=30856/tid=30858] ppid=30853 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 5295 0 0 0 15 2 0 0 20 0 19 0 35700295 19452874752 16081 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=18996948 memory=18949 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 16081 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=18996948 memory=57385981051877 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 16081 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35700312 19452874752 16081 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64324 KiB

[startup+0.305792 s]*
/proc/loadavg: 4.09 4.09 4.09 6/340 30875
/proc/meminfo: memFree=127212404/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=18996948 memory=67932 CPUtime=0.5 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 9037 0 0 0 47 3 0 0 20 0 19 0 35700294 19452874752 16983 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4749237 16983 5432 1 0 549098 0
[pid=30856/tid=30858] ppid=30853 vsize=18996948 memory=-6000919494181153900 CPUtime=0.26 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 5303 0 0 0 24 2 0 0 20 0 19 0 35700295 19452874752 16983 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 16983 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 16983 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35700312 19452874752 16983 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67932 KiB

[startup+0.700233 s]
/proc/loadavg: 4.09 4.09 4.09 6/340 30875
/proc/meminfo: memFree=127196716/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=18996948 memory=85756 CPUtime=1.27 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 13726 0 0 0 123 4 0 0 20 0 19 0 35700294 19452874752 21439 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4749237 21439 5432 1 0 551945 0
[pid=30856/tid=30858] ppid=30853 vsize=18996948 memory=17536 CPUtime=0.63 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 5346 0 0 0 61 2 0 0 20 0 19 0 35700295 19452874752 21439 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 21439 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 21439 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35700312 19452874752 21439 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85756 KiB

[startup+1.50024 s]
/proc/loadavg: 4.09 4.09 4.09 5/340 30875
/proc/meminfo: memFree=127190856/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=18996948 memory=94360 CPUtime=2.77 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 17756 0 0 0 272 5 0 0 20 0 19 0 35700294 19452874752 23590 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4749237 23590 5432 1 0 551948 0
[pid=30856/tid=30858] ppid=30853 vsize=18996948 memory=0 CPUtime=1.41 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 5643 0 0 0 139 2 0 0 20 0 19 0 35700295 19452874752 23590 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 23590 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 23590 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35700312 19452874752 23590 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94360 KiB

[startup+3.10558 s]
/proc/loadavg: 4.09 4.09 4.09 5/340 30875
/proc/meminfo: memFree=127170444/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=18996948 memory=110872 CPUtime=4.39 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 18594 0 0 0 434 5 0 0 20 0 19 0 35700294 19452874752 27718 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4749237 27718 5432 1 0 551950 0
[pid=30856/tid=30858] ppid=30853 vsize=18996948 memory=10752 CPUtime=3 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 5965 0 0 0 298 2 0 0 20 0 19 0 35700295 19452874752 27718 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=18996948 memory=-6000919494181153900 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 27718 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 27718 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35700312 19452874752 27718 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110872 KiB

[startup+6.30023 s]
/proc/loadavg: 4.08 4.09 4.09 5/340 30875
/proc/meminfo: memFree=127146092/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=18996948 memory=131924 CPUtime=7.6 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 19059 0 0 0 755 5 0 0 20 0 19 0 35700294 19452874752 32981 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4749237 32981 5432 1 0 551966 0
[pid=30856/tid=30858] ppid=30853 vsize=18996948 memory=0 CPUtime=6.19 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 6271 0 0 0 616 3 0 0 20 0 19 0 35700295 19452874752 32981 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 32981 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35700298 19452874752 32981 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=18996948 memory=96408 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35700312 19452874752 32981 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 7.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 131924 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.09 4.09 5/340 30876
/proc/meminfo: memFree=127107840/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=173500 CPUtime=14 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 21579 0 0 0 1393 7 0 0 20 0 20 0 35700294 19521036288 43375 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 43375 5496 1 0 552255 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=96408 CPUtime=12.56 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 6831 0 0 0 1252 4 0 0 20 0 20 0 35700295 19521036288 43375 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=173500 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 43375 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 43375 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 43375 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173500 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.08 4.09 5/340 30877
/proc/meminfo: memFree=127108628/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=181752 CPUtime=26.78 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 23554 0 0 0 2671 7 0 0 20 0 20 0 35700294 19521036288 45438 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 45438 5496 1 0 552255 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=173500 CPUtime=25.31 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 7463 0 0 0 2527 4 0 0 20 0 20 0 35700295 19521036288 45438 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 45438 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=-6000919494181153900 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 45438 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 45438 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 26.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181752 KiB

[startup+51.1056 s]
/proc/loadavg: 4.09 4.09 4.09 5/340 30878
/proc/meminfo: memFree=126999312/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=198424 CPUtime=52.36 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 23848 0 0 0 5227 9 0 0 20 0 20 0 35700294 19521036288 49606 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 49606 5496 1 0 552255 0

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

/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 87027 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=-6000919494181153900 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 87027 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 163.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 348108 KiB

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

# cumulated CPU time of all completed processes:  user=200.367 s, system=0.184439 s

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

[startup+179.2 s]
/proc/loadavg: 3.96 4.05 4.08 5/342 31216
/proc/meminfo: memFree=128144656/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=393184 CPUtime=180.38 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 26334 0 0 0 18024 14 0 0 20 0 20 0 35700294 19521036288 98296 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 98296 5496 1 0 552255 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=4352 CPUtime=178.36 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 8410 0 0 0 17832 4 0 0 20 0 20 0 35700295 19521036288 98296 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 98296 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 95 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 98296 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 98296 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 180.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 393184 KiB

[startup+192 s]*
/proc/loadavg: 3.97 4.05 4.07 5/342 31216
/proc/meminfo: memFree=128120776/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=393496 CPUtime=193.78 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 35310 0 0 0 19362 16 0 0 20 0 20 0 35700294 19521036288 98374 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 98374 5496 1 0 555040 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=-6000919502704438124 CPUtime=191.14 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 9239 0 0 0 19110 4 0 0 20 0 20 0 35700295 19521036288 98374 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 98374 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 98374 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=4988 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 98374 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 193.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 393496 KiB

[startup+195.2 s]
/proc/loadavg: 3.97 4.05 4.07 5/342 31216
/proc/meminfo: memFree=128120776/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=401816 CPUtime=197.32 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 38154 0 0 0 19715 17 0 0 20 0 20 0 35700294 19521036288 100454 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 100454 5496 1 0 555040 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=400096 CPUtime=194.32 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 9773 0 0 0 19428 4 0 0 20 0 20 0 35700295 19521036288 100454 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 100454 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 100454 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 100454 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 197.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 401816 KiB

[startup+196.8 s]
/proc/loadavg: 3.97 4.05 4.07 5/342 31216
/proc/meminfo: memFree=128108496/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=397248 CPUtime=198.92 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 38246 0 0 0 19875 17 0 0 20 0 20 0 35700294 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 99312 5496 1 0 555040 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=396440 CPUtime=195.92 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 9850 0 0 0 19588 4 0 0 20 0 20 0 35700295 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=393496 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=2744 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=6768 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 198.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 397248 KiB

[startup+197.602 s]
/proc/loadavg: 3.97 4.05 4.07 5/342 31216
/proc/meminfo: memFree=128108496/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=397248 CPUtime=199.76 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 38777 0 0 0 19959 17 0 0 20 0 20 0 35700294 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 99312 5496 1 0 555040 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=-6000919494181153900 CPUtime=196.72 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 10076 0 0 0 19668 4 0 0 20 0 20 0 35700295 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 199.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 397248 KiB

[startup+198 s]*
/proc/loadavg: 3.97 4.05 4.07 5/342 31216
/proc/meminfo: memFree=128067536/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=397248 CPUtime=200.17 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 38813 0 0 0 20000 17 0 0 20 0 20 0 35700294 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 99312 5496 1 0 555040 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=-6000919502704438124 CPUtime=197.12 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 10089 0 0 0 19708 4 0 0 20 0 20 0 35700295 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 200.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 397248 KiB

[startup+198.2 s]
/proc/loadavg: 3.97 4.05 4.07 5/342 31216
/proc/meminfo: memFree=128067536/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19063512 memory=397248 CPUtime=200.36 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 38815 0 0 0 20019 17 0 0 20 0 20 0 35700294 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4765878 99312 5496 1 0 555040 0
[pid=30856/tid=30858] ppid=30853 vsize=19063512 memory=211292520752 CPUtime=197.31 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) R 30853 30856 27841 0 -1 4194368 10091 0 0 0 19727 4 0 0 20 0 20 0 35700295 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19063512 memory=53013654012657 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19063512 memory=103646 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 35700298 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30875] ppid=30853 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/30856/task/30875/stat : 30875 (Timer-0) S 30853 30856 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35700312 19521036288 99312 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 200.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 397248 KiB

[startup+198.3 s]
/proc/loadavg: 3.97 4.05 4.07 5/342 31216
/proc/meminfo: memFree=128067536/131249996 swapFree=33010684/33010684
[pid=30856] ppid=30853 vsize=19196640 memory=397888 CPUtime=200.5 cores=1,3
/proc/30856/stat : 30856 (java) S 30853 30856 27841 0 -1 4194304 40527 0 0 0 20032 18 0 0 20 0 20 0 35700294 19657359360 99472 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
/proc/30856/statm: 4799160 99472 5528 1 0 555674 0
[pid=30856/tid=30858] ppid=30853 vsize=19196640 memory=307148 CPUtime=197.38 cores=1,3
/proc/30856/task/30858/stat : 30858 (java) S 30853 30856 27841 0 -1 4194368 11273 0 0 0 19734 4 0 0 20 0 20 0 35700295 19657359360 99472 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30867] ppid=30853 vsize=19196640 memory=348108 CPUtime=0 cores=1,3
/proc/30856/task/30867/stat : 30867 (Finalizer) S 30853 30856 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35700298 19657359360 99472 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
[pid=30856/tid=30874] ppid=30853 vsize=19196640 memory=5632 CPUtime=0 cores=1,3
/proc/30856/task/30874/stat : 30874 (Common-Cleaner) S 30853 30856 27841 0 -1 4194368 100 0 0 0 0 0 0 0 20 0 20 0 35700298 19657359360 99472 18446744073709551615 94883868979200 94883868982896 140732193888112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94883868990712 94883868991504 94883899027456 140732193896833 140732193896934 140732193896934 140732193902536 0
Current children cumulated CPU time: 200.5 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 397888 KiB

Child status: 20

Real time (s): 198.365
CPU time (s): 200.551
CPU user time (s): 200.367
CPU system time (s): 0.184439
CPU usage (%): 101.102
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 409656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.367
system time used= 0.184439
maximum resident set size= 410744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40761
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7317
involuntary context switches= 892


# summary of solver processes directly reported to runsolver:
#   pid: 30856
#   total CPU time (s): 200.551
#   total CPU user time (s): 200.367
#   total CPU system time (s): 0.184439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.376537 second user time and 1.0102 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 14:30:24
IDJOB=4511200
IDBENCH=160432
IDSOLVER=3363
FILE ID=nodeC024/4511200-1751200224
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-ECgrid5x50split.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511200-1751200224/watcher-4511200-1751200224 -o /tmp/evaluation-result-4511200-1751200224/solver-4511200-1751200224 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27853 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4511200-1751200224.opb

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

MD5SUM BENCH= 6aa2e19502a8f75e99296617bfe7afcb
RANDOM SEED=70391468

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.888
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:        127235980 kB
MemAvailable:   126918596 kB
Buffers:            3280 kB
Cached:           492188 kB
SwapCached:            0 kB
Active:          3200896 kB
Inactive:         237624 kB
Active(anon):    2961120 kB
Inactive(anon):        0 kB
Active(file):     239776 kB
Inactive(file):   237624 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               748 kB
Writeback:             0 kB
AnonPages:       2945396 kB
Mapped:           122592 kB
Shmem:             18064 kB
KReclaimable:      88508 kB
Slab:             175432 kB
SReclaimable:      88508 kB
SUnreclaim:        86924 kB
KernelStack:        5216 kB
PageTables:         9472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7048648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2764800 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:33:42