Trace number 4507273

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.33 3546.05

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K90.opb
MD5SUMdd58632d9551a3604736dadf6eadc418
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark50.6923
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 91
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.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version PB25.v20250606
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.17	c Free memory 		2104792832
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2113929216
0.12/0.17	c Number of processors 	2
0.12/0.24	c Pseudo Boolean Optimization by upper bound
0.12/0.24	c --- Begin Solver configuration ---
0.12/0.24	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.24	c Learn all clauses as in MiniSAT
0.12/0.24	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.24	c Expensive reason simplification
0.12/0.24	c Glucose 2.1 dynamic restart strategy
0.12/0.24	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.24	c timeout=2147483s
0.12/0.24	c DB Simplification allowed=false
0.12/0.24	c Listener: none
0.12/0.24	c --- End Solver configuration ---
0.12/0.24	c solving HOME/instance-4507273-1751190053.opb
0.12/0.24	c reading problem ... 
0.34/0.24	c using VERIPB proof format
0.34/0.25	c  no objective function found
0.87/0.56	c ... done. Wall clock time 0.297s.
0.87/0.56	c declared #vars     6120
0.87/0.56	c #constraints  6302
0.87/0.56	c constraints type 
0.87/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
0.87/0.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
0.87/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
0.87/0.57	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.87/0.57	c 6302 constraints processed.
4.76/2.54	c cleaning 2497 clauses out of 4999 with flag 23445/5004
6.97/3.78	c cleaning 4232 clauses out of 8489 with flag 59580/11000
8.99/5.49	c cleaning 5612 clauses out of 11250 with flag 104340/18000
11.57/7.72	c cleaning 6812 clauses out of 13626 with flag 156368/26000
14.32/10.41	c cleaning 7856 clauses out of 15813 with flag 215941/35000
18.81/14.81	c cleaning 8946 clauses out of 17949 with flag 293531/45000
21.50/17.55	c cleaning 9728 clauses out of 20000 with flag 359027/56000
24.31/20.34	c cleaning 10276 clauses out of 22272 with flag 425441/68001
27.14/23.15	c cleaning 11078 clauses out of 24996 with flag 500299/81002
30.33/26.37	c cleaning 12027 clauses out of 27917 with flag 579029/95002
33.73/29.67	c cleaning 12907 clauses out of 30888 with flag 667475/110000
37.52/33.48	c cleaning 13643 clauses out of 33978 with flag 761046/126000
41.66/37.53	c cleaning 14561 clauses out of 37339 with flag 868210/143004
46.28/42.08	c cleaning 15422 clauses out of 40773 with flag 977957/161000
51.76/47.44	c cleaning 16327 clauses out of 44353 with flag 1090970/180003
57.81/53.41	c cleaning 17199 clauses out of 48021 with flag 1217065/200001
63.29/58.85	c cleaning 18053 clauses out of 51822 with flag 1353563/221002
70.54/66.03	c cleaning 18852 clauses out of 55768 with flag 1494198/243002
77.22/72.62	c cleaning 19696 clauses out of 59914 with flag 1650385/266000
83.90/79.37	c cleaning 20551 clauses out of 64218 with flag 1806469/290000
91.08/86.49	c cleaning 21892 clauses out of 68664 with flag 1968563/315000
98.71/93.97	c cleaning 22570 clauses out of 72771 with flag 2139247/341000
106.98/102.12	c cleaning 23561 clauses out of 77202 with flag 2313276/368001
115.48/110.51	c cleaning 24492 clauses out of 81637 with flag 2504251/396000
124.46/119.53	c cleaning 25277 clauses out of 86143 with flag 2702706/425000
134.26/129.30	c cleaning 26449 clauses out of 90863 with flag 2914837/455000
145.59/140.51	c cleaning 27067 clauses out of 95412 with flag 3145533/486000
156.58/151.36	c cleaning 28248 clauses out of 100344 with flag 3382170/518000
168.38/163.07	c cleaning 29428 clauses out of 105095 with flag 3623359/551000
181.61/176.16	c cleaning 29908 clauses out of 109666 with flag 3876126/585000
194.56/189.08	c cleaning 30941 clauses out of 114758 with flag 4142705/620000
207.28/201.67	c cleaning 31903 clauses out of 119818 with flag 4420939/656001
220.82/215.07	c cleaning 33036 clauses out of 124912 with flag 4704411/693001
236.17/230.39	c cleaning 33794 clauses out of 129874 with flag 5005643/731000
251.78/245.90	c cleaning 34906 clauses out of 135081 with flag 5308996/770001
268.23/262.22	c cleaning 35715 clauses out of 140176 with flag 5630069/810004
285.72/279.78	c cleaning 36769 clauses out of 145458 with flag 5968101/851001
304.02/297.79	c cleaning 37824 clauses out of 150689 with flag 6309970/893001
322.67/316.34	c cleaning 38766 clauses out of 155865 with flag 6665337/936001
341.59/335.15	c cleaning 39914 clauses out of 161098 with flag 7040446/980000
362.42/355.27	c cleaning 40847 clauses out of 166184 with flag 7418146/1025000
384.66/377.51	c cleaning 41514 clauses out of 171337 with flag 7822676/1071001
407.22/400.06	c cleaning 42774 clauses out of 176822 with flag 8249581/1118000
431.74/424.35	c cleaning 43798 clauses out of 182050 with flag 8728801/1166002
456.41/448.85	c cleaning 44949 clauses out of 187250 with flag 9172783/1215000
482.65/474.95	c cleaning 46151 clauses out of 192302 with flag 9642163/1265001
508.41/500.66	c cleaning 46914 clauses out of 197150 with flag 10129563/1316000
536.49/528.46	c cleaning 47939 clauses out of 202238 with flag 10612313/1368002
564.61/556.30	c cleaning 48762 clauses out of 207298 with flag 11102216/1421002
593.00/584.69	c cleaning 49977 clauses out of 212534 with flag 11614205/1475000
625.26/616.70	c cleaning 50769 clauses out of 217557 with flag 12133178/1530000
656.05/647.56	c cleaning 51896 clauses out of 222788 with flag 12725409/1586000
690.03/681.34	c cleaning 52936 clauses out of 227894 with flag 13283979/1643002
725.42/716.07	c cleaning 53987 clauses out of 232960 with flag 13907230/1701004
760.72/751.06	c cleaning 54946 clauses out of 237970 with flag 14511082/1760002
799.93/789.90	c cleaning 55962 clauses out of 243022 with flag 15142662/1820001
837.13/827.12	c cleaning 57001 clauses out of 248059 with flag 15785772/1881001
876.78/866.48	c cleaning 58235 clauses out of 253057 with flag 16423308/1943000
918.42/907.98	c cleaning 59021 clauses out of 257822 with flag 17115871/2006000
962.41/951.65	c cleaning 60119 clauses out of 262801 with flag 17857331/2070000
1006.04/995.16	c cleaning 61139 clauses out of 267683 with flag 18591532/2135001
1052.16/1040.90	c cleaning 62337 clauses out of 272542 with flag 19349158/2201000
1099.66/1087.73	c cleaning 63351 clauses out of 277205 with flag 20085171/2268000
1149.20/1136.92	c cleaning 64407 clauses out of 281855 with flag 20837903/2336002
1200.42/1188.09	c cleaning 65279 clauses out of 286446 with flag 21631478/2405000
1251.52/1238.84	c cleaning 66609 clauses out of 291167 with flag 22434654/2475000
1304.88/1291.23	c cleaning 67748 clauses out of 295559 with flag 23258200/2546001
1357.40/1343.62	c cleaning 68489 clauses out of 299812 with flag 24094931/2618002
1414.42/1400.34	c cleaning 70016 clauses out of 304320 with flag 25032249/2691000
1475.92/1461.04	c cleaning 70796 clauses out of 308306 with flag 25891679/2765002
1535.03/1519.86	c cleaning 71963 clauses out of 312509 with flag 26715413/2840002
1596.09/1580.49	c cleaning 72951 clauses out of 316543 with flag 27576286/2916000
1659.42/1643.53	c cleaning 73999 clauses out of 320591 with flag 28446116/2993000
1723.03/1706.54	c cleaning 74990 clauses out of 324594 with flag 29375346/3071002
1790.54/1771.94	c cleaning 76053 clauses out of 328603 with flag 30294144/3150001
1857.72/1838.18	c cleaning 76903 clauses out of 332549 with flag 31274585/3230000
1930.95/1910.03	c cleaning 78194 clauses out of 336645 with flag 32409191/3311000
2006.51/1984.16	c cleaning 79128 clauses out of 340451 with flag 33457184/3393000
2081.61/2057.87	c cleaning 80434 clauses out of 344323 with flag 34656178/3476001
2159.06/2132.96	c cleaning 81024 clauses out of 347890 with flag 35654739/3560002
2244.52/2217.19	c cleaning 82158 clauses out of 351864 with flag 36913884/3645000
2321.21/2291.71	c cleaning 83617 clauses out of 355706 with flag 38098451/3731000
2401.47/2371.63	c cleaning 83915 clauses out of 359089 with flag 39205408/3818000
2483.80/2452.05	c cleaning 85335 clauses out of 363175 with flag 40377025/3906001
2568.37/2533.48	c cleaning 86516 clauses out of 366839 with flag 41511442/3995000
2656.57/2619.49	c cleaning 87366 clauses out of 370324 with flag 42775971/4085001
2742.68/2704.43	c cleaning 88659 clauses out of 373957 with flag 43873286/4176000
2837.24/2796.34	c cleaning 89251 clauses out of 377298 with flag 45113340/4268000
2927.86/2885.20	c cleaning 90486 clauses out of 381047 with flag 46229035/4361000
3025.75/2982.14	c cleaning 91581 clauses out of 384562 with flag 47438253/4455001
3126.03/3081.04	c cleaning 92310 clauses out of 387980 with flag 48733032/4550000
3228.12/3181.72	c cleaning 93817 clauses out of 391672 with flag 50174085/4646002
3349.48/3300.65	c cleaning 94520 clauses out of 394853 with flag 51800955/4743000
3451.15/3400.15	c cleaning 95593 clauses out of 398333 with flag 53102143/4841000
3556.32/3502.93	c cleaning 97080 clauses out of 401741 with flag 54459967/4940001
3600.04/3545.82	c timeout
3600.04/3545.84	c starts		: 44338
3600.04/3545.85	c conflicts		: 4995230
3600.04/3545.85	c decisions		: 64640819
3600.04/3545.85	c propagations		: 1834276144
3600.04/3545.85	c inspects		: 21572464761
3600.04/3545.85	c shortcuts		: 0
3600.04/3545.85	c learnt literals	: 96
3600.04/3545.85	c learnt binary clauses	: 108155
3600.04/3545.85	c learnt ternary clauses	: 131768
3600.04/3545.85	c learnt constraints	: 4995134
3600.04/3545.85	c ignored constraints	: 0
3600.04/3545.85	c root simplifications	: 0
3600.04/3545.85	c removed literals (reason simplification)	: 140100578
3600.04/3545.85	c reason swapping (by a shorter reason)	: 0
3600.04/3545.85	c Calls to reduceDB	: 95
3600.04/3545.85	c Number of update (reduction) of LBD	: 4517019
3600.04/3545.85	c Imported unit clauses	: 0
3600.04/3545.85	c No decision after first conflict	: false
3600.04/3545.86	c number of reductions to clauses (during analyze)	: 0
3600.04/3545.86	c number of learned constraints concerned by reduction	: 0
3600.04/3545.86	c number of learning phase by resolution	: 0
3600.04/3545.86	c number of learning phase by cutting planes	: 0
3600.04/3545.86	c number of rounding to 1 operations	: 0
3600.04/3545.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3545.86	c number of reductions of the coefficients by power 2 	: 0
3600.04/3545.86	c number of right shift for reduction by power 2 	: 0
3600.04/3545.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3545.86	c number of ending skipping 	: 0
3600.04/3545.86	c number of internal skipping 	: 0
3600.04/3545.86	c number of derivation steps 	: 0
3600.04/3545.86	c number of skipped derivation steps 	: 0
3600.04/3545.86	c number of remaining unassigned 	: 0
3600.04/3545.86	c number of remaining assigned 	: 0
3600.04/3545.86	c number of falsified literals weakened from reason	: 0
3600.04/3545.86	c number of falsified literals weakened from conflict	: 0
3600.04/3545.86	c time for arithmetic operations	: 0
3600.04/3545.86	c minimum degree of deleted constraints	: null
3600.04/3545.86	c maximum degree of deleted constraints	: null
3600.04/3545.86	c number of deleted constraints	: 0
3600.04/3545.86	c speed (assignments/second)	: 517387.4524506765
3600.04/3545.86	c non guided choices	: 3345
3600.29/3546.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 251733
3600.29/3546.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 108155
3600.29/3546.03	s UNKNOWN
3600.29/3546.03	c Total wall clock time (in seconds): 3545.79

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=21228, runsolver pid=21225

