Trace number 4523617

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.22 3696.57

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/
PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_7_label9_adversarial_norm_inf.opb
MD5SUM8f6e958af03e3a467ac7f878ded31fa6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.679466
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1447
Total number of constraints2026
Number of constraints which are clauses939
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1086
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 155
Biggest coefficient in the objective function 15
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 254
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 466
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1701
Number of bits of the biggest sum of numbers11
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.13/0.12	c version PB25.v20250606
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2104792832
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2113929216
0.13/0.14	c Number of processors 	2
0.13/0.20	c Pseudo Boolean Optimization by upper bound
0.13/0.20	c --- Begin Solver configuration ---
0.13/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.20	c Learn all clauses as in MiniSAT
0.13/0.20	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.20	c Expensive reason simplification
0.13/0.20	c Glucose 2.1 dynamic restart strategy
0.13/0.20	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.13/0.20	c timeout=2147483s
0.13/0.20	c DB Simplification allowed=false
0.13/0.20	c Listener: none
0.13/0.20	c --- End Solver configuration ---
0.13/0.20	c solving HOME/instance-4523617-1751605605.opb
0.13/0.20	c reading problem ... 
0.13/0.22	c using VERIPB proof format
0.13/0.22	c  objective function found
1.63/0.95	c ... done. Wall clock time 0.746s.
1.63/0.95	c declared #vars     1447
1.63/0.95	c #constraints  2027
1.63/0.95	c constraints type 
1.63/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 837
1.63/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1.63/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1086
1.63/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.63/0.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 102
1.63/0.95	c 2027 constraints processed.
1.63/0.97	c objective function length is 155 literals
4.56/2.47	c cleaning 2492 clauses out of 5000 with flag 14404/5000
6.64/3.52	c cleaning 4247 clauses out of 8508 with flag 33531/11000
8.07/4.83	c cleaning 5621 clauses out of 11262 with flag 54974/18001
9.41/6.09	c cleaning 6809 clauses out of 13641 with flag 81221/26001
12.28/8.58	c cleaning 7907 clauses out of 15832 with flag 110308/35001
14.37/10.64	c cleaning 8953 clauses out of 17924 with flag 142034/45000
16.41/12.51	c cleaning 9980 clauses out of 19973 with flag 177138/56002
18.42/14.51	c cleaning 10984 clauses out of 21992 with flag 218701/68001
20.62/16.71	c cleaning 11997 clauses out of 24008 with flag 261745/81001
23.22/19.31	c cleaning 12994 clauses out of 26010 with flag 311530/95000
26.19/22.29	c cleaning 13999 clauses out of 28016 with flag 365278/110000
29.22/25.22	c cleaning 14998 clauses out of 30018 with flag 422873/126001
32.41/28.32	c cleaning 16000 clauses out of 32019 with flag 486254/143000
36.11/32.06	c cleaning 17001 clauses out of 34019 with flag 547471/161000
40.98/36.91	c cleaning 17997 clauses out of 36021 with flag 612605/180003
44.97/41.00	c cleaning 19002 clauses out of 38022 with flag 686138/200001
49.26/45.24	c cleaning 19999 clauses out of 40020 with flag 761976/221001
55.02/51.02	c cleaning 20998 clauses out of 42020 with flag 841472/243000
60.30/56.33	c cleaning 21998 clauses out of 44022 with flag 928672/266000
65.79/61.41	c cleaning 23001 clauses out of 46025 with flag 1011681/290001
73.05/68.84	c cleaning 24004 clauses out of 48025 with flag 1099981/315002
78.53/74.39	c cleaning 24996 clauses out of 50020 with flag 1187672/341001
86.21/82.02	c cleaning 26000 clauses out of 52024 with flag 1279530/368001
92.69/88.49	c cleaning 26997 clauses out of 54023 with flag 1369521/396000
99.77/95.64	c cleaning 28001 clauses out of 56029 with flag 1465365/425003
106.58/102.40	c cleaning 29004 clauses out of 58025 with flag 1567822/455000
114.15/109.94	c cleaning 30001 clauses out of 60022 with flag 1669173/486001
121.65/117.43	c cleaning 30999 clauses out of 62023 with flag 1771402/518003
129.36/125.27	c cleaning 31998 clauses out of 64021 with flag 1887531/551000
138.03/133.97	c cleaning 32999 clauses out of 66023 with flag 2013333/585000
146.62/142.56	c cleaning 33999 clauses out of 68024 with flag 2137554/620000
154.95/150.92	c cleaning 34998 clauses out of 70025 with flag 2272267/656000
165.83/161.97	c cleaning 36003 clauses out of 72028 with flag 2390174/693001
176.81/172.51	c cleaning 37010 clauses out of 74024 with flag 2508069/731000
187.81/183.58	c cleaning 38006 clauses out of 76014 with flag 2635511/770000
198.44/194.29	c cleaning 39001 clauses out of 78010 with flag 2775170/810002
209.45/205.24	c cleaning 40002 clauses out of 80007 with flag 2912364/851000
223.89/219.73	c cleaning 41001 clauses out of 82006 with flag 3068729/893001
239.00/234.83	c cleaning 42001 clauses out of 84006 with flag 3233602/936002
255.28/251.29	c cleaning 42997 clauses out of 86003 with flag 3399105/980000
273.23/269.18	c cleaning 44003 clauses out of 88007 with flag 3570307/1025001
291.74/287.75	c cleaning 45001 clauses out of 90006 with flag 3743712/1071003
310.85/306.80	c cleaning 46000 clauses out of 92003 with flag 3927872/1118001
332.39/328.43	c cleaning 46998 clauses out of 94002 with flag 4118352/1166000
356.59/356.56	c cleaning 48010 clauses out of 96025 with flag 4308096/1215021
380.35/384.74	c cleaning 48996 clauses out of 97995 with flag 4504676/1265001
408.04/416.93	c cleaning 49998 clauses out of 100000 with flag 4709507/1316002
436.88/445.81	c cleaning 50998 clauses out of 102001 with flag 4918881/1368001
462.05/470.97	c cleaning 51998 clauses out of 104003 with flag 5121959/1421001
489.64/498.52	c cleaning 53000 clauses out of 106004 with flag 5338402/1475000
513.18/522.05	c cleaning 54002 clauses out of 108005 with flag 5538817/1530001
539.04/547.92	c cleaning 55002 clauses out of 110006 with flag 5750696/1586004
576.66/585.53	c cleaning 55998 clauses out of 112001 with flag 5979538/1643001
603.45/612.44	c cleaning 56999 clauses out of 114002 with flag 6207992/1701000
635.02/644.14	c cleaning 58002 clauses out of 116005 with flag 6437007/1760002
667.27/676.49	c cleaning 58999 clauses out of 118002 with flag 6683186/1820001
699.32/710.90	c cleaning 60000 clauses out of 120005 with flag 6934353/1881003
733.17/748.28	c cleaning 60998 clauses out of 122002 with flag 7181700/1943000
767.48/782.54	c cleaning 61998 clauses out of 124004 with flag 7440634/2006000
795.63/810.75	c cleaning 62999 clauses out of 126006 with flag 7681256/2070000
831.72/846.82	c cleaning 64002 clauses out of 128009 with flag 7948201/2135002
862.77/877.93	c cleaning 65001 clauses out of 130006 with flag 8203857/2201001
889.54/904.77	c cleaning 65998 clauses out of 132004 with flag 8454671/2268000
914.01/929.30	c cleaning 66998 clauses out of 134006 with flag 8713462/2336000
943.93/959.38	c cleaning 67995 clauses out of 136008 with flag 8983096/2405000
977.61/993.09	c cleaning 69003 clauses out of 138016 with flag 9249431/2475003
1018.85/1034.37	c cleaning 69998 clauses out of 140011 with flag 9517846/2546001
1044.51/1059.94	c cleaning 71002 clauses out of 142013 with flag 9781843/2618001
1073.98/1092.52	c cleaning 72001 clauses out of 144012 with flag 10035110/2691002
1102.45/1125.63	c cleaning 72999 clauses out of 146011 with flag 10296351/2765002
1127.09/1150.28	c cleaning 73996 clauses out of 148012 with flag 10590192/2840002
1152.80/1175.86	c cleaning 75000 clauses out of 150016 with flag 10890640/2916002
1178.59/1201.61	c cleaning 75998 clauses out of 152016 with flag 11214390/2993002
1209.71/1235.56	c cleaning 77000 clauses out of 154018 with flag 11551048/3071002
1240.16/1265.99	c cleaning 77999 clauses out of 156016 with flag 11887505/3150000
1271.78/1297.51	c cleaning 78998 clauses out of 158020 with flag 12227205/3230003
1307.77/1333.62	c cleaning 80004 clauses out of 160019 with flag 12582694/3311000
1342.00/1372.08	c cleaning 80998 clauses out of 162016 with flag 12942328/3393001
1375.60/1405.69	c cleaning 81999 clauses out of 164018 with flag 13288165/3476001
1416.44/1446.69	c cleaning 82999 clauses out of 166018 with flag 13667659/3560000
1454.77/1492.03	c cleaning 84003 clauses out of 168021 with flag 14041319/3645002
1490.25/1527.54	c cleaning 84997 clauses out of 170017 with flag 14412866/3731001
1534.29/1577.17	c cleaning 86002 clauses out of 172022 with flag 14798816/3818003
1577.57/1620.44	c cleaning 87001 clauses out of 174018 with flag 15176642/3906001
1618.09/1660.94	c cleaning 88001 clauses out of 176019 with flag 15550035/3995003
1662.04/1709.39	c cleaning 88999 clauses out of 178015 with flag 15934955/4085000
1693.58/1747.17	c cleaning 89982 clauses out of 180016 with flag 16290029/4176000
1754.03/1807.59	c cleaning 91008 clauses out of 182034 with flag 16660882/4268000
1812.48/1867.35	c cleaning 92008 clauses out of 184029 with flag 17054013/4361003
1872.69/1931.59	c cleaning 92997 clauses out of 186018 with flag 17478603/4455000
1930.81/1989.72	c cleaning 94001 clauses out of 188021 with flag 17906940/4550000
1983.29/2042.20	c cleaning 95002 clauses out of 190021 with flag 18338004/4646001
2039.11/2102.80	c cleaning 95999 clauses out of 192019 with flag 18758370/4743001
2105.68/2169.47	c cleaning 97000 clauses out of 194019 with flag 19215431/4841000
2175.22/2242.51	c cleaning 97997 clauses out of 196019 with flag 19669950/4940000
2242.78/2310.15	c cleaning 99001 clauses out of 198022 with flag 20088680/5040000
2309.36/2376.75	c cleaning 99998 clauses out of 200021 with flag 20525478/5141000
2388.97/2461.28	c cleaning 101003 clauses out of 202026 with flag 20946021/5243003
2464.83/2536.48	c cleaning 101999 clauses out of 204020 with flag 21370681/5346000
2528.65/2600.34	c cleaning 103001 clauses out of 206022 with flag 21811332/5450001
2599.98/2671.66	c cleaning 103997 clauses out of 208021 with flag 22270504/5555001
2675.88/2747.63	c cleaning 104996 clauses out of 210023 with flag 22747311/5661000
2751.60/2823.62	c cleaning 106002 clauses out of 212029 with flag 23190134/5768002
2821.80/2897.28	c cleaning 107003 clauses out of 214025 with flag 23642767/5876000
2905.41/2981.23	c cleaning 108002 clauses out of 216023 with flag 24145361/5985001
2995.51/3075.14	c cleaning 108999 clauses out of 218021 with flag 24658126/6095001
3083.50/3163.14	c cleaning 110003 clauses out of 220023 with flag 25163296/6206002
3162.23/3248.83	c cleaning 110998 clauses out of 222019 with flag 25687496/6318001
3251.96/3338.79	c cleaning 111999 clauses out of 224022 with flag 26224120/6431002
3326.70/3413.76	c cleaning 113000 clauses out of 226021 with flag 26724669/6545000
3412.03/3508.12	c cleaning 114005 clauses out of 228022 with flag 27224328/6660001
3510.67/3607.05	c cleaning 114998 clauses out of 230019 with flag 27722767/6776003
3600.01/3696.42	c timeout
3600.01/3696.43	c starts		: 26561
3600.01/3696.44	c conflicts		: 6886478
3600.01/3696.44	c decisions		: 9563948
3600.01/3696.44	c propagations		: 110183298
3600.01/3696.44	c inspects		: 30658197314
3600.01/3696.44	c shortcuts		: 0
3600.01/3696.44	c learnt literals	: 0
3600.01/3696.44	c learnt binary clauses	: 0
3600.01/3696.44	c learnt ternary clauses	: 0
3600.01/3696.44	c learnt constraints	: 6886478
3600.01/3696.44	c ignored constraints	: 0
3600.01/3696.44	c root simplifications	: 0
3600.01/3696.44	c removed literals (reason simplification)	: 12410812
3600.01/3696.44	c reason swapping (by a shorter reason)	: 0
3600.01/3696.44	c Calls to reduceDB	: 112
3600.01/3696.44	c Number of update (reduction) of LBD	: 755768
3600.01/3696.44	c Imported unit clauses	: 0
3600.01/3696.44	c No decision after first conflict	: false
3600.01/3696.44	c number of reductions to clauses (during analyze)	: 0
3600.01/3696.44	c number of learned constraints concerned by reduction	: 0
3600.01/3696.44	c number of learning phase by resolution	: 0
3600.01/3696.44	c number of learning phase by cutting planes	: 0
3600.01/3696.44	c number of rounding to 1 operations	: 0
3600.01/3696.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3696.44	c number of reductions of the coefficients by power 2 	: 0
3600.01/3696.44	c number of right shift for reduction by power 2 	: 0
3600.01/3696.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3696.44	c number of ending skipping 	: 0
3600.01/3696.44	c number of internal skipping 	: 0
3600.01/3696.44	c number of derivation steps 	: 0
3600.01/3696.44	c number of skipped derivation steps 	: 0
3600.01/3696.44	c number of remaining unassigned 	: 0
3600.01/3696.44	c number of remaining assigned 	: 0
3600.01/3696.44	c number of falsified literals weakened from reason	: 0
3600.01/3696.44	c number of falsified literals weakened from conflict	: 0
3600.01/3696.45	c time for arithmetic operations	: 0
3600.01/3696.45	c minimum degree of deleted constraints	: null
3600.01/3696.45	c maximum degree of deleted constraints	: null
3600.01/3696.45	c number of deleted constraints	: 0
3600.01/3696.45	c speed (assignments/second)	: 29816.07243318983
3600.01/3696.45	c non guided choices	: 327
3600.17/3696.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 225496
3600.17/3696.51	s UNKNOWN
3600.17/3696.51	c Total wall clock time (in seconds): 3696.31

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (3600 MiB free)
  memory of node 1: 64465 MiB (23975 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=95552, runsolver pid=95549

[startup+0.100071 s]*
/proc/loadavg: 6.02 5.88 5.34 9/330 95570
/proc/meminfo: memFree=28220536/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=18930384 memory=49484 CPUtime=0.13 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 6038 0 0 0 11 2 0 0 20 0 18 0 76239630 19384713216 12371 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4732596 12371 5351 1 0 547184 0
[pid=95552/tid=95554] ppid=95549 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 4895 0 0 0 6 1 0 0 20 0 18 0 76239631 19384713216 12371 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76239634 19384713216 12371 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=18930384 memory=58494082638250 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76239635 19384713216 12371 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49484 KiB

[startup+0.214082 s]*
/proc/loadavg: 6.02 5.88 5.34 6/330 95570
/proc/meminfo: memFree=28209320/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=18930384 memory=59044 CPUtime=0.32 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 6797 0 0 0 30 2 0 0 20 0 18 0 76239630 19384713216 14761 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4732596 14761 5447 1 0 547809 0
[pid=95552/tid=95554] ppid=95549 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 5265 0 0 0 16 2 0 0 20 0 18 0 76239631 19384713216 14761 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=18930384 memory=17127 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76239634 19384713216 14761 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76239635 19384713216 14761 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59044 KiB

[startup+0.313982 s]*
/proc/loadavg: 6.02 5.88 5.34 8/330 95570
/proc/meminfo: memFree=28192824/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=18930384 memory=67848 CPUtime=0.51 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 6939 0 0 0 48 3 0 0 20 0 18 0 76239630 19384713216 16962 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4732596 16962 5447 1 0 547888 0
[pid=95552/tid=95554] ppid=95549 vsize=18930384 memory=-6000919468428322662 CPUtime=0.28 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 5307 0 0 0 26 2 0 0 20 0 18 0 76239631 19384713216 16962 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76239634 19384713216 16962 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76239635 19384713216 17474 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67848 KiB

[startup+0.703537 s]
/proc/loadavg: 6.02 5.88 5.34 7/330 95570
/proc/meminfo: memFree=28132836/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=18996948 memory=164840 CPUtime=1.23 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 9558 0 0 0 117 6 0 0 20 0 19 0 76239630 19452874752 41210 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4749237 41210 5479 1 0 549188 0
[pid=95552/tid=95554] ppid=95549 vsize=18996948 memory=14208 CPUtime=0.63 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 5352 0 0 0 59 4 0 0 20 0 19 0 76239631 19452874752 41210 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76239634 19452874752 41210 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76239635 19452874752 41210 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 164840 KiB

[startup+1.50031 s]
/proc/loadavg: 6.02 5.88 5.34 7/332 95572
/proc/meminfo: memFree=28107476/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=199744 CPUtime=2.78 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 10600 0 0 0 269 9 0 0 20 0 20 0 76239630 19521036288 49936 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 49936 5511 1 0 550110 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=3328 CPUtime=1.3 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) S 95549 95552 95020 0 -1 4194368 5514 0 0 0 125 5 0 0 20 0 20 0 76239631 19521036288 49936 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 49936 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 49936 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 49936 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199744 KiB

