Trace number 4509341

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.31 3533.19

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
MD5SUM1d8b9a75b06fe10625c514168771d7f4
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 benchmark64
Best CPU time to get the best result obtained on this benchmark9.60431
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45696
Total number of constraints1556
Number of constraints which are clauses713
Number of constraints which are cardinality constraints (but not clauses)713
Number of constraints which are nor clauses,nor cardinality constraints130
Minimum length of a constraint64
Maximum length of a constraint714
Number of terms in the objective function 64
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 64
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 264895
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 587012
Number of bits of the biggest sum of numbers20
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.08	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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4509341-1751520751.opb
0.13/0.14	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.17	c  objective function found
0.83/0.56	c ... done. Wall clock time 0.423s.
0.83/0.56	c declared #vars     45696
0.83/0.57	c #constraints  1556
0.83/0.57	c constraints type 
0.83/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 713
0.83/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 129
0.83/0.57	c org.sat4j.specs.Constr$1 => 1
0.83/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 713
0.83/0.57	c 1556 constraints processed.
0.83/0.58	c objective function length is 64 literals
6.57/3.96	c cleaning 2487 clauses out of 5000 with flag 27349/5000
9.08/5.73	c cleaning 4252 clauses out of 8513 with flag 61755/11000
11.10/7.68	c cleaning 5618 clauses out of 11261 with flag 107815/18000
14.17/10.58	c cleaning 6805 clauses out of 13649 with flag 178049/26006
17.58/13.87	c cleaning 7896 clauses out of 15838 with flag 250296/35000
20.26/16.35	c cleaning 8953 clauses out of 17942 with flag 300825/45000
23.31/19.34	c cleaning 9976 clauses out of 19990 with flag 347661/56001
27.11/23.16	c cleaning 10985 clauses out of 22015 with flag 408824/68002
31.15/27.18	c cleaning 11993 clauses out of 24028 with flag 480151/81000
36.20/32.05	c cleaning 13000 clauses out of 26036 with flag 556508/95001
40.46/36.06	c cleaning 14016 clauses out of 28038 with flag 615834/110003
46.30/41.87	c cleaning 14995 clauses out of 30020 with flag 716593/126001
52.33/47.77	c cleaning 16001 clauses out of 32024 with flag 839636/143000
59.49/54.88	c cleaning 16999 clauses out of 34023 with flag 969510/161000
68.37/63.29	c cleaning 18000 clauses out of 36025 with flag 1119942/180001
76.79/71.39	c cleaning 18997 clauses out of 38024 with flag 1282564/200000
87.12/81.32	c cleaning 20004 clauses out of 40027 with flag 1456416/221000
96.74/90.69	c cleaning 20997 clauses out of 42024 with flag 1655338/243001
108.50/101.91	c cleaning 22002 clauses out of 44032 with flag 1851936/266006
120.94/114.06	c cleaning 23001 clauses out of 46024 with flag 2075248/290000
132.18/124.99	c cleaning 24004 clauses out of 48027 with flag 2267136/315004
144.10/136.57	c cleaning 25000 clauses out of 50019 with flag 2486434/341000
157.83/149.93	c cleaning 25996 clauses out of 52019 with flag 2720678/368000
172.33/163.77	c cleaning 26997 clauses out of 54023 with flag 2964504/396000
187.56/178.61	c cleaning 28002 clauses out of 56026 with flag 3228550/425000
203.34/193.79	c cleaning 28999 clauses out of 58024 with flag 3494437/455000
219.05/209.01	c cleaning 30001 clauses out of 60026 with flag 3770982/486001
237.18/226.74	c cleaning 31004 clauses out of 62024 with flag 4058664/518000
255.97/244.83	c cleaning 32000 clauses out of 64021 with flag 4374778/551001
273.30/261.87	c cleaning 32996 clauses out of 66020 with flag 4697907/585000
293.05/281.15	c cleaning 33997 clauses out of 68026 with flag 5030929/620002
314.03/301.49	c cleaning 35003 clauses out of 70027 with flag 5397586/656000
334.86/321.94	c cleaning 36001 clauses out of 72026 with flag 5767191/693002
356.76/343.40	c cleaning 36994 clauses out of 74024 with flag 6124159/731001
377.45/363.40	c cleaning 37993 clauses out of 76029 with flag 6472741/770000
401.61/386.97	c cleaning 39010 clauses out of 78037 with flag 6839512/810001
427.52/412.19	c cleaning 40000 clauses out of 80026 with flag 7251225/851000
456.10/439.38	c cleaning 41002 clauses out of 82028 with flag 7674505/893002
480.68/463.99	c cleaning 42001 clauses out of 84024 with flag 8125981/936000
506.61/489.49	c cleaning 42994 clauses out of 86023 with flag 8562143/980000
533.74/515.96	c cleaning 43999 clauses out of 88030 with flag 8975876/1025001
562.31/544.30	c cleaning 44989 clauses out of 90031 with flag 9442056/1071001
592.15/573.96	c cleaning 45997 clauses out of 92041 with flag 9889366/1118000
622.36/603.72	c cleaning 47011 clauses out of 94047 with flag 10343570/1166003
654.58/635.33	c cleaning 48003 clauses out of 96033 with flag 10799768/1215000
686.28/666.59	c cleaning 49004 clauses out of 98031 with flag 11289630/1265001
717.82/697.45	c cleaning 49988 clauses out of 100026 with flag 11812154/1316000
753.17/731.41	c cleaning 51001 clauses out of 102041 with flag 12303954/1368003
788.71/766.53	c cleaning 52009 clauses out of 104037 with flag 12822994/1421000
825.75/802.91	c cleaning 52989 clauses out of 106029 with flag 13337813/1475001
860.69/837.48	c cleaning 54007 clauses out of 108041 with flag 13869375/1530002
897.37/873.58	c cleaning 55003 clauses out of 110034 with flag 14424402/1586002
933.09/908.83	c cleaning 56004 clauses out of 112030 with flag 14939364/1643001
971.29/946.48	c cleaning 57002 clauses out of 114026 with flag 15493640/1701001
1009.33/983.64	c cleaning 57992 clauses out of 116025 with flag 16097680/1760002
1049.45/1023.35	c cleaning 59001 clauses out of 118034 with flag 16649098/1820003
1088.19/1061.51	c cleaning 60003 clauses out of 120032 with flag 17188449/1881002
1131.02/1103.51	c cleaning 61000 clauses out of 122029 with flag 17781429/1943002
1177.82/1149.38	c cleaning 62002 clauses out of 124028 with flag 18376980/2006001
1226.52/1195.50	c cleaning 62997 clauses out of 126026 with flag 18932277/2070001
1271.69/1239.58	c cleaning 63998 clauses out of 128028 with flag 19517830/2135000
1319.90/1286.94	c cleaning 65002 clauses out of 130031 with flag 20090873/2201001
1365.92/1335.02	c cleaning 66002 clauses out of 132028 with flag 20740405/2268000
1413.70/1382.04	c cleaning 67001 clauses out of 134026 with flag 21377427/2336000
1464.50/1432.11	c cleaning 68003 clauses out of 136028 with flag 22067847/2405003
1517.02/1485.06	c cleaning 68996 clauses out of 138022 with flag 22850405/2475000
1572.56/1539.74	c cleaning 70002 clauses out of 140029 with flag 23542538/2546003
1632.97/1599.84	c cleaning 70986 clauses out of 142025 with flag 24246439/2618001
1694.25/1660.60	c cleaning 72008 clauses out of 144038 with flag 24948946/2691000
1757.81/1722.25	c cleaning 73004 clauses out of 146032 with flag 25669570/2765002
1818.84/1782.70	c cleaning 74000 clauses out of 148030 with flag 26389237/2840004
1872.58/1836.50	c cleaning 75001 clauses out of 150026 with flag 27042888/2916000
1928.51/1891.66	c cleaning 75999 clauses out of 152025 with flag 27661337/2993000
1990.02/1952.57	c cleaning 76997 clauses out of 154026 with flag 28348710/3071000
2046.51/2008.27	c cleaning 77994 clauses out of 156030 with flag 29009820/3150001
2120.03/2083.97	c cleaning 79002 clauses out of 158035 with flag 29691002/3230000
2181.22/2144.04	c cleaning 80001 clauses out of 160035 with flag 30402046/3311002
2257.52/2219.75	c cleaning 81000 clauses out of 162032 with flag 31202904/3393000
2330.06/2290.26	c cleaning 81993 clauses out of 164033 with flag 31993228/3476001
2401.70/2360.49	c cleaning 82998 clauses out of 166039 with flag 32816083/3560000
2471.99/2429.38	c cleaning 83994 clauses out of 168041 with flag 33631263/3645000
2545.16/2501.18	c cleaning 85002 clauses out of 170048 with flag 34486576/3731001
2609.42/2564.27	c cleaning 86017 clauses out of 172047 with flag 35190483/3818002
2677.93/2631.25	c cleaning 87001 clauses out of 174029 with flag 35889714/3906001
2740.59/2692.78	c cleaning 88001 clauses out of 176027 with flag 36573757/3995000
2805.60/2756.45	c cleaning 89003 clauses out of 178026 with flag 37323989/4085000
2879.48/2828.95	c cleaning 89998 clauses out of 180024 with flag 38117138/4176001
2954.96/2902.42	c cleaning 90999 clauses out of 182025 with flag 38921297/4268000
3032.03/2978.06	c cleaning 92005 clauses out of 184033 with flag 39825027/4361007
3107.47/3051.91	c cleaning 92993 clauses out of 186023 with flag 40685002/4455002
3181.20/3124.31	c cleaning 94002 clauses out of 188029 with flag 41564442/4550001
3258.19/3199.87	c cleaning 94997 clauses out of 190027 with flag 42497056/4646001
3343.18/3283.50	c cleaning 95998 clauses out of 192032 with flag 43497779/4743003
3430.52/3369.43	c cleaning 97003 clauses out of 194031 with flag 44376627/4841000
3502.01/3437.18	c cleaning 97995 clauses out of 196028 with flag 45255698/4940000
3572.61/3506.19	c cleaning 98999 clauses out of 198033 with flag 46141294/5040000
3600.04/3532.81	c starts		: 18
3600.04/3532.81	c timeout
3600.04/3532.82	c conflicts		: 5084379
3600.04/3532.82	c decisions		: 6506423
3600.04/3532.82	c propagations		: 509820211
3600.04/3532.82	c inspects		: 9637265918
3600.04/3532.82	c shortcuts		: 0
3600.04/3532.82	c learnt literals	: 0
3600.04/3532.82	c learnt binary clauses	: 0
3600.04/3532.82	c learnt ternary clauses	: 0
3600.04/3532.82	c learnt constraints	: 5084379
3600.04/3532.82	c ignored constraints	: 0
3600.04/3532.82	c root simplifications	: 0
3600.04/3532.82	c removed literals (reason simplification)	: 11913445
3600.04/3532.82	c reason swapping (by a shorter reason)	: 0
3600.04/3532.82	c Calls to reduceDB	: 96
3600.04/3532.82	c Number of update (reduction) of LBD	: 1716568
3600.04/3532.82	c Imported unit clauses	: 0
3600.04/3532.82	c No decision after first conflict	: false
3600.04/3532.82	c number of reductions to clauses (during analyze)	: 0
3600.04/3532.82	c number of learned constraints concerned by reduction	: 0
3600.04/3532.82	c number of learning phase by resolution	: 0
3600.04/3532.82	c number of learning phase by cutting planes	: 0
3600.04/3532.82	c number of rounding to 1 operations	: 0
3600.04/3532.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3532.82	c number of reductions of the coefficients by power 2 	: 0
3600.04/3532.82	c number of right shift for reduction by power 2 	: 0
3600.04/3532.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3532.82	c number of ending skipping 	: 0
3600.04/3532.82	c number of internal skipping 	: 0
3600.04/3532.82	c number of derivation steps 	: 0
3600.04/3532.82	c number of skipped derivation steps 	: 0
3600.04/3532.82	c number of remaining unassigned 	: 0
3600.04/3532.82	c number of remaining assigned 	: 0
3600.04/3532.82	c number of falsified literals weakened from reason	: 0
3600.04/3532.82	c number of falsified literals weakened from conflict	: 0
3600.04/3532.82	c time for arithmetic operations	: 0
3600.04/3532.82	c minimum degree of deleted constraints	: null
3600.04/3532.82	c maximum degree of deleted constraints	: null
3600.04/3532.82	c number of deleted constraints	: 0
3600.04/3532.83	c speed (assignments/second)	: 144334.42216852598
3600.04/3532.83	c non guided choices	: 248214
3600.04/3532.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 143413
3600.04/3532.89	s UNKNOWN
3600.04/3532.89	c Total wall clock time (in seconds): 3532.751

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: 63665 MiB (28053 MiB free)
  memory of node 1: 64507 MiB (52223 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509341-1751520751/watcher-4509341-1751520751 -o /tmp/evaluation-result-4509341-1751520751/solver-4509341-1751520751 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751513701-72225 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509341-1751520751 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4509341-1751520751.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=73219, runsolver pid=73216

[startup+0.100061 s]*
/proc/loadavg: 4.56 4.44 4.45 6/348 73237
/proc/meminfo: memFree=82179396/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=18930384 memory=59284 CPUtime=0.13 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 6465 0 0 0 11 2 0 0 20 0 18 0 67752812 19384713216 14821 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4732596 14821 5334 1 0 547603 0
[pid=73219/tid=73221] ppid=73216 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 67752813 19384713216 14821 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67752816 19384713216 14821 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=18930384 memory=59585004307076 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67752816 19384713216 14821 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59284 KiB

[startup+0.206032 s]*
/proc/loadavg: 4.56 4.44 4.45 7/348 73237
/proc/meminfo: memFree=82169820/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=18930384 memory=67272 CPUtime=0.26 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 6862 0 0 0 24 2 0 0 20 0 18 0 67752812 19384713216 16818 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4732596 16818 5398 1 0 547944 0
[pid=73219/tid=73221] ppid=73216 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) S 73216 73219 72213 0 -1 4194368 5272 0 0 0 13 2 0 0 20 0 18 0 67752813 19384713216 16818 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=18930384 memory=15140 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67752816 19384713216 16818 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67752816 19384713216 16818 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67272 KiB

