Trace number 4505133

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 VeriPB 2025-06-06? (TO) 3600.26 3645.03

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.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.25/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.23	c java.vm.version	22.0.1+8-16
0.25/0.23	c java.vm.vendor	Oracle Corporation
0.25/0.23	c sun.arch.data.model	64
0.25/0.23	c java.version		22.0.1
0.25/0.23	c os.name		Linux
0.25/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.23	c os.arch		amd64
0.25/0.24	c Free memory 		2104792832
0.25/0.24	c Max memory 		16282288128
0.25/0.24	c Total memory 		2113929216
0.25/0.25	c Number of processors 	2
0.42/0.35	c Pseudo Boolean Optimization by upper bound
0.42/0.35	c --- Begin Solver configuration ---
0.42/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.35	c Learn all clauses as in MiniSAT
0.42/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.35	c Expensive reason simplification
0.42/0.35	c Glucose 2.1 dynamic restart strategy
0.42/0.35	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.42/0.35	c timeout=2147483s
0.42/0.35	c DB Simplification allowed=false
0.42/0.35	c Listener: none
0.42/0.35	c --- End Solver configuration ---
0.42/0.35	c solving HOME/instance-4505133-1751465344.opb
0.42/0.35	c reading problem ... 
0.42/0.36	c using VERIPB proof format
0.42/0.36	c  objective function found
1.52/1.00	c ... done. Wall clock time 0.633s.
1.52/1.00	c declared #vars     15725
1.52/1.00	c #constraints  33139
1.52/1.00	c constraints type 
1.52/1.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.52/1.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.52/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.52/1.00	c org.sat4j.specs.Constr$1 => 3
1.52/1.00	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.52/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.52/1.00	c 33139 constraints processed.
1.73/1.02	c objective function length is 1825 literals
7.47/4.18	c cleaning 2500 clauses out of 5002 with flag 20058/5002
10.76/6.93	c cleaning 4248 clauses out of 8500 with flag 45667/11000
14.40/10.12	c cleaning 5620 clauses out of 11252 with flag 80340/18000
18.60/13.80	c cleaning 6810 clauses out of 13633 with flag 128526/26001
22.82/18.10	c cleaning 7903 clauses out of 15822 with flag 189761/35000
27.55/22.71	c cleaning 8954 clauses out of 17920 with flag 251925/45001
32.86/28.00	c cleaning 9971 clauses out of 19965 with flag 329831/56000
39.68/34.84	c cleaning 10996 clauses out of 21994 with flag 392895/68000
45.82/40.74	c cleaning 11988 clauses out of 23998 with flag 461989/81000
52.64/47.65	c cleaning 12997 clauses out of 26012 with flag 543010/95002
60.94/55.99	c cleaning 14001 clauses out of 28013 with flag 641595/110000
68.96/63.97	c cleaning 14997 clauses out of 30012 with flag 761025/126000
79.47/74.47	c cleaning 16003 clauses out of 32015 with flag 898214/143000
90.79/85.76	c cleaning 17000 clauses out of 34012 with flag 1030380/161000
102.05/97.17	c cleaning 17999 clauses out of 36012 with flag 1160635/180000
113.32/108.40	c cleaning 18999 clauses out of 38013 with flag 1281950/200000
123.75/118.83	c cleaning 19998 clauses out of 40014 with flag 1454923/221000
135.27/130.37	c cleaning 20998 clauses out of 42016 with flag 1637062/243000
149.28/144.35	c cleaning 22003 clauses out of 44018 with flag 1822706/266000
162.10/157.25	c cleaning 23007 clauses out of 46017 with flag 2006260/290002
176.52/171.61	c cleaning 24000 clauses out of 48009 with flag 2192172/315001
192.99/188.11	c cleaning 25001 clauses out of 50009 with flag 2372304/341001
208.45/203.49	c cleaning 25989 clauses out of 52009 with flag 2518612/368002
224.69/227.63	c cleaning 27004 clauses out of 54018 with flag 2694804/396000
239.45/242.40	c cleaning 27999 clauses out of 56015 with flag 2905555/425001
255.35/258.37	c cleaning 29002 clauses out of 58016 with flag 3120504/455001
271.29/274.20	c cleaning 29999 clauses out of 60013 with flag 3328637/486000
291.12/294.07	c cleaning 30995 clauses out of 62015 with flag 3543307/518001
309.07/311.91	c cleaning 32001 clauses out of 64020 with flag 3766533/551001
329.44/332.27	c cleaning 33010 clauses out of 66024 with flag 4015398/585006
349.45/355.70	c cleaning 33996 clauses out of 68008 with flag 4217510/620000
367.04/373.21	c cleaning 35005 clauses out of 70013 with flag 4464066/656001
386.65/392.43	c cleaning 35996 clauses out of 72007 with flag 4672494/693000
403.94/409.78	c cleaning 36995 clauses out of 74013 with flag 4893023/731002
423.32/429.12	c cleaning 37997 clauses out of 76016 with flag 5124833/770000
443.02/448.98	c cleaning 38999 clauses out of 78020 with flag 5444092/810001
462.05/467.92	c cleaning 40004 clauses out of 80021 with flag 5764929/851001
484.59/490.53	c cleaning 41000 clauses out of 82016 with flag 6084380/893000
508.03/514.02	c cleaning 42002 clauses out of 84018 with flag 6432612/936002
530.22/538.55	c cleaning 42999 clauses out of 86014 with flag 6759539/980000
554.39/562.75	c cleaning 44000 clauses out of 88016 with flag 7068793/1025001
580.51/592.10	c cleaning 45000 clauses out of 90017 with flag 7392138/1071002
607.23/623.09	c cleaning 46000 clauses out of 92017 with flag 7727887/1118002
633.74/649.62	c cleaning 46998 clauses out of 94015 with flag 8058361/1166000
661.07/676.97	c cleaning 48002 clauses out of 96018 with flag 8345459/1215001
688.17/703.47	c cleaning 49007 clauses out of 98015 with flag 8611704/1265000
714.40/729.62	c cleaning 49997 clauses out of 100010 with flag 8953736/1316002
743.56/758.81	c cleaning 51003 clauses out of 102013 with flag 9334048/1368002
769.17/784.38	c cleaning 52003 clauses out of 104010 with flag 9668689/1421002
802.12/817.42	c cleaning 52993 clauses out of 106005 with flag 10063704/1475000
830.41/845.69	c cleaning 54002 clauses out of 108014 with flag 10481421/1530002
865.57/880.97	c cleaning 55001 clauses out of 110013 with flag 10916016/1586003
898.78/914.27	c cleaning 55997 clauses out of 112009 with flag 11371222/1643000
933.34/948.74	c cleaning 57000 clauses out of 114014 with flag 11808132/1701002
965.24/980.77	c cleaning 58000 clauses out of 116012 with flag 12201876/1760000
1001.18/1016.75	c cleaning 59005 clauses out of 118012 with flag 12587551/1820000
1040.15/1055.73	c cleaning 59999 clauses out of 120008 with flag 12960709/1881001
1076.23/1091.83	c cleaning 61004 clauses out of 122008 with flag 13357097/1943000
1105.03/1120.90	c cleaning 61990 clauses out of 124006 with flag 13809698/2006002
1145.30/1161.54	c cleaning 62996 clauses out of 126016 with flag 14297585/2070002
1182.43/1198.77	c cleaning 64001 clauses out of 128018 with flag 14773208/2135000
1220.07/1236.45	c cleaning 64997 clauses out of 130017 with flag 15252905/2201000
1254.75/1271.29	c cleaning 66011 clauses out of 132023 with flag 15732130/2268003
1297.43/1318.35	c cleaning 66999 clauses out of 134009 with flag 16137930/2336000
1336.30/1357.23	c cleaning 68004 clauses out of 136010 with flag 16531432/2405000
1374.97/1395.98	c cleaning 68996 clauses out of 138007 with flag 16967992/2475001
1414.76/1435.89	c cleaning 70004 clauses out of 140010 with flag 17426200/2546000
1451.35/1476.20	c cleaning 70999 clauses out of 142006 with flag 17918100/2618000
1490.48/1517.63	c cleaning 71991 clauses out of 144010 with flag 18360283/2691003
1529.95/1558.80	c cleaning 73000 clauses out of 146016 with flag 18879976/2765000
1573.92/1602.86	c cleaning 74002 clauses out of 148016 with flag 19434435/2840000
1610.22/1639.20	c cleaning 75004 clauses out of 150014 with flag 19990069/2916000
1648.84/1677.99	c cleaning 75998 clauses out of 152011 with flag 20522811/2993001
1695.10/1728.73	c cleaning 76993 clauses out of 154012 with flag 21074494/3071000
1741.68/1775.31	c cleaning 78003 clauses out of 156019 with flag 21669858/3150000
1788.86/1824.04	c cleaning 79005 clauses out of 158022 with flag 22248529/3230006
1828.70/1864.03	c cleaning 80005 clauses out of 160012 with flag 22804099/3311001
1874.76/1910.22	c cleaning 80997 clauses out of 162006 with flag 23385459/3393000
1924.72/1960.15	c cleaning 81997 clauses out of 164013 with flag 23824404/3476004
1968.57/2004.11	c cleaning 82996 clauses out of 166012 with flag 24301788/3560000
2018.33/2053.72	c cleaning 83995 clauses out of 168016 with flag 24796787/3645000
2065.73/2101.54	c cleaning 85011 clauses out of 170024 with flag 25242323/3731003
2110.85/2146.19	c cleaning 85999 clauses out of 172011 with flag 25828720/3818001
2162.38/2202.61	c cleaning 86994 clauses out of 174011 with flag 26451154/3906000
2217.18/2257.40	c cleaning 87992 clauses out of 176017 with flag 27066725/3995000
2263.33/2303.24	c cleaning 89014 clauses out of 178032 with flag 27686257/4085007
2312.06/2351.95	c cleaning 89999 clauses out of 180012 with flag 28237299/4176001
2365.39/2405.42	c cleaning 91003 clauses out of 182014 with flag 28847576/4268002
2426.49/2466.24	c cleaning 91997 clauses out of 184009 with flag 29503303/4361000
2498.06/2537.72	c cleaning 92992 clauses out of 186012 with flag 30225419/4455000
2565.64/2605.44	c cleaning 94002 clauses out of 188021 with flag 30957927/4550001
2628.81/2667.94	c cleaning 94997 clauses out of 190020 with flag 31697695/4646002
2700.52/2744.13	c cleaning 95996 clauses out of 192022 with flag 32493147/4743001
2776.89/2820.25	c cleaning 97002 clauses out of 194025 with flag 33255977/4841000
2859.37/2902.57	c cleaning 98001 clauses out of 196024 with flag 34055224/4940001
2934.52/2977.57	c cleaning 99004 clauses out of 198024 with flag 34860838/5040002
3027.29/3070.02	c cleaning 100000 clauses out of 200020 with flag 35653084/5141002
3098.22/3142.79	c cleaning 100998 clauses out of 202018 with flag 36474299/5243000
3172.59/3216.71	c cleaning 101999 clauses out of 204020 with flag 37292256/5346000
3250.38/3294.07	c cleaning 103000 clauses out of 206023 with flag 38079069/5450002
3326.10/3371.63	c cleaning 103999 clauses out of 208021 with flag 38965527/5555000
3408.21/3453.34	c cleaning 104998 clauses out of 210022 with flag 39824126/5661000
3471.66/3517.78	c cleaning 105999 clauses out of 212024 with flag 40596502/5768000
3545.51/3590.63	c cleaning 107008 clauses out of 214027 with flag 41376144/5876002
3600.01/3644.82	c timeout
3600.01/3644.84	c starts		: 11435
3600.01/3644.84	c conflicts		: 5958587
3600.01/3644.84	c decisions		: 8276538
3600.01/3644.85	c propagations		: 3655299693
3600.01/3644.85	c inspects		: 30759157325
3600.01/3644.85	c shortcuts		: 0
3600.01/3644.85	c learnt literals	: 0
3600.01/3644.85	c learnt binary clauses	: 1
3600.01/3644.85	c learnt ternary clauses	: 0
3600.01/3644.85	c learnt constraints	: 5958587
3600.01/3644.85	c ignored constraints	: 0
3600.01/3644.85	c root simplifications	: 0
3600.01/3644.85	c removed literals (reason simplification)	: 348001746
3600.01/3644.85	c reason swapping (by a shorter reason)	: 0
3600.01/3644.85	c Calls to reduceDB	: 104
3600.01/3644.85	c Number of update (reduction) of LBD	: 1783063
3600.01/3644.85	c Imported unit clauses	: 0
3600.01/3644.85	c No decision after first conflict	: false
3600.01/3644.85	c number of reductions to clauses (during analyze)	: 0
3600.01/3644.85	c number of learned constraints concerned by reduction	: 0
3600.01/3644.85	c number of learning phase by resolution	: 0
3600.01/3644.85	c number of learning phase by cutting planes	: 0
3600.01/3644.85	c number of rounding to 1 operations	: 0
3600.01/3644.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3644.85	c number of reductions of the coefficients by power 2 	: 0
3600.01/3644.85	c number of right shift for reduction by power 2 	: 0
3600.01/3644.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3644.85	c number of ending skipping 	: 0
3600.01/3644.85	c number of internal skipping 	: 0
3600.01/3644.85	c number of derivation steps 	: 0
3600.01/3644.85	c number of skipped derivation steps 	: 0
3600.01/3644.85	c number of remaining unassigned 	: 0
3600.01/3644.85	c number of remaining assigned 	: 0
3600.01/3644.85	c number of falsified literals weakened from reason	: 0
3600.01/3644.85	c number of falsified literals weakened from conflict	: 0
3600.01/3644.85	c time for arithmetic operations	: 0
3600.01/3644.85	c minimum degree of deleted constraints	: null
3600.01/3644.85	c maximum degree of deleted constraints	: null
3600.01/3644.85	c number of deleted constraints	: 0
3600.01/3644.86	c speed (assignments/second)	: 1003157.0628542323
3600.01/3644.86	c non guided choices	: 0
3600.15/3644.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 189603
3600.15/3644.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.15/3644.97	s UNKNOWN
3600.15/3644.97	c Total wall clock time (in seconds): 3644.619

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505133-1751465344/watcher-4505133-1751465344 -o /tmp/evaluation-result-4505133-1751465344/solver-4505133-1751465344 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751465335-65321 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4505133-1751465344 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4505133-1751465344.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
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=65500, runsolver pid=65497

