Trace number 4514094

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-06? (TO) 3600.14 3605.53

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v091-n1.opb
MD5SUMa57f38c055936913ab505f9f9b34f426
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.027177
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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-4514094-1751223936.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.15	c ... done. Wall clock time 0.019s.
0.12/0.15	c declared #vars     273
0.12/0.15	c #constraints  182
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.12/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.12/0.15	c 182 constraints processed.
1.09/0.63	c cleaning 2496 clauses out of 5002 with flag 46798/5002
1.78/1.13	c cleaning 4252 clauses out of 8507 with flag 118940/11003
2.45/1.78	c cleaning 5620 clauses out of 11254 with flag 204633/18002
3.43/2.63	c cleaning 6811 clauses out of 13634 with flag 305552/26002
4.51/3.62	c cleaning 7909 clauses out of 15823 with flag 416795/35002
5.70/4.80	c cleaning 8946 clauses out of 17912 with flag 532576/45000
7.15/6.26	c cleaning 9974 clauses out of 19968 with flag 670490/56002
8.85/7.98	c cleaning 10983 clauses out of 21993 with flag 814370/68001
10.84/9.91	c cleaning 11997 clauses out of 24010 with flag 965935/81001
12.94/12.08	c cleaning 12996 clauses out of 26012 with flag 1133635/95000
15.54/14.69	c cleaning 14000 clauses out of 28018 with flag 1323179/110002
18.44/17.58	c cleaning 15000 clauses out of 30016 with flag 1527068/126000
21.78/20.84	c cleaning 15998 clauses out of 32017 with flag 1751007/143001
25.37/24.42	c cleaning 17007 clauses out of 34018 with flag 1984985/161000
28.36/27.49	c cleaning 17999 clauses out of 36013 with flag 2227927/180002
31.96/31.06	c cleaning 18997 clauses out of 38012 with flag 2486710/200000
36.34/35.43	c cleaning 20002 clauses out of 40015 with flag 2762545/221000
41.06/40.14	c cleaning 20996 clauses out of 42014 with flag 3058008/243001
46.05/45.18	c cleaning 21999 clauses out of 44017 with flag 3366652/266000
52.33/51.46	c cleaning 23002 clauses out of 46020 with flag 3706711/290002
58.61/57.74	c cleaning 23998 clauses out of 48016 with flag 4036718/315000
66.20/65.36	c cleaning 24997 clauses out of 50018 with flag 4378418/341000
73.82/72.95	c cleaning 25982 clauses out of 52021 with flag 4747773/368000
82.00/81.10	c cleaning 26996 clauses out of 54039 with flag 5143313/396000
90.57/89.74	c cleaning 27995 clauses out of 56043 with flag 5537396/425000
98.86/98.03	c cleaning 28995 clauses out of 58049 with flag 5922858/455001
107.77/106.93	c cleaning 29995 clauses out of 60054 with flag 6345410/486001
117.65/116.80	c cleaning 31003 clauses out of 62059 with flag 6805745/518001
126.82/126.07	c cleaning 32002 clauses out of 64056 with flag 7254371/551001
137.19/136.40	c cleaning 33001 clauses out of 66054 with flag 7733205/585001
148.60/147.87	c cleaning 33990 clauses out of 68052 with flag 8235452/620000
163.56/162.89	c cleaning 35002 clauses out of 70062 with flag 8710741/656000
178.24/177.54	c cleaning 36008 clauses out of 72060 with flag 9233481/693000
193.14/192.45	c cleaning 37002 clauses out of 74052 with flag 9781773/731000
207.71/207.06	c cleaning 37997 clauses out of 76050 with flag 10384731/770000
222.77/222.14	c cleaning 39004 clauses out of 78054 with flag 10989976/810001
237.68/237.04	c cleaning 40003 clauses out of 80052 with flag 11560690/851003
255.23/254.64	c cleaning 41000 clauses out of 82048 with flag 12174855/893002
274.03/273.43	c cleaning 41998 clauses out of 84046 with flag 12805871/936000
292.48/291.93	c cleaning 42998 clauses out of 86049 with flag 13434944/980001
311.83/311.31	c cleaning 43999 clauses out of 88052 with flag 14092437/1025002
332.92/332.49	c cleaning 44998 clauses out of 90051 with flag 14766728/1071000
353.58/353.11	c cleaning 46006 clauses out of 92055 with flag 15436475/1118002
372.27/371.82	c cleaning 47002 clauses out of 94048 with flag 16103914/1166001
391.53/391.15	c cleaning 47992 clauses out of 96046 with flag 16757611/1215001
412.88/412.57	c cleaning 49002 clauses out of 98053 with flag 17458968/1265000
433.47/433.11	c cleaning 49999 clauses out of 100051 with flag 18151413/1316000
457.60/457.35	c cleaning 51000 clauses out of 102052 with flag 18859747/1368000
480.19/479.99	c cleaning 51994 clauses out of 104053 with flag 19575706/1421001
505.83/505.69	c cleaning 53002 clauses out of 106058 with flag 20291374/1475000
535.70/535.57	c cleaning 54007 clauses out of 108057 with flag 21058058/1530001
571.70/571.68	c cleaning 54997 clauses out of 110049 with flag 21870741/1586000
608.46/608.40	c cleaning 56004 clauses out of 112053 with flag 22735943/1643001
641.78/641.85	c cleaning 56996 clauses out of 114048 with flag 23551123/1701000
675.20/675.31	c cleaning 57996 clauses out of 116053 with flag 24344213/1760001
706.07/706.27	c cleaning 59002 clauses out of 118056 with flag 25179897/1820000
737.90/738.16	c cleaning 60002 clauses out of 120054 with flag 26011162/1881000
774.02/774.30	c cleaning 60992 clauses out of 122052 with flag 26949859/1943000
814.65/815.00	c cleaning 62001 clauses out of 124060 with flag 27872902/2006000
851.27/851.78	c cleaning 63006 clauses out of 126059 with flag 28761860/2070000
889.98/890.56	c cleaning 64003 clauses out of 128055 with flag 29688944/2135002
924.96/925.57	c cleaning 64996 clauses out of 130050 with flag 30586140/2201000
963.17/963.83	c cleaning 66000 clauses out of 132056 with flag 31508580/2268002
1010.06/1010.86	c cleaning 66995 clauses out of 134055 with flag 32487652/2336001
1051.06/1051.96	c cleaning 67997 clauses out of 136059 with flag 33425624/2405000
1095.16/1095.82	c cleaning 69001 clauses out of 138062 with flag 34379511/2475000
1140.85/1141.62	c cleaning 70006 clauses out of 140062 with flag 35365458/2546001
1195.42/1196.32	c cleaning 71003 clauses out of 142055 with flag 36401538/2618000
1251.24/1252.23	c cleaning 72000 clauses out of 144052 with flag 37437684/2691000
1296.44/1297.50	c cleaning 73003 clauses out of 146056 with flag 38449287/2765004
1349.51/1350.73	c cleaning 73998 clauses out of 148051 with flag 39482761/2840002
1407.68/1409.09	c cleaning 74998 clauses out of 150052 with flag 40524244/2916001
1447.54/1448.82	c cleaning 76016 clauses out of 152053 with flag 41568953/2993000
1471.08/1472.43	c cleaning 76997 clauses out of 154037 with flag 42581675/3071000
1491.64/1493.03	c cleaning 78001 clauses out of 156040 with flag 43571243/3150000
1517.17/1518.64	c cleaning 79005 clauses out of 158039 with flag 44718300/3230000
1559.57/1561.16	c cleaning 79997 clauses out of 160036 with flag 45797216/3311002
1599.39/1601.10	c cleaning 81002 clauses out of 162039 with flag 46864220/3393002
1641.42/1643.15	c cleaning 82003 clauses out of 164035 with flag 47918201/3476000
1686.21/1688.06	c cleaning 83002 clauses out of 166033 with flag 49024767/3560001
1746.07/1748.03	c cleaning 83995 clauses out of 168030 with flag 50106785/3645000
1796.16/1798.23	c cleaning 84999 clauses out of 170035 with flag 51186377/3731000
1837.96/1840.17	c cleaning 86001 clauses out of 172037 with flag 52254958/3818001
1886.73/1888.99	c cleaning 86997 clauses out of 174037 with flag 53418291/3906002
1927.43/1929.72	c cleaning 88009 clauses out of 176040 with flag 54542538/3995002
1971.43/1973.82	c cleaning 88993 clauses out of 178029 with flag 55627083/4085000
2011.93/2014.43	c cleaning 90002 clauses out of 180036 with flag 56803743/4176000
2058.82/2061.49	c cleaning 90994 clauses out of 182036 with flag 58066726/4268002
2116.78/2119.57	c cleaning 92009 clauses out of 184041 with flag 59307712/4361001
2176.06/2178.83	c cleaning 93002 clauses out of 186031 with flag 60570352/4455000
2235.61/2238.55	c cleaning 94004 clauses out of 188029 with flag 61826869/4550000
2301.74/2304.82	c cleaning 94991 clauses out of 190027 with flag 63156528/4646002
2356.91/2360.12	c cleaning 95997 clauses out of 192034 with flag 64494848/4743000
2413.44/2416.73	c cleaning 97005 clauses out of 194037 with flag 65863033/4841000
2486.26/2489.73	c cleaning 97995 clauses out of 196033 with flag 67276519/4940001
2558.79/2562.48	c cleaning 98998 clauses out of 198038 with flag 68706733/5040001
2630.22/2634.06	c cleaning 99998 clauses out of 200043 with flag 70230738/5141004
2703.84/2707.85	c cleaning 101004 clauses out of 202042 with flag 71745348/5243001
2770.25/2774.33	c cleaning 102001 clauses out of 204038 with flag 73282663/5346001
2839.58/2843.86	c cleaning 103006 clauses out of 206036 with flag 74752818/5450000
2908.01/2912.41	c cleaning 103992 clauses out of 208030 with flag 76200409/5555000
2990.66/2995.20	c cleaning 105009 clauses out of 210038 with flag 77691533/5661000
3047.76/3051.92	c cleaning 105980 clauses out of 212030 with flag 79232271/5768001
3107.91/3112.27	c cleaning 106988 clauses out of 214049 with flag 80657780/5876000
3199.19/3203.74	c cleaning 108012 clauses out of 216061 with flag 82331724/5985000
3257.85/3262.59	c cleaning 108987 clauses out of 218049 with flag 83679852/6095000
3345.33/3350.22	c cleaning 110005 clauses out of 220062 with flag 85238561/6206000
3410.77/3415.78	c cleaning 111019 clauses out of 222058 with flag 86795135/6318001
3473.11/3478.28	c cleaning 112006 clauses out of 224041 with flag 88234084/6431003
3541.75/3547.04	c cleaning 113007 clauses out of 226033 with flag 89631948/6545001
3600.00/3605.41	c timeout
3600.00/3605.42	c starts		: 1266
3600.00/3605.42	c conflicts		: 6655512
3600.00/3605.42	c decisions		: 7432055
3600.00/3605.42	c propagations		: 178281065
3600.00/3605.42	c inspects		: 39613620092
3600.00/3605.42	c shortcuts		: 0
3600.00/3605.42	c learnt literals	: 0
3600.00/3605.42	c learnt binary clauses	: 0
3600.00/3605.42	c learnt ternary clauses	: 0
3600.00/3605.42	c learnt constraints	: 6655512
3600.00/3605.42	c ignored constraints	: 0
3600.00/3605.42	c root simplifications	: 0
3600.00/3605.42	c removed literals (reason simplification)	: 125023941
3600.00/3605.42	c reason swapping (by a shorter reason)	: 0
3600.00/3605.42	c Calls to reduceDB	: 110
3600.00/3605.42	c Number of update (reduction) of LBD	: 2447046
3600.00/3605.42	c Imported unit clauses	: 0
3600.00/3605.42	c No decision after first conflict	: false
3600.00/3605.42	c number of reductions to clauses (during analyze)	: 0
3600.00/3605.42	c number of learned constraints concerned by reduction	: 0
3600.00/3605.42	c number of learning phase by resolution	: 0
3600.00/3605.42	c number of learning phase by cutting planes	: 0
3600.00/3605.42	c number of rounding to 1 operations	: 0
3600.00/3605.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3605.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3605.42	c number of right shift for reduction by power 2 	: 0
3600.00/3605.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3605.43	c number of ending skipping 	: 0
3600.00/3605.43	c number of internal skipping 	: 0
3600.00/3605.43	c number of derivation steps 	: 0
3600.00/3605.43	c number of skipped derivation steps 	: 0
3600.00/3605.43	c number of remaining unassigned 	: 0
3600.00/3605.43	c number of remaining assigned 	: 0
3600.00/3605.43	c number of falsified literals weakened from reason	: 0
3600.00/3605.43	c number of falsified literals weakened from conflict	: 0
3600.00/3605.43	c time for arithmetic operations	: 0
3600.00/3605.43	c minimum degree of deleted constraints	: null
3600.00/3605.43	c maximum degree of deleted constraints	: null
3600.00/3605.43	c number of deleted constraints	: 0
3600.00/3605.43	c speed (assignments/second)	: 49450.07369758859
3600.00/3605.43	c non guided choices	: 76
3600.00/3605.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 223537
3600.00/3605.49	s UNKNOWN
3600.00/3605.49	c Total wall clock time (in seconds): 3605.356

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514094-1751223936/watcher-4514094-1751223936 -o /tmp/evaluation-result-4514094-1751223936/solver-4514094-1751223936 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28439 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514094-1751223936.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
solver pid=29263, runsolver pid=29260
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.06 4.08 4.09 5/338 29281
/proc/meminfo: memFree=123752056/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=18930384 memory=57712 CPUtime=0.12 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 6568 0 0 0 10 2 0 0 20 0 18 0 38071340 19384713216 14428 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4732596 14428 5342 1 0 547620 0
[pid=29263/tid=29265] ppid=29260 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 38071341 19384713216 14428 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38071343 19384713216 14428 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38071344 19384713216 14428 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57712 KiB

