Trace number 4446002

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 2024 2024-07-07? (TO) 3600.17 3635.1

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4446002-1721820812.opb
0.14/0.12	c reading problem ... 
0.14/0.17	c using VERIPB proof format
0.14/0.17	c  no objective function found
0.14/0.20	c ... done. Wall clock time 0.083s.
0.25/0.21	c declared #vars     600
0.25/0.21	c #constraints  845
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.25/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.25/0.21	c 845 constraints processed.
1.21/0.74	c cleaning 2497 clauses out of 5001 with flag 36638/5001
1.98/1.12	c cleaning 4250 clauses out of 8504 with flag 81680/11001
3.16/1.71	c cleaning 5619 clauses out of 11253 with flag 159046/18000
3.95/2.22	c cleaning 6809 clauses out of 13634 with flag 229684/26000
4.72/2.91	c cleaning 7905 clauses out of 15826 with flag 323671/35001
5.61/3.77	c cleaning 8956 clauses out of 17921 with flag 431255/45001
6.60/4.72	c cleaning 9970 clauses out of 19964 with flag 553693/56000
8.19/6.32	c cleaning 10986 clauses out of 21997 with flag 733276/68003
9.89/8.04	c cleaning 12000 clauses out of 24008 with flag 916682/81000
11.31/9.48	c cleaning 12999 clauses out of 26009 with flag 1079744/95001
13.31/11.46	c cleaning 13999 clauses out of 28009 with flag 1287547/110000
15.31/13.41	c cleaning 14991 clauses out of 30010 with flag 1493331/126000
18.30/16.39	c cleaning 16002 clauses out of 32021 with flag 1777954/143002
21.45/19.42	c cleaning 16998 clauses out of 34017 with flag 2053032/161000
24.46/22.47	c cleaning 18005 clauses out of 36021 with flag 2337894/180002
27.84/25.86	c cleaning 18996 clauses out of 38014 with flag 2632599/200000
31.33/29.30	c cleaning 20000 clauses out of 40018 with flag 2935039/221000
34.82/32.84	c cleaning 20992 clauses out of 42018 with flag 3249914/243000
39.36/37.74	c cleaning 22007 clauses out of 44028 with flag 3627884/266002
44.04/42.48	c cleaning 22995 clauses out of 46020 with flag 4003499/290001
49.34/47.76	c cleaning 24007 clauses out of 48027 with flag 4417570/315003
55.54/53.90	c cleaning 24997 clauses out of 50017 with flag 4859654/341000
61.22/59.67	c cleaning 26004 clauses out of 52021 with flag 5278649/368001
68.11/66.61	c cleaning 27004 clauses out of 54016 with flag 5760915/396000
75.20/73.72	c cleaning 27988 clauses out of 56013 with flag 6274798/425001
81.89/80.43	c cleaning 28998 clauses out of 58025 with flag 6758016/455001
88.59/87.10	c cleaning 29993 clauses out of 60027 with flag 7227215/486001
96.96/97.59	c cleaning 31005 clauses out of 62033 with flag 7752978/518000
104.33/104.91	c cleaning 32006 clauses out of 64028 with flag 8253696/551000
113.46/113.75	c cleaning 33001 clauses out of 66022 with flag 8805806/585000
122.14/122.45	c cleaning 34002 clauses out of 68023 with flag 9344161/620002
131.73/132.34	c cleaning 35003 clauses out of 70020 with flag 9933218/656001
142.52/143.11	c cleaning 35991 clauses out of 72016 with flag 10548912/693000
152.40/153.00	c cleaning 36998 clauses out of 74025 with flag 11143199/731000
163.16/164.04	c cleaning 38008 clauses out of 76029 with flag 11779661/770002
174.34/175.26	c cleaning 38995 clauses out of 78020 with flag 12421040/810001
187.41/188.33	c cleaning 40000 clauses out of 80025 with flag 13111732/851001
200.42/201.52	c cleaning 40999 clauses out of 82024 with flag 13797531/893000
213.22/214.38	c cleaning 42010 clauses out of 84025 with flag 14515198/936000
228.48/229.92	c cleaning 42992 clauses out of 86015 with flag 15278559/980000
244.47/246.09	c cleaning 44000 clauses out of 88024 with flag 16066801/1025001
259.89/261.78	c cleaning 45006 clauses out of 90025 with flag 16855154/1071002
276.36/278.20	c cleaning 45998 clauses out of 92018 with flag 17640033/1118001
293.96/296.02	c cleaning 46999 clauses out of 94020 with flag 18487540/1166001
312.51/314.61	c cleaning 47998 clauses out of 96020 with flag 19339838/1215000
329.57/331.95	c cleaning 49001 clauses out of 98022 with flag 20141269/1265000
350.20/352.84	c cleaning 50007 clauses out of 100023 with flag 21055662/1316002
370.95/373.68	c cleaning 50994 clauses out of 102015 with flag 21948940/1368001
392.36/395.35	c cleaning 52005 clauses out of 104023 with flag 22870102/1421003
414.57/417.89	c cleaning 53002 clauses out of 106015 with flag 23791548/1475000
437.24/440.72	c cleaning 54005 clauses out of 108013 with flag 24718013/1530000
463.98/467.50	c cleaning 54989 clauses out of 110010 with flag 25717709/1586002
487.90/491.90	c cleaning 56000 clauses out of 112020 with flag 26651766/1643001
511.55/515.81	c cleaning 56994 clauses out of 114019 with flag 27596944/1701000
540.53/545.07	c cleaning 58004 clauses out of 116026 with flag 28638302/1760001
567.03/571.70	c cleaning 58998 clauses out of 118023 with flag 29647741/1820002
595.01/599.96	c cleaning 59999 clauses out of 120023 with flag 30676381/1881000
623.12/628.24	c cleaning 61002 clauses out of 122024 with flag 31727303/1943000
652.51/657.81	c cleaning 62005 clauses out of 124022 with flag 32781679/2006000
684.88/690.42	c cleaning 62997 clauses out of 126017 with flag 33858930/2070000
721.00/727.00	c cleaning 64002 clauses out of 128021 with flag 35028126/2135001
754.29/760.73	c cleaning 64998 clauses out of 130018 with flag 36146319/2201000
788.19/796.21	c cleaning 65997 clauses out of 132020 with flag 37258092/2268000
826.91/835.77	c cleaning 67000 clauses out of 134023 with flag 38457163/2336000
859.62/868.59	c cleaning 68000 clauses out of 136023 with flag 39529785/2405000
901.04/910.04	c cleaning 69003 clauses out of 138024 with flag 40733583/2475001
942.61/951.52	c cleaning 70000 clauses out of 140020 with flag 41927140/2546000
984.83/993.94	c cleaning 71001 clauses out of 142023 with flag 43163182/2618003
1028.10/1037.59	c cleaning 72001 clauses out of 144019 with flag 44372677/2691000
1075.49/1085.38	c cleaning 73003 clauses out of 146022 with flag 45647203/2765004
1122.63/1133.04	c cleaning 73996 clauses out of 148016 with flag 46903253/2840001
1173.54/1184.25	c cleaning 74997 clauses out of 150022 with flag 48191682/2916003
1229.17/1240.16	c cleaning 75992 clauses out of 152024 with flag 49556138/2993002
1280.39/1291.65	c cleaning 76997 clauses out of 154030 with flag 50888569/3071000
1336.42/1347.90	c cleaning 78005 clauses out of 156036 with flag 52257171/3150003
1394.88/1406.73	c cleaning 79006 clauses out of 158029 with flag 53615184/3230001
1455.30/1467.48	c cleaning 80003 clauses out of 160022 with flag 55008083/3311000
1514.01/1526.48	c cleaning 81006 clauses out of 162019 with flag 56400195/3393000
1576.79/1589.71	c cleaning 82003 clauses out of 164015 with flag 57823374/3476002
1638.59/1651.87	c cleaning 82995 clauses out of 166011 with flag 59266325/3560001
1703.35/1717.29	c cleaning 84001 clauses out of 168017 with flag 60706609/3645002
1768.06/1782.22	c cleaning 84998 clauses out of 170014 with flag 62183007/3731000
1832.75/1847.24	c cleaning 85997 clauses out of 172016 with flag 63635529/3818000
1900.65/1915.44	c cleaning 87001 clauses out of 174020 with flag 65135580/3906001
1966.08/1981.26	c cleaning 88004 clauses out of 176018 with flag 66602872/3995000
2039.58/2055.08	c cleaning 88999 clauses out of 178014 with flag 68121378/4085000
2116.54/2132.33	c cleaning 89995 clauses out of 180015 with flag 69632961/4176000
2193.76/2209.93	c cleaning 91005 clauses out of 182021 with flag 71129903/4268001
2277.01/2293.67	c cleaning 92007 clauses out of 184015 with flag 72725061/4361000
2360.09/2377.06	c cleaning 92994 clauses out of 186009 with flag 74261942/4455001
2439.69/2457.13	c cleaning 93997 clauses out of 188014 with flag 75836007/4550000
2526.64/2544.57	c cleaning 95005 clauses out of 190017 with flag 77434150/4646000
2613.19/2631.40	c cleaning 95993 clauses out of 192012 with flag 78997786/4743000
2703.15/2721.87	c cleaning 96997 clauses out of 194020 with flag 80588368/4841001
2790.84/2810.02	c cleaning 98005 clauses out of 196023 with flag 82177004/4940001
2882.89/2902.69	c cleaning 98992 clauses out of 198017 with flag 83765157/5040000
2976.55/2996.79	c cleaning 100007 clauses out of 200025 with flag 85404631/5141000
3070.09/3090.91	c cleaning 100997 clauses out of 202018 with flag 87024878/5243000
3162.13/3185.26	c cleaning 102002 clauses out of 204024 with flag 88591786/5346003
3266.86/3292.16	c cleaning 103003 clauses out of 206019 with flag 90284246/5450000
3371.80/3398.60	c cleaning 103999 clauses out of 208016 with flag 91963827/5555000
3475.15/3502.91	c cleaning 105002 clauses out of 210019 with flag 93655451/5661002
3581.99/3610.03	c cleaning 105993 clauses out of 212015 with flag 95369283/5768000
3600.03/3635.03	c starts		: 17835
3600.03/3635.03	c timeout
3600.03/3635.03	c conflicts		: 5789716
3600.03/3635.03	c decisions		: 8729814
3600.03/3635.03	c propagations		: 404032165
3600.03/3635.03	c inspects		: 55177559650
3600.03/3635.03	c shortcuts		: 0
3600.03/3635.03	c learnt literals	: 0
3600.03/3635.03	c learnt binary clauses	: 0
3600.03/3635.03	c learnt ternary clauses	: 0
3600.03/3635.03	c learnt constraints	: 5789716
3600.03/3635.03	c ignored constraints	: 0
3600.03/3635.03	c root simplifications	: 0
3600.03/3635.03	c removed literals (reason simplification)	: 26385005
3600.03/3635.03	c reason swapping (by a shorter reason)	: 0
3600.03/3635.03	c Calls to reduceDB	: 103
3600.03/3635.03	c Number of update (reduction) of LBD	: 2277247
3600.03/3635.03	c Imported unit clauses	: 0
3600.03/3635.03	c No decision after first conflict	: false
3600.03/3635.03	c number of reductions to clauses (during analyze)	: 0
3600.03/3635.03	c number of learned constraints concerned by reduction	: 0
3600.03/3635.03	c number of learning phase by resolution	: 0
3600.03/3635.03	c number of learning phase by cutting planes	: 0
3600.03/3635.03	c number of rounding to 1 operations	: 0
3600.03/3635.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3635.03	c number of reductions of the coefficients by power 2 	: 0
3600.03/3635.03	c number of right shift for reduction by power 2 	: 0
3600.03/3635.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3635.03	c number of ending skipping 	: 0
3600.03/3635.03	c number of internal skipping 	: 0
3600.03/3635.03	c number of derivation steps 	: 0
3600.03/3635.03	c number of skipped derivation steps 	: 0
3600.03/3635.03	c number of remaining unassigned 	: 0
3600.03/3635.03	c number of remaining assigned 	: 0
3600.03/3635.03	c number of falsified literals weakened from reason	: 0
3600.03/3635.03	c number of falsified literals weakened from conflict	: 0
3600.03/3635.03	c time for arithmetic operations	: 0
3600.03/3635.03	c minimum degree of deleted constraints	: null
3600.03/3635.03	c maximum degree of deleted constraints	: null
3600.03/3635.03	c number of deleted constraints	: 0
3600.03/3635.03	c speed (assignments/second)	: 111156.21459585003
3600.03/3635.03	c non guided choices	: 825
3600.03/3635.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 127738
3600.03/3635.08	s UNKNOWN
3600.03/3635.08	c Total wall clock time (in seconds): 3634.956

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: 63968 MiB (47617 MiB free)
  memory of node 1: 64473 MiB (58091 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446002-1721820812/watcher-4446002-1721820812 -o /tmp/evaluation-result-4446002-1721820812/solver-4446002-1721820812 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721817187-236000 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4446002-1721820812 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446002-1721820812.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=238516, runsolver pid=238513
Current StackSize limit: 8192 KiB


[startup+0.102838 s]*
/proc/loadavg: 4.38 4.27 4.16 6/335 238534
/proc/meminfo: memFree=108191836/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=18975048 memory=64920 CPUtime=0.14 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 7273 0 0 0 12 2 0 0 20 0 18 0 18604170 19430449152 16230 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4743762 16230 5558 1 0 549379 0
[pid=238516/tid=238518] ppid=238513 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) S 238513 238516 235987 0 -1 1077936192 5788 0 0 0 8 1 0 0 20 0 18 0 18604170 19430449152 16230 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18604173 19430449152 16230 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=18975048 memory=14130048089961189 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18604173 19430449152 16230 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64920 KiB

