Trace number 4517226

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 2025-06-06? (TO) 3600.14 3603.49

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.12	c Pseudo Boolean Optimization by upper bound
0.12/0.12	c --- Begin Solver configuration ---
0.12/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.12	c Learn all clauses as in MiniSAT
0.12/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.12	c Expensive reason simplification
0.12/0.12	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.12	c timeout=2147483s
0.12/0.12	c DB Simplification allowed=false
0.12/0.12	c Listener: none
0.12/0.12	c --- End Solver configuration ---
0.12/0.12	c solving HOME/instance-4517226-1751243018.opb
0.12/0.12	c reading problem ... 
0.12/0.12	c  no objective function found
0.12/0.18	c ... done. Wall clock time 0.056s.
0.12/0.18	c declared #vars     1344
0.12/0.18	c #constraints  1921
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 704
0.12/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 961
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.12/0.18	c 1921 constraints processed.
1.79/1.05	c cleaning 2496 clauses out of 5000 with flag 28037/5000
3.33/2.39	c cleaning 4249 clauses out of 8505 with flag 67676/11001
5.06/4.05	c cleaning 5624 clauses out of 11255 with flag 115816/18000
7.45/6.43	c cleaning 6809 clauses out of 13631 with flag 207649/26000
10.05/9.06	c cleaning 7903 clauses out of 15823 with flag 325231/35001
13.26/12.26	c cleaning 8950 clauses out of 17920 with flag 500639/45001
17.10/16.01	c cleaning 9981 clauses out of 19970 with flag 705641/56001
21.13/20.01	c cleaning 10988 clauses out of 21989 with flag 844185/68001
25.68/24.58	c cleaning 11992 clauses out of 24001 with flag 1012543/81001
30.84/29.67	c cleaning 13000 clauses out of 26008 with flag 1193042/95000
36.40/35.14	c cleaning 13997 clauses out of 28009 with flag 1390134/110001
41.99/40.72	c cleaning 14998 clauses out of 30012 with flag 1591019/126001
47.64/46.32	c cleaning 15999 clauses out of 32013 with flag 1806877/143000
53.31/51.93	c cleaning 16998 clauses out of 34015 with flag 2034743/161001
60.60/59.25	c cleaning 17999 clauses out of 36016 with flag 2343936/180000
69.10/67.73	c cleaning 19000 clauses out of 38018 with flag 2675726/200001
77.55/76.18	c cleaning 20005 clauses out of 40018 with flag 3020939/221001
86.27/84.89	c cleaning 20999 clauses out of 42012 with flag 3381870/243000
95.21/93.73	c cleaning 22001 clauses out of 44013 with flag 3755033/266000
104.79/103.34	c cleaning 23002 clauses out of 46013 with flag 4143268/290001
115.71/114.24	c cleaning 24001 clauses out of 48011 with flag 4568974/315001
126.64/125.15	c cleaning 25000 clauses out of 50009 with flag 5010321/341000
137.45/135.89	c cleaning 25998 clauses out of 52010 with flag 5484225/368001
150.13/148.39	c cleaning 26997 clauses out of 54012 with flag 6015159/396001
162.95/161.17	c cleaning 28000 clauses out of 56015 with flag 6635022/425001
176.32/174.52	c cleaning 28999 clauses out of 58015 with flag 7214176/455001
194.03/192.22	c cleaning 29998 clauses out of 60015 with flag 8099706/486000
212.03/210.27	c cleaning 31002 clauses out of 62018 with flag 8925109/518001
228.97/227.15	c cleaning 32002 clauses out of 64016 with flag 9543156/551001
240.74/238.93	c cleaning 32999 clauses out of 66013 with flag 10186630/585000
256.09/254.23	c cleaning 33999 clauses out of 68014 with flag 11112147/620000
269.26/267.41	c cleaning 35003 clauses out of 70016 with flag 11752830/656001
283.79/282.00	c cleaning 36002 clauses out of 72013 with flag 12540730/693001
299.52/297.66	c cleaning 36998 clauses out of 74010 with flag 13322891/731000
317.19/315.31	c cleaning 38002 clauses out of 76013 with flag 14243904/770001
338.42/336.55	c cleaning 38999 clauses out of 78010 with flag 15252531/810000
357.19/355.34	c cleaning 40000 clauses out of 80012 with flag 16207895/851001
374.13/372.22	c cleaning 40999 clauses out of 82012 with flag 16841742/893001
389.80/387.92	c cleaning 41994 clauses out of 84012 with flag 17474520/936000
408.14/405.91	c cleaning 42999 clauses out of 86018 with flag 18230528/980000
427.00/424.85	c cleaning 43999 clauses out of 88020 with flag 19053976/1025001
445.76/443.61	c cleaning 45000 clauses out of 90020 with flag 20130181/1071000
471.66/469.59	c cleaning 45993 clauses out of 92020 with flag 21647871/1118000
490.22/488.17	c cleaning 46997 clauses out of 94027 with flag 23034445/1166000
509.18/507.19	c cleaning 47989 clauses out of 96030 with flag 24644851/1215000
525.15/523.10	c cleaning 49015 clauses out of 98042 with flag 25778927/1265001
545.89/543.98	c cleaning 50006 clauses out of 100026 with flag 26820289/1316000
568.26/566.27	c cleaning 50976 clauses out of 102021 with flag 28351713/1368001
597.70/595.78	c cleaning 52017 clauses out of 104047 with flag 30121354/1421003
636.40/634.54	c cleaning 53006 clauses out of 106027 with flag 31906659/1475000
665.54/663.75	c cleaning 54005 clauses out of 108022 with flag 33783989/1530001
701.26/699.50	c cleaning 55002 clauses out of 110017 with flag 36219790/1586001
727.01/725.38	c cleaning 55997 clauses out of 112014 with flag 37985414/1643000
756.25/754.68	c cleaning 56996 clauses out of 114018 with flag 39740832/1701001
793.66/792.03	c cleaning 58000 clauses out of 116021 with flag 41892960/1760000
836.76/835.28	c cleaning 59008 clauses out of 118022 with flag 44609273/1820001
856.12/854.69	c cleaning 59982 clauses out of 120013 with flag 46186430/1881000
896.33/895.00	c cleaning 61009 clauses out of 122031 with flag 48349077/1943000
942.83/941.58	c cleaning 61998 clauses out of 124022 with flag 50692748/2006000
1001.42/1000.21	c cleaning 62997 clauses out of 126024 with flag 53597847/2070000
1053.88/1052.70	c cleaning 64006 clauses out of 128027 with flag 56228032/2135000
1097.58/1096.54	c cleaning 65001 clauses out of 130021 with flag 58644792/2201000
1122.63/1121.66	c cleaning 65972 clauses out of 132021 with flag 60467779/2268001
1145.18/1144.23	c cleaning 66993 clauses out of 134048 with flag 62253977/2336000
1184.00/1183.11	c cleaning 68003 clauses out of 136056 with flag 64644856/2405001
1224.21/1223.49	c cleaning 68990 clauses out of 138052 with flag 67141064/2475000
1270.23/1269.49	c cleaning 70008 clauses out of 140062 with flag 69789311/2546000
1307.35/1306.63	c cleaning 71009 clauses out of 142055 with flag 72140315/2618001
1345.47/1344.80	c cleaning 72003 clauses out of 144046 with flag 74578901/2691001
1410.93/1410.48	c cleaning 73006 clauses out of 146042 with flag 78037652/2765000
1459.93/1459.52	c cleaning 74002 clauses out of 148038 with flag 81011580/2840002
1521.68/1521.33	c cleaning 75010 clauses out of 150034 with flag 84362054/2916000
1574.37/1574.15	c cleaning 75996 clauses out of 152025 with flag 87407317/2993001
1627.94/1627.85	c cleaning 77007 clauses out of 154029 with flag 90205557/3071001
1731.12/1731.25	c cleaning 77994 clauses out of 156022 with flag 93402015/3150001
1775.44/1775.64	c cleaning 79002 clauses out of 158028 with flag 95955504/3230001
1831.72/1832.08	c cleaning 80005 clauses out of 160025 with flag 99015481/3311000
1880.40/1880.45	c cleaning 80970 clauses out of 162021 with flag 101889633/3393001
1916.02/1916.10	c cleaning 82014 clauses out of 164051 with flag 104274427/3476001
1961.73/1961.91	c cleaning 82980 clauses out of 166036 with flag 107075771/3560000
1999.75/2000.03	c cleaning 84022 clauses out of 168057 with flag 109485497/3645001
2063.61/2064.06	c cleaning 85006 clauses out of 170034 with flag 112712712/3731000
2118.28/2118.83	c cleaning 85980 clauses out of 172029 with flag 115656798/3818001
2155.90/2156.51	c cleaning 87005 clauses out of 174049 with flag 118152674/3906001
2200.39/2201.09	c cleaning 87991 clauses out of 176043 with flag 121046471/3995000
2274.52/2275.36	c cleaning 89012 clauses out of 178052 with flag 124462071/4085000
2355.55/2356.56	c cleaning 90007 clauses out of 180040 with flag 127968632/4176000
2418.51/2419.65	c cleaning 90997 clauses out of 182033 with flag 131142085/4268000
2492.15/2493.48	c cleaning 91999 clauses out of 184037 with flag 134633853/4361001
2551.32/2552.79	c cleaning 92997 clauses out of 186037 with flag 137797774/4455000
2658.69/2660.33	c cleaning 94008 clauses out of 188041 with flag 141486633/4550001
2814.02/2815.80	c cleaning 95000 clauses out of 190032 with flag 146267328/4646000
2895.34/2897.38	c cleaning 95993 clauses out of 192032 with flag 149725869/4743000
2986.34/2988.56	c cleaning 96989 clauses out of 194040 with flag 153195437/4841001
3067.57/3069.99	c cleaning 98010 clauses out of 196050 with flag 156529438/4940000
3121.34/3123.87	c cleaning 98990 clauses out of 198041 with flag 159517353/5040001
3225.49/3228.20	c cleaning 100008 clauses out of 200050 with flag 163250660/5141000
3312.63/3315.41	c cleaning 100995 clauses out of 202042 with flag 167177809/5243000
3390.07/3393.05	c cleaning 102008 clauses out of 204047 with flag 170540130/5346000
3508.52/3511.78	c cleaning 103001 clauses out of 206039 with flag 175050510/5450000
3581.26/3584.68	c cleaning 104014 clauses out of 208039 with flag 178439636/5555001
3600.01/3603.41	c starts		: 2280
3600.01/3603.42	c conflicts		: 5591529
3600.01/3603.42	c decisions		: 5756129
3600.01/3603.42	c propagations		: 1312184631
3600.01/3603.42	c inspects		: 42074492059
3600.01/3603.42	c shortcuts		: 0
3600.01/3603.42	c learnt literals	: 0
3600.01/3603.42	c learnt binary clauses	: 350
3600.01/3603.42	c learnt ternary clauses	: 601
3600.01/3603.42	c learnt constraints	: 5591529
3600.01/3603.42	c ignored constraints	: 0
3600.01/3603.42	c root simplifications	: 0
3600.01/3603.42	c removed literals (reason simplification)	: 199090727
3600.01/3603.42	c reason swapping (by a shorter reason)	: 0
3600.01/3603.42	c Calls to reduceDB	: 101
3600.01/3603.42	c Number of update (reduction) of LBD	: 237156
3600.01/3603.42	c Imported unit clauses	: 0
3600.01/3603.42	c No decision after first conflict	: false
3600.01/3603.42	c number of reductions to clauses (during analyze)	: 0
3600.01/3603.42	c number of learned constraints concerned by reduction	: 0
3600.01/3603.42	c number of learning phase by resolution	: 0
3600.01/3603.42	c number of learning phase by cutting planes	: 0
3600.01/3603.42	c number of rounding to 1 operations	: 0
3600.01/3603.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3603.42	c number of reductions of the coefficients by power 2 	: 0
3600.01/3603.42	c number of right shift for reduction by power 2 	: 0
3600.01/3603.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3603.42	c number of ending skipping 	: 0
3600.01/3603.42	c number of internal skipping 	: 0
3600.01/3603.42	c number of derivation steps 	: 0
3600.01/3603.42	c number of skipped derivation steps 	: 0
3600.01/3603.42	c number of remaining unassigned 	: 0
3600.01/3603.42	c number of remaining assigned 	: 0
3600.01/3603.42	c number of falsified literals weakened from reason	: 0
3600.01/3603.42	c number of falsified literals weakened from conflict	: 0
3600.01/3603.42	c time for arithmetic operations	: 0
3600.01/3603.42	c minimum degree of deleted constraints	: null
3600.01/3603.42	c maximum degree of deleted constraints	: null
3600.01/3603.42	c number of deleted constraints	: 0
3600.01/3603.42	c speed (assignments/second)	: 364168.0807184869
3600.01/3603.42	c non guided choices	: 31
3600.01/3603.43	c timeout
3600.01/3603.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 140203
3600.01/3603.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 350
3600.01/3603.48	s UNKNOWN
3600.01/3603.48	c Total wall clock time (in seconds): 3603.356

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517226-1751243018/watcher-4517226-1751243018 -o /tmp/evaluation-result-4517226-1751243018/solver-4517226-1751243018 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751242972-32476 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517226-1751243018.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=32987, runsolver pid=32984

