Trace number 4511416

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 129.683 127.987

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
MD5SUM6e0d6ec9878888f9bd2fd3a9da68de38
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.047082
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)201
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.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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-4511416-1751200423.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.16	c ... done. Wall clock time 0.025s.
0.12/0.16	c declared #vars     401
0.12/0.16	c #constraints  402
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 400
0.12/0.16	c 402 constraints processed.
0.51/0.35	c cleaning 2490 clauses out of 5000 with flag 20982/5000
0.90/0.51	c cleaning 4240 clauses out of 8510 with flag 49620/11000
1.27/0.75	c cleaning 5612 clauses out of 11271 with flag 86074/18001
1.67/0.90	c cleaning 6813 clauses out of 13658 with flag 129765/26000
1.87/1.05	c cleaning 7899 clauses out of 15845 with flag 178199/35000
2.20/1.21	c cleaning 8956 clauses out of 17947 with flag 236121/45001
2.50/1.40	c cleaning 9982 clauses out of 19990 with flag 299619/56000
2.70/1.64	c cleaning 10972 clauses out of 22008 with flag 370901/68000
3.00/1.90	c cleaning 12003 clauses out of 24036 with flag 445721/81000
3.31/2.20	c cleaning 12995 clauses out of 26033 with flag 528735/95000
3.61/2.54	c cleaning 14005 clauses out of 28038 with flag 618097/110000
4.00/2.92	c cleaning 15001 clauses out of 30033 with flag 712709/126000
4.43/3.35	c cleaning 15997 clauses out of 32032 with flag 812906/143000
4.95/3.81	c cleaning 17013 clauses out of 34036 with flag 914294/161001
5.45/4.30	c cleaning 17991 clauses out of 36022 with flag 1022032/180000
5.95/4.87	c cleaning 19009 clauses out of 38032 with flag 1141819/200001
6.56/5.47	c cleaning 19993 clauses out of 40024 with flag 1258745/221002
7.26/6.11	c cleaning 21004 clauses out of 42029 with flag 1381242/243000
7.96/6.83	c cleaning 22000 clauses out of 44025 with flag 1510737/266000
8.65/7.57	c cleaning 22997 clauses out of 46025 with flag 1640151/290000
9.45/8.32	c cleaning 24001 clauses out of 48031 with flag 1775509/315003
10.25/9.14	c cleaning 25001 clauses out of 50028 with flag 1914263/341001
11.15/10.05	c cleaning 26000 clauses out of 52027 with flag 2059299/368001
12.04/10.98	c cleaning 27003 clauses out of 54027 with flag 2205996/396001
13.16/12.10	c cleaning 27998 clauses out of 56024 with flag 2363351/425001
14.26/13.20	c cleaning 28997 clauses out of 58025 with flag 2522704/455000
15.45/14.36	c cleaning 30008 clauses out of 60028 with flag 2684743/486000
16.65/15.55	c cleaning 31000 clauses out of 62020 with flag 2847719/518000
17.95/16.81	c cleaning 32003 clauses out of 64020 with flag 3017994/551000
19.45/18.31	c cleaning 32995 clauses out of 66018 with flag 3196899/585001
20.94/19.80	c cleaning 34001 clauses out of 68022 with flag 3373763/620000
22.64/21.51	c cleaning 35001 clauses out of 70021 with flag 3558010/656000
24.44/23.30	c cleaning 36004 clauses out of 72021 with flag 3744766/693001
26.14/25.10	c cleaning 36999 clauses out of 74017 with flag 3936774/731001
28.03/26.98	c cleaning 37999 clauses out of 76017 with flag 4129940/770000
29.92/28.84	c cleaning 39001 clauses out of 78019 with flag 4320102/810001
32.02/30.92	c cleaning 39996 clauses out of 80018 with flag 4516412/851001
34.13/33.07	c cleaning 41001 clauses out of 82022 with flag 4709138/893001
36.42/35.31	c cleaning 41998 clauses out of 84020 with flag 4903797/936000
38.51/37.44	c cleaning 43000 clauses out of 86023 with flag 5097024/980001
40.61/39.58	c cleaning 44005 clauses out of 88023 with flag 5289795/1025001
42.80/41.75	c cleaning 45002 clauses out of 90018 with flag 5484510/1071001
45.00/43.94	c cleaning 46000 clauses out of 92017 with flag 5679805/1118002
47.19/46.16	c cleaning 47006 clauses out of 94017 with flag 5877708/1166002
49.48/48.43	c cleaning 47994 clauses out of 96010 with flag 6076622/1215001
51.58/50.53	c cleaning 49002 clauses out of 98016 with flag 6278053/1265001
53.89/52.88	c cleaning 49997 clauses out of 100013 with flag 6483047/1316000
56.20/55.14	c cleaning 50995 clauses out of 102016 with flag 6692400/1368000
58.49/57.44	c cleaning 52001 clauses out of 104021 with flag 6904748/1421000
60.98/59.90	c cleaning 52997 clauses out of 106020 with flag 7120413/1475000
63.68/62.64	c cleaning 54002 clauses out of 108023 with flag 7340760/1530000
66.87/65.84	c cleaning 55005 clauses out of 110021 with flag 7568609/1586000
69.76/68.73	c cleaning 55998 clauses out of 112016 with flag 7797447/1643000
72.99/71.90	c cleaning 57002 clauses out of 114019 with flag 8033282/1701001
76.19/75.17	c cleaning 58008 clauses out of 116017 with flag 8281547/1760001
79.57/78.54	c cleaning 58997 clauses out of 118008 with flag 8523968/1820000
82.87/81.84	c cleaning 59996 clauses out of 120011 with flag 8770103/1881000
86.26/85.22	c cleaning 61003 clauses out of 122015 with flag 9020909/1943000
89.55/88.56	c cleaning 61996 clauses out of 124012 with flag 9273220/2006000
92.99/91.96	c cleaning 62998 clauses out of 126017 with flag 9527204/2070001
96.38/95.39	c cleaning 64004 clauses out of 128018 with flag 9784398/2135000
100.47/99.41	c cleaning 64995 clauses out of 130015 with flag 10059449/2201001
105.06/104.07	c cleaning 66002 clauses out of 132020 with flag 10357892/2268001
110.05/109.03	c cleaning 67003 clauses out of 134018 with flag 10657793/2336001
114.75/113.71	c cleaning 68001 clauses out of 136014 with flag 10947775/2405000
119.78/118.76	c cleaning 68999 clauses out of 138013 with flag 11252002/2475000
125.09/124.06	c cleaning 70002 clauses out of 140015 with flag 11568225/2546001
129.58/127.90	c starts		: 3574
129.58/127.90	c conflicts		: 2609216
129.58/127.90	c decisions		: 3498445
129.58/127.90	c propagations		: 22032289
129.58/127.91	c inspects		: 2386331913
129.58/127.91	c shortcuts		: 0
129.58/127.91	c learnt literals	: 11
129.58/127.91	c learnt binary clauses	: 73
129.58/127.91	c learnt ternary clauses	: 279
129.58/127.91	c learnt constraints	: 2609204
129.58/127.91	c ignored constraints	: 0
129.58/127.91	c root simplifications	: 0
129.58/127.91	c removed literals (reason simplification)	: 2245455
129.58/127.91	c reason swapping (by a shorter reason)	: 0
129.58/127.91	c Calls to reduceDB	: 67
129.58/127.91	c Number of update (reduction) of LBD	: 589399
129.58/127.91	c Imported unit clauses	: 0
129.58/127.91	c No decision after first conflict	: false
129.58/127.91	c number of reductions to clauses (during analyze)	: 0
129.58/127.91	c number of learned constraints concerned by reduction	: 0
129.58/127.91	c number of learning phase by resolution	: 0
129.58/127.91	c number of learning phase by cutting planes	: 0
129.58/127.91	c number of rounding to 1 operations	: 0
129.58/127.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
129.58/127.91	c number of reductions of the coefficients by power 2 	: 0
129.58/127.91	c number of right shift for reduction by power 2 	: 0
129.58/127.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
129.58/127.91	c number of ending skipping 	: 0
129.58/127.91	c number of internal skipping 	: 0
129.58/127.91	c number of derivation steps 	: 0
129.58/127.91	c number of skipped derivation steps 	: 0
129.58/127.91	c number of remaining unassigned 	: 0
129.58/127.91	c number of remaining assigned 	: 0
129.58/127.91	c number of falsified literals weakened from reason	: 0
129.58/127.91	c number of falsified literals weakened from conflict	: 0
129.58/127.91	c time for arithmetic operations	: 0
129.58/127.91	c minimum degree of deleted constraints	: null
129.58/127.91	c maximum degree of deleted constraints	: null
129.58/127.91	c number of deleted constraints	: 0
129.58/127.91	c speed (assignments/second)	: 172466.80182860006
129.58/127.91	c non guided choices	: 31851
129.58/127.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 133143
129.58/127.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 73
129.58/127.97	s UNSATISFIABLE
129.58/127.97	c Total wall clock time (in seconds): 127.835

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511416-1751200423/watcher-4511416-1751200423 -o /tmp/evaluation-result-4511416-1751200423/solver-4511416-1751200423 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27853 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4511416-1751200423.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=31262, runsolver pid=31259

