Trace number 4507272

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.32 3584.56

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.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.21	c os.arch		amd64
0.11/0.22	c Free memory 		2104792832
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.11/0.23	c Number of processors 	2
0.30/0.33	c Pseudo Boolean Optimization by upper bound
0.30/0.33	c --- Begin Solver configuration ---
0.30/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.30/0.33	c Learn all clauses as in MiniSAT
0.30/0.33	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.33	c Expensive reason simplification
0.30/0.33	c Glucose 2.1 dynamic restart strategy
0.30/0.33	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.30/0.33	c timeout=2147483s
0.30/0.33	c DB Simplification allowed=false
0.30/0.33	c Listener: none
0.30/0.33	c --- End Solver configuration ---
0.30/0.33	c solving HOME/instance-4507272-1751189959.opb
0.30/0.33	c reading problem ... 
0.30/0.33	c  no objective function found
0.99/0.67	c ... done. Wall clock time 0.335s.
0.99/0.67	c declared #vars     6120
0.99/0.67	c #constraints  6302
0.99/0.67	c constraints type 
0.99/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
0.99/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
0.99/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
0.99/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.99/0.67	c 6302 constraints processed.
3.46/2.14	c cleaning 2497 clauses out of 4999 with flag 23445/5004
5.35/3.15	c cleaning 4232 clauses out of 8489 with flag 59580/11000
6.95/4.74	c cleaning 5612 clauses out of 11250 with flag 104340/18000
8.98/6.50	c cleaning 6812 clauses out of 13626 with flag 156368/26000
10.69/8.22	c cleaning 7856 clauses out of 15813 with flag 215941/35000
13.90/11.50	c cleaning 8946 clauses out of 17949 with flag 293531/45000
15.80/13.32	c cleaning 9728 clauses out of 20000 with flag 359027/56000
17.79/15.33	c cleaning 10276 clauses out of 22272 with flag 425441/68001
20.08/17.63	c cleaning 11078 clauses out of 24996 with flag 500299/81002
22.61/20.19	c cleaning 12027 clauses out of 27917 with flag 579029/95002
25.30/22.82	c cleaning 12907 clauses out of 30888 with flag 667475/110000
28.29/25.89	c cleaning 13643 clauses out of 33978 with flag 761046/126000
31.88/29.37	c cleaning 14561 clauses out of 37339 with flag 868210/143004
35.66/33.01	c cleaning 15422 clauses out of 40773 with flag 977957/161000
39.69/37.09	c cleaning 16327 clauses out of 44353 with flag 1090970/180003
44.07/41.45	c cleaning 17199 clauses out of 48021 with flag 1217065/200001
48.57/45.94	c cleaning 18053 clauses out of 51822 with flag 1353563/221002
53.76/51.09	c cleaning 18852 clauses out of 55768 with flag 1494198/243002
59.03/56.38	c cleaning 19696 clauses out of 59914 with flag 1650385/266000
64.99/62.27	c cleaning 20551 clauses out of 64218 with flag 1806469/290000
70.90/68.12	c cleaning 21892 clauses out of 68664 with flag 1968563/315000
78.10/75.31	c cleaning 22570 clauses out of 72771 with flag 2139247/341000
87.21/84.49	c cleaning 23561 clauses out of 77202 with flag 2313276/368001
94.49/91.70	c cleaning 24492 clauses out of 81637 with flag 2504251/396000
102.35/99.57	c cleaning 25277 clauses out of 86143 with flag 2702706/425000
110.51/107.65	c cleaning 26449 clauses out of 90863 with flag 2914837/455000
119.40/116.51	c cleaning 27067 clauses out of 95412 with flag 3145533/486000
128.56/125.69	c cleaning 28248 clauses out of 100344 with flag 3382170/518000
138.60/135.62	c cleaning 29428 clauses out of 105095 with flag 3623359/551000
150.44/147.47	c cleaning 29908 clauses out of 109666 with flag 3876126/585000
161.10/158.04	c cleaning 30941 clauses out of 114758 with flag 4142705/620000
171.96/168.82	c cleaning 31903 clauses out of 119818 with flag 4420939/656001
183.44/180.30	c cleaning 33036 clauses out of 124912 with flag 4704411/693001
197.85/194.38	c cleaning 33794 clauses out of 129874 with flag 5005643/731000
211.60/208.02	c cleaning 34906 clauses out of 135081 with flag 5308996/770001
225.59/221.98	c cleaning 35715 clauses out of 140176 with flag 5630069/810004
241.40/237.76	c cleaning 36769 clauses out of 145458 with flag 5968101/851001
256.56/252.81	c cleaning 37824 clauses out of 150689 with flag 6309970/893001
273.00/269.26	c cleaning 38766 clauses out of 155865 with flag 6665337/936001
289.55/285.75	c cleaning 39914 clauses out of 161098 with flag 7040446/980000
306.37/302.59	c cleaning 40847 clauses out of 166184 with flag 7418146/1025000
324.40/320.51	c cleaning 41514 clauses out of 171337 with flag 7822676/1071001
344.58/340.73	c cleaning 42774 clauses out of 176822 with flag 8249581/1118000
364.43/360.54	c cleaning 43798 clauses out of 182050 with flag 8728801/1166002
386.21/382.06	c cleaning 44949 clauses out of 187250 with flag 9172783/1215000
409.11/404.97	c cleaning 46151 clauses out of 192302 with flag 9642163/1265001
432.06/427.73	c cleaning 46914 clauses out of 197150 with flag 10129563/1316000
455.55/451.11	c cleaning 47939 clauses out of 202238 with flag 10612313/1368002
479.08/474.61	c cleaning 48762 clauses out of 207298 with flag 11102216/1421002
503.92/499.45	c cleaning 49977 clauses out of 212534 with flag 11614205/1475000
531.61/527.10	c cleaning 50769 clauses out of 217557 with flag 12133178/1530000
558.93/554.35	c cleaning 51896 clauses out of 222788 with flag 12725409/1586000
587.89/582.78	c cleaning 52936 clauses out of 227894 with flag 13283979/1643002
619.61/614.45	c cleaning 53987 clauses out of 232960 with flag 13907230/1701004
652.24/646.93	c cleaning 54946 clauses out of 237970 with flag 14511082/1760002
684.19/678.86	c cleaning 55962 clauses out of 243022 with flag 15142662/1820001
717.34/711.87	c cleaning 57001 clauses out of 248059 with flag 15785772/1881001
751.61/746.11	c cleaning 58235 clauses out of 253057 with flag 16423308/1943000
787.15/781.51	c cleaning 59021 clauses out of 257822 with flag 17115871/2006000
826.04/820.20	c cleaning 60119 clauses out of 262801 with flag 17857331/2070000
863.93/858.01	c cleaning 61139 clauses out of 267683 with flag 18591532/2135001
902.11/896.02	c cleaning 62337 clauses out of 272542 with flag 19349158/2201000
943.36/936.66	c cleaning 63351 clauses out of 277205 with flag 20085171/2268000
984.57/977.76	c cleaning 64407 clauses out of 281855 with flag 20837903/2336002
1031.22/1024.32	c cleaning 65279 clauses out of 286446 with flag 21631478/2405000
1074.88/1067.82	c cleaning 66609 clauses out of 291167 with flag 22434654/2475000
1123.56/1116.64	c cleaning 67748 clauses out of 295559 with flag 23258200/2546001
1171.48/1164.45	c cleaning 68489 clauses out of 299812 with flag 24094931/2618002
1223.49/1216.39	c cleaning 70016 clauses out of 304320 with flag 25032249/2691000
1276.24/1268.99	c cleaning 70796 clauses out of 308306 with flag 25891679/2765002
1327.07/1319.67	c cleaning 71963 clauses out of 312509 with flag 26715413/2840002
1381.00/1373.49	c cleaning 72951 clauses out of 316543 with flag 27576286/2916000
1436.70/1428.31	c cleaning 73999 clauses out of 320591 with flag 28446116/2993000
1494.36/1485.83	c cleaning 74990 clauses out of 324594 with flag 29375346/3071002
1552.53/1543.85	c cleaning 76053 clauses out of 328603 with flag 30294144/3150001
1611.73/1602.88	c cleaning 76903 clauses out of 332549 with flag 31274585/3230000
1676.95/1667.81	c cleaning 78194 clauses out of 336645 with flag 32409191/3311000
1743.36/1734.19	c cleaning 79128 clauses out of 340451 with flag 33457184/3393000
1809.18/1799.79	c cleaning 80434 clauses out of 344323 with flag 34656178/3476001
1873.83/1864.14	c cleaning 81024 clauses out of 347890 with flag 35654739/3560002
1949.33/1939.57	c cleaning 82158 clauses out of 351864 with flag 36913884/3645000
2016.24/2006.21	c cleaning 83617 clauses out of 355706 with flag 38098451/3731000
2088.71/2077.49	c cleaning 83915 clauses out of 359089 with flag 39205408/3818000
2162.26/2150.92	c cleaning 85335 clauses out of 363175 with flag 40377025/3906001
2236.03/2224.46	c cleaning 86516 clauses out of 366839 with flag 41511442/3995000
2312.62/2300.95	c cleaning 87366 clauses out of 370324 with flag 42775971/4085001
2388.41/2376.45	c cleaning 88659 clauses out of 373957 with flag 43873286/4176000
2469.49/2457.43	c cleaning 89251 clauses out of 377298 with flag 45113340/4268000
2546.01/2533.70	c cleaning 90486 clauses out of 381047 with flag 46229035/4361000
2630.64/2618.27	c cleaning 91581 clauses out of 384562 with flag 47438253/4455001
2717.14/2704.60	c cleaning 92310 clauses out of 387980 with flag 48733032/4550000
2808.28/2795.59	c cleaning 93817 clauses out of 391672 with flag 50174085/4646002
2914.35/2901.31	c cleaning 94520 clauses out of 394853 with flag 51800955/4743000
3002.65/2989.26	c cleaning 95593 clauses out of 398333 with flag 53102143/4841000
3091.26/3077.71	c cleaning 97080 clauses out of 401741 with flag 54459967/4940001
3185.52/3171.77	c cleaning 97743 clauses out of 404659 with flag 55839609/5040001
3312.19/3297.13	c cleaning 98224 clauses out of 407920 with flag 58002242/5141005
3408.00/3392.76	c cleaning 99999 clauses out of 411694 with flag 59614155/5243003
3527.04/3511.65	c cleaning 100281 clauses out of 414692 with flag 61629729/5346000
3600.05/3584.43	c timeout
3600.05/3584.43	c starts		: 49766
3600.05/3584.44	c conflicts		: 5432120
3600.05/3584.44	c decisions		: 69995113
3600.05/3584.44	c propagations		: 1997853761
3600.05/3584.44	c inspects		: 24643026537
3600.05/3584.44	c shortcuts		: 0
3600.05/3584.44	c learnt literals	: 96
3600.05/3584.44	c learnt binary clauses	: 111507
3600.05/3584.44	c learnt ternary clauses	: 136750
3600.05/3584.44	c learnt constraints	: 5432024
3600.05/3584.44	c ignored constraints	: 0
3600.05/3584.44	c root simplifications	: 0
3600.05/3584.44	c removed literals (reason simplification)	: 161434317
3600.05/3584.44	c reason swapping (by a shorter reason)	: 0
3600.05/3584.44	c Calls to reduceDB	: 99
3600.05/3584.44	c Number of update (reduction) of LBD	: 4946332
3600.05/3584.44	c Imported unit clauses	: 0
3600.05/3584.44	c No decision after first conflict	: false
3600.05/3584.44	c number of reductions to clauses (during analyze)	: 0
3600.05/3584.44	c number of learned constraints concerned by reduction	: 0
3600.05/3584.44	c number of learning phase by resolution	: 0
3600.05/3584.44	c number of learning phase by cutting planes	: 0
3600.05/3584.44	c number of rounding to 1 operations	: 0
3600.05/3584.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3584.44	c number of reductions of the coefficients by power 2 	: 0
3600.05/3584.44	c number of right shift for reduction by power 2 	: 0
3600.05/3584.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3584.44	c number of ending skipping 	: 0
3600.05/3584.44	c number of internal skipping 	: 0
3600.05/3584.44	c number of derivation steps 	: 0
3600.05/3584.44	c number of skipped derivation steps 	: 0
3600.05/3584.44	c number of remaining unassigned 	: 0
3600.05/3584.44	c number of remaining assigned 	: 0
3600.05/3584.44	c number of falsified literals weakened from reason	: 0
3600.05/3584.44	c number of falsified literals weakened from conflict	: 0
3600.05/3584.44	c time for arithmetic operations	: 0
3600.05/3584.44	c minimum degree of deleted constraints	: null
3600.05/3584.44	c maximum degree of deleted constraints	: null
3600.05/3584.44	c number of deleted constraints	: 0
3600.05/3584.44	c speed (assignments/second)	: 557473.1172534375
3600.05/3584.44	c non guided choices	: 3345
3600.25/3584.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 289024
3600.25/3584.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 111507
3600.25/3584.52	s UNKNOWN
3600.25/3584.52	c Total wall clock time (in seconds): 3584.195

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507272-1751189959/watcher-4507272-1751189959 -o /tmp/evaluation-result-4507272-1751189959/solver-4507272-1751189959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24220 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4507272-1751189959.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 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=25109, runsolver pid=25106