[startup+3.10577 s]
/proc/loadavg: 6.10 5.90 5.35 7/332 95572
/proc/meminfo: memFree=27816792/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=399956 CPUtime=5.96 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 17100 0 0 0 581 15 0 0 20 0 20 0 76239630 19521036288 99989 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 99989 5511 1 0 966017 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=14468 CPUtime=2.8 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 5660 0 0 0 271 9 0 0 20 0 20 0 76239631 19521036288 99989 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 99989 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 99989 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 99989 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 399956 KiB

[startup+6.30035 s]
/proc/loadavg: 6.10 5.90 5.35 6/332 95572
/proc/meminfo: memFree=27439892/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=707288 CPUtime=9.72 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 23507 0 0 0 948 24 0 0 20 0 20 0 76239630 19521036288 176822 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 176822 5511 1 0 966036 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=0 CPUtime=5.93 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 6565 0 0 0 576 17 0 0 20 0 20 0 76239631 19521036288 176822 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 176822 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 176822 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=207964 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 176822 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 9.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 707288 KiB

[startup+12.7004 s]
/proc/loadavg: 6.00 5.88 5.35 5/331 95572
/proc/meminfo: memFree=26459192/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=1507344 CPUtime=16.6 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 26328 0 0 0 1614 46 0 0 20 0 20 0 76239630 19521036288 376836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 376836 5511 1 0 966278 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=207964 CPUtime=12.25 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 7325 0 0 0 1188 37 0 0 20 0 20 0 76239631 19521036288 376836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=1396652 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 376836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 376836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 376836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 16.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1507344 KiB