[startup+0.100061 s]*
/proc/loadavg: 4.05 4.06 4.08 6/340 31280
/proc/meminfo: memFree=128404060/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=18930384 memory=55520 CPUtime=0.12 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 6553 0 0 0 11 1 0 0 20 0 18 0 35720229 19384713216 13880 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4732596 13880 5330 1 0 547603 0
[pid=31262/tid=31264] ppid=31259 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 35720230 19384713216 13880 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35720232 19384713216 13880 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=18930384 memory=58485492706614 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35720233 19384713216 13880 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55520 KiB

[startup+0.205677 s]*
/proc/loadavg: 4.05 4.06 4.08 7/341 31281
/proc/meminfo: memFree=128403052/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=18997892 memory=64768 CPUtime=0.32 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 8127 0 0 0 30 2 0 0 20 0 19 0 35720229 19453841408 16192 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4749473 16192 5426 1 0 548891 0
[pid=31262/tid=31264] ppid=31259 vsize=18997892 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 5323 0 0 0 15 1 0 0 20 0 19 0 35720230 19453841408 16192 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=18997892 memory=18949 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35720232 19453841408 16078 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=18996948 memory=57385981051877 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35720233 19452874752 15957 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35720246 19452874752 15957 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18997892 KiB
Current children cumulated memory: 64768 KiB