[startup+0.10007 s]*
/proc/loadavg: 2.92 3.77 3.98 6/326 65518
/proc/meminfo: memFree=120501408/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=18930384 memory=48080 CPUtime=0.1 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 5710 0 0 0 7 3 0 0 20 0 18 0 62213742 19384713216 12020 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4732596 12020 5288 1 0 546941 0
[pid=65500/tid=65502] ppid=65497 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 4617 0 0 0 5 1 0 0 20 0 18 0 62213744 19384713216 12020 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62213749 19384713216 12020 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=18930384 memory=58494082626307 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62213750 19384713216 12020 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48080 KiB

[startup+0.213538 s]*
/proc/loadavg: 2.92 3.77 3.98 7/326 65518
/proc/meminfo: memFree=120501408/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=18930384 memory=53060 CPUtime=0.25 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 6427 0 0 0 22 3 0 0 20 0 18 0 62213742 19384713216 13265 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4732596 13265 5352 1 0 547512 0
[pid=65500/tid=65502] ppid=65497 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 4966 0 0 0 13 2 0 0 20 0 18 0 62213744 19384713216 13265 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=18930384 memory=12896 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62213749 19384713216 13265 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62213750 19384713216 13265 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53060 KiB

[startup+0.313365 s]*
/proc/loadavg: 2.92 3.77 3.98 8/326 65518
/proc/meminfo: memFree=120493280/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=18930384 memory=58252 CPUtime=0.42 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 6710 0 0 0 38 4 0 0 20 0 18 0 62213742 19384713216 14563 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4732596 14563 5352 1 0 547712 0
[pid=65500/tid=65502] ppid=65497 vsize=18930384 memory=-6000919476934436713 CPUtime=0.23 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 5133 0 0 0 21 2 0 0 20 0 18 0 62213744 19384713216 14563 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62213749 19384713216 14563 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62213750 19384713216 14563 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58252 KiB