[startup+0.10007 s]*
/proc/loadavg: 4.16 4.12 4.13 5/301 25127
/proc/meminfo: memFree=125864644/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=18930384 memory=48212 CPUtime=0.11 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 5755 0 0 0 7 4 0 0 20 0 18 0 34675700 19384713216 12053 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4732596 12053 5307 1 0 546992 0
[pid=25109/tid=25111] ppid=25106 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 4635 0 0 0 5 2 0 0 20 0 18 0 34675702 19384713216 12053 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675707 19384713216 12053 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675708 19384713216 12053 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48212 KiB

[startup+0.214207 s]*
/proc/loadavg: 4.16 4.12 4.13 7/302 25132
/proc/meminfo: memFree=125818676/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=18930384 memory=54424 CPUtime=0.3 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 6238 0 0 0 25 5 0 0 20 0 18 0 34675700 19384713216 13606 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4732596 13606 5339 1 0 547344 0
[pid=25109/tid=25111] ppid=25106 vsize=18930384 memory=4026624521 CPUtime=0.19 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 4996 0 0 0 16 3 0 0 20 0 18 0 34675702 19384713216 13606 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=18930384 memory=211342852430 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675707 19384713216 13606 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=18930384 memory=52996524491443 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675708 19384713216 13606 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54424 KiB

