Trace number 4519339

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) 3515.24 3700.1

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height16_pigeons15_holes14.opb
MD5SUMa94581d8220bf59b08512677776f0dcf
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark153
Best CPU time to get the best result obtained on this benchmark1.9326
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32436
Total number of constraints5253
Number of constraints which are clauses2703
Number of constraints which are cardinality constraints (but not clauses)1989
Number of constraints which are nor clauses,nor cardinality constraints561
Minimum length of a constraint14
Maximum length of a constraint19
Number of terms in the objective function 306
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 306
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 306
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4519339-1751557406.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c using VERIPB proof format
0.14/0.13	c  objective function found
0.71/0.42	c ... done. Wall clock time 0.288s.
0.71/0.42	c declared #vars     32436
0.71/0.42	c #constraints  5253
0.71/0.42	c constraints type 
0.71/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2550
0.71/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2703
0.71/0.42	c 5253 constraints processed.
0.71/0.43	c objective function length is 306 literals
2.25/1.28	c cleaning 2501 clauses out of 5001 with flag 38673/5001
3.85/2.01	c cleaning 4246 clauses out of 8499 with flag 86037/11000
5.05/3.03	c cleaning 5623 clauses out of 11253 with flag 150400/18000
6.45/4.38	c cleaning 6791 clauses out of 13630 with flag 220003/26000
7.90/5.43	c cleaning 7883 clauses out of 15839 with flag 283711/35000
9.30/6.84	c cleaning 8941 clauses out of 17956 with flag 353272/45000
11.05/8.53	c cleaning 9974 clauses out of 20016 with flag 431134/56001
13.04/10.50	c cleaning 10986 clauses out of 22043 with flag 520037/68002
14.46/11.93	c cleaning 12014 clauses out of 24056 with flag 612881/81001
16.78/14.20	c cleaning 13002 clauses out of 26041 with flag 710136/95000
19.08/16.54	c cleaning 14005 clauses out of 28041 with flag 811746/110002
21.90/19.30	c cleaning 15000 clauses out of 30034 with flag 929520/126000
24.83/22.21	c cleaning 16009 clauses out of 32034 with flag 1073711/143000
30.63/28.01	c cleaning 17011 clauses out of 34027 with flag 1211592/161002
36.09/33.50	c cleaning 18004 clauses out of 36014 with flag 1376844/180000
42.17/39.66	c cleaning 19003 clauses out of 38011 with flag 1548194/200001
48.15/45.68	c cleaning 20003 clauses out of 40008 with flag 1726342/221001
56.54/54.08	c cleaning 21000 clauses out of 42004 with flag 1927684/243000
65.78/63.32	c cleaning 21997 clauses out of 44004 with flag 2144668/266000
76.94/74.59	c cleaning 23004 clauses out of 46007 with flag 2351845/290000
84.91/82.58	c cleaning 23997 clauses out of 48003 with flag 2564695/315000
99.70/105.90	c cleaning 25000 clauses out of 50007 with flag 2807294/341001
108.37/114.61	c cleaning 26001 clauses out of 52007 with flag 3057848/368001
117.75/124.05	c cleaning 26999 clauses out of 54005 with flag 3344652/396000
128.67/135.02	c cleaning 28000 clauses out of 56006 with flag 3629884/425000
137.27/143.64	c cleaning 29002 clauses out of 58007 with flag 3940670/455001
146.34/152.74	c cleaning 30001 clauses out of 60005 with flag 4171621/486001
159.17/165.70	c cleaning 30998 clauses out of 62004 with flag 4430551/518001
172.95/179.48	c cleaning 31998 clauses out of 64006 with flag 4691673/551001
185.62/192.17	c cleaning 33000 clauses out of 66007 with flag 4954297/585000
200.41/210.95	c cleaning 34005 clauses out of 68011 with flag 5219803/620004
217.59/228.11	c cleaning 34999 clauses out of 70002 with flag 5510245/656000
232.31/242.95	c cleaning 35998 clauses out of 72005 with flag 5811507/693002
252.37/263.01	c cleaning 37004 clauses out of 74007 with flag 6125879/731002
262.37/273.02	c cleaning 37999 clauses out of 76001 with flag 6453284/770000
280.32/291.02	c cleaning 38993 clauses out of 78004 with flag 6774703/810002
294.88/305.60	c cleaning 39987 clauses out of 80011 with flag 7081360/851002
312.69/323.55	c cleaning 40999 clauses out of 82025 with flag 7398351/893003
331.28/342.16	c cleaning 41998 clauses out of 84026 with flag 7749249/936003
350.89/361.87	c cleaning 42994 clauses out of 86025 with flag 8154158/980000
367.10/378.04	c cleaning 44014 clauses out of 88032 with flag 8478683/1025001
400.95/412.06	c cleaning 45006 clauses out of 90018 with flag 8868078/1071001
433.17/444.35	c cleaning 46005 clauses out of 92011 with flag 9274661/1118000
479.05/498.02	c cleaning 47000 clauses out of 94006 with flag 9686978/1166000
517.76/536.97	c cleaning 47999 clauses out of 96006 with flag 10116614/1215000
564.81/584.16	c cleaning 48998 clauses out of 98010 with flag 10562534/1265003
588.64/608.02	c cleaning 50002 clauses out of 100012 with flag 11030388/1316003
609.13/628.88	c cleaning 51001 clauses out of 102007 with flag 11450856/1368000
628.66/648.53	c cleaning 52001 clauses out of 104007 with flag 11860394/1421001
644.55/664.41	c cleaning 52995 clauses out of 106005 with flag 12217606/1475000
674.53/694.58	c cleaning 53996 clauses out of 108012 with flag 12554862/1530002
711.06/731.16	c cleaning 54998 clauses out of 110017 with flag 12931409/1586003
747.71/773.37	c cleaning 55997 clauses out of 112017 with flag 13323772/1643001
788.94/814.99	c cleaning 56995 clauses out of 114021 with flag 13738377/1701002
830.11/856.25	c cleaning 58001 clauses out of 116028 with flag 14167402/1760004
873.94/912.41	c cleaning 59000 clauses out of 118025 with flag 14645064/1820002
921.99/960.68	c cleaning 59997 clauses out of 120024 with flag 15137278/1881001
970.92/1018.94	c cleaning 61002 clauses out of 122026 with flag 15648198/1943000
1012.40/1060.55	c cleaning 62000 clauses out of 124024 with flag 16177213/2006000
1061.49/1113.88	c cleaning 62991 clauses out of 126024 with flag 16669191/2070000
1103.40/1155.85	c cleaning 64000 clauses out of 128034 with flag 17188836/2135001
1155.98/1208.50	c cleaning 65005 clauses out of 130038 with flag 17724422/2201005
1202.61/1255.39	c cleaning 66001 clauses out of 132028 with flag 18268261/2268000
1272.47/1330.65	c cleaning 67000 clauses out of 134029 with flag 18799832/2336002
1336.21/1394.97	c cleaning 68000 clauses out of 136029 with flag 19333763/2405002
1390.25/1449.14	c cleaning 68993 clauses out of 138027 with flag 19891597/2475000
1445.78/1507.24	c cleaning 70001 clauses out of 140036 with flag 20437467/2546002
1502.28/1564.73	c cleaning 71000 clauses out of 142033 with flag 21006268/2618000
1563.13/1625.78	c cleaning 72000 clauses out of 144033 with flag 21598707/2691000
1615.94/1691.43	c cleaning 73002 clauses out of 146036 with flag 22161126/2765003
1670.51/1746.15	c cleaning 74004 clauses out of 148031 with flag 22733788/2840000
1732.19/1815.92	c cleaning 74996 clauses out of 150030 with flag 23356673/2916003
1800.44/1894.20	c cleaning 76002 clauses out of 152031 with flag 23988590/2993000
1871.30/1965.43	c cleaning 76995 clauses out of 154029 with flag 24617889/3071000
1943.81/2039.42	c cleaning 78003 clauses out of 156034 with flag 25291138/3150000
2022.99/2119.19	c cleaning 79000 clauses out of 158033 with flag 25939935/3230002
2105.35/2201.87	c cleaning 79996 clauses out of 160031 with flag 26609831/3311000
2186.24/2282.93	c cleaning 80994 clauses out of 162035 with flag 27366230/3393000
2275.24/2388.22	c cleaning 82003 clauses out of 164044 with flag 28083135/3476003
2373.71/2487.19	c cleaning 83003 clauses out of 166038 with flag 28837786/3560000
2470.46/2588.53	c cleaning 84004 clauses out of 168035 with flag 29550864/3645000
2563.27/2682.27	c cleaning 85002 clauses out of 170032 with flag 30329121/3731001
2669.88/2810.24	c cleaning 85999 clauses out of 172029 with flag 31141772/3818000
2776.18/2917.46	c cleaning 87001 clauses out of 174030 with flag 32004960/3906000
2821.00/2970.53	c cleaning 87998 clauses out of 176029 with flag 32682707/3995000
2860.40/3010.28	c cleaning 88979 clauses out of 178032 with flag 33301979/4085001
2947.87/3098.30	c cleaning 90026 clauses out of 180054 with flag 34066130/4176002
3039.41/3212.55	c cleaning 91007 clauses out of 182028 with flag 34822934/4268002
3207.76/3381.86	c cleaning 92005 clauses out of 184019 with flag 35666165/4361000
3399.63/3584.21	c cleaning 93005 clauses out of 186017 with flag 36629223/4455003
3515.11/3700.01	c starts		: 16643
3515.11/3700.02	c timeout
3515.11/3700.02	c conflicts		: 4532059
3515.11/3700.02	c decisions		: 6621467
3515.11/3700.02	c propagations		: 63082667
3515.11/3700.02	c inspects		: 31279535057
3515.11/3700.02	c shortcuts		: 0
3515.11/3700.02	c learnt literals	: 0
3515.11/3700.02	c learnt binary clauses	: 0
3515.11/3700.02	c learnt ternary clauses	: 0
3515.11/3700.02	c learnt constraints	: 4532059
3515.11/3700.02	c ignored constraints	: 0
3515.11/3700.02	c root simplifications	: 0
3515.11/3700.02	c removed literals (reason simplification)	: 19704703
3515.11/3700.02	c reason swapping (by a shorter reason)	: 0
3515.11/3700.02	c Calls to reduceDB	: 90
3515.11/3700.02	c Number of update (reduction) of LBD	: 3025206
3515.11/3700.02	c Imported unit clauses	: 0
3515.11/3700.02	c No decision after first conflict	: false
3515.11/3700.03	c number of reductions to clauses (during analyze)	: 0
3515.11/3700.03	c number of learned constraints concerned by reduction	: 0
3515.11/3700.03	c number of learning phase by resolution	: 0
3515.11/3700.03	c number of learning phase by cutting planes	: 0
3515.11/3700.03	c number of rounding to 1 operations	: 0
3515.11/3700.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3515.11/3700.03	c number of reductions of the coefficients by power 2 	: 0
3515.11/3700.03	c number of right shift for reduction by power 2 	: 0
3515.11/3700.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3515.11/3700.03	c number of ending skipping 	: 0
3515.11/3700.03	c number of internal skipping 	: 0
3515.11/3700.03	c number of derivation steps 	: 0
3515.11/3700.03	c number of skipped derivation steps 	: 0
3515.11/3700.03	c number of remaining unassigned 	: 0
3515.11/3700.03	c number of remaining assigned 	: 0
3515.11/3700.03	c number of falsified literals weakened from reason	: 0
3515.11/3700.03	c number of falsified literals weakened from conflict	: 0
3515.11/3700.03	c time for arithmetic operations	: 0
3515.11/3700.03	c minimum degree of deleted constraints	: null
3515.11/3700.03	c maximum degree of deleted constraints	: null
3515.11/3700.03	c number of deleted constraints	: 0
3515.11/3700.03	c speed (assignments/second)	: 17051.346493958354
3515.11/3700.03	c non guided choices	: 190032
3515.11/3700.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 170068
3515.11/3700.08	s UNKNOWN
3515.11/3700.08	c Total wall clock time (in seconds): 3699.961

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: 63708 MiB (61545 MiB free)
  memory of node 1: 64465 MiB (60165 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=78980, runsolver pid=78977

[startup+0.100057 s]*
/proc/loadavg: 2.10 1.63 2.60 8/341 78998
/proc/meminfo: memFree=124610476/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=18930384 memory=59532 CPUtime=0.14 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 6527 0 0 0 12 2 0 0 20 0 18 0 71417184 19384713216 14883 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4732596 14883 5338 1 0 547661 0
[pid=78980/tid=78982] ppid=78977 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 5119 0 0 0 7 1 0 0 20 0 18 0 71417185 19384713216 14883 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71417187 19384713216 14883 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=18930384 memory=59585004336271 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71417188 19384713216 14883 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59532 KiB

[startup+0.210093 s]*
/proc/loadavg: 2.10 1.63 2.60 9/342 78999
/proc/meminfo: memFree=124481764/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=18996948 memory=154768 CPUtime=0.33 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 7188 0 0 0 29 4 0 0 20 0 19 0 71417184 19452874752 38692 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4749237 38692 5466 1 0 548414 0
[pid=78980/tid=78982] ppid=78977 vsize=18996948 memory=4026728732 CPUtime=0.18 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 5331 0 0 0 15 3 0 0 20 0 19 0 71417185 19452874752 38692 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=18996948 memory=16955 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71417187 19452874752 38692 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71417188 19452874752 38692 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154768 KiB

[startup+0.305707 s]*
/proc/loadavg: 2.10 1.63 2.60 6/342 78999
/proc/meminfo: memFree=124461348/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=18996948 memory=192736 CPUtime=0.52 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 8437 0 0 0 47 5 0 0 20 0 19 0 71417184 19452874752 48184 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4749237 48184 5466 1 0 549183 0
[pid=78980/tid=78982] ppid=78977 vsize=18996948 memory=-6000919476967662696 CPUtime=0.26 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 5349 0 0 0 23 3 0 0 20 0 19 0 71417185 19452874752 48184 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71417187 19452874752 48184 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71417188 19452874752 48184 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 192736 KiB

[startup+0.700178 s]
/proc/loadavg: 2.10 1.63 2.60 7/343 79000
/proc/meminfo: memFree=124301352/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=360996 CPUtime=1.28 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 10734 0 0 0 118 10 0 0 20 0 20 0 71417184 19521036288 90249 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 90249 5530 1 0 550947 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=18816 CPUtime=0.57 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 5565 0 0 0 50 7 0 0 20 0 20 0 71417185 19521036288 90249 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 90249 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 90249 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 90249 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 360996 KiB

[startup+1.50018 s]
/proc/loadavg: 2.10 1.63 2.60 7/343 79000
/proc/meminfo: memFree=124199836/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=440608 CPUtime=2.86 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 14005 0 0 0 273 13 0 0 20 0 20 0 71417184 19521036288 110152 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 110152 5530 1 0 552783 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=0 CPUtime=1.31 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 5676 0 0 0 122 9 0 0 20 0 20 0 71417185 19521036288 110152 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 110152 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 110152 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 110152 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440608 KiB

[startup+3.10538 s]
/proc/loadavg: 2.33 1.68 2.61 6/343 79000
/proc/meminfo: memFree=123997272/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=506804 CPUtime=5.24 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 17760 0 0 0 509 15 0 0 20 0 20 0 71417184 19521036288 126701 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 126701 5562 1 0 552785 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=10752 CPUtime=2.9 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 6104 0 0 0 280 10 0 0 20 0 20 0 71417185 19521036288 126701 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=-6000919476967662696 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 126701 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 126701 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 126701 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 506804 KiB

[startup+6.30018 s]
/proc/loadavg: 2.33 1.68 2.61 7/343 79000
/proc/meminfo: memFree=123284296/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=1016988 CPUtime=8.8 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 22290 0 0 0 854 26 0 0 20 0 20 0 71417184 19521036288 254247 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 254247 5562 1 0 926841 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=0 CPUtime=6.07 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 6781 0 0 0 587 20 0 0 20 0 20 0 71417185 19521036288 254247 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 254247 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 254247 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=440608 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 254247 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1016988 KiB

[startup+12.7002 s]
/proc/loadavg: 2.66 1.78 2.63 6/343 79000
/proc/meminfo: memFree=122168332/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=1528544 CPUtime=15.27 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 22820 0 0 0 1491 36 0 0 20 0 20 0 71417184 19521036288 382136 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 382136 5562 1 0 926852 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=440608 CPUtime=12.44 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 7215 0 0 0 1214 30 0 0 20 0 20 0 71417185 19521036288 382136 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 382136 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=3689353234327273504 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 382136 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 382136 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1528544 KiB

[startup+25.5002 s]
/proc/loadavg: 2.87 1.85 2.65 6/343 79000
/proc/meminfo: memFree=120620300/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=1600360 CPUtime=28.14 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 27952 0 0 0 2772 42 0 0 20 0 20 0 71417184 19521036288 400090 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 400090 5562 1 0 926853 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=10752 CPUtime=25.17 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 8762 0 0 0 2482 35 0 0 20 0 20 0 71417185 19521036288 400090 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 400090 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=1528544 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 400090 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=1528544 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 400090 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 28.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1600360 KiB

[startup+51.1054 s]
/proc/loadavg: 3.26 2.02 2.69 6/342 79001
/proc/meminfo: memFree=117603488/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2046832 CPUtime=53.65 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 32560 0 0 0 5308 57 0 0 20 0 20 0 71417184 19521036288 511708 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 511708 5562 1 0 926853 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=1876848 CPUtime=50.6 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 10561 0 0 0 5011 49 0 0 20 0 20 0 71417185 19521036288 511708 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 511708 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0

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

/proc/meminfo: memFree=97278660/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3108.66 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 98782 0 0 0 310317 549 0 0 20 0 20 0 71417184 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 642474 5562 1 0 926860 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3100.74 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 50842 0 0 0 309622 452 0 0 20 0 20 0 71417185 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 3108.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.12 4.08 6/345 79183
/proc/meminfo: memFree=97201788/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3168.39 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 99023 0 0 0 316286 553 0 0 20 0 20 0 71417184 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 642474 5562 1 0 926860 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3160.45 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 51055 0 0 0 315590 455 0 0 20 0 20 0 71417185 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 3168.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.13 4.09 6/344 79185
/proc/meminfo: memFree=96689416/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3228.17 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 101531 0 0 0 322257 560 0 0 20 0 20 0 71417184 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 642474 5562 1 0 926860 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=10752 CPUtime=3220.1 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 52466 0 0 0 321549 461 0 0 20 0 20 0 71417185 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 1399 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 3228.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/344 79190
/proc/meminfo: memFree=96170788/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3287.2 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 101951 0 0 0 328153 567 0 0 20 0 20 0 71417184 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 642474 5562 1 0 926860 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=18816 CPUtime=3279.11 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 52792 0 0 0 327444 467 0 0 20 0 20 0 71417185 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 1468 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 3287.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 8/344 79197
/proc/meminfo: memFree=95962848/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3339.47 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 102575 0 0 0 333376 571 0 0 20 0 20 0 71417184 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 642474 5562 1 0 926860 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=14248 CPUtime=3331.36 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 53326 0 0 0 332666 470 0 0 20 0 20 0 71417185 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 1486 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 3339.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569896 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.09 3/343 79199
/proc/meminfo: memFree=95708656/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3398.55 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 102942 0 0 0 339279 576 0 0 20 0 20 0 71417184 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 642474 5562 1 0 926860 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3390.41 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) D 78977 78980 78720 0 -1 4194368 53643 0 0 0 338568 473 0 0 20 0 20 0 71417185 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 1490 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 3398.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569896 KiB