[startup+0.100073 s]*
/proc/loadavg: 4.55 4.30 4.26 5/331 21246
/proc/meminfo: memFree=115517740/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=18930384 memory=48724 CPUtime=0.12 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 5856 0 0 0 10 2 0 0 20 0 18 0 34684105 19384713216 12181 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4732596 12181 5328 1 0 547041 0
[pid=21228/tid=21230] ppid=21225 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 4739 0 0 0 6 1 0 0 20 0 18 0 34684106 19384713216 12181 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34684110 19384713216 12181 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=18930384 memory=55195547748946 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34684111 19384713216 12181 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48724 KiB

[startup+0.214257 s]*
/proc/loadavg: 4.55 4.30 4.26 6/331 21246
/proc/meminfo: memFree=115503436/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=18930384 memory=58732 CPUtime=0.34 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 6747 0 0 0 31 3 0 0 20 0 18 0 34684105 19384713216 14683 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4732596 14683 5424 1 0 547760 0
[pid=21228/tid=21230] ppid=21225 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 5215 0 0 0 18 2 0 0 20 0 18 0 34684106 19384713216 14683 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34684110 19384713216 14683 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34684111 19384713216 14715 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58732 KiB

[startup+0.331368 s]*
/proc/loadavg: 4.55 4.30 4.26 7/331 21246
/proc/meminfo: memFree=115487052/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=18930384 memory=65372 CPUtime=0.53 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 6871 0 0 0 49 4 0 0 20 0 18 0 34684105 19384713216 16343 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4732596 16343 5424 1 0 547836 0
[pid=21228/tid=21230] ppid=21225 vsize=18930384 memory=-6000919485641943917 CPUtime=0.3 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 5281 0 0 0 28 2 0 0 20 0 18 0 34684106 19384713216 16343 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34684110 19384713216 16343 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34684111 19384713216 16343 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65372 KiB