[startup+0.319647 s]*
/proc/loadavg: 4.16 4.12 4.13 8/301 25137
/proc/meminfo: memFree=125802692/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=18930384 memory=58420 CPUtime=0.47 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 6773 0 0 0 41 6 0 0 20 0 18 0 34675700 19384713216 14605 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4732596 14605 5339 1 0 547780 0
[pid=25109/tid=25111] ppid=25106 vsize=18930384 memory=-6000919477068785773 CPUtime=0.29 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 5227 0 0 0 26 3 0 0 20 0 18 0 34675702 19384713216 14605 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675707 19384713216 14605 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675708 19384713216 14605 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58420 KiB

[startup+0.700395 s]
/proc/loadavg: 4.16 4.12 4.13 7/301 25137
/proc/meminfo: memFree=125788704/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=18996948 memory=95080 CPUtime=1.14 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 8624 0 0 0 105 9 0 0 20 0 19 0 34675700 19452874752 23770 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4749237 23770 5403 1 0 549313 0
[pid=25109/tid=25111] ppid=25106 vsize=18996948 memory=17152 CPUtime=0.65 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 5338 0 0 0 61 4 0 0 20 0 19 0 34675702 19452874752 23770 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675707 19452874752 23770 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675708 19452874752 23770 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95080 KiB

