Trace number 4507525

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.26 3586.14

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4507525-1751192675.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.32/0.26	c ... done. Wall clock time 0.122s.
0.32/0.26	c declared #vars     5508
0.32/0.26	c #constraints  5672
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1040
0.32/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4549
0.32/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.32/0.26	c 5672 constraints processed.
3.25/1.71	c cleaning 2490 clauses out of 4988 with flag 26558/5000
5.46/2.95	c cleaning 4220 clauses out of 8498 with flag 66236/11001
7.18/4.40	c cleaning 5611 clauses out of 11269 with flag 124373/18000
8.86/6.03	c cleaning 6813 clauses out of 13660 with flag 182094/26004
10.65/7.85	c cleaning 7892 clauses out of 15838 with flag 242490/35000
12.65/9.87	c cleaning 8847 clauses out of 17941 with flag 308391/45001
15.06/12.23	c cleaning 9896 clauses out of 20092 with flag 393721/56000
17.65/14.89	c cleaning 10491 clauses out of 22194 with flag 475560/68000
20.55/17.79	c cleaning 11351 clauses out of 24705 with flag 555944/81007
23.76/20.98	c cleaning 12031 clauses out of 27345 with flag 643439/95000
27.06/24.25	c cleaning 12892 clauses out of 30305 with flag 735579/110003
30.65/27.88	c cleaning 13646 clauses out of 33413 with flag 834912/126003
34.80/31.81	c cleaning 14559 clauses out of 36763 with flag 941720/143000
39.12/36.22	c cleaning 15723 clauses out of 40206 with flag 1058050/161003
43.82/40.91	c cleaning 16274 clauses out of 43480 with flag 1182348/180000
48.51/45.69	c cleaning 17350 clauses out of 47206 with flag 1312790/200000
54.11/51.21	c cleaning 18273 clauses out of 50857 with flag 1458024/221005
59.70/56.83	c cleaning 19181 clauses out of 54572 with flag 1609969/243000
66.00/63.11	c cleaning 20001 clauses out of 58386 with flag 1769156/266000
72.39/69.60	c cleaning 20959 clauses out of 62385 with flag 1932887/290002
79.27/76.52	c cleaning 21706 clauses out of 66424 with flag 2112189/315001
86.46/83.72	c cleaning 22575 clauses out of 70717 with flag 2313593/341002
94.17/91.44	c cleaning 23839 clauses out of 75140 with flag 2508593/368000
102.37/99.76	c cleaning 24558 clauses out of 79304 with flag 2721431/396003
111.05/108.47	c cleaning 25579 clauses out of 83742 with flag 2941808/425000
120.34/117.75	c cleaning 26496 clauses out of 88161 with flag 3174015/455000
129.90/127.48	c cleaning 27320 clauses out of 92666 with flag 3411938/486002
140.20/137.73	c cleaning 28569 clauses out of 97343 with flag 3680901/518000
150.17/147.74	c cleaning 29257 clauses out of 101776 with flag 3933710/551002
161.73/159.44	c cleaning 30337 clauses out of 106517 with flag 4225871/585000
173.34/171.07	c cleaning 31401 clauses out of 111179 with flag 4496508/620000
185.52/183.28	c cleaning 32385 clauses out of 115777 with flag 4801630/656000
198.69/196.53	c cleaning 33275 clauses out of 120393 with flag 5110945/693001
212.64/210.41	c cleaning 34272 clauses out of 125116 with flag 5457290/731000
227.46/225.36	c cleaning 35114 clauses out of 129844 with flag 5793368/770000
243.39/241.20	c cleaning 35951 clauses out of 134730 with flag 6188100/810000
259.74/257.58	c cleaning 36878 clauses out of 139779 with flag 6565590/851001
277.08/274.83	c cleaning 38221 clauses out of 144902 with flag 6956546/893002
295.18/292.93	c cleaning 39385 clauses out of 149679 with flag 7385012/936000
314.17/312.69	c cleaning 40353 clauses out of 154294 with flag 7831814/980000
334.32/332.79	c cleaning 41532 clauses out of 158941 with flag 8299400/1025000
355.96/354.30	c cleaning 42428 clauses out of 163407 with flag 8783732/1071000
377.32/375.79	c cleaning 43393 clauses out of 167977 with flag 9277173/1118000
399.84/398.19	c cleaning 44289 clauses out of 172585 with flag 9777708/1166001
423.16/421.43	c cleaning 45692 clauses out of 177296 with flag 10312561/1215001
447.38/445.56	c cleaning 46638 clauses out of 181604 with flag 10850671/1265001
472.39/470.53	c cleaning 47680 clauses out of 185964 with flag 11403169/1316000
498.90/496.81	c cleaning 48650 clauses out of 190286 with flag 11961328/1368002
526.64/524.53	c cleaning 50007 clauses out of 194633 with flag 12573133/1421000
556.02/553.86	c cleaning 50745 clauses out of 198627 with flag 13221144/1475002
585.23/582.80	c cleaning 51571 clauses out of 202880 with flag 13830227/1530000
615.87/613.45	c cleaning 52893 clauses out of 207309 with flag 14483164/1586000
649.95/647.46	c cleaning 53997 clauses out of 211416 with flag 15208707/1643000
683.68/681.08	c cleaning 55085 clauses out of 215419 with flag 15906905/1701000
719.13/716.28	c cleaning 55897 clauses out of 219334 with flag 16592368/1760000
753.41/750.49	c cleaning 57547 clauses out of 223437 with flag 17301690/1820000
789.24/786.17	c cleaning 58327 clauses out of 226893 with flag 18003735/1881003
829.45/826.20	c cleaning 58938 clauses out of 230563 with flag 18917648/1943000
873.11/869.70	c cleaning 59820 clauses out of 234622 with flag 19940061/2006000
912.63/909.07	c cleaning 61674 clauses out of 238802 with flag 20768917/2070001
958.05/954.26	c cleaning 62460 clauses out of 242128 with flag 21680244/2135002
1001.00/997.09	c cleaning 63431 clauses out of 245666 with flag 22608659/2201000
1042.52/1038.40	c cleaning 64431 clauses out of 249235 with flag 23397329/2268000
1091.16/1087.05	c cleaning 65576 clauses out of 252805 with flag 24354911/2336001
1140.91/1136.40	c cleaning 66576 clauses out of 256232 with flag 25464697/2405004
1188.28/1183.78	c cleaning 67806 clauses out of 259652 with flag 26498076/2475000
1232.29/1227.69	c cleaning 68822 clauses out of 262846 with flag 27486159/2546000
1285.36/1280.33	c cleaning 69467 clauses out of 266027 with flag 28450445/2618003
1343.32/1338.14	c cleaning 71018 clauses out of 269557 with flag 29538865/2691000
1396.46/1391.11	c cleaning 71235 clauses out of 272540 with flag 30578279/2765001
1450.38/1444.66	c cleaning 72835 clauses out of 276306 with flag 31603746/2840002
1514.23/1508.36	c cleaning 73401 clauses out of 279470 with flag 32779460/2916001
1567.94/1561.53	c cleaning 74900 clauses out of 283068 with flag 33799438/2993000
1632.88/1626.21	c cleaning 75757 clauses out of 286169 with flag 35081144/3071001
1695.13/1687.90	c cleaning 77214 clauses out of 289411 with flag 36338403/3150000
1755.11/1748.07	c cleaning 78256 clauses out of 292197 with flag 37467048/3230000
1815.60/1808.45	c cleaning 78691 clauses out of 294940 with flag 38559272/3311000
1885.46/1877.99	c cleaning 80003 clauses out of 298249 with flag 39856751/3393000
1946.07/1938.49	c cleaning 80972 clauses out of 301246 with flag 40924341/3476000
2018.03/2009.82	c cleaning 82040 clauses out of 304276 with flag 42187978/3560002
2082.10/2073.61	c cleaning 83133 clauses out of 307239 with flag 43365590/3645005
2153.55/2144.66	c cleaning 84164 clauses out of 310101 with flag 44577732/3731000
2220.39/2211.24	c cleaning 85171 clauses out of 312938 with flag 45851815/3818001
2292.93/2283.25	c cleaning 86298 clauses out of 315767 with flag 47113647/3906001
2370.73/2360.85	c cleaning 86963 clauses out of 318468 with flag 48561943/3995001
2446.47/2436.19	c cleaning 88139 clauses out of 321505 with flag 49811512/4085002
2519.16/2508.69	c cleaning 89371 clauses out of 324364 with flag 51063436/4176000
2597.01/2586.33	c cleaning 90099 clauses out of 326996 with flag 52389686/4268003
2669.74/2658.95	c cleaning 91018 clauses out of 329894 with flag 53762156/4361000
2750.63/2739.44	c cleaning 92368 clauses out of 332877 with flag 55196836/4455001
2829.42/2818.03	c cleaning 93247 clauses out of 335508 with flag 56588748/4550000
2907.97/2896.34	c cleaning 94622 clauses out of 338262 with flag 58032535/4646001
2995.90/2984.26	c cleaning 95610 clauses out of 340640 with flag 59474863/4743001
3098.71/3086.64	c cleaning 96508 clauses out of 343030 with flag 61258413/4841001
3176.30/3163.62	c cleaning 97573 clauses out of 345522 with flag 62698447/4940001
3250.93/3238.38	c cleaning 98540 clauses out of 347949 with flag 64114577/5040001
3338.41/3325.14	c cleaning 99446 clauses out of 350407 with flag 65599523/5141000
3425.53/3411.76	c cleaning 100594 clauses out of 352961 with flag 67085358/5243000
3515.56/3501.70	c cleaning 101660 clauses out of 355367 with flag 68523378/5346000
3600.09/3586.01	c starts		: 44951
3600.09/3586.02	c timeout
3600.09/3586.03	c conflicts		: 5439271
3600.09/3586.03	c decisions		: 51720901
3600.09/3586.03	c propagations		: 1899958743
3600.09/3586.03	c inspects		: 23746466589
3600.09/3586.03	c shortcuts		: 0
3600.09/3586.03	c learnt literals	: 104
3600.09/3586.03	c learnt binary clauses	: 90239
3600.09/3586.03	c learnt ternary clauses	: 108790
3600.09/3586.03	c learnt constraints	: 5439167
3600.09/3586.03	c ignored constraints	: 0
3600.09/3586.03	c root simplifications	: 0
3600.09/3586.03	c removed literals (reason simplification)	: 218833378
3600.09/3586.03	c reason swapping (by a shorter reason)	: 0
3600.09/3586.03	c Calls to reduceDB	: 99
3600.09/3586.03	c Number of update (reduction) of LBD	: 5271029
3600.09/3586.03	c Imported unit clauses	: 0
3600.09/3586.03	c No decision after first conflict	: false
3600.09/3586.04	c number of reductions to clauses (during analyze)	: 0
3600.09/3586.04	c number of learned constraints concerned by reduction	: 0
3600.09/3586.04	c number of learning phase by resolution	: 0
3600.09/3586.04	c number of learning phase by cutting planes	: 0
3600.09/3586.04	c number of rounding to 1 operations	: 0
3600.09/3586.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3586.04	c number of reductions of the coefficients by power 2 	: 0
3600.09/3586.04	c number of right shift for reduction by power 2 	: 0
3600.09/3586.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3586.04	c number of ending skipping 	: 0
3600.09/3586.04	c number of internal skipping 	: 0
3600.09/3586.04	c number of derivation steps 	: 0
3600.09/3586.04	c number of skipped derivation steps 	: 0
3600.09/3586.04	c number of remaining unassigned 	: 0
3600.09/3586.04	c number of remaining assigned 	: 0
3600.09/3586.04	c number of falsified literals weakened from reason	: 0
3600.09/3586.04	c number of falsified literals weakened from conflict	: 0
3600.09/3586.04	c time for arithmetic operations	: 0
3600.09/3586.04	c minimum degree of deleted constraints	: null
3600.09/3586.04	c maximum degree of deleted constraints	: null
3600.09/3586.04	c number of deleted constraints	: 0
3600.09/3586.04	c speed (assignments/second)	: 529862.0691674654
3600.09/3586.04	c non guided choices	: 920
3600.09/3586.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 256739
3600.09/3586.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 90239
3600.09/3586.10	s UNKNOWN
3600.09/3586.10	c Total wall clock time (in seconds): 3585.972

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100128 s]*
/proc/loadavg: 4.07 4.13 3.95 6/343 25237
/proc/meminfo: memFree=115107240/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=18930384 memory=57676 CPUtime=0.12 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 6556 0 0 0 11 1 0 0 20 0 18 0 34945266 19384713216 14419 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4732596 14419 5338 1 0 547603 0
[pid=25219/tid=25221] ppid=25216 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) S 25216 25219 24970 0 -1 4194368 5074 0 0 0 7 1 0 0 20 0 18 0 34945267 19384713216 14419 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34945269 19384713216 14419 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=18930384 memory=59585004335488 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34945270 19384713216 14419 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57676 KiB