[startup+0.100059 s]*
/proc/loadavg: 2.81 1.53 1.86 5/340 33005
/proc/meminfo: memFree=129637816/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=18930384 memory=57908 CPUtime=0.12 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 6607 0 0 0 10 2 0 0 20 0 18 0 39980422 19384713216 14477 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4732596 14477 5340 1 0 547643 0
[pid=32987/tid=32989] ppid=32984 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 5106 0 0 0 6 1 0 0 20 0 18 0 39980423 19384713216 14477 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39980425 19384713216 14477 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=18930384 memory=61784027576291 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39980425 19384713216 14477 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57908 KiB

[startup+0.205695 s]*
/proc/loadavg: 2.81 1.53 1.86 7/341 33006
/proc/meminfo: memFree=129635800/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=18996948 memory=64072 CPUtime=0.32 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 7103 0 0 0 30 2 0 0 20 0 19 0 39980422 19452874752 16018 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4749237 16018 5404 1 0 548247 0
[pid=32987/tid=32989] ppid=32984 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) S 32984 32987 32466 0 -1 4194368 5324 0 0 0 16 2 0 0 20 0 19 0 39980423 19452874752 16018 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=18996948 memory=13937 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 16018 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=18996948 memory=60684515935208 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 16018 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39980440 19452874752 16018 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64072 KiB