[startup+0.208937 s]*
/proc/loadavg: 4.38 4.27 4.16 9/335 238534
/proc/meminfo: memFree=108175520/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19041612 memory=71520 CPUtime=0.25 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 7607 0 0 0 23 2 0 0 20 0 19 0 18604170 19498610688 17880 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4760403 17880 5835 1 0 549858 0
[pid=238516/tid=238518] ppid=238513 vsize=19041612 memory=4782652875487838339 CPUtime=0.14 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 5967 0 0 0 13 1 0 0 20 0 19 0 18604170 19498610688 17880 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19041612 memory=770575 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18604173 19498610688 17880 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19041612 memory=15816698926204594 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18604173 19498610688 17880 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (java) R 238513 238516 235987 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 18604191 19498610688 17880 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71520 KiB

[startup+0.305985 s]*
/proc/loadavg: 4.38 4.27 4.16 9/337 238536
/proc/meminfo: memFree=108144112/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19041612 memory=79116 CPUtime=0.44 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 8089 0 1 0 41 3 0 0 20 0 19 0 18604170 19498610688 19779 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4760403 19779 5836 1 0 550167 0
[pid=238516/tid=238518] ppid=238513 vsize=19041612 memory=-8961148840532746940 CPUtime=0.24 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 6037 0 1 0 22 2 0 0 20 0 19 0 18604170 19498610688 19779 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18604173 19498610688 19779 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18604173 19498610688 19779 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18604191 19498610688 19779 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79116 KiB

