Trace number 4505132

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.3 3593.74

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_8_ic.opb
MD5SUMa4e6307a32e39171940a0b0a520e3b91
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 benchmark0.27516
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.17	c version PB25.v20250606
0.13/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.20	c Free memory 		2104792832
0.13/0.20	c Max memory 		16282288128
0.13/0.20	c Total memory 		2113929216
0.13/0.20	c Number of processors 	2
0.31/0.30	c Pseudo Boolean Optimization by upper bound
0.31/0.30	c --- Begin Solver configuration ---
0.31/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.31/0.30	c Learn all clauses as in MiniSAT
0.31/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.30	c Expensive reason simplification
0.31/0.30	c Glucose 2.1 dynamic restart strategy
0.31/0.30	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.31/0.30	c timeout=2147483s
0.31/0.30	c DB Simplification allowed=false
0.31/0.30	c Listener: none
0.31/0.30	c --- End Solver configuration ---
0.31/0.30	c solving HOME/instance-4505132-1751461542.opb
0.31/0.30	c reading problem ... 
0.31/0.30	c  objective function found
1.39/0.89	c ... done. Wall clock time 0.587s.
1.39/0.89	c declared #vars     15725
1.39/0.89	c #constraints  33139
1.39/0.89	c constraints type 
1.39/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.39/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.39/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.39/0.89	c org.sat4j.specs.Constr$1 => 3
1.39/0.89	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.39/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.39/0.89	c 33139 constraints processed.
1.59/0.91	c objective function length is 1825 literals
4.91/3.29	c cleaning 2500 clauses out of 5002 with flag 20058/5002
7.92/5.60	c cleaning 4248 clauses out of 8500 with flag 45667/11000
10.65/8.37	c cleaning 5620 clauses out of 11252 with flag 80340/18000
13.86/11.50	c cleaning 6810 clauses out of 13633 with flag 128526/26001
17.75/15.42	c cleaning 7903 clauses out of 15822 with flag 189761/35000
21.85/19.56	c cleaning 8954 clauses out of 17920 with flag 251925/45001
26.66/24.23	c cleaning 9971 clauses out of 19965 with flag 329831/56000
31.76/29.35	c cleaning 10996 clauses out of 21994 with flag 392895/68000
37.21/34.51	c cleaning 11988 clauses out of 23998 with flag 461989/81000
42.61/39.94	c cleaning 12997 clauses out of 26012 with flag 543010/95002
49.10/46.46	c cleaning 14001 clauses out of 28013 with flag 641595/110000
56.42/53.76	c cleaning 14997 clauses out of 30012 with flag 761025/126000
64.58/61.89	c cleaning 16003 clauses out of 32015 with flag 898214/143000
73.30/70.46	c cleaning 17000 clauses out of 34012 with flag 1030380/161000
82.38/79.58	c cleaning 17999 clauses out of 36012 with flag 1160635/180000
92.84/89.98	c cleaning 18999 clauses out of 38013 with flag 1281950/200000
102.13/99.26	c cleaning 19998 clauses out of 40014 with flag 1454923/221000
112.68/109.76	c cleaning 20998 clauses out of 42016 with flag 1637062/243000
124.17/121.23	c cleaning 22003 clauses out of 44018 with flag 1822706/266000
135.75/132.89	c cleaning 23007 clauses out of 46017 with flag 2006260/290002
148.40/145.49	c cleaning 24000 clauses out of 48009 with flag 2192172/315001
162.58/159.66	c cleaning 25001 clauses out of 50009 with flag 2372304/341001
175.64/172.62	c cleaning 25989 clauses out of 52009 with flag 2518612/368002
188.80/185.72	c cleaning 27004 clauses out of 54018 with flag 2694804/396000
200.98/198.01	c cleaning 27999 clauses out of 56015 with flag 2905555/425001
214.44/211.35	c cleaning 29002 clauses out of 58016 with flag 3120504/455001
228.51/225.40	c cleaning 29999 clauses out of 60013 with flag 3328637/486000
244.23/241.02	c cleaning 30995 clauses out of 62015 with flag 3543307/518001
259.96/256.75	c cleaning 32001 clauses out of 64020 with flag 3766533/551001
276.92/273.69	c cleaning 33010 clauses out of 66024 with flag 4015398/585006
291.59/288.29	c cleaning 33996 clauses out of 68008 with flag 4217510/620000
307.59/304.18	c cleaning 35005 clauses out of 70013 with flag 4464066/656001
323.97/320.08	c cleaning 35996 clauses out of 72007 with flag 4672494/693000
339.88/335.53	c cleaning 36995 clauses out of 74013 with flag 4893023/731002
357.04/352.72	c cleaning 37997 clauses out of 76016 with flag 5124833/770000
373.23/368.95	c cleaning 38999 clauses out of 78020 with flag 5444092/810001
389.79/385.53	c cleaning 40004 clauses out of 80021 with flag 5764929/851001
410.55/406.38	c cleaning 41000 clauses out of 82016 with flag 6084380/893000
431.11/427.00	c cleaning 42002 clauses out of 84018 with flag 6432612/936002
451.52/447.35	c cleaning 42999 clauses out of 86014 with flag 6759539/980000
473.98/469.87	c cleaning 44000 clauses out of 88016 with flag 7068793/1025001
496.86/492.73	c cleaning 45000 clauses out of 90017 with flag 7392138/1071002
520.14/516.02	c cleaning 46000 clauses out of 92017 with flag 7727887/1118002
542.51/538.45	c cleaning 46998 clauses out of 94015 with flag 8058361/1166000
565.91/561.85	c cleaning 48002 clauses out of 96018 with flag 8345459/1215001
588.53/584.32	c cleaning 49007 clauses out of 98015 with flag 8611704/1265000
610.40/606.23	c cleaning 49997 clauses out of 100010 with flag 8953736/1316002
636.14/631.91	c cleaning 51003 clauses out of 102013 with flag 9334048/1368002
657.29/653.10	c cleaning 52003 clauses out of 104010 with flag 9668689/1421002
688.47/683.63	c cleaning 52993 clauses out of 106005 with flag 10063704/1475000
714.52/709.70	c cleaning 54002 clauses out of 108014 with flag 10481421/1530002
747.30/742.57	c cleaning 55001 clauses out of 110013 with flag 10916016/1586003
775.94/771.23	c cleaning 55997 clauses out of 112009 with flag 11371222/1643000
806.95/802.23	c cleaning 57000 clauses out of 114014 with flag 11808132/1701002
835.00/830.30	c cleaning 58000 clauses out of 116012 with flag 12201876/1760000
866.57/862.00	c cleaning 59005 clauses out of 118012 with flag 12587551/1820000
899.88/895.29	c cleaning 59999 clauses out of 120008 with flag 12960709/1881001
930.73/926.01	c cleaning 61004 clauses out of 122008 with flag 13357097/1943000
957.16/952.58	c cleaning 61990 clauses out of 124006 with flag 13809698/2006002
991.83/987.21	c cleaning 62996 clauses out of 126016 with flag 14297585/2070002
1025.58/1021.03	c cleaning 64001 clauses out of 128018 with flag 14773208/2135000
1060.40/1055.95	c cleaning 64997 clauses out of 130017 with flag 15252905/2201000
1091.41/1086.92	c cleaning 66011 clauses out of 132023 with flag 15732130/2268003
1123.06/1118.57	c cleaning 66999 clauses out of 134009 with flag 16137930/2336000
1157.02/1151.70	c cleaning 68004 clauses out of 136010 with flag 16531432/2405000
1190.95/1185.62	c cleaning 68996 clauses out of 138007 with flag 16967992/2475001
1223.99/1218.69	c cleaning 70004 clauses out of 140010 with flag 17426200/2546000
1255.47/1250.02	c cleaning 70999 clauses out of 142006 with flag 17918100/2618000
1288.31/1282.85	c cleaning 71991 clauses out of 144010 with flag 18360283/2691003
1321.91/1316.39	c cleaning 73000 clauses out of 146016 with flag 18879976/2765000
1360.93/1355.42	c cleaning 74002 clauses out of 148016 with flag 19434435/2840000
1392.97/1387.58	c cleaning 75004 clauses out of 150014 with flag 19990069/2916000
1427.22/1421.70	c cleaning 75998 clauses out of 152011 with flag 20522811/2993001
1469.04/1463.61	c cleaning 76993 clauses out of 154012 with flag 21074494/3071000
1510.97/1505.51	c cleaning 78003 clauses out of 156019 with flag 21669858/3150000
1554.89/1549.51	c cleaning 79005 clauses out of 158022 with flag 22248529/3230006
1592.22/1586.98	c cleaning 80005 clauses out of 160012 with flag 22804099/3311001
1632.68/1627.37	c cleaning 80997 clauses out of 162006 with flag 23385459/3393000
1674.17/1668.76	c cleaning 81997 clauses out of 164013 with flag 23824404/3476004
1712.05/1705.63	c cleaning 82996 clauses out of 166012 with flag 24301788/3560000
1755.32/1748.73	c cleaning 83995 clauses out of 168016 with flag 24796787/3645000
1795.61/1788.94	c cleaning 85011 clauses out of 170024 with flag 25242323/3731003
1832.39/1825.65	c cleaning 85999 clauses out of 172011 with flag 25828720/3818001
1874.65/1867.88	c cleaning 86994 clauses out of 174011 with flag 26451154/3906000
1921.71/1914.89	c cleaning 87992 clauses out of 176017 with flag 27066725/3995000
1963.79/1956.74	c cleaning 89014 clauses out of 178032 with flag 27686257/4085007
2005.35/1998.23	c cleaning 89999 clauses out of 180012 with flag 28237299/4176001
2049.79/2042.60	c cleaning 91003 clauses out of 182014 with flag 28847576/4268002
2103.71/2096.55	c cleaning 91997 clauses out of 184009 with flag 29503303/4361000
2165.39/2158.33	c cleaning 92992 clauses out of 186012 with flag 30225419/4455000
2221.78/2214.86	c cleaning 94002 clauses out of 188021 with flag 30957927/4550001
2276.41/2269.48	c cleaning 94997 clauses out of 190020 with flag 31697695/4646002
2338.69/2331.86	c cleaning 95996 clauses out of 192022 with flag 32493147/4743001
2406.51/2399.00	c cleaning 97002 clauses out of 194025 with flag 33255977/4841000
2477.78/2470.37	c cleaning 98001 clauses out of 196024 with flag 34055224/4940001
2543.19/2535.89	c cleaning 99004 clauses out of 198024 with flag 34860838/5040002
2624.54/2617.38	c cleaning 100000 clauses out of 200020 with flag 35653084/5141002
2686.30/2679.04	c cleaning 100998 clauses out of 202018 with flag 36474299/5243000
2750.97/2743.82	c cleaning 101999 clauses out of 204020 with flag 37292256/5346000
2817.76/2810.79	c cleaning 103000 clauses out of 206023 with flag 38079069/5450002
2883.60/2876.66	c cleaning 103999 clauses out of 208021 with flag 38965527/5555000
2952.99/2946.16	c cleaning 104998 clauses out of 210022 with flag 39824126/5661000
3005.02/2998.15	c cleaning 105999 clauses out of 212024 with flag 40596502/5768000
3067.39/3060.64	c cleaning 107008 clauses out of 214027 with flag 41376144/5876002
3134.03/3127.38	c cleaning 108006 clauses out of 216017 with flag 42215387/5985000
3179.64/3172.98	c cleaning 108999 clauses out of 218012 with flag 42943388/6095001
3230.74/3224.03	c cleaning 110005 clauses out of 220012 with flag 43656380/6206000
3279.91/3273.39	c cleaning 110997 clauses out of 222007 with flag 44440746/6318000
3329.25/3322.80	c cleaning 112002 clauses out of 224012 with flag 45226563/6431002
3377.16/3370.65	c cleaning 113004 clauses out of 226009 with flag 46014273/6545001
3427.13/3420.71	c cleaning 113996 clauses out of 228004 with flag 46784762/6660000
3473.19/3466.89	c cleaning 115003 clauses out of 230009 with flag 47568956/6776001
3523.72/3517.28	c cleaning 116000 clauses out of 232005 with flag 48335677/6893000
3571.71/3565.33	c cleaning 116998 clauses out of 234008 with flag 49106226/7011003
3600.07/3593.63	c timeout
3600.07/3593.63	c starts		: 17775
3600.07/3593.63	c conflicts		: 7083594
3600.07/3593.63	c decisions		: 10387639
3600.07/3593.63	c propagations		: 4399132594
3600.07/3593.63	c inspects		: 36224271651
3600.07/3593.63	c shortcuts		: 0
3600.07/3593.63	c learnt literals	: 0
3600.07/3593.63	c learnt binary clauses	: 1
3600.07/3593.63	c learnt ternary clauses	: 0
3600.07/3593.63	c learnt constraints	: 7083594
3600.07/3593.63	c ignored constraints	: 0
3600.07/3593.63	c root simplifications	: 0
3600.07/3593.63	c removed literals (reason simplification)	: 407350527
3600.07/3593.63	c reason swapping (by a shorter reason)	: 0
3600.07/3593.63	c Calls to reduceDB	: 114
3600.07/3593.63	c Number of update (reduction) of LBD	: 2139800
3600.07/3593.63	c Imported unit clauses	: 0
3600.07/3593.63	c No decision after first conflict	: false
3600.07/3593.63	c number of reductions to clauses (during analyze)	: 0
3600.07/3593.63	c number of learned constraints concerned by reduction	: 0
3600.07/3593.63	c number of learning phase by resolution	: 0
3600.07/3593.63	c number of learning phase by cutting planes	: 0
3600.07/3593.63	c number of rounding to 1 operations	: 0
3600.07/3593.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3593.63	c number of reductions of the coefficients by power 2 	: 0
3600.07/3593.63	c number of right shift for reduction by power 2 	: 0
3600.07/3593.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3593.63	c number of ending skipping 	: 0
3600.07/3593.63	c number of internal skipping 	: 0
3600.07/3593.63	c number of derivation steps 	: 0
3600.07/3593.63	c number of skipped derivation steps 	: 0
3600.07/3593.63	c number of remaining unassigned 	: 0
3600.07/3593.63	c number of remaining assigned 	: 0
3600.07/3593.63	c number of falsified literals weakened from reason	: 0
3600.07/3593.63	c number of falsified literals weakened from conflict	: 0
3600.07/3593.64	c time for arithmetic operations	: 0
3600.07/3593.64	c minimum degree of deleted constraints	: null
3600.07/3593.64	c maximum degree of deleted constraints	: null
3600.07/3593.64	c number of deleted constraints	: 0
3600.07/3593.64	c speed (assignments/second)	: 1224464.5582610734
3600.07/3593.64	c non guided choices	: 0
3600.07/3593.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 189600
3600.07/3593.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.07/3593.70	s UNKNOWN
3600.07/3593.70	c Total wall clock time (in seconds): 3593.398

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: 63837 MiB (61085 MiB free)
  memory of node 1: 64465 MiB (62432 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505132-1751461542/watcher-4505132-1751461542 -o /tmp/evaluation-result-4505132-1751461542/solver-4505132-1751461542 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751453868-61311 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4505132-1751461542.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=62486, runsolver pid=62483

[startup+0.100074 s]*
/proc/loadavg: 4.07 4.12 4.13 7/325 62504
/proc/meminfo: memFree=126473756/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=18930384 memory=48576 CPUtime=0.13 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 5829 0 0 0 10 3 0 0 20 0 18 0 61833000 19384713216 12144 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4732596 12144 5328 1 0 547026 0
[pid=62486/tid=62488] ppid=62483 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) S 62483 62486 61299 0 -1 4194368 4706 0 0 0 6 2 0 0 20 0 18 0 61833002 19384713216 12144 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61833006 19384713216 12144 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=18930384 memory=55195547748946 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 61833007 19384713216 12144 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48576 KiB

