Trace number 4499174

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.15 3576.03

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	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.14	c solving HOME/instance-4499174-1751408127.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.31/0.27	c ... done. Wall clock time 0.131s.
0.31/0.27	c declared #vars     3216
0.31/0.27	c #constraints  3721
0.31/0.27	c constraints type 
0.31/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
0.31/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
0.31/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.31/0.27	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.31/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
0.31/0.27	c 3721 constraints processed.
0.31/0.29	c objective function length is 6 literals
2.23/1.21	c cleaning 2498 clauses out of 5001 with flag 24540/5001
3.01/1.81	c cleaning 4228 clauses out of 8502 with flag 62973/11000
3.78/2.47	c cleaning 5626 clauses out of 11275 with flag 112348/18001
4.81/3.42	c cleaning 6822 clauses out of 13648 with flag 160385/26000
5.89/4.55	c cleaning 7902 clauses out of 15826 with flag 236296/35000
7.96/6.51	c cleaning 8904 clauses out of 17926 with flag 365413/45002
10.41/8.99	c cleaning 9983 clauses out of 20020 with flag 513832/56000
12.77/11.28	c cleaning 11014 clauses out of 22040 with flag 686199/68003
15.23/13.66	c cleaning 12010 clauses out of 24028 with flag 820222/81005
18.27/16.67	c cleaning 12954 clauses out of 26014 with flag 973794/95001
21.86/20.17	c cleaning 14005 clauses out of 28061 with flag 1122915/110002
25.93/24.18	c cleaning 15021 clauses out of 30055 with flag 1317240/126001
29.92/28.03	c cleaning 16004 clauses out of 32034 with flag 1520497/143001
34.27/32.21	c cleaning 17012 clauses out of 34029 with flag 1691134/161000
38.64/36.51	c cleaning 17987 clauses out of 36017 with flag 1868331/180000
43.03/40.83	c cleaning 19009 clauses out of 38032 with flag 2055960/200002
47.82/45.56	c cleaning 20002 clauses out of 40021 with flag 2261593/221000
53.69/51.36	c cleaning 20992 clauses out of 42019 with flag 2521713/243000
60.22/57.48	c cleaning 21992 clauses out of 44027 with flag 2769209/266000
66.28/63.50	c cleaning 22998 clauses out of 46037 with flag 3019497/290002
73.52/70.56	c cleaning 23995 clauses out of 48039 with flag 3280160/315002
80.58/77.59	c cleaning 25011 clauses out of 50042 with flag 3561761/341000
89.78/86.61	c cleaning 25996 clauses out of 52031 with flag 3855532/368000
98.57/95.35	c cleaning 26991 clauses out of 54037 with flag 4143845/396002
107.76/104.35	c cleaning 28000 clauses out of 56044 with flag 4429702/425000
118.00/114.56	c cleaning 28989 clauses out of 58044 with flag 4734694/455000
129.12/125.24	c cleaning 30012 clauses out of 60055 with flag 5050488/486000
140.60/136.59	c cleaning 31006 clauses out of 62044 with flag 5405722/518001
152.04/147.84	c cleaning 32003 clauses out of 64038 with flag 5766595/551001
164.87/160.57	c cleaning 33001 clauses out of 66035 with flag 6110735/585001
178.01/173.58	c cleaning 33998 clauses out of 68033 with flag 6518351/620000
190.67/186.03	c cleaning 34993 clauses out of 70035 with flag 6898610/656000
205.18/200.46	c cleaning 36008 clauses out of 72042 with flag 7326767/693000
220.76/215.55	c cleaning 37002 clauses out of 74035 with flag 7757556/731001
237.16/231.84	c cleaning 38000 clauses out of 76033 with flag 8186114/770001
253.51/248.09	c cleaning 39007 clauses out of 78033 with flag 8631622/810001
269.59/264.05	c cleaning 40005 clauses out of 80025 with flag 9097175/851000
288.19/282.56	c cleaning 40992 clauses out of 82020 with flag 9664274/893000
305.12/299.36	c cleaning 42006 clauses out of 84030 with flag 10215090/936002
328.28/322.23	c cleaning 42986 clauses out of 86024 with flag 10892817/980002
351.43/345.14	c cleaning 43999 clauses out of 88038 with flag 11508148/1025002
372.04/365.63	c cleaning 44988 clauses out of 90037 with flag 12128872/1071000
394.65/387.61	c cleaning 46012 clauses out of 92050 with flag 12755913/1118001
415.76/408.63	c cleaning 47002 clauses out of 94037 with flag 13325098/1166000
435.69/428.22	c cleaning 48008 clauses out of 96036 with flag 13931944/1215001
454.42/446.81	c cleaning 49003 clauses out of 98027 with flag 14500844/1265000
475.61/467.75	c cleaning 50003 clauses out of 100028 with flag 15115190/1316004
499.41/491.28	c cleaning 50986 clauses out of 102022 with flag 15733147/1368001
529.09/520.82	c cleaning 52007 clauses out of 104035 with flag 16427479/1421000
552.36/543.89	c cleaning 53005 clauses out of 106028 with flag 17126417/1475000
575.45/566.63	c cleaning 54001 clauses out of 108024 with flag 17753558/1530001
602.04/592.57	c cleaning 54998 clauses out of 110022 with flag 18476274/1586000
629.10/619.51	c cleaning 55995 clauses out of 112027 with flag 19208128/1643003
656.57/646.73	c cleaning 56998 clauses out of 114031 with flag 19952599/1701002
688.39/678.39	c cleaning 58004 clauses out of 116031 with flag 20702504/1760000
720.97/710.66	c cleaning 58998 clauses out of 118027 with flag 21586733/1820000
751.76/741.39	c cleaning 60003 clauses out of 120029 with flag 22389926/1881000
786.47/775.84	c cleaning 60999 clauses out of 122026 with flag 23151629/1943000
815.44/804.52	c cleaning 62000 clauses out of 124027 with flag 23897889/2006000
844.80/833.64	c cleaning 63007 clauses out of 126028 with flag 24707969/2070001
877.90/866.41	c cleaning 63978 clauses out of 128020 with flag 25486845/2135000
913.51/901.77	c cleaning 65007 clauses out of 130043 with flag 26210252/2201001
951.58/939.01	c cleaning 66002 clauses out of 132035 with flag 26990516/2268000
988.19/975.30	c cleaning 67005 clauses out of 134033 with flag 27778118/2336000
1020.88/1007.94	c cleaning 67999 clauses out of 136028 with flag 28634466/2405000
1059.89/1046.61	c cleaning 69005 clauses out of 138029 with flag 29510379/2475000
1089.08/1075.70	c cleaning 70002 clauses out of 140024 with flag 30359152/2546000
1121.33/1107.60	c cleaning 70991 clauses out of 142022 with flag 31177051/2618000
1155.47/1141.69	c cleaning 72003 clauses out of 144034 with flag 32190324/2691003
1191.18/1177.05	c cleaning 73007 clauses out of 146030 with flag 33157465/2765002
1225.28/1211.04	c cleaning 74001 clauses out of 148021 with flag 34127352/2840000
1271.97/1257.47	c cleaning 74984 clauses out of 150020 with flag 35206831/2916000
1323.15/1308.31	c cleaning 76002 clauses out of 152037 with flag 36320911/2993001
1371.68/1356.72	c cleaning 76985 clauses out of 154035 with flag 37436379/3071001
1426.70/1411.49	c cleaning 78010 clauses out of 156050 with flag 38676307/3150001
1474.69/1459.38	c cleaning 78952 clauses out of 158040 with flag 39813726/3230001
1527.57/1512.07	c cleaning 80025 clauses out of 160088 with flag 40941387/3311001
1575.04/1559.28	c cleaning 81020 clauses out of 162063 with flag 42036200/3393001
1622.04/1605.20	c cleaning 82016 clauses out of 164044 with flag 43157159/3476002
1676.00/1658.80	c cleaning 82990 clauses out of 166028 with flag 44381245/3560002
1737.10/1719.76	c cleaning 83990 clauses out of 168039 with flag 45634187/3645003
1779.91/1762.31	c cleaning 85018 clauses out of 170046 with flag 46866565/3731000
1820.10/1802.41	c cleaning 86004 clauses out of 172029 with flag 48058561/3818001
1863.66/1845.61	c cleaning 87009 clauses out of 174024 with flag 49469254/3906000
1917.03/1898.87	c cleaning 88005 clauses out of 176025 with flag 50948445/3995010
1957.10/1938.71	c cleaning 88998 clauses out of 178015 with flag 52342361/4085005
2005.41/1986.99	c cleaning 89998 clauses out of 180012 with flag 53720445/4176000
2058.61/2039.64	c cleaning 90995 clauses out of 182014 with flag 54940410/4268000
2120.38/2101.29	c cleaning 91981 clauses out of 184021 with flag 56087574/4361002
2189.83/2170.64	c cleaning 93010 clauses out of 186038 with flag 57439260/4455000
2264.35/2244.75	c cleaning 93997 clauses out of 188028 with flag 58907017/4550000
2341.61/2321.94	c cleaning 94990 clauses out of 190031 with flag 60367784/4646000
2405.44/2385.69	c cleaning 95963 clauses out of 192043 with flag 61805415/4743002
2470.07/2449.86	c cleaning 97014 clauses out of 194078 with flag 63167702/4841000
2544.12/2523.74	c cleaning 97982 clauses out of 196064 with flag 64662168/4940000
2621.19/2600.77	c cleaning 99029 clauses out of 198083 with flag 66215366/5040001
2687.38/2666.37	c cleaning 100018 clauses out of 200053 with flag 67412900/5141000
2774.00/2751.81	c cleaning 101010 clauses out of 202037 with flag 68936497/5243002
2857.17/2834.83	c cleaning 101999 clauses out of 204025 with flag 70738613/5346000
2946.02/2923.55	c cleaning 103004 clauses out of 206030 with flag 72503231/5450004
3048.99/3026.40	c cleaning 103993 clauses out of 208022 with flag 74461779/5555000
3141.64/3119.09	c cleaning 104972 clauses out of 210035 with flag 76246951/5661006
3233.05/3210.44	c cleaning 106016 clauses out of 212058 with flag 78028326/5768001
3331.62/3308.90	c cleaning 107013 clauses out of 214043 with flag 79898664/5876002
3378.71/3355.80	c cleaning 107957 clauses out of 216028 with flag 81197051/5985000
3430.08/3407.08	c cleaning 109003 clauses out of 218072 with flag 82441711/6095001
3500.44/3476.99	c cleaning 110020 clauses out of 220075 with flag 83868046/6206007
3565.21/3541.47	c cleaning 111006 clauses out of 222048 with flag 85262979/6318000
3600.00/3575.91	c timeout
3600.00/3575.91	c starts		: 1704
3600.00/3575.91	c conflicts		: 6381431
3600.00/3575.92	c decisions		: 9327014
3600.00/3575.92	c propagations		: 619160077
3600.00/3575.92	c inspects		: 24890850061
3600.00/3575.92	c shortcuts		: 0
3600.00/3575.92	c learnt literals	: 0
3600.00/3575.92	c learnt binary clauses	: 0
3600.00/3575.92	c learnt ternary clauses	: 0
3600.00/3575.92	c learnt constraints	: 6381431
3600.00/3575.92	c ignored constraints	: 0
3600.00/3575.92	c root simplifications	: 0
3600.00/3575.92	c removed literals (reason simplification)	: 152976540
3600.00/3575.92	c reason swapping (by a shorter reason)	: 0
3600.00/3575.92	c Calls to reduceDB	: 108
3600.00/3575.92	c Number of update (reduction) of LBD	: 3598305
3600.00/3575.92	c Imported unit clauses	: 0
3600.00/3575.92	c No decision after first conflict	: false
3600.00/3575.92	c number of reductions to clauses (during analyze)	: 0
3600.00/3575.92	c number of learned constraints concerned by reduction	: 0
3600.00/3575.92	c number of learning phase by resolution	: 0
3600.00/3575.92	c number of learning phase by cutting planes	: 0
3600.00/3575.92	c number of rounding to 1 operations	: 0
3600.00/3575.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3575.92	c number of reductions of the coefficients by power 2 	: 0
3600.00/3575.92	c number of right shift for reduction by power 2 	: 0
3600.00/3575.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3575.92	c number of ending skipping 	: 0
3600.00/3575.92	c number of internal skipping 	: 0
3600.00/3575.92	c number of derivation steps 	: 0
3600.00/3575.92	c number of skipped derivation steps 	: 0
3600.00/3575.92	c number of remaining unassigned 	: 0
3600.00/3575.92	c number of remaining assigned 	: 0
3600.00/3575.92	c number of falsified literals weakened from reason	: 0
3600.00/3575.92	c number of falsified literals weakened from conflict	: 0
3600.00/3575.92	c time for arithmetic operations	: 0
3600.00/3575.92	c minimum degree of deleted constraints	: null
3600.00/3575.92	c maximum degree of deleted constraints	: null
3600.00/3575.92	c number of deleted constraints	: 0
3600.00/3575.92	c speed (assignments/second)	: 173161.26010906618
3600.00/3575.92	c non guided choices	: 5119
3600.00/3575.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 174473
3600.00/3575.98	s UNKNOWN
3600.00/3575.98	c Total wall clock time (in seconds): 3575.842

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499174-1751408127/watcher-4499174-1751408127 -o /tmp/evaluation-result-4499174-1751408127/solver-4499174-1751408127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751408127-60098 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4499174-1751408127.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=60152, runsolver pid=60141
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.37 1.41 2.21 8/333 60226
/proc/meminfo: memFree=129660380/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=18930384 memory=55500 CPUtime=0.12 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 6516 0 0 0 10 2 0 0 20 0 18 0 56490477 19384713216 13875 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4732596 13875 5336 1 0 547588 0
[pid=60152/tid=60161] ppid=60141 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 5023 0 0 0 6 1 0 0 20 0 18 0 56490479 19384713216 13875 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=18930384 memory=16880 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56490481 19384713216 13875 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56490481 19384713216 13875 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55500 KiB