[startup+0.305651 s]*
/proc/loadavg: 4.05 4.06 4.08 6/341 31281
/proc/meminfo: memFree=128399524/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=18996948 memory=68368 CPUtime=0.51 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 9150 0 0 0 49 2 0 0 20 0 19 0 35720229 19452874752 17092 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4749237 17092 5426 1 0 549205 0
[pid=31262/tid=31264] ppid=31259 vsize=18996948 memory=-6000919468411743084 CPUtime=0.26 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 5328 0 0 0 25 1 0 0 20 0 19 0 35720230 19452874752 17092 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35720232 19452874752 17092 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35720233 19452874752 17092 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35720246 19452874752 17092 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68368 KiB

[startup+0.700222 s]
/proc/loadavg: 4.05 4.06 4.08 7/341 31281
/proc/meminfo: memFree=128383628/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=18996948 memory=87160 CPUtime=1.27 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 15845 0 0 0 124 3 0 0 20 0 19 0 35720229 19452874752 21790 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4749237 21790 5426 1 0 552824 0
[pid=31262/tid=31264] ppid=31259 vsize=18996948 memory=17536 CPUtime=0.64 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 5375 0 0 0 63 1 0 0 20 0 19 0 35720230 19452874752 21790 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35720232 19452874752 21790 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35720233 19452874752 21790 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35720246 19452874752 21790 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87160 KiB

[startup+1.50021 s]
/proc/loadavg: 4.05 4.06 4.08 6/341 31281
/proc/meminfo: memFree=128377768/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=18996948 memory=97796 CPUtime=2.6 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 19675 0 0 0 256 4 0 0 20 0 19 0 35720229 19452874752 24449 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4749237 24449 5426 1 0 552825 0
[pid=31262/tid=31264] ppid=31259 vsize=18996948 memory=0 CPUtime=1.44 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 5664 0 0 0 142 2 0 0 20 0 19 0 35720230 19452874752 24449 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35720232 19452874752 24449 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35720233 19452874752 24449 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35720246 19452874752 24449 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97796 KiB

[startup+3.1055 s]
/proc/loadavg: 4.05 4.06 4.08 5/341 31281
/proc/meminfo: memFree=128357484/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=18996948 memory=112260 CPUtime=4.24 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 20502 0 0 0 420 4 0 0 20 0 19 0 35720229 19452874752 28065 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4749237 28065 5426 1 0 552828 0
[pid=31262/tid=31264] ppid=31259 vsize=18996948 memory=10752 CPUtime=3.04 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 5974 0 0 0 302 2 0 0 20 0 19 0 35720230 19452874752 28065 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=18996948 memory=-6000919468411743084 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35720232 19452874752 28065 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35720233 19452874752 28065 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35720246 19452874752 28065 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112260 KiB