[startup+0.217202 s]*
/proc/loadavg: 4.07 4.12 4.13 6/325 62504
/proc/meminfo: memFree=126461292/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=18930384 memory=57764 CPUtime=0.31 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 6560 0 0 0 27 4 0 0 20 0 18 0 61833000 19384713216 14441 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4732596 14441 5360 1 0 547619 0
[pid=62486/tid=62488] ppid=62483 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 5065 0 0 0 16 2 0 0 20 0 18 0 61833002 19384713216 14441 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=18930384 memory=2576 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61833006 19384713216 14441 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=18930384 memory=54096036103158 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 61833007 19384713216 14441 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57764 KiB

[startup+0.313943 s]*
/proc/loadavg: 4.07 4.12 4.13 7/325 62504
/proc/meminfo: memFree=126460788/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=18930384 memory=59044 CPUtime=0.47 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 6816 0 0 0 43 4 0 0 20 0 18 0 61833000 19384713216 14761 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4732596 14761 5424 1 0 547805 0
[pid=62486/tid=62488] ppid=62483 vsize=18930384 memory=-6000919494131083881 CPUtime=0.27 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 5210 0 0 0 25 2 0 0 20 0 18 0 61833002 19384713216 14761 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61833006 19384713216 14761 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 61833007 19384713216 14761 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59044 KiB