[startup+0.305626 s]*
/proc/loadavg: 2.81 1.53 1.86 6/341 33006
/proc/meminfo: memFree=129630004/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=18996948 memory=71848 CPUtime=0.52 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 9505 0 0 0 49 3 0 0 20 0 19 0 39980422 19452874752 17962 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4749237 17962 5404 1 0 549638 0
[pid=32987/tid=32989] ppid=32984 vsize=18996948 memory=-6000919489835788908 CPUtime=0.27 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 5346 0 0 0 25 2 0 0 20 0 19 0 39980423 19452874752 17962 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 17962 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 17962 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39980440 19452874752 17962 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71848 KiB

[startup+0.700245 s]
/proc/loadavg: 2.81 1.53 1.86 6/341 33006
/proc/meminfo: memFree=129619420/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=18996948 memory=84728 CPUtime=1.27 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 14129 0 0 0 124 3 0 0 20 0 19 0 39980422 19452874752 21182 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4749237 21182 5436 1 0 552156 0
[pid=32987/tid=32989] ppid=32984 vsize=18996948 memory=17408 CPUtime=0.64 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 5356 0 0 0 62 2 0 0 20 0 19 0 39980423 19452874752 21182 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 21182 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 21182 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=18996948 memory=4496 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39980440 19452874752 21182 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84728 KiB