[startup+1.50027 s]
/proc/loadavg: 4.16 4.12 4.13 6/304 25144
/proc/meminfo: memFree=125756092/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=18996948 memory=103472 CPUtime=2.68 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 13664 0 0 0 257 11 0 0 20 0 19 0 34675700 19452874752 25868 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4749237 25868 5435 1 0 550701 0
[pid=25109/tid=25111] ppid=25106 vsize=18996948 memory=3200 CPUtime=1.37 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 5530 0 0 0 132 5 0 0 20 0 19 0 34675702 19452874752 25868 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675707 19452874752 25868 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675708 19452874752 25868 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=18996948 memory=14560 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34675768 19452874752 25868 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103472 KiB

[startup+3.10572 s]
/proc/loadavg: 4.30 4.15 4.14 9/322 25258
/proc/meminfo: memFree=129622424/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=18996948 memory=127952 CPUtime=5.35 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 21555 0 0 0 520 15 0 0 20 0 19 0 34675700 19452874752 31988 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4749237 31988 5435 1 0 553780 0
[pid=25109/tid=25111] ppid=25106 vsize=18996948 memory=10624 CPUtime=2.95 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 6822 0 0 0 289 6 0 0 20 0 19 0 34675702 19452874752 31988 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=18996948 memory=14560 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675707 19452874752 31988 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675708 19452874752 31988 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34675768 19452874752 31988 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 127952 KiB