[startup+0.205951 s]*
/proc/loadavg: 4.06 4.08 4.09 7/339 29282
/proc/meminfo: memFree=123754728/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=18996948 memory=62096 CPUtime=0.32 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 7252 0 0 0 30 2 0 0 20 0 19 0 38071340 19452874752 15524 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4749237 15524 5438 1 0 548275 0
[pid=29263/tid=29265] ppid=29260 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 5296 0 0 0 16 1 0 0 20 0 19 0 38071341 19452874752 15524 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=18996948 memory=16880 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38071343 19452874752 15524 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38071344 19452874752 15524 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38071356 19452874752 15524 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62096 KiB

[startup+0.305919 s]*
/proc/loadavg: 4.06 4.08 4.09 6/339 29282
/proc/meminfo: memFree=123750696/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=18996948 memory=66520 CPUtime=0.52 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 8867 0 0 0 49 3 0 0 20 0 19 0 38071340 19452874752 16630 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4749237 16630 5438 1 0 549266 0
[pid=29263/tid=29265] ppid=29260 vsize=18996948 memory=-6000919507049669485 CPUtime=0.27 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 5303 0 0 0 25 2 0 0 20 0 19 0 38071341 19452874752 16630 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38071343 19452874752 16630 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38071344 19452874752 16630 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38071356 19452874752 16630 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66520 KiB