[startup+6.30021 s]
/proc/loadavg: 4.05 4.06 4.08 5/341 31281
/proc/meminfo: memFree=128337348/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=18996948 memory=126660 CPUtime=7.46 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 21027 0 0 0 741 5 0 0 20 0 19 0 35720229 19452874752 31665 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4749237 31665 5426 1 0 552828 0
[pid=31262/tid=31264] ppid=31259 vsize=18996948 memory=0 CPUtime=6.23 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 6265 0 0 0 620 3 0 0 20 0 19 0 35720230 19452874752 31665 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35720232 19452874752 31665 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35720233 19452874752 31665 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=18996948 memory=97796 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35720246 19452874752 31665 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 7.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126660 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 4.06 4.08 5/342 31282
/proc/meminfo: memFree=128291788/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=172196 CPUtime=13.85 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 23510 0 0 0 1379 6 0 0 20 0 20 0 35720229 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 43049 5490 1 0 553117 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=97796 CPUtime=12.6 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 7067 0 0 0 1257 3 0 0 20 0 20 0 35720230 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=159428 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 13.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172196 KiB

[startup+25.5002 s]
/proc/loadavg: 4.03 4.06 4.08 5/342 31282
/proc/meminfo: memFree=128239876/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=172196 CPUtime=26.63 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 24527 0 0 0 2657 6 0 0 20 0 20 0 35720229 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 43049 5490 1 0 553117 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=159428 CPUtime=25.36 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 7771 0 0 0 2533 3 0 0 20 0 20 0 35720230 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=-6000919468411743084 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 43049 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 26.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172196 KiB

[startup+51.1049 s]
/proc/loadavg: 4.10 4.07 4.08 6/340 31478
/proc/meminfo: memFree=128308148/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=190876 CPUtime=52.2 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 25928 0 0 0 5213 7 0 0 20 0 20 0 35720229 19521036288 47719 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 47719 5490 1 0 553117 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=180448 CPUtime=50.87 cores=1,3

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

/proc/loadavg: 4.19 4.10 4.09 5/341 31806
/proc/meminfo: memFree=124074568/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=256540 CPUtime=103.46 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 26112 0 0 0 10336 10 0 0 20 0 20 0 35720229 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 64135 5490 1 0 553117 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=223768 CPUtime=101.97 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 7869 0 0 0 10194 3 0 0 20 0 20 0 35720230 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 103.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 256540 KiB

[startup+115.2 s]
/proc/loadavg: 4.15 4.09 4.09 5/341 31806
/proc/meminfo: memFree=123935312/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=256540 CPUtime=116.25 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 26629 0 0 0 11614 11 0 0 20 0 20 0 35720229 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 64135 5490 1 0 553117 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=164 CPUtime=114.74 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 8322 0 0 0 11471 3 0 0 20 0 20 0 35720230 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=21952 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 64135 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 116.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 256540 KiB

[startup+121.6 s]
/proc/loadavg: 4.14 4.09 4.09 5/341 31809
/proc/meminfo: memFree=123787140/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=293404 CPUtime=122.67 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 27385 0 0 0 12255 12 0 0 20 0 20 0 35720229 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 73351 5490 1 0 553117 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=14848 CPUtime=121.08 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 8369 0 0 0 12105 3 0 0 20 0 20 0 35720230 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=293404 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=293404 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 122.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 293404 KiB

[startup+124.8 s]
/proc/loadavg: 4.14 4.09 4.09 5/341 31809
/proc/meminfo: memFree=123787368/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=293404 CPUtime=125.88 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 28331 0 0 0 12576 12 0 0 20 0 20 0 35720229 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 73351 5490 1 0 553117 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=3328 CPUtime=124.28 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 8445 0 0 0 12425 3 0 0 20 0 20 0 35720230 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 73351 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 125.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 293404 KiB

[startup+126.4 s]
/proc/loadavg: 4.12 4.09 4.09 6/341 31809
/proc/meminfo: memFree=123705448/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=300700 CPUtime=127.98 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 33401 0 0 0 12785 13 0 0 20 0 20 0 35720229 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 75175 5490 1 0 553133 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=14848 CPUtime=125.88 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 9782 0 0 0 12584 4 0 0 20 0 20 0 35720230 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=298396 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 127.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 300700 KiB

[startup+127.2 s]
/proc/loadavg: 4.12 4.09 4.09 5/341 31809
/proc/meminfo: memFree=123705448/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=300700 CPUtime=128.87 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 33421 0 0 0 12874 13 0 0 20 0 20 0 35720229 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 75175 5490 1 0 553133 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=10752 CPUtime=126.68 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 9785 0 0 0 12664 4 0 0 20 0 20 0 35720230 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=-6000919468411743084 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 128.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 300700 KiB