[startup+6.30045 s]
/proc/loadavg: 4.30 4.15 4.14 6/323 25259
/proc/meminfo: memFree=129455716/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=18996948 memory=142144 CPUtime=8.79 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 25815 0 0 0 863 16 0 0 20 0 19 0 34675700 19452874752 35536 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4749237 35536 5435 1 0 553784 0
[pid=25109/tid=25111] ppid=25106 vsize=18996948 memory=0 CPUtime=6.13 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 7555 0 0 0 606 7 0 0 20 0 19 0 34675702 19452874752 35536 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675707 19452874752 35536 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675708 19452874752 35536 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=18996948 memory=103600 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34675768 19452874752 35536 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 8.79 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142144 KiB

[startup+12.7005 s]
/proc/loadavg: 4.28 4.14 4.14 5/326 25262
/proc/meminfo: memFree=129336308/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=177536 CPUtime=15.2 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 28158 0 0 0 1502 18 0 0 20 0 20 0 34675700 19521036288 44384 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 44384 5499 1 0 554073 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=10624 CPUtime=12.46 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 8299 0 0 0 1239 7 0 0 20 0 20 0 34675702 19521036288 44384 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=103600 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 44384 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=177536 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 44384 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 44384 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177536 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.14 4.14 5/326 25262
/proc/meminfo: memFree=129253380/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=183728 CPUtime=27.99 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 30677 0 0 0 2780 19 0 0 20 0 20 0 34675700 19521036288 45932 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 45932 5499 1 0 554073 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=177536 CPUtime=25.15 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 9177 0 0 0 2508 7 0 0 20 0 20 0 34675702 19521036288 45932 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=183728 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 45932 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 45932 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 45932 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 27.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183728 KiB