[startup+0.205962 s]*
/proc/loadavg: 4.07 4.13 3.95 7/343 25237
/proc/meminfo: memFree=115099144/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=18930384 memory=70212 CPUtime=0.32 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 7026 0 0 0 30 2 0 0 20 0 18 0 34945266 19384713216 17553 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4732596 17553 5434 1 0 547910 0
[pid=25219/tid=25221] ppid=25216 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 5298 0 0 0 16 1 0 0 20 0 18 0 34945267 19384713216 17553 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34945269 19384713216 17553 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34945270 19384713216 17553 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70212 KiB

[startup+0.305862 s]*
/proc/loadavg: 4.07 4.13 3.95 7/344 25238
/proc/meminfo: memFree=115069592/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=18996948 memory=92172 CPUtime=0.51 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 8894 0 0 0 48 3 0 0 20 0 19 0 34945266 19452874752 23043 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4749237 23043 5434 1 0 549503 0
[pid=25219/tid=25221] ppid=25216 vsize=18996948 memory=-6000919481363752813 CPUtime=0.24 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 5374 0 0 0 23 1 0 0 20 0 19 0 34945267 19452874752 23043 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34945269 19452874752 23043 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34945270 19452874752 23043 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34945293 19452874752 23043 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92172 KiB

[startup+0.700237 s]
/proc/loadavg: 4.07 4.13 3.95 6/344 25238
/proc/meminfo: memFree=115052200/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=18996948 memory=128848 CPUtime=1.26 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 11758 0 0 0 122 4 0 0 20 0 19 0 34945266 19452874752 32212 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4749237 32212 5434 1 0 551302 0
[pid=25219/tid=25221] ppid=25216 vsize=18996948 memory=17280 CPUtime=0.6 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 5398 0 0 0 58 2 0 0 20 0 19 0 34945267 19452874752 32212 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34945269 19452874752 32212 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34945270 19452874752 32212 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34945293 19452874752 32212 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 128848 KiB