[startup+0.305918 s]*
/proc/loadavg: 4.56 4.44 4.45 6/348 73237
/proc/meminfo: memFree=82169820/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=18930384 memory=104236 CPUtime=0.46 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 9015 0 0 0 42 4 0 0 20 0 18 0 67752812 19384713216 26059 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4732596 26059 5398 1 0 548976 0
[pid=73219/tid=73221] ppid=73216 vsize=18930384 memory=-6000919481363753320 CPUtime=0.24 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 5291 0 0 0 22 2 0 0 20 0 18 0 67752813 19384713216 26059 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67752816 19384713216 26059 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67752816 19384713216 26059 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 104236 KiB

[startup+0.700228 s]
/proc/loadavg: 4.56 4.44 4.45 6/349 73238
/proc/meminfo: memFree=82079708/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=194932 CPUtime=1.21 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 9628 0 0 0 114 7 0 0 20 0 20 0 67752812 19521036288 48733 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 48733 5494 1 0 549891 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=18048 CPUtime=0.56 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 5475 0 0 0 52 4 0 0 20 0 20 0 67752813 19521036288 48733 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 48733 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 48733 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194932 KiB

[startup+1.50024 s]
/proc/loadavg: 4.56 4.44 4.45 7/350 73239
/proc/meminfo: memFree=82051868/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=356508 CPUtime=2.8 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 13532 0 0 0 269 11 0 0 20 0 20 0 67752812 19521036288 89127 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 89127 5494 1 0 1078481 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=3200 CPUtime=1.32 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 5593 0 0 0 125 7 0 0 20 0 20 0 67752813 19521036288 89127 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 89127 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 89127 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 89127 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 356508 KiB