[startup+51.1136 s]
/proc/loadavg: 4.20 4.14 4.14 5/326 25263
/proc/meminfo: memFree=128691976/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=388956 CPUtime=53.86 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 33253 0 0 0 5360 26 0 0 20 0 20 0 34675700 19521036288 97239 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 97239 5499 1 0 554073 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=-6000919481380595565 CPUtime=50.24 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 9476 0 0 0 5017 7 0 0 20 0 20 0 34675702 19521036288 97239 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=9216 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 97239 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=249576 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 97239 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=249576 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.11 4.22 4.21 5/326 25421
/proc/meminfo: memFree=110582824/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=5934960 CPUtime=3297.4 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 137338 0 0 0 329387 353 0 0 20 0 20 0 34675700 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 1483740 5531 1 0 2042135 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=5724016 CPUtime=3251.26 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 68190 0 0 0 325090 36 0 0 20 0 20 0 34675702 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=6836 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=5681008 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 1024 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 3297.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5934960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.19 4.20 5/326 25423
/proc/meminfo: memFree=110574648/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=5934960 CPUtime=3357.3 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 139746 0 0 0 335373 357 0 0 20 0 20 0 34675700 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 1483740 5531 1 0 2042145 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=5934960 CPUtime=3311.11 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 70533 0 0 0 331074 37 0 0 20 0 20 0 34675702 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=5934960 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=5934960 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 1025 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 1483740 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 3357.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5934960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.20 4.20 5/326 25429
/proc/meminfo: memFree=110283920/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=6008908 CPUtime=3417.58 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 143283 0 0 0 341395 363 0 0 20 0 20 0 34675700 19521036288 1502227 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 1502227 5531 1 0 2042162 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=6008908 CPUtime=3370.56 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 72954 0 0 0 337018 38 0 0 20 0 20 0 34675702 19521036288 1502227 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 1502227 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=6008908 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 1084 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 1502227 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 1502227 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 3417.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6008908 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.16 4.18 5/326 25431
/proc/meminfo: memFree=109870116/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=6013556 CPUtime=3477.81 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 145417 0 0 0 347414 367 0 0 20 0 20 0 34675700 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 1503389 5531 1 0 2042321 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=6013556 CPUtime=3430.03 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 74089 0 0 0 342965 38 0 0 20 0 20 0 34675702 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=6013556 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=6013556 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 3477.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6013556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.20 4.19 5/326 25433
/proc/meminfo: memFree=109378612/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=6013556 CPUtime=3538.06 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 148364 0 0 0 353435 371 0 0 20 0 20 0 34675700 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 1503389 5531 1 0 2042338 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=4252 CPUtime=3489.53 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 76196 0 0 0 348915 38 0 0 20 0 20 0 34675702 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=6013556 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=6013556 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 1143 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=6013556 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 3538.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6013556 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.21 4.19 5/326 25435
/proc/meminfo: memFree=109038408/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=6013556 CPUtime=3597.95 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 150352 0 0 0 359421 374 0 0 20 0 20 0 34675700 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 1503389 5531 1 0 2042338 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=6013556 CPUtime=3549.38 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 77987 0 0 0 354899 39 0 0 20 0 20 0 34675702 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=22004 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 1174 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=-6000919481380595565 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 3597.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6013556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.4 s]
/proc/loadavg: 4.33 4.22 4.20 5/303 25446
/proc/meminfo: memFree=113382032/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19063512 memory=6013556 CPUtime=3600.05 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 150359 0 0 0 359630 375 0 0 20 0 20 0 34675700 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4765878 1503389 5531 1 0 2042338 0
[pid=25109/tid=25111] ppid=25106 vsize=19063512 memory=2432 CPUtime=3551.47 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) R 25106 25109 24204 0 -1 4194368 77994 0 0 0 355108 39 0 0 20 0 20 0 34675702 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675707 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19063512 memory=-6000919481380595565 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 1174 0 0 0 0 0 0 0 20 0 20 0 34675708 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25138] ppid=25106 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/25109/task/25138/stat : 25138 (Timer-0) S 25106 25109 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675768 19521036288 1503389 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6013556 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.54 s, system=3.7816 s

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