[startup+0.700382 s]
/proc/loadavg: 4.55 4.30 4.26 6/331 21246
/proc/meminfo: memFree=115455608/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=18997688 memory=100320 CPUtime=1.2 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 10246 0 0 0 113 7 0 0 20 0 19 0 34684105 19453632512 25080 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4749422 25080 5424 1 0 550531 0
[pid=21228/tid=21230] ppid=21225 vsize=18997688 memory=17024 CPUtime=0.54 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 5369 0 0 0 50 4 0 0 20 0 19 0 34684106 19453632512 25080 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=18997688 memory=11264 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34684110 19453632512 25080 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=18997688 memory=3200 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 34684111 19453632512 25080 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18997688 KiB
Current children cumulated memory: 100320 KiB

[startup+1.5003 s]
/proc/loadavg: 4.55 4.30 4.26 6/332 21247
/proc/meminfo: memFree=115378356/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=18996948 memory=152144 CPUtime=2.78 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 20125 0 0 0 269 9 0 0 20 0 19 0 34684105 19452874752 38036 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4749237 38036 5424 1 0 553534 0
[pid=21228/tid=21230] ppid=21225 vsize=18996948 memory=3200 CPUtime=1.23 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 5713 0 0 0 118 5 0 0 20 0 19 0 34684106 19452874752 38036 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34684110 19452874752 38036 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 34684111 19452874752 38036 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=18996948 memory=14464 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34684164 19452874752 38036 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152144 KiB

