Trace number 4517227

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.21 3606.3

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-16array_diag_less.opb
MD5SUM53ff2354521efee3bcd66df24a5554e0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.013604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints1345
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints577
Minimum length of a constraint2
Maximum length of a constraint64
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4517227-1751243268.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.12/0.20	c ... done. Wall clock time 0.063s.
0.12/0.20	c declared #vars     1344
0.12/0.20	c #constraints  1921
0.12/0.20	c constraints type 
0.12/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 704
0.12/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 961
0.12/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.12/0.20	c 1921 constraints processed.
2.65/1.41	c cleaning 2496 clauses out of 5000 with flag 28037/5000
5.10/3.04	c cleaning 4249 clauses out of 8505 with flag 67676/11001
7.27/4.95	c cleaning 5624 clauses out of 11255 with flag 115816/18000
10.12/7.74	c cleaning 6809 clauses out of 13631 with flag 207649/26000
13.25/10.86	c cleaning 7903 clauses out of 15823 with flag 325231/35001
17.22/14.72	c cleaning 8950 clauses out of 17920 with flag 500639/45001
21.61/19.06	c cleaning 9981 clauses out of 19970 with flag 705641/56001
26.33/23.75	c cleaning 10988 clauses out of 21989 with flag 844185/68001
31.73/29.08	c cleaning 11992 clauses out of 24001 with flag 1012543/81001
37.73/34.95	c cleaning 13000 clauses out of 26008 with flag 1193042/95000
44.09/41.27	c cleaning 13997 clauses out of 28009 with flag 1390134/110001
50.65/47.76	c cleaning 14998 clauses out of 30012 with flag 1591019/126001
57.26/54.28	c cleaning 15999 clauses out of 32013 with flag 1806877/143000
63.97/60.83	c cleaning 16998 clauses out of 34015 with flag 2034743/161001
72.25/69.07	c cleaning 17999 clauses out of 36016 with flag 2343936/180000
81.91/78.63	c cleaning 19000 clauses out of 38018 with flag 2675726/200001
91.56/88.22	c cleaning 20005 clauses out of 40018 with flag 3020939/221001
101.39/98.26	c cleaning 20999 clauses out of 42012 with flag 3381870/243000
111.64/108.35	c cleaning 22001 clauses out of 44013 with flag 3755033/266000
122.61/119.29	c cleaning 23002 clauses out of 46013 with flag 4143268/290001
134.96/131.78	c cleaning 24001 clauses out of 48011 with flag 4568974/315001
147.60/144.34	c cleaning 25000 clauses out of 50009 with flag 5010321/341000
160.11/156.81	c cleaning 25998 clauses out of 52010 with flag 5484225/368001
174.16/170.85	c cleaning 26997 clauses out of 54012 with flag 6015159/396001
188.68/185.20	c cleaning 28000 clauses out of 56015 with flag 6635022/425001
203.59/200.24	c cleaning 28999 clauses out of 58015 with flag 7214176/455001
223.32/219.81	c cleaning 29998 clauses out of 60015 with flag 8099706/486000
243.34/239.80	c cleaning 31002 clauses out of 62018 with flag 8925109/518001
261.98/258.59	c cleaning 32002 clauses out of 64016 with flag 9543156/551001
275.16/271.69	c cleaning 32999 clauses out of 66013 with flag 10186630/585000
291.98/288.51	c cleaning 33999 clauses out of 68014 with flag 11112147/620000
306.62/303.13	c cleaning 35003 clauses out of 70016 with flag 11752830/656001
322.93/319.42	c cleaning 36002 clauses out of 72013 with flag 12540730/693001
340.17/336.67	c cleaning 36998 clauses out of 74010 with flag 13322891/731000
359.68/356.24	c cleaning 38002 clauses out of 76013 with flag 14243904/770001
383.28/379.89	c cleaning 38999 clauses out of 78010 with flag 15252531/810000
404.28/400.80	c cleaning 40000 clauses out of 80012 with flag 16207895/851001
422.90/419.43	c cleaning 40999 clauses out of 82012 with flag 16841742/893001
440.68/437.21	c cleaning 41994 clauses out of 84012 with flag 17474520/936000
460.46/456.94	c cleaning 42999 clauses out of 86018 with flag 18230528/980000
481.74/478.23	c cleaning 43999 clauses out of 88020 with flag 19053976/1025001
502.39/498.97	c cleaning 45000 clauses out of 90020 with flag 20130181/1071000
530.74/527.14	c cleaning 45993 clauses out of 92020 with flag 21647871/1118000
550.60/547.05	c cleaning 46997 clauses out of 94027 with flag 23034445/1166000
570.80/567.33	c cleaning 47989 clauses out of 96030 with flag 24644851/1215000
587.60/584.19	c cleaning 49015 clauses out of 98042 with flag 25778927/1265001
609.42/606.04	c cleaning 50006 clauses out of 100026 with flag 26820289/1316000
632.67/629.39	c cleaning 50976 clauses out of 102021 with flag 28351713/1368001
663.38/660.13	c cleaning 52017 clauses out of 104047 with flag 30121354/1421003
702.78/699.69	c cleaning 53006 clauses out of 106027 with flag 31906659/1475000
732.61/729.56	c cleaning 54005 clauses out of 108022 with flag 33783989/1530001
769.59/766.59	c cleaning 55002 clauses out of 110017 with flag 36219790/1586001
796.43/793.47	c cleaning 55997 clauses out of 112014 with flag 37985414/1643000
827.11/824.23	c cleaning 56996 clauses out of 114018 with flag 39740832/1701001
864.99/862.30	c cleaning 58000 clauses out of 116021 with flag 41892960/1760000
909.71/907.16	c cleaning 59008 clauses out of 118022 with flag 44609273/1820001
929.81/927.38	c cleaning 59982 clauses out of 120013 with flag 46186430/1881000
971.65/969.32	c cleaning 61009 clauses out of 122031 with flag 48349077/1943000
1019.13/1017.02	c cleaning 61998 clauses out of 124022 with flag 50692748/2006000
1079.33/1077.76	c cleaning 62997 clauses out of 126024 with flag 53597847/2070000
1132.48/1131.07	c cleaning 64006 clauses out of 128027 with flag 56228032/2135000
1177.57/1176.42	c cleaning 65001 clauses out of 130021 with flag 58644792/2201000
1203.41/1202.49	c cleaning 65972 clauses out of 132021 with flag 60467779/2268001
1227.30/1226.36	c cleaning 66993 clauses out of 134048 with flag 62253977/2336000
1268.16/1267.49	c cleaning 68003 clauses out of 136056 with flag 64644856/2405001
1308.60/1308.08	c cleaning 68990 clauses out of 138052 with flag 67141064/2475000
1356.46/1356.06	c cleaning 70008 clauses out of 140062 with flag 69789311/2546000
1396.54/1396.26	c cleaning 71009 clauses out of 142055 with flag 72140315/2618001
1436.00/1435.85	c cleaning 72003 clauses out of 144046 with flag 74578901/2691001
1503.97/1504.09	c cleaning 73006 clauses out of 146042 with flag 78037652/2765000
1554.12/1554.37	c cleaning 74002 clauses out of 148038 with flag 81011580/2840002
1618.44/1618.94	c cleaning 75010 clauses out of 150034 with flag 84362054/2916000
1673.72/1674.34	c cleaning 75996 clauses out of 152025 with flag 87407317/2993001
1729.07/1729.88	c cleaning 77007 clauses out of 154029 with flag 90205557/3071001
1836.87/1838.01	c cleaning 77994 clauses out of 156022 with flag 93402015/3150001
1883.18/1884.62	c cleaning 79002 clauses out of 158028 with flag 95955504/3230001
1942.02/1943.60	c cleaning 80005 clauses out of 160025 with flag 99015481/3311000
1992.82/1994.60	c cleaning 80970 clauses out of 162021 with flag 101889633/3393001
2029.71/2031.62	c cleaning 82014 clauses out of 164051 with flag 104274427/3476001
2077.39/2079.47	c cleaning 82980 clauses out of 166036 with flag 107075771/3560000
2117.34/2119.54	c cleaning 84022 clauses out of 168057 with flag 109485497/3645001
2182.72/2185.04	c cleaning 85006 clauses out of 170034 with flag 112712712/3731000
2239.67/2242.19	c cleaning 85980 clauses out of 172029 with flag 115656798/3818001
2278.62/2281.21	c cleaning 87005 clauses out of 174049 with flag 118152674/3906001
2324.65/2327.30	c cleaning 87991 clauses out of 176043 with flag 121046471/3995000
2400.30/2403.24	c cleaning 89012 clauses out of 178052 with flag 124462071/4085000
2483.14/2486.36	c cleaning 90007 clauses out of 180040 with flag 127968632/4176000
2547.43/2550.75	c cleaning 90997 clauses out of 182033 with flag 131142085/4268000
2623.85/2627.31	c cleaning 91999 clauses out of 184037 with flag 134633853/4361001
2685.99/2689.68	c cleaning 92997 clauses out of 186037 with flag 137797774/4455000
2797.05/2801.02	c cleaning 94008 clauses out of 188041 with flag 141486633/4550001
2956.70/2961.16	c cleaning 95000 clauses out of 190032 with flag 146267328/4646000
3040.89/3045.51	c cleaning 95993 clauses out of 192032 with flag 149725869/4743000
3135.37/3140.35	c cleaning 96989 clauses out of 194040 with flag 153195437/4841001
3220.36/3225.58	c cleaning 98010 clauses out of 196050 with flag 156529438/4940000
3276.06/3281.49	c cleaning 98990 clauses out of 198041 with flag 159517353/5040001
3382.93/3388.59	c cleaning 100008 clauses out of 200050 with flag 163250660/5141000
3472.61/3478.49	c cleaning 100995 clauses out of 202042 with flag 167177809/5243000
3552.67/3558.70	c cleaning 102008 clauses out of 204047 with flag 170540130/5346000
3600.06/3606.21	c timeout
3600.06/3606.21	c starts		: 2206
3600.06/3606.22	c conflicts		: 5402805
3600.06/3606.22	c decisions		: 5561959
3600.06/3606.22	c propagations		: 1279064863
3600.06/3606.22	c inspects		: 40265679163
3600.06/3606.22	c shortcuts		: 0
3600.06/3606.22	c learnt literals	: 0
3600.06/3606.22	c learnt binary clauses	: 350
3600.06/3606.22	c learnt ternary clauses	: 598
3600.06/3606.22	c learnt constraints	: 5402805
3600.06/3606.22	c ignored constraints	: 0
3600.06/3606.22	c root simplifications	: 0
3600.06/3606.22	c removed literals (reason simplification)	: 194671877
3600.06/3606.22	c reason swapping (by a shorter reason)	: 0
3600.06/3606.22	c Calls to reduceDB	: 99
3600.06/3606.22	c Number of update (reduction) of LBD	: 230454
3600.06/3606.22	c Imported unit clauses	: 0
3600.06/3606.22	c No decision after first conflict	: false
3600.06/3606.22	c number of reductions to clauses (during analyze)	: 0
3600.06/3606.22	c number of learned constraints concerned by reduction	: 0
3600.06/3606.22	c number of learning phase by resolution	: 0
3600.06/3606.22	c number of learning phase by cutting planes	: 0
3600.06/3606.22	c number of rounding to 1 operations	: 0
3600.06/3606.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3606.22	c number of reductions of the coefficients by power 2 	: 0
3600.06/3606.22	c number of right shift for reduction by power 2 	: 0
3600.06/3606.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3606.22	c number of ending skipping 	: 0
3600.06/3606.22	c number of internal skipping 	: 0
3600.06/3606.22	c number of derivation steps 	: 0
3600.06/3606.22	c number of skipped derivation steps 	: 0
3600.06/3606.22	c number of remaining unassigned 	: 0
3600.06/3606.22	c number of remaining assigned 	: 0
3600.06/3606.22	c number of falsified literals weakened from reason	: 0
3600.06/3606.22	c number of falsified literals weakened from conflict	: 0
3600.06/3606.22	c time for arithmetic operations	: 0
3600.06/3606.22	c minimum degree of deleted constraints	: null
3600.06/3606.22	c maximum degree of deleted constraints	: null
3600.06/3606.22	c number of deleted constraints	: 0
3600.06/3606.23	c speed (assignments/second)	: 354703.1454389402
3600.06/3606.23	c non guided choices	: 31
3600.06/3606.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 158494
3600.06/3606.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 350
3600.06/3606.28	s UNKNOWN
3600.06/3606.28	c Total wall clock time (in seconds): 3606.15

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517227-1751243268/watcher-4517227-1751243268 -o /tmp/evaluation-result-4517227-1751243268/solver-4517227-1751243268 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751243212-33908 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517227-1751243268 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517227-1751243268.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=34425, runsolver pid=34422