[startup+1.50024 s]
/proc/loadavg: 4.07 4.13 3.95 6/345 25239
/proc/meminfo: memFree=114993220/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=175960 CPUtime=2.84 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 18699 0 0 0 278 6 0 0 20 0 20 0 34945266 19521036288 43990 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 43990 5498 1 0 553072 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=10752 CPUtime=1.38 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 5830 0 0 0 135 3 0 0 20 0 20 0 34945267 19521036288 43990 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 43990 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 43990 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 43990 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175960 KiB

[startup+3.10607 s]
/proc/loadavg: 4.14 4.14 3.96 6/345 25239
/proc/meminfo: memFree=114957568/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=186408 CPUtime=5.81 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 23270 0 0 0 573 8 0 0 20 0 20 0 34945266 19521036288 46602 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 46602 5498 1 0 554456 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=10752 CPUtime=2.94 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 6904 0 0 0 290 4 0 0 20 0 20 0 34945267 19521036288 46602 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=-6000919481363752813 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 46602 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 46602 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 46602 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186408 KiB

[startup+6.30021 s]
/proc/loadavg: 4.14 4.14 3.96 5/345 25239
/proc/meminfo: memFree=114787216/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=308852 CPUtime=9.15 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 26529 0 0 0 903 12 0 0 20 0 20 0 34945266 19521036288 77213 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 77213 5498 1 0 554467 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=0 CPUtime=6.1 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 7702 0 0 0 603 7 0 0 20 0 20 0 34945267 19521036288 77213 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 77213 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 77213 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=176088 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 77213 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 9.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 308852 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.16 3.97 5/345 25239
/proc/meminfo: memFree=114130416/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=909108 CPUtime=15.55 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 30128 0 0 0 1529 26 0 0 20 0 20 0 34945266 19521036288 227277 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 227277 5530 1 0 554467 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=176088 CPUtime=12.47 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 9473 0 0 0 1227 20 0 0 20 0 20 0 34945267 19521036288 227277 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 227277 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=902964 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 227277 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 227277 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 909108 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.15 3.97 5/345 25239
/proc/meminfo: memFree=113576036/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=1314720 CPUtime=28.36 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 33378 0 0 0 2798 38 0 0 20 0 20 0 34945266 19521036288 328680 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 328680 5530 1 0 554467 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=10752 CPUtime=25.21 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 11159 0 0 0 2491 30 0 0 20 0 20 0 34945267 19521036288 328680 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=902964 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 328680 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 328680 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 328680 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 28.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314720 KiB