[startup+0.700238 s]
/proc/loadavg: 4.06 4.08 4.09 6/339 29282
/proc/meminfo: memFree=123738320/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=18996948 memory=80908 CPUtime=1.27 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 12310 0 0 0 123 4 0 0 20 0 19 0 38071340 19452874752 20227 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4749237 20227 5438 1 0 551231 0
[pid=29263/tid=29265] ppid=29260 vsize=18996948 memory=17408 CPUtime=0.63 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 5344 0 0 0 61 2 0 0 20 0 19 0 38071341 19452874752 20227 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38071343 19452874752 20227 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38071344 19452874752 20227 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38071356 19452874752 20227 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80908 KiB

[startup+1.50024 s]
/proc/loadavg: 4.06 4.08 4.09 5/339 29282
/proc/meminfo: memFree=123734224/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=18996948 memory=87228 CPUtime=2.25 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 15269 0 0 0 220 5 0 0 20 0 19 0 38071340 19452874752 21807 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4749237 21807 5438 1 0 551232 0
[pid=29263/tid=29265] ppid=29260 vsize=18996948 memory=0 CPUtime=1.43 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 5810 0 0 0 141 2 0 0 20 0 19 0 38071341 19452874752 21807 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38071343 19452874752 21807 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38071344 19452874752 21807 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38071356 19452874752 21807 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87228 KiB