[startup+0.205605 s]*
/proc/loadavg: 0.37 1.41 2.21 13/333 60226
/proc/meminfo: memFree=129636908/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=18930384 memory=66104 CPUtime=0.31 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 7033 0 0 0 28 3 0 0 20 0 18 0 56490477 19384713216 16526 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4732596 16526 5432 1 0 547916 0
[pid=60152/tid=60161] ppid=60141 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 5280 0 0 0 13 2 0 0 20 0 18 0 56490479 19384713216 16526 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=18930384 memory=16880 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56490481 19384713216 16526 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56490481 19384713216 16526 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66104 KiB

[startup+0.305333 s]*
/proc/loadavg: 0.37 1.41 2.21 13/336 60229
/proc/meminfo: memFree=129539488/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=18996948 memory=92020 CPUtime=0.5 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 8795 0 0 0 46 4 0 0 20 0 19 0 56490477 19452874752 23005 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4749237 23005 5496 1 0 549421 0
[pid=60152/tid=60161] ppid=60141 vsize=18996948 memory=-6000919507083291753 CPUtime=0.22 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 5387 0 0 0 19 3 0 0 20 0 19 0 56490479 19452874752 23005 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=18996948 memory=-4421386487624657761 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 23005 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 23005 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (java) R 60141 60152 60056 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 56490507 19452874752 23005 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92020 KiB