[startup+0.10006 s]*
/proc/loadavg: 2.90 1.79 2.55 6/341 34443
/proc/meminfo: memFree=125102996/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=18930384 memory=57680 CPUtime=0.12 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 6573 0 0 0 10 2 0 0 20 0 18 0 40004677 19384713216 14420 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4732596 14420 5339 1 0 547619 0
[pid=34425/tid=34427] ppid=34422 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 5081 0 0 0 6 1 0 0 20 0 18 0 40004678 19384713216 14420 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40004680 19384713216 14420 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=18930384 memory=58485492679666 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40004681 19384713216 14420 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57680 KiB

[startup+0.205778 s]*
/proc/loadavg: 2.90 1.79 2.55 7/341 34443
/proc/meminfo: memFree=125088252/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=18931412 memory=64328 CPUtime=0.31 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 7113 0 0 0 29 2 0 0 20 0 19 0 40004677 19385765888 16082 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4732853 16082 5435 1 0 548220 0
[pid=34425/tid=34427] ppid=34422 vsize=18931412 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) S 34422 34425 33895 0 -1 4194368 5327 0 0 0 15 1 0 0 20 0 19 0 40004678 19385765888 16082 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=18931412 memory=16099 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40004680 19385765888 16082 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=18931412 memory=57385981051877 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40004681 19385765888 16082 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=18931412 memory=0 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (java) R 34422 34425 33895 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 40004698 19385765888 16082 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 2147221247 0 16800975 0 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 64328 KiB