[startup+3.10576 s]
/proc/loadavg: 4.14 4.10 4.09 5/339 29282
/proc/meminfo: memFree=123721940/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=18996948 memory=97724 CPUtime=4.02 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 16555 0 0 0 397 5 0 0 20 0 19 0 38071340 19452874752 24431 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4749237 24431 5438 1 0 551278 0
[pid=29263/tid=29265] ppid=29260 vsize=18996948 memory=10752 CPUtime=3.03 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 6092 0 0 0 301 2 0 0 20 0 19 0 38071341 19452874752 24431 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=18996948 memory=-6000919507049669485 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38071343 19452874752 24431 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38071344 19452874752 24431 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38071356 19452874752 24431 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 4.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97724 KiB

[startup+6.30023 s]
/proc/loadavg: 4.14 4.10 4.09 5/339 29282
/proc/meminfo: memFree=123701500/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=18996948 memory=112584 CPUtime=7.25 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 19880 0 0 0 719 6 0 0 20 0 19 0 38071340 19452874752 28146 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4749237 28146 5438 1 0 551278 0
[pid=29263/tid=29265] ppid=29260 vsize=18996948 memory=0 CPUtime=6.21 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 6740 0 0 0 619 2 0 0 20 0 19 0 38071341 19452874752 28146 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38071343 19452874752 28146 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38071344 19452874752 28146 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=18996948 memory=87228 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38071356 19452874752 28146 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 7.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112584 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.10 4.09 5/339 29282
/proc/meminfo: memFree=123672836/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=18996948 memory=143304 CPUtime=13.63 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 21371 0 0 0 1357 6 0 0 20 0 19 0 38071340 19452874752 35826 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4749237 35826 5438 1 0 551294 0
[pid=29263/tid=29265] ppid=29260 vsize=18996948 memory=87228 CPUtime=12.6 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 7350 0 0 0 1257 3 0 0 20 0 19 0 38071341 19452874752 35826 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=18996948 memory=139208 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38071343 19452874752 35826 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38071344 19452874752 35826 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38071356 19452874752 35826 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 13.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 143304 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.09 4.09 5/340 29283
/proc/meminfo: memFree=123640572/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=176668 CPUtime=26.47 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 24934 0 0 0 2639 8 0 0 20 0 20 0 38071340 19521036288 44167 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 44167 5502 1 0 551583 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=139208 CPUtime=25.34 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 8007 0 0 0 2531 3 0 0 20 0 20 0 38071341 19521036288 44167 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 44167 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=176668 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 44167 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 44167 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 26.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176668 KiB