[startup+25.5004 s]
/proc/loadavg: 5.69 5.82 5.33 10/331 95572
/proc/meminfo: memFree=25368472/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=2334816 CPUtime=29.56 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 32357 0 0 0 2883 73 0 0 20 0 20 0 76239630 19521036288 583704 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 583704 5511 1 0 966298 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=0 CPUtime=24.94 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 9583 0 0 0 2433 61 0 0 20 0 20 0 76239631 19521036288 583704 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 583704 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=2334816 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 583704 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=2334816 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 583704 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 29.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2334816 KiB

[startup+51.1136 s]
/proc/loadavg: 5.60 5.79 5.33 6/331 95573
/proc/meminfo: memFree=24654520/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=2357560 CPUtime=55.12 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 37807 0 0 0 5421 91 0 0 20 0 20 0 76239630 19521036288 589390 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 589390 5543 1 0 966298 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=2338924 CPUtime=50.19 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 11364 0 0 0 4942 77 0 0 20 0 20 0 76239631 19521036288 589390 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=12160 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 589390 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 589390 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0

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

[startup+3342.3 s]
/proc/loadavg: 4.25 4.25 4.27 5/332 95955
/proc/meminfo: memFree=73749456/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=3837584 CPUtime=3255.55 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 154184 0 0 0 324512 1043 0 0 20 0 20 0 76239630 19521036288 959396 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 959396 5543 1 0 975218 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=3837584 CPUtime=3220.4 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 77687 0 0 0 321212 828 0 0 20 0 20 0 76239631 19521036288 959396 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=3837584 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 959396 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=3837584 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 2385 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 959396 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 959396 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 3255.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3837584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.27 4.28 5/333 95958
/proc/meminfo: memFree=72006612/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=3839660 CPUtime=3315.36 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 156852 0 0 0 330481 1055 0 0 20 0 20 0 76239630 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 959915 5543 1 0 975218 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=3837584 CPUtime=3279.9 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 79347 0 0 0 327152 838 0 0 20 0 20 0 76239631 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=3839660 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 2439 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=3839660 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 3315.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3839660 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.27 4.27 5/333 95960
/proc/meminfo: memFree=70624956/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=3839660 CPUtime=3372.45 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 157538 0 0 0 336176 1069 0 0 20 0 20 0 76239630 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 959915 5543 1 0 975218 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=3837584 CPUtime=3336.68 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 79864 0 0 0 332820 848 0 0 20 0 20 0 76239631 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=3839660 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 2492 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=3839660 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 3372.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3839660 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.23 4.26 5/333 95962
/proc/meminfo: memFree=69892552/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=3839660 CPUtime=3426.18 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 160455 0 0 0 341538 1080 0 0 20 0 20 0 76239630 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 959915 5543 1 0 975218 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=3839660 CPUtime=3390.16 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 81649 0 0 0 338159 857 0 0 20 0 20 0 76239631 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=3839660 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 2493 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=3839660 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 959915 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 3426.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3839660 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.23 4.26 5/332 95964
/proc/meminfo: memFree=69082472/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=3841808 CPUtime=3486.13 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 163167 0 0 0 347522 1091 0 0 20 0 20 0 76239630 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 960452 5543 1 0 975218 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=14468 CPUtime=3449.77 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 83214 0 0 0 344112 865 0 0 20 0 20 0 76239631 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=14208 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 2547 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=14208 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 3486.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3841808 KiB