[startup+0.700372 s]
/proc/loadavg: 4.07 4.12 4.13 7/325 62504
/proc/meminfo: memFree=126443144/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=18930384 memory=113692 CPUtime=1.19 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 8773 0 0 0 113 6 0 0 20 0 18 0 61833000 19384713216 28423 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4732596 28423 5424 1 0 549022 0
[pid=62486/tid=62488] ppid=62483 vsize=18930384 memory=17792 CPUtime=0.65 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 5316 0 0 0 61 4 0 0 20 0 18 0 61833002 19384713216 28423 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 61833006 19384713216 28423 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 61833007 19384713216 28423 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113692 KiB

[startup+1.50029 s]
/proc/loadavg: 4.07 4.12 4.13 6/327 62506
/proc/meminfo: memFree=126355680/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=172308 CPUtime=2.76 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 14048 0 0 0 267 9 0 0 20 0 20 0 61833000 19521036288 43077 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 43077 5520 1 0 551569 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=3200 CPUtime=1.37 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 5996 0 0 0 132 5 0 0 20 0 20 0 61833002 19521036288 43077 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 43077 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 43077 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 43077 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172308 KiB

[startup+3.11877 s]
/proc/loadavg: 4.07 4.12 4.13 6/327 62506
/proc/meminfo: memFree=126347880/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=172692 CPUtime=4.74 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 14801 0 0 0 465 9 0 0 20 0 20 0 61833000 19521036288 43173 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 43173 5520 1 0 551592 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=14464 CPUtime=2.97 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 6236 0 0 0 292 5 0 0 20 0 20 0 61833002 19521036288 43173 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 43173 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 43173 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 43173 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172692 KiB