[startup+0.700227 s]
/proc/loadavg: 0.37 1.41 2.21 10/337 60230
/proc/meminfo: memFree=129492452/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=18996948 memory=111968 CPUtime=1.26 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 14997 0 0 0 121 5 0 0 20 0 19 0 56490477 19452874752 27992 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4749237 27992 5496 1 0 553412 0
[pid=60152/tid=60161] ppid=60141 vsize=18996948 memory=17920 CPUtime=0.58 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 5410 0 0 0 55 3 0 0 20 0 19 0 56490479 19452874752 27992 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 27992 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 27992 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 56490507 19452874752 27992 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111968 KiB

[startup+1.50019 s]
/proc/loadavg: 0.37 1.41 2.21 9/337 60230
/proc/meminfo: memFree=129436812/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=18996948 memory=128552 CPUtime=2.58 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 17878 0 0 0 253 5 0 0 20 0 19 0 56490477 19452874752 32138 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4749237 32138 5496 1 0 553646 0
[pid=60152/tid=60161] ppid=60141 vsize=18996948 memory=10752 CPUtime=1.37 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 6356 0 0 0 134 3 0 0 20 0 19 0 56490479 19452874752 32138 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 32138 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 32138 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 56490507 19452874752 32138 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 128552 KiB

[startup+3.1057 s]
/proc/loadavg: 0.37 1.41 2.21 3/295 60243
/proc/meminfo: memFree=129498308/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=198996 CPUtime=4.51 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 23330 0 0 0 443 8 0 0 20 0 20 0 56490477 19521036288 49749 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 49749 5528 1 0 553965 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=10752 CPUtime=2.95 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 6761 0 0 0 290 5 0 0 20 0 20 0 56490479 19521036288 49749 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=-6000919502788324457 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 49749 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 49749 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 49749 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 4.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198996 KiB