[startup+1.50021 s]
/proc/loadavg: 2.90 1.57 1.87 6/341 33006
/proc/meminfo: memFree=129609464/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=18996948 memory=99664 CPUtime=2.51 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 21268 0 0 0 246 5 0 0 20 0 19 0 39980422 19452874752 24916 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4749237 24916 5436 1 0 553733 0
[pid=32987/tid=32989] ppid=32984 vsize=18996948 memory=0 CPUtime=1.41 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 5479 0 0 0 139 2 0 0 20 0 19 0 39980423 19452874752 24916 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 24916 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 24916 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=18996948 memory=4496 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39980440 19452874752 24916 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99664 KiB

[startup+3.10548 s]
/proc/loadavg: 2.90 1.57 1.87 5/341 33006
/proc/meminfo: memFree=129575008/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=18996948 memory=116060 CPUtime=4.15 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 22195 0 0 0 409 6 0 0 20 0 19 0 39980422 19452874752 29015 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4749237 29015 5436 1 0 553737 0
[pid=32987/tid=32989] ppid=32984 vsize=18996948 memory=11136 CPUtime=3.02 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 6038 0 0 0 299 3 0 0 20 0 19 0 39980423 19452874752 29015 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=18996948 memory=-6000919489835788908 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 29015 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 29015 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39980440 19452874752 29015 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 4.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116060 KiB