[startup+51.1059 s]
/proc/loadavg: 4.14 4.10 4.09 5/340 29283
/proc/meminfo: memFree=123489272/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=203556 CPUtime=52.04 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 26417 0 0 0 5195 9 0 0 20 0 20 0 38071340 19521036288 50889 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 50889 5502 1 0 551583 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=176668 CPUtime=50.85 cores=0,2

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

/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=1671316 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 1013 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=1671316 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 3217.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1671316 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.14 4.12 6/340 29638
/proc/meminfo: memFree=123129996/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=1671316 CPUtime=3277.6 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 65550 0 0 0 327661 99 0 0 20 0 20 0 38071340 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 417829 5534 1 0 555165 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=1671316 CPUtime=3271.69 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 26479 0 0 0 327154 15 0 0 20 0 20 0 38071341 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 1096 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 3277.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1671316 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/340 29651
/proc/meminfo: memFree=123127900/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=1671316 CPUtime=3337.45 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 65614 0 0 0 333645 100 0 0 20 0 20 0 38071340 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 417829 5534 1 0 555165 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=10752 CPUtime=3331.52 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 26516 0 0 0 333136 16 0 0 20 0 20 0 38071341 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=19063512 memory=1671316 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 1109 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 417829 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 3337.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1671316 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.11 6/339 29653
/proc/meminfo: memFree=123067716/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=1675464 CPUtime=3397.4 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 66505 0 0 0 339638 102 0 0 20 0 20 0 38071340 19521036288 418866 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 418866 5534 1 0 555165 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=10752 CPUtime=3391.25 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 26566 0 0 0 339109 16 0 0 20 0 20 0 38071341 19521036288 418866 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 418866 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 1116 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 418866 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=1675464 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 418866 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 3397.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1675464 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.14 4.12 6/340 29656
/proc/meminfo: memFree=123045600/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=1678024 CPUtime=3457.26 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 66524 0 0 0 345622 104 0 0 20 0 20 0 38071340 19521036288 419506 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 419506 5534 1 0 555169 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=10752 CPUtime=3451.08 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 26578 0 0 0 345091 17 0 0 20 0 20 0 38071341 19521036288 419506 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=19063512 memory=1677896 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 419506 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 1116 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 419506 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 419506 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 3457.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1678024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.11 6/339 29658
/proc/meminfo: memFree=122995888/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=1682760 CPUtime=3517.1 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 66735 0 0 0 351605 105 0 0 20 0 20 0 38071340 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 420690 5534 1 0 555174 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=7686721470264483783 CPUtime=3510.91 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 26784 0 0 0 351074 17 0 0 20 0 20 0 38071341 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=19063512 memory=1682760 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=1682760 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 1116 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 3517.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682760 KiB