[startup+51.1061 s]
/proc/loadavg: 4.25 4.17 3.98 5/345 25240
/proc/meminfo: memFree=113307860/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=1325068 CPUtime=54.02 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 37857 0 0 0 5354 48 0 0 20 0 20 0 34945266 19521036288 331267 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 331267 5530 1 0 554467 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=21996 CPUtime=50.6 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.05 4.12 4.15 5/346 25747
/proc/meminfo: memFree=105362788/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=2166984 CPUtime=3295.09 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 152656 0 0 0 328538 971 0 0 20 0 20 0 34945266 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 541746 5530 1 0 556186 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=2166984 CPUtime=3239.18 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 64364 0 0 0 323057 861 0 0 20 0 20 0 34945267 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=2166984 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=279708135918528 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 1697 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=2166984 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 3295.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166984 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.11 4.14 5/346 25753
/proc/meminfo: memFree=104932164/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=2166984 CPUtime=3355.6 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 157065 0 0 0 334573 987 0 0 20 0 20 0 34945266 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 541746 5530 1 0 556199 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=2166984 CPUtime=3298.36 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 66227 0 0 0 328961 875 0 0 20 0 20 0 34945267 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=2166984 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=2166984 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 1741 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=2166984 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 541746 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 3355.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2166984 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/346 25755
/proc/meminfo: memFree=104579332/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=2167112 CPUtime=3416.22 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 157147 0 0 0 340617 1005 0 0 20 0 20 0 34945266 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 541778 5530 1 0 556205 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=2166984 CPUtime=3357.45 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 66232 0 0 0 334855 890 0 0 20 0 20 0 34945267 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=2166984 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=2166984 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 1741 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 3416.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167112 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/346 25757
/proc/meminfo: memFree=104044240/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=2167112 CPUtime=3476.12 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 157777 0 0 0 346594 1018 0 0 20 0 20 0 34945266 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 541778 5530 1 0 556205 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=2166984 CPUtime=3416.65 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 66733 0 0 0 340762 903 0 0 20 0 20 0 34945267 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=2166984 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=2167112 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 1741 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=2167112 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 3476.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167112 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.13 4.14 5/345 25759
/proc/meminfo: memFree=103559676/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=2167112 CPUtime=3536.37 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 162469 0 0 0 352605 1032 0 0 20 0 20 0 34945266 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 541778 5530 1 0 556205 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=2167112 CPUtime=3475.89 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 68798 0 0 0 346674 915 0 0 20 0 20 0 34945267 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=2167112 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 1856 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=2167112 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 3536.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167112 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.14 6/344 25762
/proc/meminfo: memFree=103196848/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=2167112 CPUtime=3596.4 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 164508 0 0 0 358594 1046 0 0 20 0 20 0 34945266 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 541778 5530 1 0 556205 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=4764 CPUtime=3535.17 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 69918 0 0 0 352589 928 0 0 20 0 20 0 34945267 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=2167112 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 1857 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 3596.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586 s]*
/proc/loadavg: 4.12 4.12 4.14 5/344 25762
/proc/meminfo: memFree=103180472/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19063512 memory=2167112 CPUtime=3600.09 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 164511 0 0 0 358963 1046 0 0 20 0 20 0 34945266 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4765878 541778 5530 1 0 556205 0
[pid=25219/tid=25221] ppid=25216 vsize=19063512 memory=-6000919485541017453 CPUtime=3538.86 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) R 25216 25219 24970 0 -1 4194368 69920 0 0 0 352958 928 0 0 20 0 20 0 34945267 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34945269 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19063512 memory=7092 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 1857 0 0 0 0 0 0 0 20 0 20 0 34945270 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25238] ppid=25216 vsize=19063512 memory=46592 CPUtime=0 cores=5,7
/proc/25219/task/25238/stat : 25238 (Timer-0) S 25216 25219 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34945293 19521036288 541778 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167112 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.77 s, system=10.4874 s

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