[startup+6.30021 s]
/proc/loadavg: 0.66 1.45 2.22 3/293 60309
/proc/meminfo: memFree=129412516/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=260860 CPUtime=7.76 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 23557 0 0 0 764 12 0 0 20 0 20 0 56490477 19521036288 65215 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 65215 5528 1 0 553965 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=0 CPUtime=6.06 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 6764 0 0 0 600 6 0 0 20 0 20 0 56490479 19521036288 65215 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 65215 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 65215 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 65215 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 7.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 260860 KiB

[startup+12.7002 s]
/proc/loadavg: 0.77 1.46 2.22 3/293 60309
/proc/meminfo: memFree=129071176/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=476476 CPUtime=14.33 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 25899 0 0 0 1416 17 0 0 20 0 20 0 56490477 19521036288 119119 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 119119 5560 1 0 553965 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=10752 CPUtime=12.25 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 7597 0 0 0 1219 6 0 0 20 0 20 0 56490479 19521036288 119119 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 119119 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 119119 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 119119 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 14.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 476476 KiB

[startup+25.5002 s]
/proc/loadavg: 1.04 1.49 2.22 3/293 60309
/proc/meminfo: memFree=128385632/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=969848 CPUtime=27.42 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 30028 0 0 0 2713 29 0 0 20 0 20 0 56490477 19521036288 242462 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 242462 5560 1 0 660484 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=0 CPUtime=24.69 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 8450 0 0 0 2461 8 0 0 20 0 20 0 56490479 19521036288 242462 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=881596 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 242462 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 242462 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 242462 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 27.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 969848 KiB