[startup+3642.3 s]
/proc/loadavg: 4.20 4.23 4.26 3/333 95967
/proc/meminfo: memFree=67626292/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=3841808 CPUtime=3545.88 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 164157 0 0 0 353485 1103 0 0 20 0 20 0 76239630 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 960452 5543 1 0 975218 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=3841808 CPUtime=3509.29 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 84101 0 0 0 350055 874 0 0 20 0 20 0 76239631 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=3841808 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 2634 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=3841808 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 960452 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 3545.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3841808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3696.4 s]
/proc/loadavg: 4.14 4.21 4.25 5/333 95970
/proc/meminfo: memFree=68300164/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19063512 memory=3843344 CPUtime=3600.01 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 166802 0 0 0 358889 1112 0 0 20 0 20 0 76239630 19521036288 960836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4765878 960836 5543 1 0 975218 0
[pid=95552/tid=95554] ppid=95549 vsize=19063512 memory=-6000919468428322662 CPUtime=3562.97 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) R 95549 95552 95020 0 -1 4194368 85512 0 0 0 355416 881 0 0 20 0 20 0 76239631 19521036288 960836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19063512 memory=16776 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76239634 19521036288 960836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19063512 memory=46080 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 2765 0 0 0 0 0 0 0 20 0 20 0 76239635 19521036288 960836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95572] ppid=95549 vsize=19063512 memory=12160 CPUtime=0 cores=1,3
/proc/95552/task/95572/stat : 95572 (Timer-0) S 95549 95552 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76239729 19521036288 960836 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3843344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.07 s, system=11.1543 s

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