[startup+3586.11 s]
/proc/loadavg: 4.12 4.12 4.14 5/344 25762
/proc/meminfo: memFree=103180472/131249996 swapFree=33010684/33010684
[pid=25219] ppid=25216 vsize=19263204 memory=2168136 CPUtime=3600.24 cores=5,7
/proc/25219/stat : 25219 (java) S 25216 25219 24970 0 -1 4194304 167367 0 0 0 358977 1047 0 0 20 0 15 0 34945266 19725520896 542034 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
/proc/25219/statm: 4815801 542034 5562 1 0 557151 0
[pid=25219/tid=25221] ppid=25216 vsize=19263204 memory=17280 CPUtime=3538.88 cores=5,7
/proc/25219/task/25221/stat : 25221 (java) S 25216 25219 24970 0 -1 4194368 70281 0 0 0 352960 928 0 0 20 0 15 0 34945267 19725520896 542034 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25230] ppid=25216 vsize=19263204 memory=17280 CPUtime=0 cores=5,7
/proc/25219/task/25230/stat : 25230 (Finalizer) S 25216 25219 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 34945269 19725520896 542034 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
[pid=25219/tid=25237] ppid=25216 vsize=19263204 memory=5760 CPUtime=0 cores=5,7
/proc/25219/task/25237/stat : 25237 (Common-Cleaner) S 25216 25219 24970 0 -1 4194368 1857 0 0 0 0 0 0 0 20 0 15 0 34945270 19725520896 542034 18446744073709551615 94014257451008 94014257454704 140728469118400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014257462520 94014257463312 94014287310848 140728469125424 140728469125606 140728469125606 140728469131208 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2168136 KiB