[startup+51.1055 s]
/proc/loadavg: 1.51 1.56 2.22 3/293 60309
/proc/meminfo: memFree=127128728/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=1726912 CPUtime=53.5 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 32102 0 0 0 5308 42 0 0 20 0 20 0 56490477 19521036288 431728 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 431728 5560 1 0 787908 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=1624512 CPUtime=49.7 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 9065 0 0 0 4959 11 0 0 20 0 20 0 56490479 19521036288 431728 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0

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

/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 1824 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 3185.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11908864 KiB

[startup+3222.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/289 60475
/proc/meminfo: memFree=110532424/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3244.92 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 216068 0 0 0 324156 336 0 0 20 0 20 0 56490477 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 2977216 5560 1 0 3831674 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3186.55 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 120499 0 0 0 318590 65 0 0 20 0 20 0 56490479 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 1940 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 3244.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11908864 KiB

[startup+3282.3 s]
/proc/loadavg: 2.12 2.09 2.09 3/290 60480
/proc/meminfo: memFree=110295504/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3305.08 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 219535 0 0 0 330170 338 0 0 20 0 20 0 56490477 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 2977216 5560 1 0 3831674 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=10752 CPUtime=3246.06 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 122639 0 0 0 324541 65 0 0 20 0 20 0 56490479 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 2008 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 3305.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11908864 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/291 60483
/proc/meminfo: memFree=109957092/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3365.24 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 223823 0 0 0 336185 339 0 0 20 0 20 0 56490477 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 2977216 5560 1 0 3831675 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3305.6 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 125583 0 0 0 330495 65 0 0 20 0 20 0 56490479 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 2124 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 3365.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11908864 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.09 2.09 3/290 60485
/proc/meminfo: memFree=109628796/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3425.39 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 227061 0 0 0 342199 340 0 0 20 0 20 0 56490477 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 2977216 5560 1 0 3831675 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3365.15 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 127752 0 0 0 336450 65 0 0 20 0 20 0 56490479 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 2160 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 3425.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11908864 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.09 2.09 3/290 60487
/proc/meminfo: memFree=109630824/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3485.39 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 229506 0 0 0 348197 342 0 0 20 0 20 0 56490477 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 2977216 5560 1 0 3831675 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3424.74 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 129921 0 0 0 342408 66 0 0 20 0 20 0 56490479 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 2160 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=7968168847648660616 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 3485.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11908864 KiB

[startup+3522.3 s]
/proc/loadavg: 2.13 2.10 2.09 3/291 60490
/proc/meminfo: memFree=109294548/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3546.16 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 233712 0 0 0 354272 344 0 0 20 0 20 0 56490477 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 2977216 5560 1 0 3831675 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3483.64 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 132019 0 0 0 348297 67 0 0 20 0 20 0 56490479 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 2197 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 3546.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11908864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.9 s]
/proc/loadavg: 2.09 2.09 2.09 3/290 60492
/proc/meminfo: memFree=109058944/131249996 swapFree=33010416/33010684
[pid=60152] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3600 cores=0,2
/proc/60152/stat : 60152 (java) S 60141 60152 60056 0 -1 4194304 237411 0 0 0 359654 346 0 0 20 0 20 0 56490477 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
/proc/60152/statm: 4765878 2977216 5560 1 0 3831675 0
[pid=60152/tid=60161] ppid=60141 vsize=19063512 memory=11908864 CPUtime=3536.68 cores=0,2
/proc/60152/task/60161/stat : 60161 (java) R 60141 60152 60056 0 -1 4194368 134700 0 0 0 353601 67 0 0 20 0 20 0 56490479 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60206] ppid=60141 vsize=19063512 memory=11908864 CPUtime=0 cores=0,2
/proc/60152/task/60206/stat : 60206 (Finalizer) S 60141 60152 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60224] ppid=60141 vsize=19063512 memory=19712 CPUtime=0 cores=0,2
/proc/60152/task/60224/stat : 60224 (Common-Cleaner) S 60141 60152 60056 0 -1 4194368 2234 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
[pid=60152/tid=60229] ppid=60141 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/60152/task/60229/stat : 60229 (Timer-0) S 60141 60152 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490507 19521036288 2977216 18446744073709551615 94729129828352 94729129832048 140735026847680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94729129839864 94729129840656 94729135890432 140735026854273 140735026854374 140735026854374 140735026859976 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11908864 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.66 s, system=3.49605 s

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