[startup+3.10575 s]
/proc/loadavg: 4.75 4.49 4.47 6/350 73239
/proc/meminfo: memFree=81696856/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=486352 CPUtime=5.54 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 14335 0 0 0 539 15 0 0 20 0 20 0 67752812 19521036288 121588 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 121588 5494 1 0 1078500 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=14592 CPUtime=2.74 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 5620 0 0 0 264 10 0 0 20 0 20 0 67752813 19521036288 121588 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 121588 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 121588 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 121588 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 486352 KiB

[startup+6.30021 s]
/proc/loadavg: 4.75 4.49 4.47 5/350 73239
/proc/meminfo: memFree=80773416/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=1274288 CPUtime=9.75 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 18557 0 0 0 937 38 0 0 20 0 20 0 67752812 19521036288 318572 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 318572 5526 1 0 1519318 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=0 CPUtime=5.73 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 5994 0 0 0 546 27 0 0 20 0 20 0 67752813 19521036288 318572 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 318572 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 318572 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=389276 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 318572 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 9.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1274288 KiB

[startup+12.7002 s]
/proc/loadavg: 4.77 4.49 4.47 5/350 73239
/proc/meminfo: memFree=79354332/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=2261012 CPUtime=16.49 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 21506 0 0 0 1581 68 0 0 20 0 20 0 67752812 19521036288 565253 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 565253 5526 1 0 1665545 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=389276 CPUtime=11.81 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 7414 0 0 0 1128 53 0 0 20 0 20 0 67752813 19521036288 565253 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=2146212 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 565253 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 565253 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 565253 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 16.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2261012 KiB