[startup+0.7003 s]
/proc/loadavg: 2.92 3.77 3.98 8/326 65518
/proc/meminfo: memFree=120485140/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=18930384 memory=97504 CPUtime=1.13 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 8791 0 0 0 107 6 0 0 20 0 18 0 62213742 19384713216 24376 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4732596 24376 5448 1 0 549065 0
[pid=65500/tid=65502] ppid=65497 vsize=18930384 memory=17920 CPUtime=0.59 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 5328 0 0 0 55 4 0 0 20 0 18 0 62213744 19384713216 24376 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62213749 19384713216 24376 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62213750 19384713216 24376 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97504 KiB

[startup+1.50026 s]
/proc/loadavg: 2.92 3.77 3.98 8/327 65519
/proc/meminfo: memFree=120355968/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=185992 CPUtime=2.7 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 21974 0 0 0 259 11 0 0 20 0 20 0 62213742 19521036288 46498 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 46498 5512 1 0 555288 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=3200 CPUtime=1.27 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 5889 0 0 0 121 6 0 0 20 0 20 0 62213744 19521036288 46498 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 46498 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 46498 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185992 KiB

[startup+3.1058 s]
/proc/loadavg: 3.09 3.79 3.99 7/328 65520
/proc/meminfo: memFree=120193344/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=198704 CPUtime=5.88 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 25885 0 0 0 575 13 0 0 20 0 20 0 62213742 19521036288 49676 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 49676 5512 1 0 555303 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=11136 CPUtime=2.8 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 6683 0 0 0 273 7 0 0 20 0 20 0 62213744 19521036288 49676 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 49676 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 49676 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 49676 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198704 KiB