[startup+3.1057 s]
/proc/loadavg: 4.55 4.30 4.26 6/310 21259
/proc/meminfo: memFree=117086672/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=178688 CPUtime=5.93 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 23671 0 0 0 581 12 0 0 20 0 20 0 34684105 19521036288 44672 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 44672 5456 1 0 553888 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=14464 CPUtime=2.75 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 6879 0 0 0 268 7 0 0 20 0 20 0 34684106 19521036288 44672 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 44672 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 44672 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 44672 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178688 KiB

[startup+6.3004 s]
/proc/loadavg: 4.59 4.31 4.26 7/331 21313
/proc/meminfo: memFree=122367556/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=271868 CPUtime=10.16 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 27232 0 0 0 1000 16 0 0 20 0 20 0 34684105 19521036288 67967 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 67967 5456 1 0 554629 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=0 CPUtime=5.91 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 7111 0 0 0 581 10 0 0 20 0 20 0 34684106 19521036288 67967 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 67967 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 67967 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=162516 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 67967 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 271868 KiB

[startup+12.7004 s]
/proc/loadavg: 4.62 4.32 4.26 5/333 21315
/proc/meminfo: memFree=121696588/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=485068 CPUtime=16.66 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 30753 0 0 0 1642 24 0 0 20 0 20 0 34684105 19521036288 121267 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 121267 5488 1 0 554629 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=162516 CPUtime=12.14 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 8045 0 0 0 1198 16 0 0 20 0 20 0 34684106 19521036288 121267 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 121267 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=485068 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 121267 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 121267 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 16.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 485068 KiB