[startup+6.30045 s]
/proc/loadavg: 4.23 4.15 4.14 5/327 62506
/proc/meminfo: memFree=126330500/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=175000 CPUtime=8.63 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 22019 0 0 0 852 11 0 0 20 0 20 0 61833000 19521036288 43750 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 43750 5520 1 0 553884 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=0 CPUtime=6.14 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 7647 0 0 0 609 5 0 0 20 0 20 0 61833002 19521036288 43750 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 43750 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 43750 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=172436 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 43750 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175000 KiB

[startup+12.7004 s]
/proc/loadavg: 4.21 4.15 4.14 5/327 62506
/proc/meminfo: memFree=126330252/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=175256 CPUtime=15.06 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 23856 0 0 0 1495 11 0 0 20 0 20 0 61833000 19521036288 43814 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 43814 5552 1 0 553884 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=172436 CPUtime=12.52 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 8434 0 0 0 1247 5 0 0 20 0 20 0 61833002 19521036288 43814 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=175256 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 43814 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 43814 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 43814 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 15.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175256 KiB

[startup+25.5005 s]
/proc/loadavg: 4.16 4.14 4.14 5/327 62506
/proc/meminfo: memFree=126317964/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=187636 CPUtime=27.96 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 27773 0 0 0 2783 13 0 0 20 0 20 0 61833000 19521036288 46909 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 46909 5552 1 0 553884 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=0 CPUtime=25.19 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 9115 0 0 0 2514 5 0 0 20 0 20 0 61833002 19521036288 46909 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 46909 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=187636 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 46909 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=187636 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 46909 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 27.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187636 KiB