[startup+3584.51 s]
/proc/loadavg: 4.33 4.22 4.20 5/303 25446
/proc/meminfo: memFree=113382032/131382112 swapFree=33010684/33010684
[pid=25109] ppid=25106 vsize=19263204 memory=6014196 CPUtime=3600.25 cores=5,7
/proc/25109/stat : 25109 (java) S 25106 25109 24204 0 -1 4194304 152702 0 0 0 359649 376 0 0 20 0 21 0 34675700 19725520896 1503549 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
/proc/25109/statm: 4815801 1503549 5531 1 0 2043275 0
[pid=25109/tid=25111] ppid=25106 vsize=19263204 memory=-6000919481380595565 CPUtime=3551.51 cores=5,7
/proc/25109/task/25111/stat : 25111 (java) S 25106 25109 24204 0 -1 4194368 78307 0 0 0 355112 39 0 0 20 0 21 0 34675702 19725520896 1503549 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25120] ppid=25106 vsize=19263204 memory=4252 CPUtime=0 cores=5,7
/proc/25109/task/25120/stat : 25120 (Finalizer) S 25106 25109 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34675707 19725520896 1503549 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
[pid=25109/tid=25127] ppid=25106 vsize=19263204 memory=10624 CPUtime=0 cores=5,7
/proc/25109/task/25127/stat : 25127 (Common-Cleaner) S 25106 25109 24204 0 -1 4194368 1174 0 0 0 0 0 0 0 20 0 21 0 34675708 19725520896 1503549 18446744073709551615 94051119063040 94051119066736 140726447058624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94051119074552 94051119075344 94051143192576 140726447065473 140726447065574 140726447065574 140726447071176 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6014196 KiB

Child status: 143

Real time (s): 3584.56
CPU time (s): 3600.32
CPU user time (s): 3596.54
CPU system time (s): 3.7816
CPU usage (%): 100.44
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6014196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.54
system time used= 3.7816
maximum resident set size= 6014452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152897
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109946
involuntary context switches= 12171


# summary of solver processes directly reported to runsolver:
#   pid: 25109
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.54
#   total CPU system time (s): 3.7816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8519 second user time and 37.6899 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 11:39:19
IDJOB=4507272
IDBENCH=158339
IDSOLVER=3363
FILE ID=nodeC009/4507272-1751189959
RUNJOBID= nodeC009-1751182786-24220
SLURM_JOB_ID= 9587563
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K90.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507272-1751189959/watcher-4507272-1751189959 -o /tmp/evaluation-result-4507272-1751189959/solver-4507272-1751189959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24220 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4507272-1751189959.opb

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

MD5SUM BENCH= dd58632d9551a3604736dadf6eadc418
RANDOM SEED=334202659

nodeC009 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		: 3592.478
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.85
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		: 1297.000
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.85
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.237
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.85
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		: 1496.539
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.85
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		: 3523.196
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.85
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		: 1197.356
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.85
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.412
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.85
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.225
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121484392 kB
MemAvailable:   121482840 kB
Buffers:            3280 kB
Cached:           808204 kB
SwapCached:            0 kB
Active:          8806688 kB
Inactive:         563024 kB
Active(anon):    8576196 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   563024 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3520 kB
Writeback:             0 kB
AnonPages:       8561660 kB
Mapped:           122312 kB
Shmem:             17960 kB
KReclaimable:      88732 kB
Slab:             170440 kB
SReclaimable:      88732 kB
SUnreclaim:        81708 kB
KernelStack:        4976 kB
PageTables:        20392 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   14019552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8265728 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

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