[startup+127.6 s]
/proc/loadavg: 4.12 4.09 4.09 5/341 31809
/proc/meminfo: memFree=123705448/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=300700 CPUtime=129.27 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 33421 0 0 0 12914 13 0 0 20 0 20 0 35720229 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 75175 5490 1 0 553133 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=10752 CPUtime=127.08 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 9785 0 0 0 12704 4 0 0 20 0 20 0 35720230 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 129.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 300700 KiB

[startup+127.8 s]
/proc/loadavg: 4.12 4.09 4.09 5/341 31809
/proc/meminfo: memFree=123705448/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19063512 memory=300700 CPUtime=129.47 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 33423 0 0 0 12934 13 0 0 20 0 20 0 35720229 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4765878 75175 5490 1 0 553133 0
[pid=31262/tid=31264] ppid=31259 vsize=19063512 memory=12544 CPUtime=127.28 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) R 31259 31262 27841 0 -1 4194368 9786 0 0 0 12724 4 0 0 20 0 20 0 35720230 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19063512 memory=2744 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19063512 memory=17316 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31281] ppid=31259 vsize=19063512 memory=46336 CPUtime=0 cores=1,3
/proc/31262/task/31281/stat : 31281 (Timer-0) S 31259 31262 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35720246 19521036288 75175 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 129.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 300700 KiB

[startup+127.9 s]
/proc/loadavg: 4.12 4.09 4.09 5/341 31809
/proc/meminfo: memFree=123705448/131249996 swapFree=33010684/33010684
[pid=31262] ppid=31259 vsize=19196640 memory=301212 CPUtime=129.58 cores=1,3
/proc/31262/stat : 31262 (java) S 31259 31262 27841 0 -1 4194304 34620 0 0 0 12945 13 0 0 20 0 20 0 35720229 19657359360 75303 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
/proc/31262/statm: 4799160 75303 5522 1 0 553735 0
[pid=31262/tid=31264] ppid=31259 vsize=19196640 memory=-6000919498425854828 CPUtime=127.37 cores=1,3
/proc/31262/task/31264/stat : 31264 (java) S 31259 31262 27841 0 -1 4194368 10653 0 0 0 12733 4 0 0 20 0 20 0 35720230 19657359360 75303 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31273] ppid=31259 vsize=19196640 memory=2764 CPUtime=0 cores=1,3
/proc/31262/task/31273/stat : 31273 (Finalizer) S 31259 31262 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35720232 19657359360 75303 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
[pid=31262/tid=31280] ppid=31259 vsize=19196640 memory=300700 CPUtime=0 cores=1,3
/proc/31262/task/31280/stat : 31280 (Common-Cleaner) S 31259 31262 27841 0 -1 4194368 93 0 0 0 0 0 0 0 20 0 20 0 35720233 19657359360 75303 18446744073709551615 93994668572672 93994668576368 140731954269280 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93994668584184 93994668584976 93994690420736 140731954272641 140731954272742 140731954272742 140731954278344 0
Current children cumulated CPU time: 129.58 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 301212 KiB

Child status: 20

Real time (s): 127.987
CPU time (s): 129.683
CPU user time (s): 129.546
CPU system time (s): 0.136592
CPU usage (%): 101.325
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 301212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.546
system time used= 0.136592
maximum resident set size= 301724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4952
involuntary context switches= 701


# summary of solver processes directly reported to runsolver:
#   pid: 31262
#   total CPU time (s): 129.683
#   total CPU user time (s): 129.546
#   total CPU system time (s): 0.136592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.307254 second user time and 0.575177 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 6e0d6ec9878888f9bd2fd3a9da68de38
RANDOM SEED=1274704909

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.677
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		: 3597.382
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		: 3599.255
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.683
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.675
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.689
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		: 3602.238
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.989
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:        128432728 kB
MemAvailable:   128115564 kB
Buffers:            3280 kB
Cached:           492348 kB
SwapCached:            0 kB
Active:          2016356 kB
Inactive:         237788 kB
Active(anon):    1776580 kB
Inactive(anon):        0 kB
Active(file):     239776 kB
Inactive(file):   237788 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               760 kB
Writeback:             0 kB
AnonPages:       1760912 kB
Mapped:           122620 kB
Shmem:             18064 kB
KReclaimable:      88624 kB
Slab:             175484 kB
SReclaimable:      88624 kB
SUnreclaim:        86860 kB
KernelStack:        5132 kB
PageTables:         7124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7039020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1579008 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= 433028 MiB
End job on nodeC024 at 2025-06-29 14:35:51