[startup+51.1137 s]
/proc/loadavg: 4.17 4.14 4.14 5/327 62507
/proc/meminfo: memFree=126161836/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=292432 CPUtime=53.84 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 28984 0 0 0 5366 18 0 0 20 0 20 0 61833000 19521036288 73108 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 73108 5552 1 0 553884 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=187636 CPUtime=50.45 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 9186 0 0 0 5040 5 0 0 20 0 20 0 61833002 19521036288 73108 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=26520 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 73108 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 73108 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0

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

[startup+3282.3 s]
/proc/loadavg: 1.35 2.88 3.67 2/252 62759
/proc/meminfo: memFree=126650620/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=2934416 CPUtime=3288.95 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 122292 0 0 0 328644 251 0 0 20 0 20 0 61833000 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 733604 5552 1 0 874073 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=14464 CPUtime=3264.52 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 64887 0 0 0 326427 25 0 0 20 0 20 0 61833002 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=2934416 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=2934416 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 1364 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=2934416 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 3288.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2934416 KiB

[startup+3342.3 s]
/proc/loadavg: 1.13 2.54 3.50 2/252 62772
/proc/meminfo: memFree=126651488/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=2934416 CPUtime=3348.8 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 123317 0 0 0 334626 254 0 0 20 0 20 0 61833000 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 733604 5552 1 0 874073 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=2934416 CPUtime=3324.33 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 65848 0 0 0 332408 25 0 0 20 0 20 0 61833002 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=2934416 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 3348.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2934416 KiB