[startup+3642.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/344 79202
/proc/meminfo: memFree=95478148/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3457.57 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 104540 0 0 0 345172 585 0 0 20 0 20 0 71417184 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 642474 5562 1 0 926860 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3449.32 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 54460 0 0 0 344452 480 0 0 20 0 20 0 71417185 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 1490 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 3457.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569896 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.14 4.12 4.09 5/345 79406
/proc/meminfo: memFree=118690888/131250000 swapFree=33010672/33010684
[pid=78980] ppid=78977 vsize=19063512 memory=2569896 CPUtime=3515.11 cores=0,2
/proc/78980/stat : 78980 (java) S 78977 78980 78720 0 -1 4194304 105152 0 0 0 350919 592 0 0 20 0 20 0 71417184 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
/proc/78980/statm: 4765878 642474 5562 1 0 926860 0
[pid=78980/tid=78982] ppid=78977 vsize=19063512 memory=-6000919498426114920 CPUtime=3506.83 cores=0,2
/proc/78980/task/78982/stat : 78982 (java) R 78977 78980 78720 0 -1 4194368 55048 0 0 0 350198 485 0 0 20 0 20 0 71417185 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78991] ppid=78977 vsize=19063512 memory=4480 CPUtime=0 cores=0,2
/proc/78980/task/78991/stat : 78991 (Finalizer) S 78977 78980 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71417187 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=78998] ppid=78977 vsize=19063512 memory=2569896 CPUtime=0 cores=0,2
/proc/78980/task/78998/stat : 78998 (Common-Cleaner) S 78977 78980 78720 0 -1 4194368 1491 0 0 0 0 0 0 0 20 0 20 0 71417188 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
[pid=78980/tid=79000] ppid=78977 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/78980/task/79000/stat : 79000 (Timer-0) S 78977 78980 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71417230 19521036288 642474 18446744073709551615 93883180445696 93883180449392 140730290043376 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93883180457208 93883180458000 93883180638208 140730290047280 140730290047462 140730290047462 140730290053064 0
Current children cumulated CPU time: 3515.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3509.31 s, system=5.93653 s

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