[startup+0.709138 s]
/proc/loadavg: 4.67 4.33 4.18 8/337 238536
/proc/meminfo: memFree=108088112/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19041612 memory=143048 CPUtime=1.21 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 12649 0 1 0 117 4 0 0 20 0 19 0 18604170 19498610688 35762 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4760403 35762 5852 1 0 552648 0
[pid=238516/tid=238518] ppid=238513 vsize=19041612 memory=71864 CPUtime=0.62 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 6085 0 1 0 59 3 0 0 20 0 19 0 18604170 19498610688 35762 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19041612 memory=12264 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18604173 19498610688 35762 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19041612 memory=2248 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18604173 19498610688 35762 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19041612 memory=25948 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18604191 19498610688 35762 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 143048 KiB

[startup+1.50069 s]
/proc/loadavg: 4.67 4.33 4.18 8/339 238540
/proc/meminfo: memFree=107964652/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=180468 CPUtime=2.76 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 19010 0 1 0 269 7 0 0 20 0 20 0 18604170 19566772224 45117 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 45117 5875 1 0 554804 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=12264 CPUtime=1.38 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 6358 0 1 0 133 5 0 0 20 0 20 0 18604170 19566772224 45117 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 45117 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=2248 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 45117 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=25948 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 45117 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180468 KiB