[startup+6.30044 s]
/proc/loadavg: 3.09 3.79 3.99 8/328 65520
/proc/meminfo: memFree=120039680/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=280736 CPUtime=10.15 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 27230 0 0 0 997 18 0 0 20 0 20 0 62213742 19521036288 70184 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 70184 5512 1 0 555656 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=0 CPUtime=5.87 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 7370 0 0 0 577 10 0 0 20 0 20 0 62213744 19521036288 70184 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 70184 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=-6000919476934436713 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 70184 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 70184 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 10.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 280736 KiB

[startup+12.7004 s]
/proc/loadavg: 3.24 3.81 4.00 6/328 65520
/proc/meminfo: memFree=119713804/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=470028 CPUtime=17.5 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 35247 0 0 0 1725 25 0 0 20 0 20 0 62213742 19521036288 117507 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 117507 5544 1 0 555773 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=0 CPUtime=12.15 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 8341 0 0 0 1200 15 0 0 20 0 20 0 62213744 19521036288 117507 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=470028 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 117507 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 117507 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 117507 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 17.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 470028 KiB

[startup+25.5005 s]
/proc/loadavg: 3.49 3.84 4.00 6/331 65523
/proc/meminfo: memFree=118631824/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=683788 CPUtime=30.46 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 40266 0 0 0 3012 34 0 0 20 0 20 0 62213742 19521036288 170947 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 170947 5544 1 0 555773 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=-6000919476934436713 CPUtime=24.82 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 9677 0 0 0 2460 22 0 0 20 0 20 0 62213744 19521036288 170947 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=3196 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 170947 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=591616 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 170947 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=591616 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 170947 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 30.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 683788 KiB