[startup+25.5004 s]
/proc/loadavg: 4.56 4.32 4.27 5/332 21383
/proc/meminfo: memFree=127052096/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1116336 CPUtime=29.53 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 34392 0 0 0 2912 41 0 0 20 0 20 0 34684105 19521036288 279084 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 279084 5488 1 0 799008 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=485068 CPUtime=24.5 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 9291 0 0 0 2419 31 0 0 20 0 20 0 34684106 19521036288 279084 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 279084 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=162516 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 279084 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=280060 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 279084 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1116336 KiB

[startup+51.1138 s]
/proc/loadavg: 4.80 4.40 4.30 5/332 21383
/proc/meminfo: memFree=123902864/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1493584 CPUtime=55.53 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 38248 0 0 0 5494 59 0 0 20 0 20 0 34684105 19521036288 373396 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 373396 5488 1 0 799020 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=14464 CPUtime=49.49 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 10548 0 0 0 4907 42 0 0 20 0 20 0 34684106 19521036288 373396 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=485068 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 373396 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 373396 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0

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

/proc/meminfo: memFree=92766384/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3269.33 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 190143 0 0 0 325826 1107 0 0 20 0 20 0 34684105 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 399541 5520 1 0 409293 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=1590356 CPUtime=3168.71 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 104978 0 0 0 316023 848 0 0 20 0 20 0 34684106 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 1720 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 3269.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1598164 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.33 4.25 6/331 21551
/proc/meminfo: memFree=92281640/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3330.26 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 190203 0 0 0 331904 1122 0 0 20 0 20 0 34684105 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 399541 5520 1 0 409293 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=17024 CPUtime=3227.97 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 104983 0 0 0 321937 860 0 0 20 0 20 0 34684106 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 1761 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=4896 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 3330.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1598164 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.32 4.25 5/331 21553
/proc/meminfo: memFree=92184840/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3391.67 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 190509 0 0 0 338025 1142 0 0 20 0 20 0 34684105 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 399541 5520 1 0 409293 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=17024 CPUtime=3286.98 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 105281 0 0 0 327824 874 0 0 20 0 20 0 34684106 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 1761 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 3391.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1598164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.32 4.25 5/332 21560
/proc/meminfo: memFree=91679412/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3453.38 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 194671 0 0 0 344181 1157 0 0 20 0 20 0 34684105 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 399541 5520 1 0 409293 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3346.09 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 108121 0 0 0 333725 884 0 0 20 0 20 0 34684106 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 1762 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 3453.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1598164 KiB

[startup+3462.3 s]
/proc/loadavg: 4.85 4.48 4.31 5/332 21562
/proc/meminfo: memFree=91280204/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3514.35 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 196104 0 0 0 350261 1174 0 0 20 0 20 0 34684105 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 399541 5520 1 0 409293 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3404.81 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 109253 0 0 0 339583 898 0 0 20 0 20 0 34684106 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 1792 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 3514.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1598164 KiB