[startup+3696.51 s]
/proc/loadavg: 4.14 4.21 4.25 5/333 95970
/proc/meminfo: memFree=68300164/131382112 swapFree=33005784/33010684
[pid=95552] ppid=95549 vsize=19263204 memory=3844240 CPUtime=3600.17 cores=1,3
/proc/95552/stat : 95552 (java) S 95549 95552 95020 0 -1 4194304 169192 0 0 0 358904 1113 0 0 20 0 21 0 76239630 19725520896 961060 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
/proc/95552/statm: 4815801 961060 5543 1 0 976228 0
[pid=95552/tid=95554] ppid=95549 vsize=19263204 memory=3841808 CPUtime=3563 cores=1,3
/proc/95552/task/95554/stat : 95554 (java) S 95549 95552 95020 0 -1 4194368 85866 0 0 0 355419 881 0 0 20 0 21 0 76239631 19725520896 961060 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95563] ppid=95549 vsize=19263204 memory=3843344 CPUtime=0 cores=1,3
/proc/95552/task/95563/stat : 95563 (Finalizer) S 95549 95552 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76239634 19725520896 961060 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
[pid=95552/tid=95570] ppid=95549 vsize=19263204 memory=14468 CPUtime=0 cores=1,3
/proc/95552/task/95570/stat : 95570 (Common-Cleaner) S 95549 95552 95020 0 -1 4194368 2765 0 0 0 0 0 0 0 20 0 21 0 76239635 19725520896 961060 18446744073709551615 94204814757888 94204814761584 140720619280720 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94204814769400 94204814770192 94204824072192 140720619288880 140720619289062 140720619289062 140720619294664 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3844240 KiB