[startup+3.10668 s]
/proc/loadavg: 4.67 4.33 4.18 6/339 238540
/proc/meminfo: memFree=107871632/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=181012 CPUtime=4.94 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 21650 0 1 0 486 8 0 0 20 0 20 0 18604170 19566772224 45253 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 45253 5875 1 0 554805 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 6842 0 1 0 290 5 0 0 20 0 20 0 18604170 19566772224 45253 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=-8961148840532746940 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 45253 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=12264 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 45253 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=2248 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 45253 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181012 KiB

[startup+6.30068 s]
/proc/loadavg: 4.61 4.32 4.18 6/339 238540
/proc/meminfo: memFree=107208812/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=301668 CPUtime=8.19 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 23207 0 1 0 807 12 0 0 20 0 20 0 18604170 19566772224 75417 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 75417 5875 1 0 554805 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=2248 CPUtime=6.1 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 7361 0 1 0 601 9 0 0 20 0 20 0 18604170 19566772224 75417 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 75417 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=12264 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 75417 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 75417 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 8.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 301668 KiB

[startup+12.7003 s]
/proc/loadavg: 4.64 4.33 4.18 4/320 238544
/proc/meminfo: memFree=106366436/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=797372 CPUtime=14.61 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 27914 0 1 0 1434 27 0 0 20 0 20 0 18604170 19566772224 199343 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 199343 5875 1 0 554805 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=12264 CPUtime=12.47 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 9091 0 1 0 1223 24 0 0 20 0 20 0 18604170 19566772224 199343 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=549540 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 199343 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=71864 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 199343 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=12264 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 199343 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 14.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 797372 KiB