[startup+3576 s]*
/proc/loadavg: 2.09 2.09 2.09 4/272 60495
/proc/meminfo: memFree=113232936/131249996 swapFree=33010416/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): 3576.03
CPU time (s): 3600.15
CPU user time (s): 3596.66
CPU system time (s): 3.49605
CPU usage (%): 100.675
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 11908864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.66
system time used= 3.49605
maximum resident set size= 11909760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239897
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111722
involuntary context switches= 11805


# summary of solver processes directly reported to runsolver:
#   pid: 60152
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3596.66
#   total CPU system time (s): 3.49605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.34016 second user time and 17.5291 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-02 00:15:27
IDJOB=4499174
IDBENCH=148772
IDSOLVER=3363
FILE ID=nodeC022/4499174-1751408127
RUNJOBID= nodeC022-1751408127-60098
SLURM_JOB_ID= 9598306
Free space on /tmp= 433000 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499174-1751408127/watcher-4499174-1751408127 -o /tmp/evaluation-result-4499174-1751408127/solver-4499174-1751408127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751408127-60098 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4499174-1751408127.opb

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=1857992310

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.182
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		: 3270.950
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		: 3599.724
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		: 2750.955
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.719
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		: 3394.439
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		: 3599.692
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		: 3513.717
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:        129768412 kB
MemAvailable:   129747692 kB
Buffers:            2128 kB
Cached:           781648 kB
SwapCached:           32 kB
Active:           454064 kB
Inactive:         393592 kB
Active(anon):      77712 kB
Inactive(anon):     4196 kB
Active(file):     376352 kB
Inactive(file):   389396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2916 kB
Writeback:             0 kB
AnonPages:         67276 kB
Mapped:           102588 kB
Shmem:             18028 kB
KReclaimable:     105144 kB
Slab:             192340 kB
SReclaimable:     105144 kB
SUnreclaim:        87196 kB
KernelStack:        4032 kB
PageTables:         2524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 432992 MiB
End job on nodeC022 at 2025-07-02 01:15:03