Child status: 143

Real time (s): 3696.57
CPU time (s): 3600.22
CPU user time (s): 3589.07
CPU system time (s): 11.1543
CPU usage (%): 97.3938
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3844240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.07
system time used= 11.1543
maximum resident set size= 3844496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169267
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12743464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117276
involuntary context switches= 11832


# summary of solver processes directly reported to runsolver:
#   pid: 95552
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3589.07
#   total CPU system time (s): 11.1543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2039 second user time and 39.175 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 07:06:45
IDJOB=4523617
IDBENCH=180367
IDSOLVER=3364
FILE ID=nodeC007/4523617-1751605605
RUNJOBID= nodeC007-1751603369-95032
SLURM_JOB_ID= 9598885
Free space on /tmp= 431024 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_7_label9_adversarial_norm_inf.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523617-1751605605/watcher-4523617-1751605605 -o /tmp/evaluation-result-4523617-1751605605/solver-4523617-1751605605 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751603369-95032 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523617-1751605605 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523617-1751605605.opb

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

MD5SUM BENCH= 8f6e958af03e3a467ac7f878ded31fa6
RANDOM SEED=482601897

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        28237392 kB
MemAvailable:   86589472 kB
Buffers:              16 kB
Cached:         59019808 kB
SwapCached:          252 kB
Active:         43357876 kB
Inactive:       58690772 kB
Active(anon):   43007004 kB
Inactive(anon):    35372 kB
Active(file):     350872 kB
Inactive(file): 58655400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           5248068 kB
Writeback:             0 kB
AnonPages:      43031692 kB
Mapped:           118548 kB
Shmem:             13504 kB
KReclaimable:     370872 kB
Slab:             626328 kB
SReclaimable:     370872 kB
SUnreclaim:       255456 kB
KernelStack:        5024 kB
PageTables:        87876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   46428624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  42448896 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431024 MiB
End job on nodeC007 at 2025-07-04 08:08:22