Child status: 143

Real time (s): 3700.1
CPU time (s): 3515.24
CPU user time (s): 3509.31
CPU system time (s): 5.93653
CPU usage (%): 95.0041
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2569896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3509.31
system time used= 5.93653
maximum resident set size= 2570792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107598
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5514096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109428
involuntary context switches= 8752


# summary of solver processes directly reported to runsolver:
#   pid: 78980
#   total CPU time (s): 3515.24
#   total CPU user time (s): 3509.31
#   total CPU system time (s): 5.93653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.2042 second user time and 15.307 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-03 17:43:26
IDJOB=4519339
IDBENCH=177219
IDSOLVER=3364
FILE ID=nodeC014/4519339-1751557406
RUNJOBID= nodeC014-1751557391-78730
SLURM_JOB_ID= 9598751
Free space on /tmp= 430444 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height16_pigeons15_holes14.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519339-1751557406/watcher-4519339-1751557406 -o /tmp/evaluation-result-4519339-1751557406/solver-4519339-1751557406 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751557391-78730 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4519339-1751557406 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4519339-1751557406.opb

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

MD5SUM BENCH= a94581d8220bf59b08512677776f0dcf
RANDOM SEED=1255131617

nodeC014 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.104
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.114
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.886
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3589.370
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.136
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.112
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.425
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.122
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124632716 kB
MemAvailable:   126784640 kB
Buffers:            2508 kB
Cached:          2946644 kB
SwapCached:            4 kB
Active:          3591628 kB
Inactive:        2388156 kB
Active(anon):    3044968 kB
Inactive(anon):     3852 kB
Active(file):     546660 kB
Inactive(file):  2384304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            148820 kB
Writeback:           128 kB
AnonPages:       3033892 kB
Mapped:           124308 kB
Shmem:             18064 kB
KReclaimable:     120396 kB
Slab:             215980 kB
SReclaimable:     120396 kB
SUnreclaim:        95584 kB
KernelStack:        5276 kB
PageTables:         9584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9650896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2813952 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430444 MiB
End job on nodeC014 at 2025-07-03 18:45:06