[startup+3402.3 s]
/proc/loadavg: 1.16 2.29 3.35 2/252 62774
/proc/meminfo: memFree=126651832/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=2934416 CPUtime=3408.78 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 124460 0 0 0 340621 257 0 0 20 0 20 0 61833000 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 733604 5552 1 0 874073 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=2934416 CPUtime=3384.01 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 66245 0 0 0 338376 25 0 0 20 0 20 0 61833002 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=2909700 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 1408 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=2934416 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 733604 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 3408.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2934416 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 2.07 3.21 2/251 62776
/proc/meminfo: memFree=126643640/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=2942636 CPUtime=3468.7 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 124889 0 0 0 346611 259 0 0 20 0 20 0 61833000 19521036288 735659 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 735659 5552 1 0 874073 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=2934416 CPUtime=3443.75 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 66642 0 0 0 344350 25 0 0 20 0 20 0 61833002 19521036288 735659 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=2942636 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 735659 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=2942636 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 1408 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 735659 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=2942636 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 735659 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 3468.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2942636 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.88 3.07 2/252 62781
/proc/meminfo: memFree=126570272/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=3016364 CPUtime=3528.82 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 126873 0 0 0 352618 264 0 0 20 0 20 0 61833000 19521036288 754091 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 754091 5552 1 0 874073 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=2942636 CPUtime=3503.32 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 67787 0 0 0 350306 26 0 0 20 0 20 0 61833002 19521036288 754091 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=3016364 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 754091 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=2942636 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 1440 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 754091 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=3016364 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 754091 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 3528.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3016364 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.74 2.95 2/252 62788
/proc/meminfo: memFree=126566232/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=3018456 CPUtime=3588.81 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 128217 0 0 0 358615 266 0 0 20 0 20 0 61833000 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 754614 5552 1 0 874073 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=3016364 CPUtime=3563 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 68412 0 0 0 356273 27 0 0 20 0 20 0 61833002 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=2942636 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=3018456 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 1475 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 3588.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3018456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.6 s]
/proc/loadavg: 1.08 1.71 2.93 2/252 62789
/proc/meminfo: memFree=126566232/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19063512 memory=3018456 CPUtime=3600.07 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 128219 0 0 0 359741 266 0 0 20 0 20 0 61833000 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4765878 754614 5552 1 0 874073 0
[pid=62486/tid=62488] ppid=62483 vsize=19063512 memory=4896 CPUtime=3574.27 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) R 62483 62486 61299 0 -1 4194368 68412 0 0 0 357400 27 0 0 20 0 20 0 61833002 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 61833006 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 1475 0 0 0 0 0 0 0 20 0 20 0 61833007 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62506] ppid=62483 vsize=19063512 memory=-4050210904893406863 CPUtime=0 cores=1,3
/proc/62486/task/62506/stat : 62506 (Timer-0) S 62483 62486 61299 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 61833093 19521036288 754614 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3018456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.6 s, system=2.70068 s

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