[startup+25.5002 s]
/proc/loadavg: 4.68 4.49 4.47 5/349 73239
/proc/meminfo: memFree=76932516/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=3903576 CPUtime=29.55 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 25699 0 0 0 2837 118 0 0 20 0 20 0 67752812 19521036288 975894 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 975894 5526 1 0 1665556 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=0 CPUtime=24.27 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 10017 0 0 0 2329 98 0 0 20 0 20 0 67752813 19521036288 975894 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 975894 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=3903576 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 975894 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=2670644 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 975894 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 29.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903576 KiB

[startup+51.1058 s]
/proc/loadavg: 4.52 4.46 4.46 6/349 73306
/proc/meminfo: memFree=104805764/131249996 swapFree=33009136/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=4866344 CPUtime=55.81 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 33639 0 0 0 5409 172 0 0 20 0 20 0 67752812 19521036288 1216586 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 1216586 5526 1 0 1665561 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=3903576 CPUtime=49.18 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 12365 0 0 0 4775 143 0 0 20 0 20 0 67752813 19521036288 1216586 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=4833528 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 1216586 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 1216586 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0

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

/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 9460933 0 0 0 307971 3362 0 0 20 0 20 0 67752813 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=16276060 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=25176 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 3334 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=16276060 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 3281.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276060 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.34 4.30 5/349 73558
/proc/meminfo: memFree=1132984/131249996 swapFree=33003468/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=16276060 CPUtime=3341.98 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 10733335 0 0 0 330563 3635 0 0 20 0 20 0 67752812 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 4069015 5526 1 0 4084338 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=5504 CPUtime=3172.15 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 9969303 0 0 0 313791 3424 0 0 20 0 20 0 67752813 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=16276060 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=46080 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 3429 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=16276060 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 4069015 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 3341.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276060 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.31 4.29 5/348 73560
/proc/meminfo: memFree=1177484/131249996 swapFree=33003468/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=16276316 CPUtime=3403.1 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 10775972 0 0 0 336631 3679 0 0 20 0 20 0 67752812 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 4069079 5526 1 0 4084338 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=14592 CPUtime=3230.65 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 10010248 0 0 0 319598 3467 0 0 20 0 20 0 67752813 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=16276316 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 3457 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 3403.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276316 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.25 4.26 4/320 73600
/proc/meminfo: memFree=42151232/131249996 swapFree=33003468/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=16276316 CPUtime=3464.26 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 11282113 0 0 0 342672 3754 0 0 20 0 20 0 67752812 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 4069079 5526 1 0 4084338 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=14592 CPUtime=3289.13 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 10479413 0 0 0 325375 3538 0 0 20 0 20 0 67752813 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=16276316 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=-6000919481363753320 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 3552 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=-6000919481363753320 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 4069079 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 3464.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276316 KiB