[startup+6.3002 s]
/proc/loadavg: 2.99 1.61 1.88 5/341 33006
/proc/meminfo: memFree=129472860/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=18996948 memory=132964 CPUtime=7.35 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 22368 0 0 0 728 7 0 0 20 0 19 0 39980422 19452874752 33241 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4749237 33241 5436 1 0 553737 0
[pid=32987/tid=32989] ppid=32984 vsize=18996948 memory=0 CPUtime=6.2 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 6150 0 0 0 617 3 0 0 20 0 19 0 39980423 19452874752 33241 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 33241 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39980425 19452874752 33241 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=18996948 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39980440 19452874752 33241 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 7.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 132964 KiB

[startup+12.7002 s]
/proc/loadavg: 3.07 1.65 1.89 5/342 33008
/proc/meminfo: memFree=129379156/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=192952 CPUtime=13.76 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 25567 0 0 0 1367 9 0 0 20 0 20 0 39980422 19521036288 48238 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 48238 5468 1 0 554042 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=11136 CPUtime=12.56 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 7118 0 0 0 1252 4 0 0 20 0 20 0 39980423 19521036288 48238 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=192952 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 48238 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=-6000919489835788908 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 48238 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 48238 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 13.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192952 KiB

[startup+25.5003 s]
/proc/loadavg: 3.30 1.75 1.92 5/343 33009
/proc/meminfo: memFree=129199436/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=297724 CPUtime=26.76 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 29611 0 0 0 2666 10 0 0 20 0 20 0 39980422 19521036288 74431 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 74431 5468 1 0 554042 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=192952 CPUtime=25.23 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 7633 0 0 0 2519 4 0 0 20 0 20 0 39980423 19521036288 74431 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 74431 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=244296 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 74431 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=244296 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 74431 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 26.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 297724 KiB

[startup+51.1056 s]
/proc/loadavg: 3.64 1.98 1.99 5/343 33009
/proc/meminfo: memFree=128684112/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=504840 CPUtime=52.52 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 30013 0 0 0 5238 14 0 0 20 0 20 0 39980422 19521036288 126210 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 126210 5500 1 0 554042 0

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