[startup+3582.3 s]
/proc/loadavg: 4.45 4.23 4.15 5/339 29660
/proc/meminfo: memFree=122995552/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=1682760 CPUtime=3576.95 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 67097 0 0 0 357588 107 0 0 20 0 20 0 38071340 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 420690 5534 1 0 555180 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=7686721470264483783 CPUtime=3570.74 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 27124 0 0 0 357056 18 0 0 20 0 20 0 38071341 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 1116 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=1682760 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 3576.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.4 s]
/proc/loadavg: 4.30 4.21 4.14 6/339 29660
/proc/meminfo: memFree=122995568/131249996 swapFree=33010684/33010684
[pid=29263] ppid=29260 vsize=19063512 memory=1682760 CPUtime=3600 cores=0,2
/proc/29263/stat : 29263 (java) S 29260 29263 28429 0 -1 4194304 67325 0 0 0 359892 108 0 0 20 0 20 0 38071340 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
/proc/29263/statm: 4765878 420690 5534 1 0 555184 0
[pid=29263/tid=29265] ppid=29260 vsize=19063512 memory=2157708 CPUtime=3593.78 cores=0,2
/proc/29263/task/29265/stat : 29265 (java) R 29260 29263 28429 0 -1 4194368 27348 0 0 0 359360 18 0 0 20 0 20 0 38071341 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29274] ppid=29260 vsize=19063512 memory=6896 CPUtime=0 cores=0,2
/proc/29263/task/29274/stat : 29274 (Finalizer) S 29260 29263 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38071343 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29281] ppid=29260 vsize=19063512 memory=1599996 CPUtime=0 cores=0,2
/proc/29263/task/29281/stat : 29281 (Common-Cleaner) S 29260 29263 28429 0 -1 4194368 1116 0 0 0 0 0 0 0 20 0 20 0 38071344 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
[pid=29263/tid=29282] ppid=29260 vsize=19063512 memory=7024 CPUtime=0 cores=0,2
/proc/29263/task/29282/stat : 29282 (Timer-0) S 29260 29263 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38071356 19521036288 420690 18446744073709551615 93999914065920 93999914069616 140728202903664 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93999914077432 93999914078224 93999935664128 140728202905985 140728202906086 140728202906086 140728202911688 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682760 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.05 s, system=1.09631 s

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

[startup+3605.5 s]*
/proc/loadavg: 4.30 4.21 4.14 5/318 29663
/proc/meminfo: memFree=124638672/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3605.53
CPU time (s): 3600.14
CPU user time (s): 3599.05
CPU system time (s): 1.09631
CPU usage (%): 99.8506
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1682760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.05
system time used= 1.09631
maximum resident set size= 1683528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103946
involuntary context switches= 8770


# summary of solver processes directly reported to runsolver:
#   pid: 29263
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3599.05
#   total CPU system time (s): 1.09631

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.62535 second user time and 16.9977 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 21:05:36
IDJOB=4514094
IDBENCH=162602
IDSOLVER=3363
FILE ID=nodeC022/4514094-1751223936
RUNJOBID= nodeC022-1751219267-28439
SLURM_JOB_ID= 9587670
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v091-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514094-1751223936/watcher-4514094-1751223936 -o /tmp/evaluation-result-4514094-1751223936/solver-4514094-1751223936 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28439 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514094-1751223936.opb

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

MD5SUM BENCH= a57f38c055936913ab505f9f9b34f426
RANDOM SEED=1737915384

nodeC022 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.796
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.860
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.249
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.44
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.906
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.44
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.716
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.44
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.753
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.44
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		: 3611.369
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.44
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.718
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123764280 kB
MemAvailable:   124422268 kB
Buffers:            3280 kB
Cached:          1462508 kB
SwapCached:            0 kB
Active:          5665436 kB
Inactive:        1214148 kB
Active(anon):    5431856 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1214148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               744 kB
Writeback:             8 kB
AnonPages:       5416816 kB
Mapped:           122192 kB
Shmem:             18060 kB
KReclaimable:      98600 kB
Slab:             185780 kB
SReclaimable:      98600 kB
SUnreclaim:        87180 kB
KernelStack:        5216 kB
PageTables:        14280 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7065140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5175296 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-29 22:05:42