[startup+3462.3 s]
/proc/loadavg: 3.51 4.05 4.19 4/320 73603
/proc/meminfo: memFree=41126616/131249996 swapFree=33003468/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=16276572 CPUtime=3527.68 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 11371942 0 0 0 348957 3811 0 0 20 0 20 0 67752812 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 4069143 5526 1 0 4084410 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=16276316 CPUtime=3347.62 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 10564475 0 0 0 331171 3591 0 0 20 0 20 0 67752813 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=16276572 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=16276572 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 3647 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=16276572 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 3527.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276572 KiB

[startup+3522.3 s]
/proc/loadavg: 2.79 3.76 4.08 3/296 73641
/proc/meminfo: memFree=69584744/131249996 swapFree=33003468/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=16276572 CPUtime=3589.14 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 11680059 0 0 0 355043 3871 0 0 20 0 20 0 67752812 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 4069143 5526 1 0 4084410 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=16276572 CPUtime=3405.78 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 10847279 0 0 0 336930 3648 0 0 20 0 20 0 67752813 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=16276572 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 3744 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=16276572 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 3589.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3532.8 s]
/proc/loadavg: 2.67 3.70 4.06 3/296 73641
/proc/meminfo: memFree=69436808/131249996 swapFree=33003468/33010684
[pid=73219] ppid=73216 vsize=19063512 memory=16276572 CPUtime=3600.04 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 11945893 0 0 0 356111 3893 0 0 20 0 20 0 67752812 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4765878 4069143 5526 1 0 4084410 0
[pid=73219/tid=73221] ppid=73216 vsize=19063512 memory=14592 CPUtime=3415.83 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) R 73216 73219 72213 0 -1 4194368 11092756 0 0 0 337914 3669 0 0 20 0 20 0 67752813 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19063512 memory=341552 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 3744 0 0 0 0 0 0 0 20 0 20 0 67752816 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73239] ppid=73216 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/73219/task/73239/stat : 73239 (Timer-0) S 73216 73219 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67752873 19521036288 4069143 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16276572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3561.23 s, system=39.0747 s

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