[startup+25.5003 s]
/proc/loadavg: 4.54 4.32 4.18 7/339 238611
/proc/meminfo: memFree=110566156/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=983836 CPUtime=27.54 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 33823 0 1 0 2719 35 0 0 20 0 20 0 18604170 19566772224 245959 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 245959 5875 1 0 554805 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=801564 CPUtime=25.23 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 10674 0 1 0 2492 31 0 0 20 0 20 0 18604170 19566772224 245959 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=12264 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 245959 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 245959 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=-8961148840532746940 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 245959 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 27.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 983836 KiB

[startup+51.1059 s]
/proc/loadavg: 4.59 4.35 4.19 6/338 238685
/proc/meminfo: memFree=113228808/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1313644 CPUtime=52.74 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 37846 0 1 0 5224 50 0 0 20 0 20 0 18604170 19566772224 328411 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 328411 5891 1 0 554805 0

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

/proc/meminfo: memFree=92919048/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1772148 CPUtime=3198.28 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 150940 0 1 0 319384 444 0 0 20 0 20 0 18604170 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 443037 5923 1 0 555950 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=11608 CPUtime=3190.12 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 66452 0 1 0 318653 359 0 0 20 0 20 0 18604170 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2131 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=12264 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=12264 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 4026 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=11608 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 3198.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1772148 KiB