[startup+3522.3 s]
/proc/loadavg: 4.70 4.50 4.33 5/330 21564
/proc/meminfo: memFree=90978148/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3576.34 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 198579 0 0 0 356441 1193 0 0 20 0 20 0 34684105 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 399541 5520 1 0 409293 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3463.94 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 110602 0 0 0 345482 912 0 0 20 0 20 0 34684106 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=1598164 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 1833 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=-6000919485641943917 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 3576.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1598164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3545.8 s]
/proc/loadavg: 4.52 4.47 4.33 5/330 21564
/proc/meminfo: memFree=90852700/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19063512 memory=1598164 CPUtime=3600.04 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 198582 0 0 0 358803 1201 0 0 20 0 20 0 34684105 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4765878 399541 5520 1 0 409293 0
[pid=21228/tid=21230] ppid=21225 vsize=19063512 memory=5504 CPUtime=3487.01 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) R 21225 21228 20294 0 -1 4194368 110603 0 0 0 347783 918 0 0 20 0 20 0 34684106 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684110 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 1833 0 0 0 0 0 0 0 20 0 20 0 34684111 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21247] ppid=21225 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/21228/task/21247/stat : 21247 (Timer-0) S 21225 21228 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684164 19521036288 399541 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1598164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.3 s, system=12.0346 s

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

[startup+3546 s]*
/proc/loadavg: 4.52 4.47 4.33 6/331 21567
/proc/meminfo: memFree=90853976/131382120 swapFree=33010684/33010684
[pid=21228] ppid=21225 vsize=19263204 memory=1598804 CPUtime=3600.29 cores=0,2
/proc/21228/stat : 21228 (java) S 21225 21228 20294 0 -1 4194304 199814 0 0 0 358827 1202 0 0 20 0 21 0 34684105 19725520896 399701 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
/proc/21228/statm: 4815801 399701 5520 1 0 410242 0
[pid=21228/tid=21230] ppid=21225 vsize=19263204 memory=3200 CPUtime=3487.04 cores=0,2
/proc/21228/task/21230/stat : 21230 (java) S 21225 21228 20294 0 -1 4194368 110820 0 0 0 347785 919 0 0 20 0 21 0 34684106 19725520896 399701 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21239] ppid=21225 vsize=19263204 memory=4896 CPUtime=0 cores=0,2
/proc/21228/task/21239/stat : 21239 (Finalizer) S 21225 21228 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34684110 19725520896 399701 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21246] ppid=21225 vsize=19263204 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/21228/task/21246/stat : 21246 (Common-Cleaner) S 21225 21228 20294 0 -1 4194368 1833 0 0 0 0 0 0 0 20 0 21 0 34684111 19725520896 399701 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
[pid=21228/tid=21567] ppid=21225 vsize=19263204 memory=5240 CPUtime=0.15 cores=0,2
/proc/21228/task/21567/stat : 21567 (Thread-0) R 21225 21228 20294 0 -1 4194368 134 0 0 0 15 0 0 0 20 0 21 0 35038686 19725520896 399701 18446744073709551615 94421398966272 94421398969968 140733121776176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94421398977784 94421398978576 94421421236224 140733121784112 140733121784294 140733121784294 140733121789896 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1598804 KiB

Child status: 143

Real time (s): 3546.05
CPU time (s): 3600.33
CPU user time (s): 3588.3
CPU system time (s): 12.0346
CPU usage (%): 101.531
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3158356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.3
system time used= 12.0346
maximum resident set size= 3158356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199926
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14632520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121691
involuntary context switches= 14794


# summary of solver processes directly reported to runsolver:
#   pid: 21228
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3588.3
#   total CPU system time (s): 12.0346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7345 second user time and 38.4908 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 11:40:53
IDJOB=4507273
IDBENCH=158339
IDSOLVER=3364
FILE ID=nodeC002/4507273-1751190053
RUNJOBID= nodeC002-1751182786-20304
SLURM_JOB_ID= 9587562
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= dd58632d9551a3604736dadf6eadc418
RANDOM SEED=334202659

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        115534292 kB
MemAvailable:   126066328 kB
Buffers:            3280 kB
Cached:         11331472 kB
SwapCached:            0 kB
Active:          4198828 kB
Inactive:       11083740 kB
Active(anon):    3965856 kB
Inactive(anon):        0 kB
Active(file):     232972 kB
Inactive(file): 11083740 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             85556 kB
Writeback:             0 kB
AnonPages:       3945896 kB
Mapped:           122320 kB
Shmem:             17960 kB
KReclaimable:     109900 kB
Slab:             195576 kB
SReclaimable:     109900 kB
SUnreclaim:        85676 kB
KernelStack:        5072 kB
PageTables:        11424 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7054032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3745792 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC002 at 2025-06-29 12:39:59