[startup+0.305703 s]*
/proc/loadavg: 2.90 1.79 2.55 8/342 34444
/proc/meminfo: memFree=125071428/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=18996948 memory=76372 CPUtime=0.5 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 8831 0 0 0 47 3 0 0 20 0 19 0 40004677 19452874752 19093 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4749237 19093 5435 1 0 549080 0
[pid=34425/tid=34427] ppid=34422 vsize=18996948 memory=-6000919498526713964 CPUtime=0.24 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 5385 0 0 0 23 1 0 0 20 0 19 0 40004678 19452874752 19093 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40004680 19452874752 19093 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40004681 19452874752 19093 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40004698 19452874752 19093 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76372 KiB

[startup+0.700232 s]
/proc/loadavg: 2.90 1.79 2.55 6/342 34444
/proc/meminfo: memFree=125038096/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=18996948 memory=140364 CPUtime=1.26 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 14806 0 0 0 121 5 0 0 20 0 19 0 40004677 19452874752 35091 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4749237 35091 5435 1 0 552614 0
[pid=34425/tid=34427] ppid=34422 vsize=18996948 memory=17536 CPUtime=0.56 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 5428 0 0 0 54 2 0 0 20 0 19 0 40004678 19452874752 35091 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40004680 19452874752 35091 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40004681 19452874752 35091 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=18996948 memory=4752 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40004698 19452874752 35091 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140364 KiB