[startup+51.1138 s]
/proc/loadavg: 3.74 3.87 4.01 6/333 65526
/proc/meminfo: memFree=117652860/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=1336144 CPUtime=56.15 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 46063 0 0 0 5558 57 0 0 20 0 20 0 62213742 19521036288 333524 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 334036 5544 1 0 662288 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=1153872 CPUtime=49.7 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 11238 0 0 0 4929 41 0 0 20 0 20 0 62213744 19521036288 334036 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=-6000919476934436713 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 334036 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=1097528 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 334036 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=618252 CPUtime=0 cores=5,7

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

/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 222324 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=889296 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 1707 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 222324 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=889296 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 222324 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 3238.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 889296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.19 4.18 6/333 65712
/proc/meminfo: memFree=92876184/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=889424 CPUtime=3298.88 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 178777 0 0 0 328772 1116 0 0 20 0 20 0 62213742 19521036288 222356 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 222356 5576 1 0 233690 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=889296 CPUtime=3244.15 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 86538 0 0 0 323543 872 0 0 20 0 20 0 62213744 19521036288 222356 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 222356 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=889424 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 1707 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 222356 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 222356 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 3298.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 889424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.17 4.17 6/332 65719
/proc/meminfo: memFree=92552456/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=939640 CPUtime=3357.03 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 179417 0 0 0 334573 1130 0 0 20 0 20 0 62213742 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 234910 5576 1 0 246218 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=889424 CPUtime=3301.14 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 86727 0 0 0 329232 882 0 0 20 0 20 0 62213744 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=972984 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=939640 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 1707 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 3357.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 939640 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.17 4.17 6/331 65723
/proc/meminfo: memFree=92314824/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=939640 CPUtime=3417.19 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 183663 0 0 0 340571 1148 0 0 20 0 20 0 62213742 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 234910 5576 1 0 246219 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=889424 CPUtime=3360.07 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 89325 0 0 0 335114 893 0 0 20 0 20 0 62213744 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=939640 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 1707 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=939640 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 234910 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 3417.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 939640 KiB