Child status: 143

Real time (s): 3586.14
CPU time (s): 3600.26
CPU user time (s): 3589.77
CPU system time (s): 10.4874
CPU usage (%): 100.394
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2168136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.77
system time used= 10.4874
maximum resident set size= 2168264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167394
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15616488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120746
involuntary context switches= 28025


# summary of solver processes directly reported to runsolver:
#   pid: 25219
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3589.77
#   total CPU system time (s): 10.4874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21604 second user time and 18.948 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 12:24:35
IDJOB=4507525
IDBENCH=158357
IDSOLVER=3364
FILE ID=nodeC017/4507525-1751192675
RUNJOBID= nodeC017-1751191606-24983
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507525-1751192675/watcher-4507525-1751192675 -o /tmp/evaluation-result-4507525-1751192675/solver-4507525-1751192675 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24983 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507525-1751192675 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4507525-1751192675.opb

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=902146801

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115130380 kB
MemAvailable:   123332552 kB
Buffers:            3280 kB
Cached:          9002496 kB
SwapCached:            0 kB
Active:          6774420 kB
Inactive:        8749040 kB
Active(anon):    6535544 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  8749040 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            147576 kB
Writeback:             0 kB
AnonPages:       6520036 kB
Mapped:           122684 kB
Shmem:             18080 kB
KReclaimable:     106592 kB
Slab:             197972 kB
SReclaimable:     106592 kB
SUnreclaim:        91380 kB
KernelStack:        5296 kB
PageTables:        16364 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7081144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6248448 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-29 13:24:21