[startup+1.50023 s]
/proc/loadavg: 2.90 1.79 2.55 6/343 34445
/proc/meminfo: memFree=124967500/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=174540 CPUtime=2.85 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 22270 0 0 0 278 7 0 0 20 0 20 0 40004677 19521036288 43635 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 43635 5467 1 0 553493 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=0 CPUtime=1.32 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 6423 0 0 0 129 3 0 0 20 0 20 0 40004678 19521036288 43635 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 43635 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 43635 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 43635 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174540 KiB

[startup+3.10551 s]
/proc/loadavg: 2.90 1.79 2.55 5/343 34445
/proc/meminfo: memFree=124768572/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=225316 CPUtime=5.27 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 24722 0 0 0 518 9 0 0 20 0 20 0 40004677 19521036288 56329 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 56329 5467 1 0 553768 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=10880 CPUtime=2.89 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 6890 0 0 0 284 5 0 0 20 0 20 0 40004678 19521036288 56329 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=-6000919498526713964 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 56329 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 56329 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 56329 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 225316 KiB

[startup+6.30023 s]
/proc/loadavg: 2.98 1.82 2.56 5/343 34445
/proc/meminfo: memFree=124274800/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=307564 CPUtime=8.71 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 26291 0 0 0 858 13 0 0 20 0 20 0 40004677 19521036288 76891 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 76891 5467 1 0 554240 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 6967 0 0 0 596 7 0 0 20 0 20 0 40004678 19521036288 76891 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 76891 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 76891 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=175564 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 76891 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 307564 KiB