/proc/meminfo: memFree=122999424/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=2079564 CPUtime=3219.61 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 87037 0 0 0 321836 125 0 0 20 0 20 0 39980422 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 519891 5500 1 0 557002 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=2079564 CPUtime=3211.47 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 39902 0 0 0 321132 15 0 0 20 0 20 0 39980423 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 2120 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=-6000919489835788908 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 3219.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2079564 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.03 5/340 33187
/proc/meminfo: memFree=122999536/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=2079564 CPUtime=3279.46 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 87472 0 0 0 327820 126 0 0 20 0 20 0 39980422 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 519891 5500 1 0 557003 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=2079564 CPUtime=3271.3 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 40223 0 0 0 327115 15 0 0 20 0 20 0 39980423 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=2079564 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=2079564 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 2203 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=2079564 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 519891 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 3279.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2079564 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/340 33189
/proc/meminfo: memFree=122991472/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=2083716 CPUtime=3339.48 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 88458 0 0 0 333819 129 0 0 20 0 20 0 39980422 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 520929 5500 1 0 557004 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=2079564 CPUtime=3331 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 40259 0 0 0 333085 15 0 0 20 0 20 0 39980423 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 2203 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=33 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 3339.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2083716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.10 4.04 5/341 33193
/proc/meminfo: memFree=122974076/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=2083716 CPUtime=3399.34 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 88831 0 0 0 339804 130 0 0 20 0 20 0 39980422 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 520929 5500 1 0 557004 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=2079564 CPUtime=3390.85 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 40602 0 0 0 339070 15 0 0 20 0 20 0 39980423 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 2203 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 3399.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2083716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.17 4.07 5/341 33197
/proc/meminfo: memFree=122973488/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=2083716 CPUtime=3459.22 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 89585 0 0 0 345791 131 0 0 20 0 20 0 39980422 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 520929 5500 1 0 557004 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=2079564 CPUtime=3450.7 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 41047 0 0 0 345055 15 0 0 20 0 20 0 39980423 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=2083716 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 2328 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=2083716 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 3459.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2083716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.17 4.07 5/341 33199
/proc/meminfo: memFree=122815816/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=2083716 CPUtime=3519.09 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 90421 0 0 0 351776 133 0 0 20 0 20 0 39980422 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 520929 5500 1 0 557004 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=2083716 CPUtime=3510.55 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 41766 0 0 0 351040 15 0 0 20 0 20 0 39980423 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=2083716 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=2083716 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 2328 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 3519.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2083716 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.07 4/316 33236
/proc/meminfo: memFree=124672804/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=2083716 CPUtime=3578.96 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 90605 0 0 0 357761 135 0 0 20 0 20 0 39980422 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 520929 5500 1 0 557004 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=17408 CPUtime=3570.4 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 41837 0 0 0 357025 15 0 0 20 0 20 0 39980423 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=2083716 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 2406 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 3578.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2083716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.4 s]
/proc/loadavg: 3.50 4.01 4.03 2/268 33281
/proc/meminfo: memFree=127979724/131249996 swapFree=33010684/33010684
[pid=32987] ppid=32984 vsize=19063512 memory=2083716 CPUtime=3600.01 cores=0,2
/proc/32987/stat : 32987 (java) S 32984 32987 32466 0 -1 4194304 90648 0 0 0 359866 135 0 0 20 0 20 0 39980422 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
/proc/32987/statm: 4765878 520929 5500 1 0 557004 0
[pid=32987/tid=32989] ppid=32984 vsize=19063512 memory=2083716 CPUtime=3591.44 cores=0,2
/proc/32987/task/32989/stat : 32989 (java) R 32984 32987 32466 0 -1 4194368 41870 0 0 0 359129 15 0 0 20 0 20 0 39980423 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=32998] ppid=32984 vsize=19063512 memory=2212 CPUtime=0 cores=0,2
/proc/32987/task/32998/stat : 32998 (Finalizer) S 32984 32987 32466 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33005] ppid=32984 vsize=19063512 memory=2083716 CPUtime=0 cores=0,2
/proc/32987/task/33005/stat : 33005 (Common-Cleaner) S 32984 32987 32466 0 -1 4194368 2406 0 0 0 0 0 0 0 20 0 20 0 39980425 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
[pid=32987/tid=33006] ppid=32984 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/32987/task/33006/stat : 33006 (Timer-0) S 32984 32987 32466 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39980440 19521036288 520929 18446744073709551615 94096377499648 94096377503344 140721109084656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94096377511160 94096377511952 94096400064512 140721109092737 140721109092838 140721109092838 140721109098440 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2083716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.77 s, system=1.36709 s

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

Child status: 143

Real time (s): 3603.49
CPU time (s): 3600.14
CPU user time (s): 3598.77
CPU system time (s): 1.36709
CPU usage (%): 99.9069
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2083716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.77
system time used= 1.36709
maximum resident set size= 2084484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92928
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104494
involuntary context switches= 8960


# summary of solver processes directly reported to runsolver:
#   pid: 32987
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.77
#   total CPU system time (s): 1.36709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43466 second user time and 17.3177 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-30 02:23:38
IDJOB=4517226
IDBENCH=176027
IDSOLVER=3363
FILE ID=nodeC032/4517226-1751243018
RUNJOBID= nodeC032-1751242972-32476
SLURM_JOB_ID= 9587739
Free space on /tmp= 432068 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517226-1751243018/watcher-4517226-1751243018 -o /tmp/evaluation-result-4517226-1751243018/solver-4517226-1751243018 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751242972-32476 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517226-1751243018.opb

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

MD5SUM BENCH= 53ff2354521efee3bcd66df24a5554e0
RANDOM SEED=1770007393

nodeC032 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.518
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.69
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.835
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.69
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.835
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.69
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		: 3598.065
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.69
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.843
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.69
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		: 3599.841
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.69
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		: 3598.272
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.69
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129670408 kB
MemAvailable:   129372500 kB
Buffers:            3280 kB
Cached:           511568 kB
SwapCached:            0 kB
Active:           749280 kB
Inactive:         258376 kB
Active(anon):     510876 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   258376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4008 kB
Writeback:             0 kB
AnonPages:        495868 kB
Mapped:           122360 kB
Shmem:             18068 kB
KReclaimable:      89104 kB
Slab:             173904 kB
SReclaimable:      89104 kB
SUnreclaim:        84800 kB
KernelStack:        5164 kB
PageTables:         4680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7058128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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= 432068 MiB
End job on nodeC032 at 2025-06-30 03:23:42