[startup+3533 s]*
/proc/loadavg: 2.67 3.70 4.06 2/292 73644
/proc/meminfo: memFree=69429440/131249996 swapFree=33003468/33010684
[pid=73219] ppid=73216 vsize=19263204 memory=16272900 CPUtime=3600.2 cores=1,3
/proc/73219/stat : 73219 (java) S 73216 73219 72213 0 -1 4194304 11948502 0 0 0 356123 3897 0 0 20 0 16 0 67752812 19725520896 4068225 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
/proc/73219/statm: 4815801 4068225 5558 1 0 4085351 0
[pid=73219/tid=73221] ppid=73216 vsize=19263204 memory=56312188895988 CPUtime=3415.87 cores=1,3
/proc/73219/task/73221/stat : 73221 (java) D 73216 73219 72213 0 -1 4194368 11093036 0 0 0 337915 3672 0 0 20 0 16 0 67752813 19725520896 4068225 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73230] ppid=73216 vsize=19263204 memory=246012 CPUtime=0 cores=1,3
/proc/73219/task/73230/stat : 73230 (Finalizer) S 73216 73219 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 67752816 19725520896 4068225 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
[pid=73219/tid=73237] ppid=73216 vsize=19263204 memory=1792 CPUtime=0 cores=1,3
/proc/73219/task/73237/stat : 73237 (Common-Cleaner) S 73216 73219 72213 0 -1 4194368 3744 0 0 0 0 0 0 0 20 0 16 0 67752816 19725520896 4068225 18446744073709551615 94818551611392 94818551615088 140721799000176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94818551622904 94818551623696 94818579746816 140721799006512 140721799006694 140721799006694 140721799012296 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16272900 KiB

[startup+3533.11 s]*
/proc/loadavg: 2.67 3.70 4.06 3/278 73644
/proc/meminfo: memFree=69424768/131249996 swapFree=33003468/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3533.19
CPU time (s): 3600.31
CPU user time (s): 3561.23
CPU system time (s): 39.0747
CPU usage (%): 101.9
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16276572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3561.23
system time used= 39.0747
maximum resident set size= 16277340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11948531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 55097776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130753
involuntary context switches= 16928


# summary of solver processes directly reported to runsolver:
#   pid: 73219
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3561.23
#   total CPU system time (s): 39.0747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61592 second user time and 17.2033 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-03 07:32:31
IDJOB=4509341
IDBENCH=158611
IDSOLVER=3364
FILE ID=nodeC021/4509341-1751520751
RUNJOBID= nodeC021-1751513701-72225
SLURM_JOB_ID= 9598619
Free space on /tmp= 430944 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509341-1751520751/watcher-4509341-1751520751 -o /tmp/evaluation-result-4509341-1751520751/solver-4509341-1751520751 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751513701-72225 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509341-1751520751 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4509341-1751520751.opb

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

MD5SUM BENCH= 1d8b9a75b06fe10625c514168771d7f4
RANDOM SEED=1917985500

nodeC021 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.200
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.254
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.56
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.775
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.56
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		: 3599.775
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.56
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.781
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.56
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.869
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.56
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		: 3600.518
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.826
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        82203736 kB
MemAvailable:   100981396 kB
Buffers:            2128 kB
Cached:         19481228 kB
SwapCached:          776 kB
Active:         29256528 kB
Inactive:       18888192 kB
Active(anon):   28664584 kB
Inactive(anon):    14168 kB
Active(file):     591944 kB
Inactive(file): 18874024 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009136 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            577000 kB
Writeback:             4 kB
AnonPages:      28663292 kB
Mapped:           123544 kB
Shmem:             17268 kB
KReclaimable:     301460 kB
Slab:             414236 kB
SReclaimable:     301460 kB
SUnreclaim:       112776 kB
KernelStack:        5392 kB
PageTables:        59740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   30243992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151608 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28295168 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430956 MiB
End job on nodeC021 at 2025-07-03 08:31:25