[startup+12.7002 s]
/proc/loadavg: 3.07 1.86 2.57 5/344 34447
/proc/meminfo: memFree=123801508/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=520700 CPUtime=15.17 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 29080 0 0 0 1496 21 0 0 20 0 20 0 40004677 19521036288 130175 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 130175 5467 1 0 554240 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=175564 CPUtime=12.35 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 7912 0 0 0 1222 13 0 0 20 0 20 0 40004678 19521036288 130175 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=520700 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 130175 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 130175 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 130175 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 520700 KiB

[startup+25.5002 s]
/proc/loadavg: 3.27 1.97 2.59 7/344 34447
/proc/meminfo: memFree=122345348/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=918160 CPUtime=28.17 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 33934 0 0 0 2783 34 0 0 20 0 20 0 40004677 19521036288 229540 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 229540 5467 1 0 554240 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=520700 CPUtime=24.95 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 9172 0 0 0 2473 22 0 0 20 0 20 0 40004678 19521036288 229540 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 229540 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=657972 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 229540 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 229540 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 28.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 918160 KiB

[startup+51.1054 s]
/proc/loadavg: 3.66 2.16 2.64 5/344 34447
/proc/meminfo: memFree=121245792/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=1489756 CPUtime=54.16 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 36944 0 0 0 5361 55 0 0 20 0 20 0 40004677 19521036288 372439 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0

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

/proc/meminfo: memFree=106401816/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=2171080 CPUtime=3217.17 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 110008 0 0 0 321071 646 0 0 20 0 20 0 40004677 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 542770 5531 1 0 555924 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=2171080 CPUtime=3197.28 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 48891 0 0 0 319185 543 0 0 20 0 20 0 40004678 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=2171080 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=2171080 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 1796 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=2171080 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 3217.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171080 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/342 34635
/proc/meminfo: memFree=106253988/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=2171080 CPUtime=3276.96 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 111901 0 0 0 327039 657 0 0 20 0 20 0 40004677 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 542770 5531 1 0 555924 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=2171080 CPUtime=3256.97 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 50107 0 0 0 325144 553 0 0 20 0 20 0 40004678 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=2171080 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 1895 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=2171080 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 542770 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 3276.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171080 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.16 4.10 5/344 34640
/proc/meminfo: memFree=106061428/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=2171208 CPUtime=3336.84 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 113251 0 0 0 333015 669 0 0 20 0 20 0 40004677 19521036288 542802 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 542802 5531 1 0 555924 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=4752 CPUtime=3316.6 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 50676 0 0 0 331098 562 0 0 20 0 20 0 40004678 19521036288 542802 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 542802 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 2015 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 542802 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 542802 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 3336.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171208 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.16 4.10 5/345 34647
/proc/meminfo: memFree=105953964/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=2171336 CPUtime=3396.7 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 113754 0 0 0 338992 678 0 0 20 0 20 0 40004677 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 542834 5531 1 0 555924 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=2171336 CPUtime=3376.28 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 51022 0 0 0 337058 570 0 0 20 0 20 0 40004678 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=2171080 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=2171208 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 2015 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=2171336 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 3396.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171336 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/346 34652
/proc/meminfo: memFree=105852444/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=2171336 CPUtime=3456.52 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 114958 0 0 0 344965 687 0 0 20 0 20 0 40004677 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 542834 5531 1 0 555924 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=2171336 CPUtime=3436.02 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 52107 0 0 0 343024 578 0 0 20 0 20 0 40004678 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=2171336 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=2171336 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 2016 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=2171336 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 3456.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171336 KiB

[startup+3522.3 s]
/proc/loadavg: 4.50 4.24 4.13 5/346 34654
/proc/meminfo: memFree=105721544/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=2171336 CPUtime=3516.39 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 117261 0 0 0 350943 696 0 0 20 0 20 0 40004677 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 542834 5531 1 0 555924 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=5632 CPUtime=3495.7 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 53088 0 0 0 348984 586 0 0 20 0 20 0 40004678 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=2171336 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 2056 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=2171336 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 3516.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171336 KiB