[startup+3282.3 s]
/proc/loadavg: 4.44 4.31 4.27 5/335 240370
/proc/meminfo: memFree=92658332/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1772148 CPUtime=3257.08 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 151892 0 1 0 325259 449 0 0 20 0 20 0 18604170 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 443037 5923 1 0 555950 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=71968 CPUtime=3248.89 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 67280 0 1 0 324527 362 0 0 20 0 20 0 18604170 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2239 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=1772148 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=1772148 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 4136 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=1772148 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 3257.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1772148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.33 4.27 5/337 240550
/proc/meminfo: memFree=92372540/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1772148 CPUtime=3315.74 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 153411 0 1 0 331121 453 0 0 20 0 20 0 18604170 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 443037 5923 1 0 555950 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=1772148 CPUtime=3307.47 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 67961 0 1 0 330381 366 0 0 20 0 20 0 18604170 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2364 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=1772148 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=1772148 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 4193 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=1772148 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 3315.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1772148 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.30 4.27 5/337 240562
/proc/meminfo: memFree=92100600/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1772148 CPUtime=3375.49 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 155237 0 1 0 337089 460 0 0 20 0 20 0 18604170 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 443037 5923 1 0 555950 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=1772148 CPUtime=3367.06 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 68936 0 1 0 336335 371 0 0 20 0 20 0 18604170 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2383 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=71968 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=11608 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 4274 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=-8961148840532746940 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 443037 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 3375.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1772148 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.27 4.26 5/336 240629
/proc/meminfo: memFree=91837840/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1772156 CPUtime=3434.59 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 156238 0 1 0 342995 464 0 0 20 0 20 0 18604170 19566772224 443039 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 443039 5923 1 0 555950 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=1772148 CPUtime=3426.11 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 69772 0 1 0 342237 374 0 0 20 0 20 0 18604170 19566772224 443039 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2463 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=71968 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443039 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=1772148 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 4292 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 443039 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=11608 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 443039 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 3434.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1772156 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.23 4.25 5/336 240640
/proc/meminfo: memFree=91582808/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1806972 CPUtime=3494.5 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 157826 0 1 0 348978 472 0 0 20 0 20 0 18604170 19566772224 451743 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 451743 5923 1 0 555950 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=1772156 CPUtime=3485.86 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 70478 0 1 0 348207 379 0 0 20 0 20 0 18604170 19566772224 451743 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2464 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=1806972 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 451743 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=71968 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 4367 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 451743 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=5592 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 451743 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 3494.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1806972 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.24 4.25 5/336 240653
/proc/meminfo: memFree=91320184/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1829500 CPUtime=3554.36 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 159366 0 1 0 354957 479 0 0 20 0 20 0 18604170 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 457375 5923 1 0 555950 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=1829500 CPUtime=3545.57 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 71176 0 1 0 354173 384 0 0 20 0 20 0 18604170 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2471 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=71968 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=-7737885264838025339 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 4482 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=5592 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 3554.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1829500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635 s]*
/proc/loadavg: 4.16 4.21 4.24 5/335 240662
/proc/meminfo: memFree=91062396/131524600 swapFree=131071996/131071996
[pid=238516] ppid=238513 vsize=19108176 memory=1829500 CPUtime=3600.03 cores=5,7
/proc/238516/stat : 238516 (java) S 238513 238516 235987 0 -1 1077936128 160491 0 1 0 359520 483 0 0 20 0 20 0 18604170 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
/proc/238516/statm: 4777044 457375 5923 1 0 555950 0
[pid=238516/tid=238518] ppid=238513 vsize=19108176 memory=-8959455592625971900 CPUtime=3591.24 cores=5,7
/proc/238516/task/238518/stat : 238518 (java) R 238513 238516 235987 0 -1 4194368 72132 0 1 0 358736 388 0 0 20 0 20 0 18604170 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3164 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238527] ppid=238513 vsize=19108176 memory=1469649506656944729 CPUtime=0 cores=5,7
/proc/238516/task/238527/stat : 238527 (Finalizer) S 238513 238516 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238534] ppid=238513 vsize=19108176 memory=7669468908388705360 CPUtime=0 cores=5,7
/proc/238516/task/238534/stat : 238534 (Common-Cleaner) S 238513 238516 235987 0 -1 1077936192 4601 0 0 0 0 0 0 0 20 0 20 0 18604173 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
[pid=238516/tid=238535] ppid=238513 vsize=19108176 memory=7308050738845346129 CPUtime=0 cores=5,7
/proc/238516/task/238535/stat : 238535 (Timer-0) S 238513 238516 235987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18604191 19566772224 457375 134679101440 94251413880832 94251413884528 140737284711904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94251413892344 94251413893136 94251439398912 140737284715435 140737284715617 140737284715617 140737284722632 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1829500 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3635.1 s]
# the end of solver process 238516 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3595.33 s, system=4.84432 s

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

Child status: 143

Real time (s): 3635.1
CPU time (s): 3600.17
CPU user time (s): 3595.33
CPU system time (s): 4.84432
CPU usage (%): 99.0391
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1829500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.33
system time used= 4.84432
maximum resident set size= 1831108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163181
page faults= 1
swaps= 0
block input operations= 8
block output operations= 3906648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104932
involuntary context switches= 5941


# summary of solver processes directly reported to runsolver:
#   pid: 238516
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3595.33
#   total CPU system time (s): 4.84432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22609 second user time and 18.6999 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-24 13:33:32
IDJOB=4446002
IDBENCH=155408
IDSOLVER=3079
FILE ID=nodeC024/4446002-1721820812
RUNJOBID= nodeC024-1721817187-236000
SLURM_JOB_ID= 7816882
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446002-1721820812/watcher-4446002-1721820812 -o /tmp/evaluation-result-4446002-1721820812/solver-4446002-1721820812 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721817187-236000 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4446002-1721820812 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446002-1721820812.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=163470675

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.431
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3622.698
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3661.412
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3676.302
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3661.413
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3620.384
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3600.049
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3617.140
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        108251176 kB
MemAvailable:   125388756 kB
Buffers:          244780 kB
Cached:         17647164 kB
SwapCached:            0 kB
Active:          2652392 kB
Inactive:       19847876 kB
Active(anon):       1528 kB
Inactive(anon):  4660976 kB
Active(file):    2650864 kB
Inactive(file): 15186900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12192 kB
Writeback:             4 kB
AnonPages:       4607808 kB
Mapped:           138948 kB
Shmem:             54104 kB
KReclaimable:     279280 kB
Slab:             403500 kB
SReclaimable:     279280 kB
SUnreclaim:       124220 kB
KernelStack:        4956 kB
PageTables:        19188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7356216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4362240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC024 at 2024-07-24 14:34:07