[startup+3522.3 s]
/proc/loadavg: 4.73 4.34 4.23 6/331 65725
/proc/meminfo: memFree=91990404/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=1023000 CPUtime=3476.59 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 187115 0 0 0 346485 1174 0 0 20 0 20 0 62213742 19521036288 255750 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 255750 5576 1 0 267100 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=14304 CPUtime=3417.3 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 90665 0 0 0 340815 915 0 0 20 0 20 0 62213744 19521036288 255750 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 255750 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=-6000919476934436713 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 1735 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 255750 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=-6000919476934436713 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 255750 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 3476.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1023000 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.30 4.22 6/332 65728
/proc/meminfo: memFree=91467712/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=1103848 CPUtime=3536.64 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 187724 0 0 0 352471 1193 0 0 20 0 20 0 62213742 19521036288 275962 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 275962 5576 1 0 287980 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=17920 CPUtime=3476.43 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 91131 0 0 0 346713 930 0 0 20 0 20 0 62213744 19521036288 275962 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 275962 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=1017832 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 1773 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 275962 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 275962 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 3536.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1103848 KiB

[startup+3642.3 s]
/proc/loadavg: 4.19 4.26 4.21 7/331 65932
/proc/meminfo: memFree=114481848/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=1081404 CPUtime=3597.52 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 189957 0 0 0 358540 1212 0 0 20 0 20 0 62213742 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 270351 5576 1 0 281717 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=1106320 CPUtime=3535.59 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 93215 0 0 0 352614 945 0 0 20 0 20 0 62213744 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=1106320 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 1773 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 3597.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1081404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3644.8 s]
/proc/loadavg: 4.42 4.31 4.23 6/332 65933
/proc/meminfo: memFree=114306088/131382120 swapFree=33010416/33010684
[pid=65500] ppid=65497 vsize=19063512 memory=1081404 CPUtime=3600.01 cores=5,7
/proc/65500/stat : 65500 (java) S 65497 65500 65308 0 -1 4194304 189957 0 0 0 358788 1213 0 0 20 0 20 0 62213742 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
/proc/65500/statm: 4765878 270351 5576 1 0 281717 0
[pid=65500/tid=65502] ppid=65497 vsize=19063512 memory=14304 CPUtime=3538.07 cores=5,7
/proc/65500/task/65502/stat : 65502 (java) R 65497 65500 65308 0 -1 4194368 93215 0 0 0 352862 945 0 0 20 0 20 0 62213744 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65511] ppid=65497 vsize=19063512 memory=1081404 CPUtime=0 cores=5,7
/proc/65500/task/65511/stat : 65511 (Finalizer) S 65497 65500 65308 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62213749 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65518] ppid=65497 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/65500/task/65518/stat : 65518 (Common-Cleaner) S 65497 65500 65308 0 -1 4194368 1773 0 0 0 0 0 0 0 20 0 20 0 62213750 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
[pid=65500/tid=65520] ppid=65497 vsize=19063512 memory=1081404 CPUtime=0 cores=5,7
/proc/65500/task/65520/stat : 65520 (Timer-0) S 65497 65500 65308 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62213848 19521036288 270351 18446744073709551615 93851250995200 93851250998896 140727838019680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93851251006712 93851251007504 93851255865344 140727838021936 140727838022118 140727838022118 140727838027720 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1081404 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.1 s, system=12.1535 s

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