[startup+3582.3 s]
/proc/loadavg: 4.58 4.31 4.16 3/296 34724
/proc/meminfo: memFree=117558620/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=2171336 CPUtime=3576.21 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 117662 0 0 0 356917 704 0 0 20 0 20 0 40004677 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 542834 5531 1 0 555924 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=4252 CPUtime=3555.43 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 53257 0 0 0 354951 592 0 0 20 0 20 0 40004678 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=2171336 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 2125 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 3576.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.2 s]
/proc/loadavg: 3.70 4.12 4.10 2/275 34744
/proc/meminfo: memFree=119371292/131249996 swapFree=33010684/33010684
[pid=34425] ppid=34422 vsize=19063512 memory=2171336 CPUtime=3600.06 cores=5,7
/proc/34425/stat : 34425 (java) S 34422 34425 33895 0 -1 4194304 117692 0 0 0 359299 707 0 0 20 0 20 0 40004677 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
/proc/34425/statm: 4765878 542834 5531 1 0 555924 0
[pid=34425/tid=34427] ppid=34422 vsize=19063512 memory=7686721470247706567 CPUtime=3579.18 cores=5,7
/proc/34425/task/34427/stat : 34427 (java) R 34422 34425 33895 0 -1 4194368 53271 0 0 0 357323 595 0 0 20 0 20 0 40004678 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34436] ppid=34422 vsize=19063512 memory=-4421386487641106276 CPUtime=0 cores=5,7
/proc/34425/task/34436/stat : 34436 (Finalizer) S 34422 34425 33895 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40004680 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34443] ppid=34422 vsize=19063512 memory=7751440983326029331 CPUtime=0 cores=5,7
/proc/34425/task/34443/stat : 34443 (Common-Cleaner) S 34422 34425 33895 0 -1 4194368 2125 0 0 0 0 0 0 0 20 0 20 0 40004681 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
[pid=34425/tid=34444] ppid=34422 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=5,7
/proc/34425/task/34444/stat : 34444 (Timer-0) S 34422 34425 33895 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40004698 19521036288 542834 18446744073709551615 93932841828352 93932841832048 140728805945968 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93932841839864 93932841840656 93932849172480 140728805951792 140728805951974 140728805951974 140728805957576 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171336 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.11 s, system=7.09125 s

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

Child status: 143

Real time (s): 3606.3
CPU time (s): 3600.21
CPU user time (s): 3593.11
CPU system time (s): 7.09125
CPU usage (%): 99.8309
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2171336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.11
system time used= 7.09125
maximum resident set size= 2172232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8756736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113496
involuntary context switches= 24358


# summary of solver processes directly reported to runsolver:
#   pid: 34425
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3593.11
#   total CPU system time (s): 7.09125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.61089 second user time and 17.6187 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 02:27:48
IDJOB=4517227
IDBENCH=176027
IDSOLVER=3364
FILE ID=nodeC023/4517227-1751243268
RUNJOBID= nodeC023-1751243212-33908
SLURM_JOB_ID= 9587740
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-16array_diag_less.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517227-1751243268/watcher-4517227-1751243268 -o /tmp/evaluation-result-4517227-1751243268/solver-4517227-1751243268 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751243212-33908 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517227-1751243268 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517227-1751243268.opb

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

MD5SUM BENCH= 53ff2354521efee3bcd66df24a5554e0
RANDOM SEED=970650535

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125114908 kB
MemAvailable:   127255648 kB
Buffers:            3280 kB
Cached:          2944076 kB
SwapCached:            0 kB
Active:          2897636 kB
Inactive:        2638980 kB
Active(anon):    2607372 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  2638980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            227656 kB
Writeback:           168 kB
AnonPages:       2592404 kB
Mapped:           122752 kB
Shmem:             18064 kB
KReclaimable:     101472 kB
Slab:             196188 kB
SReclaimable:     101472 kB
SUnreclaim:        94716 kB
KernelStack:        5216 kB
PageTables:         8780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7075020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2390016 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC023 at 2025-06-30 03:27:55