[startup+3593.71 s]
/proc/loadavg: 1.08 1.71 2.93 2/252 62789
/proc/meminfo: memFree=126566232/131382120 swapFree=33010416/33010684
[pid=62486] ppid=62483 vsize=19263204 memory=3019096 CPUtime=3600.27 cores=1,3
/proc/62486/stat : 62486 (java) S 62483 62486 61299 0 -1 4194304 130190 0 0 0 359760 267 0 0 20 0 15 0 61833000 19725520896 754774 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
/proc/62486/statm: 4815801 754774 5552 1 0 874995 0
[pid=62486/tid=62488] ppid=62483 vsize=19263204 memory=3016364 CPUtime=3574.29 cores=1,3
/proc/62486/task/62488/stat : 62488 (java) S 62483 62486 61299 0 -1 4194368 68621 0 0 0 357402 27 0 0 20 0 15 0 61833002 19725520896 754774 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62497] ppid=62483 vsize=19263204 memory=3018456 CPUtime=0 cores=1,3
/proc/62486/task/62497/stat : 62497 (Finalizer) S 62483 62486 61299 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 61833006 19725520896 754774 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
[pid=62486/tid=62504] ppid=62483 vsize=19263204 memory=14464 CPUtime=0 cores=1,3
/proc/62486/task/62504/stat : 62504 (Common-Cleaner) S 62483 62486 61299 0 -1 4194368 1475 0 0 0 0 0 0 0 20 0 15 0 61833007 19725520896 754774 18446744073709551615 94612513062912 94612513066608 140729120111392 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94612513074424 94612513075216 94612525158400 140729120119169 140729120119270 140729120119270 140729120124872 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3019096 KiB

Child status: 143

Real time (s): 3593.74
CPU time (s): 3600.3
CPU user time (s): 3597.6
CPU system time (s): 2.70068
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3019096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.6
system time used= 2.70067
maximum resident set size= 3019224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109297
involuntary context switches= 3306


# summary of solver processes directly reported to runsolver:
#   pid: 62486
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3597.6
#   total CPU system time (s): 2.70068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7836 second user time and 38.1838 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-02 15:05:42
IDJOB=4505132
IDBENCH=155741
IDSOLVER=3363
FILE ID=nodeC002/4505132-1751461542
RUNJOBID= nodeC002-1751453868-61311
SLURM_JOB_ID= 9598443
Free space on /tmp= 432696 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_8_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505132-1751461542/watcher-4505132-1751461542 -o /tmp/evaluation-result-4505132-1751461542/solver-4505132-1751461542 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751453868-61311 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4505132-1751461542.opb

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

MD5SUM BENCH= a4e6307a32e39171940a0b0a520e3b91
RANDOM SEED=614835

nodeC002 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	: 0xb00001f
cpu MHz		: 3662.550
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3491.905
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.395
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.219
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3550.188
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3491.884
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126482892 kB
MemAvailable:   126906840 kB
Buffers:            2128 kB
Cached:          1230604 kB
SwapCached:           28 kB
Active:          3425892 kB
Inactive:         927508 kB
Active(anon):    3132204 kB
Inactive(anon):     6404 kB
Active(file):     293688 kB
Inactive(file):   921104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:       3123780 kB
Mapped:           123116 kB
Shmem:             17932 kB
KReclaimable:      97564 kB
Slab:             181828 kB
SReclaimable:      97564 kB
SUnreclaim:        84264 kB
KernelStack:        4992 kB
PageTables:         9856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   15775684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2854912 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432748 MiB
End job on nodeC002 at 2025-07-02 16:05:36