[startup+3645 s]*
/proc/loadavg: 4.42 4.31 4.23 7/311 65936
/proc/meminfo: memFree=115328676/131382120 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): 3645.03
CPU time (s): 3600.26
CPU user time (s): 3588.1
CPU system time (s): 12.1535
CPU usage (%): 98.7716
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6935632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.1
system time used= 12.1535
maximum resident set size= 6935632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12667088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121099
involuntary context switches= 16006


# summary of solver processes directly reported to runsolver:
#   pid: 65500
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3588.1
#   total CPU system time (s): 12.1535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5073 second user time and 37.0063 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 16:09:04
IDJOB=4505133
IDBENCH=155741
IDSOLVER=3364
FILE ID=nodeC006/4505133-1751465344
RUNJOBID= nodeC006-1751465335-65321
SLURM_JOB_ID= 9598479
Free space on /tmp= 432280 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_8_ic.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505133-1751465344/watcher-4505133-1751465344 -o /tmp/evaluation-result-4505133-1751465344/solver-4505133-1751465344 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751465335-65321 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4505133-1751465344 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4505133-1751465344.opb

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

MD5SUM BENCH= a4e6307a32e39171940a0b0a520e3b91
RANDOM SEED=475808778

nodeC006 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		: 3491.670
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.32
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		: 3591.393
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.32
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.408
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.32
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.323
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.32
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		: 3491.688
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.32
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		: 1196.759
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.32
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		: 1197.137
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.32
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		: 1197.142
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        120528660 kB
MemAvailable:   128089712 kB
Buffers:            2128 kB
Cached:          8331808 kB
SwapCached:           12 kB
Active:          2316784 kB
Inactive:        7920068 kB
Active(anon):    1909856 kB
Inactive(anon):    11092 kB
Active(file):     406928 kB
Inactive(file):  7908976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             85108 kB
Writeback:             0 kB
AnonPages:       1906168 kB
Mapped:           123780 kB
Shmem:             17948 kB
KReclaimable:     169168 kB
Slab:             256408 kB
SReclaimable:     169168 kB
SUnreclaim:        87240 kB
KernelStack:        4992 kB
PageTables:         7440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   15213532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1679360 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432312 MiB
End job on nodeC006 at 2025-07-02 17:09:49