Trace number 4507344

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.34 3586.45

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K84.opb
MD5SUM5fb93660b547b6cc9dd610c04b6e276e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
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 85
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.27/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.22	c java.vm.version	22.0.1+8-16
0.27/0.22	c java.vm.vendor	Oracle Corporation
0.27/0.22	c sun.arch.data.model	64
0.27/0.22	c java.version		22.0.1
0.27/0.22	c os.name		Linux
0.27/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.22	c os.arch		amd64
0.27/0.23	c Free memory 		2104792832
0.27/0.23	c Max memory 		16282288128
0.27/0.23	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	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.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4507344-1751189962.opb
0.44/0.35	c reading problem ... 
0.44/0.35	c  no objective function found
0.97/0.68	c ... done. Wall clock time 0.325s.
0.97/0.68	c declared #vars     5712
0.97/0.68	c #constraints  5882
0.97/0.68	c constraints type 
0.97/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1079
0.97/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
0.97/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4717
0.97/0.68	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.97/0.68	c 5882 constraints processed.
4.03/2.58	c cleaning 2489 clauses out of 4995 with flag 32671/5000
5.60/3.58	c cleaning 4235 clauses out of 8503 with flag 74536/11001
7.08/4.76	c cleaning 5622 clauses out of 11262 with flag 128196/18000
8.49/6.17	c cleaning 6770 clauses out of 13636 with flag 181776/26000
9.97/7.65	c cleaning 7873 clauses out of 15861 with flag 243315/35000
11.87/9.35	c cleaning 8982 clauses out of 17984 with flag 309370/45000
13.76/11.27	c cleaning 9677 clauses out of 20000 with flag 377172/56000
15.86/13.32	c cleaning 10271 clauses out of 22318 with flag 446582/68001
18.15/15.63	c cleaning 11155 clauses out of 25049 with flag 521202/81004
20.67/18.19	c cleaning 11854 clauses out of 27887 with flag 605523/95000
23.57/21.09	c cleaning 12733 clauses out of 31028 with flag 700904/110000
26.67/24.13	c cleaning 13743 clauses out of 34296 with flag 798245/126002
30.01/27.42	c cleaning 14648 clauses out of 37548 with flag 903934/143000
33.68/31.09	c cleaning 15489 clauses out of 40899 with flag 1013410/161001
37.46/34.89	c cleaning 16252 clauses out of 44405 with flag 1132905/180001
41.67/39.08	c cleaning 17013 clauses out of 48146 with flag 1256324/200000
46.46/43.88	c cleaning 18075 clauses out of 52131 with flag 1392258/221000
51.36/48.78	c cleaning 19146 clauses out of 56050 with flag 1540669/243000
56.93/54.22	c cleaning 19967 clauses out of 59903 with flag 1692217/266000
62.32/59.68	c cleaning 20745 clauses out of 63936 with flag 1853400/290000
69.99/67.22	c cleaning 21723 clauses out of 68188 with flag 2024760/315002
76.67/73.99	c cleaning 22925 clauses out of 72462 with flag 2214651/341000
84.60/81.83	c cleaning 23661 clauses out of 76537 with flag 2403447/368000
92.68/89.95	c cleaning 24571 clauses out of 80876 with flag 2597811/396001
101.57/98.80	c cleaning 25534 clauses out of 85303 with flag 2809183/425000
111.06/108.31	c cleaning 26452 clauses out of 89775 with flag 3050821/455006
119.95/117.28	c cleaning 27730 clauses out of 94316 with flag 3306266/486000
129.89/127.12	c cleaning 28090 clauses out of 98583 with flag 3555131/518000
139.85/137.08	c cleaning 29441 clauses out of 103494 with flag 3815928/551002
150.49/147.64	c cleaning 30378 clauses out of 108051 with flag 4089941/585000
161.36/158.56	c cleaning 31392 clauses out of 112673 with flag 4376489/620000
174.77/171.97	c cleaning 32075 clauses out of 117279 with flag 4694065/656000
187.58/184.78	c cleaning 33075 clauses out of 122204 with flag 5031939/693001
202.28/199.46	c cleaning 33948 clauses out of 127130 with flag 5368225/731002
217.31/214.42	c cleaning 35226 clauses out of 132176 with flag 5716013/770000
233.17/229.90	c cleaning 36360 clauses out of 136948 with flag 6051200/810000
248.29/245.03	c cleaning 37133 clauses out of 141588 with flag 6412260/851000
264.10/260.81	c cleaning 38285 clauses out of 146456 with flag 6782908/893001
280.84/277.53	c cleaning 39066 clauses out of 151169 with flag 7199803/936000
297.87/294.49	c cleaning 40658 clauses out of 156103 with flag 7636603/980000
316.83/313.30	c cleaning 41255 clauses out of 160450 with flag 8089267/1025005
336.04/332.62	c cleaning 42365 clauses out of 165192 with flag 8513598/1071004
355.49/352.10	c cleaning 43410 clauses out of 169825 with flag 8980416/1118003
377.92/374.43	c cleaning 44360 clauses out of 174411 with flag 9530910/1166000
399.15/395.69	c cleaning 45499 clauses out of 179051 with flag 10038445/1215000
422.18/418.61	c cleaning 46338 clauses out of 183553 with flag 10542744/1265001
446.38/442.54	c cleaning 47563 clauses out of 188214 with flag 11075639/1316000
472.48/468.73	c cleaning 48516 clauses out of 192653 with flag 11716066/1368002
499.95/496.18	c cleaning 49651 clauses out of 197135 with flag 12343546/1421000
526.91/523.01	c cleaning 50504 clauses out of 201484 with flag 12931063/1475000
552.02/548.20	c cleaning 51708 clauses out of 205984 with flag 13524668/1530004
580.25/576.21	c cleaning 52830 clauses out of 210272 with flag 14149081/1586000
610.59/606.57	c cleaning 53706 clauses out of 214444 with flag 14818368/1643002
644.10/639.43	c cleaning 54618 clauses out of 218740 with flag 15527563/1701004
678.20/673.52	c cleaning 55655 clauses out of 223117 with flag 16274408/1760000
712.73/707.95	c cleaning 56734 clauses out of 227463 with flag 17008056/1820001
748.26/743.45	c cleaning 57717 clauses out of 231729 with flag 17778670/1881001
785.08/780.13	c cleaning 58842 clauses out of 236011 with flag 18585001/1943000
821.13/816.08	c cleaning 59828 clauses out of 240169 with flag 19361433/2006000
859.87/854.79	c cleaning 60873 clauses out of 244340 with flag 20214762/2070000
897.87/892.56	c cleaning 61760 clauses out of 248466 with flag 21027540/2135000
944.83/939.50	c cleaning 63596 clauses out of 252706 with flag 22125744/2201000
987.52/981.26	c cleaning 64018 clauses out of 256110 with flag 22981677/2268000
1032.69/1026.21	c cleaning 65039 clauses out of 260092 with flag 23904700/2336000
1075.06/1068.55	c cleaning 66318 clauses out of 264054 with flag 24737492/2405001
1126.15/1119.59	c cleaning 67128 clauses out of 267737 with flag 25723362/2475002
1181.76/1175.09	c cleaning 68797 clauses out of 271607 with flag 27071604/2546000
1227.63/1220.72	c cleaning 69730 clauses out of 274811 with flag 28121654/2618001
1276.07/1269.14	c cleaning 70431 clauses out of 278080 with flag 29176598/2691000
1332.14/1325.08	c cleaning 71523 clauses out of 281649 with flag 30323351/2765000
1380.97/1373.81	c cleaning 72512 clauses out of 285128 with flag 31287480/2840003
1446.30/1438.83	c cleaning 73932 clauses out of 288613 with flag 32526127/2916000
1499.65/1490.91	c cleaning 74567 clauses out of 291681 with flag 33547471/2993000
1563.22/1554.46	c cleaning 75362 clauses out of 295114 with flag 34933196/3071000
1627.04/1618.06	c cleaning 77017 clauses out of 298755 with flag 36326698/3150003
1684.72/1675.52	c cleaning 77892 clauses out of 301736 with flag 37460547/3230001
1741.17/1731.93	c cleaning 78829 clauses out of 304843 with flag 38502958/3311000
1804.08/1794.80	c cleaning 79789 clauses out of 308014 with flag 39635851/3393000
1868.53/1858.98	c cleaning 80702 clauses out of 311225 with flag 40828158/3476000
1932.29/1922.65	c cleaning 82062 clauses out of 314523 with flag 42013150/3560000
1997.33/1987.55	c cleaning 82803 clauses out of 317460 with flag 43125384/3645000
2067.52/2057.51	c cleaning 83714 clauses out of 320656 with flag 44404663/3731000
2135.50/2125.45	c cleaning 84964 clauses out of 323946 with flag 45625062/3818004
2203.97/2193.68	c cleaning 86033 clauses out of 326981 with flag 46949759/3906003
2274.73/2264.34	c cleaning 87024 clauses out of 329945 with flag 48336420/3995000
2350.71/2339.27	c cleaning 87998 clauses out of 332921 with flag 49716472/4085000
2428.61/2417.10	c cleaning 89343 clauses out of 335923 with flag 51135091/4176000
2508.31/2496.47	c cleaning 90286 clauses out of 338580 with flag 52405547/4268000
2590.04/2578.11	c cleaning 91092 clauses out of 341294 with flag 53769253/4361001
2667.89/2655.87	c cleaning 92360 clauses out of 344201 with flag 55150569/4455000
2757.88/2745.57	c cleaning 93232 clauses out of 346844 with flag 56649973/4550003
2838.68/2826.26	c cleaning 94039 clauses out of 349610 with flag 58004922/4646001
2926.78/2914.03	c cleaning 95066 clauses out of 352570 with flag 59478500/4743000
3008.86/2996.10	c cleaning 96194 clauses out of 355506 with flag 60847194/4841002
3100.51/3087.73	c cleaning 97297 clauses out of 358311 with flag 62184609/4940001
3192.99/3180.09	c cleaning 98630 clauses out of 361012 with flag 63628105/5040000
3278.62/3265.64	c cleaning 99208 clauses out of 363385 with flag 65068204/5141003
3369.68/3356.49	c cleaning 100415 clauses out of 366176 with flag 66617111/5243002
3475.82/3462.21	c cleaning 100986 clauses out of 368759 with flag 68352822/5346000
3574.11/3560.46	c cleaning 102435 clauses out of 371773 with flag 69866184/5450000
3600.09/3586.32	c timeout
3600.09/3586.33	c starts		: 46776
3600.09/3586.33	c conflicts		: 5491792
3600.09/3586.33	c decisions		: 58020860
3600.09/3586.33	c propagations		: 1956617190
3600.09/3586.33	c inspects		: 23886431692
3600.09/3586.33	c shortcuts		: 0
3600.09/3586.33	c learnt literals	: 106
3600.09/3586.34	c learnt binary clauses	: 94357
3600.09/3586.34	c learnt ternary clauses	: 116540
3600.09/3586.34	c learnt constraints	: 5491686
3600.09/3586.34	c ignored constraints	: 0
3600.09/3586.34	c root simplifications	: 0
3600.09/3586.34	c removed literals (reason simplification)	: 201455736
3600.09/3586.34	c reason swapping (by a shorter reason)	: 0
3600.09/3586.34	c Calls to reduceDB	: 100
3600.09/3586.34	c Number of update (reduction) of LBD	: 5240443
3600.09/3586.34	c Imported unit clauses	: 0
3600.09/3586.34	c No decision after first conflict	: false
3600.09/3586.34	c number of reductions to clauses (during analyze)	: 0
3600.09/3586.34	c number of learned constraints concerned by reduction	: 0
3600.09/3586.34	c number of learning phase by resolution	: 0
3600.09/3586.34	c number of learning phase by cutting planes	: 0
3600.09/3586.34	c number of rounding to 1 operations	: 0
3600.09/3586.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3586.34	c number of reductions of the coefficients by power 2 	: 0
3600.09/3586.34	c number of right shift for reduction by power 2 	: 0
3600.09/3586.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3586.34	c number of ending skipping 	: 0
3600.09/3586.34	c number of internal skipping 	: 0
3600.09/3586.34	c number of derivation steps 	: 0
3600.09/3586.34	c number of skipped derivation steps 	: 0
3600.09/3586.34	c number of remaining unassigned 	: 0
3600.09/3586.34	c number of remaining assigned 	: 0
3600.09/3586.34	c number of falsified literals weakened from reason	: 0
3600.09/3586.34	c number of falsified literals weakened from conflict	: 0
3600.09/3586.34	c time for arithmetic operations	: 0
3600.09/3586.35	c minimum degree of deleted constraints	: null
3600.09/3586.35	c maximum degree of deleted constraints	: null
3600.09/3586.35	c number of deleted constraints	: 0
3600.09/3586.35	c speed (assignments/second)	: 545680.8288831797
3600.09/3586.35	c non guided choices	: 1058
3600.26/3586.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 216772
3600.26/3586.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 94357
3600.26/3586.42	s UNKNOWN
3600.26/3586.42	c Total wall clock time (in seconds): 3586.073

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507344-1751189962/watcher-4507344-1751189962 -o /tmp/evaluation-result-4507344-1751189962/solver-4507344-1751189962 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24218 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4507344-1751189962.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25240, runsolver pid=25237

[startup+0.100074 s]*
/proc/loadavg: 4.30 4.15 4.14 8/322 25258
/proc/meminfo: memFree=129623168/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=18930384 memory=48200 CPUtime=0.11 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 5759 0 0 0 7 4 0 0 20 0 18 0 34675986 19384713216 12050 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4732596 12050 5309 1 0 546992 0
[pid=25240/tid=25242] ppid=25237 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 4640 0 0 0 5 3 0 0 20 0 18 0 34675988 19384713216 12050 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675993 19384713216 12050 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=18930384 memory=59593594258114 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675994 19384713216 12050 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48200 KiB

[startup+0.213839 s]*
/proc/loadavg: 4.30 4.15 4.14 8/322 25258
/proc/meminfo: memFree=129615080/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=18930384 memory=53096 CPUtime=0.27 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 6444 0 0 0 23 4 0 0 20 0 18 0 34675986 19384713216 13274 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4732596 13274 5341 1 0 547532 0
[pid=25240/tid=25242] ppid=25237 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 4979 0 0 0 14 3 0 0 20 0 18 0 34675988 19384713216 13274 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=18930384 memory=16142 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675993 19384713216 13274 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675994 19384713216 13274 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53096 KiB

[startup+0.313569 s]*
/proc/loadavg: 4.30 4.15 4.14 8/322 25258
/proc/meminfo: memFree=129610708/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=18930384 memory=58368 CPUtime=0.44 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 6711 0 0 0 39 5 0 0 20 0 18 0 34675986 19384713216 14592 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4732596 14592 5341 1 0 547731 0
[pid=25240/tid=25242] ppid=25237 vsize=18930384 memory=-6000919477035231085 CPUtime=0.25 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 5154 0 0 0 22 3 0 0 20 0 18 0 34675988 19384713216 14592 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675993 19384713216 14592 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675994 19384713216 14592 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58368 KiB

[startup+0.700333 s]
/proc/loadavg: 4.30 4.15 4.14 7/322 25258
/proc/meminfo: memFree=129596908/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=18930384 memory=92788 CPUtime=1.13 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 8531 0 0 0 106 7 0 0 20 0 18 0 34675986 19384713216 23197 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4732596 23197 5437 1 0 548979 0
[pid=25240/tid=25242] ppid=25237 vsize=18930384 memory=17152 CPUtime=0.59 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 5318 0 0 0 54 5 0 0 20 0 18 0 34675988 19384713216 23197 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=18930384 memory=10624 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675993 19384713216 23197 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675994 19384713216 23197 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 92788 KiB

[startup+1.50028 s]
/proc/loadavg: 4.30 4.15 4.14 7/323 25259
/proc/meminfo: memFree=129546916/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=18996948 memory=103128 CPUtime=2.71 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 13835 0 0 0 262 9 0 0 20 0 19 0 34675986 19452874752 25782 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4749237 25782 5437 1 0 550596 0
[pid=25240/tid=25242] ppid=25237 vsize=18996948 memory=3200 CPUtime=1.31 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 5537 0 0 0 126 5 0 0 20 0 19 0 34675988 19452874752 25782 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675993 19452874752 25782 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675994 19452874752 25782 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=18996948 memory=14560 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34676056 19452874752 25782 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103128 KiB

[startup+3.10669 s]
/proc/loadavg: 4.30 4.15 4.14 6/323 25259
/proc/meminfo: memFree=129459716/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=18996948 memory=134096 CPUtime=5.06 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 21288 0 0 0 494 12 0 0 20 0 19 0 34675986 19452874752 33524 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4749237 33524 5437 1 0 553749 0
[pid=25240/tid=25242] ppid=25237 vsize=18996948 memory=14560 CPUtime=2.91 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 6835 0 0 0 285 6 0 0 20 0 19 0 34675988 19452874752 33524 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675993 19452874752 33524 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675994 19452874752 33524 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34676056 19452874752 33524 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 5.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134096 KiB

[startup+6.30036 s]
/proc/loadavg: 4.28 4.14 4.14 5/324 25260
/proc/meminfo: memFree=129373796/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=18996948 memory=154544 CPUtime=8.68 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 24922 0 0 0 855 13 0 0 20 0 19 0 34675986 19452874752 38636 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4749237 38636 5437 1 0 553752 0
[pid=25240/tid=25242] ppid=25237 vsize=18996948 memory=0 CPUtime=6.09 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 7477 0 0 0 603 6 0 0 20 0 19 0 34675988 19452874752 38636 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675993 19452874752 38636 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675994 19452874752 38636 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=18996948 memory=105312 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34676056 19452874752 38636 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154544 KiB

[startup+12.7004 s]
/proc/loadavg: 4.26 4.14 4.14 5/326 25262
/proc/meminfo: memFree=129336308/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=171632 CPUtime=15.26 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 29158 0 0 0 1512 14 0 0 20 0 20 0 34675986 19521036288 42908 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 42908 5533 1 0 554041 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=105312 CPUtime=12.46 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 8191 0 0 0 1239 7 0 0 20 0 20 0 34675988 19521036288 42908 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=171632 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 42908 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 42908 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 42908 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171632 KiB

[startup+25.5004 s]
/proc/loadavg: 4.20 4.13 4.14 6/326 25262
/proc/meminfo: memFree=129175556/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=177928 CPUtime=28.12 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 32460 0 0 0 2797 15 0 0 20 0 20 0 34675986 19521036288 44482 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 44482 5533 1 0 554041 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=0 CPUtime=25.18 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 9266 0 0 0 2511 7 0 0 20 0 20 0 34675988 19521036288 44482 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 44482 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=177928 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 44482 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=177928 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 44482 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 28.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177928 KiB

[startup+51.113 s]
/proc/loadavg: 4.19 4.14 4.14 5/326 25263
/proc/meminfo: memFree=128614152/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=254000 CPUtime=53.77 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 33445 0 0 0 5359 18 0 0 20 0 20 0 34675986 19521036288 63500 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 63500 5533 1 0 554041 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=177928 CPUtime=50.41 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 9361 0 0 0 5034 7 0 0 20 0 20 0 34675988 19521036288 63500 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 63500 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 63500 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.22 4.21 5/326 25421
/proc/meminfo: memFree=110582824/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=4568556 CPUtime=3295.44 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 130294 0 0 0 329270 274 0 0 20 0 20 0 34675986 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 1142139 5533 1 0 1572220 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=4568556 CPUtime=3253.75 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 65966 0 0 0 325351 24 0 0 20 0 20 0 34675988 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=56 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=4566476 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 981 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=4568556 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 3295.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4568556 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.19 4.20 5/326 25423
/proc/meminfo: memFree=110574656/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=4568556 CPUtime=3355.61 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 132685 0 0 0 335284 277 0 0 20 0 20 0 34675986 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 1142139 5533 1 0 1572220 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=4566476 CPUtime=3313.29 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 67458 0 0 0 331305 24 0 0 20 0 20 0 34675988 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=4568556 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=4568556 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 981 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 1142139 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 3355.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4568556 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.20 4.20 5/326 25429
/proc/meminfo: memFree=110283920/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=4628316 CPUtime=3415.71 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 134496 0 0 0 341288 283 0 0 20 0 20 0 34675986 19521036288 1157079 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 1157079 5533 1 0 1572220 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=4568556 CPUtime=3372.87 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 68980 0 0 0 337263 24 0 0 20 0 20 0 34675988 19521036288 1157079 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=6528 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 1157079 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=4628316 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 1015 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 1157079 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=4628316 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 1157079 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 3415.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4628316 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=25240] ppid=25237 vsize=19063512 memory=4886608 CPUtime=3475.92 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 136346 0 0 0 347301 291 0 0 20 0 20 0 34675986 19521036288 1221652 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 1221652 5533 1 0 1572220 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=4568556 CPUtime=3432.38 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 69989 0 0 0 343214 24 0 0 20 0 20 0 34675988 19521036288 1221652 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 1221652 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 1116 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 1221652 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 1221652 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 3475.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4886608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.19 4.19 5/326 25433
/proc/meminfo: memFree=109378612/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=5124176 CPUtime=3536.1 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 138953 0 0 0 353310 300 0 0 20 0 20 0 34675986 19521036288 1281044 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 1281044 5533 1 0 1572220 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=4886608 CPUtime=3491.91 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 71544 0 0 0 349166 25 0 0 20 0 20 0 34675988 19521036288 1281044 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=5124176 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 1281044 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 1117 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 1281044 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=5124176 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 1281044 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 3536.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5124176 KiB

[startup+3582.3 s]
/proc/loadavg: 4.33 4.22 4.20 3/280 25476
/proc/meminfo: memFree=119383672/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=5271644 CPUtime=3596.09 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 140984 0 0 0 359304 305 0 0 20 0 20 0 34675986 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 1317911 5533 1 0 1572223 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=5271644 CPUtime=3551.42 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 73412 0 0 0 355117 25 0 0 20 0 20 0 34675988 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 1181 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=5271644 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 3596.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5271644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.3 s]
/proc/loadavg: 4.07 4.17 4.18 2/251 25537
/proc/meminfo: memFree=124712032/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19063512 memory=5271644 CPUtime=3600.09 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 141016 0 0 0 359704 305 0 0 20 0 20 0 34675986 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4765878 1317911 5533 1 0 1572223 0
[pid=25240/tid=25242] ppid=25237 vsize=19063512 memory=22004 CPUtime=3555.41 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) R 25237 25240 24204 0 -1 4194368 73440 0 0 0 355516 25 0 0 20 0 20 0 34675988 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19063512 memory=-6000919477035231085 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675993 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 1181 0 0 0 0 0 0 0 20 0 20 0 34675994 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25259] ppid=25237 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25240/task/25259/stat : 25259 (Timer-0) S 25237 25240 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34676056 19521036288 1317911 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5271644 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.25 s, system=3.08673 s

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

[startup+3586.4 s]
/proc/loadavg: 4.07 4.17 4.18 2/251 25537
/proc/meminfo: memFree=124712032/131382112 swapFree=33010684/33010684
[pid=25240] ppid=25237 vsize=19263204 memory=5272412 CPUtime=3600.26 cores=4,6
/proc/25240/stat : 25240 (java) S 25237 25240 24204 0 -1 4194304 143324 0 0 0 359720 306 0 0 20 0 21 0 34675986 19725520896 1318103 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
/proc/25240/statm: 4815801 1318103 5533 1 0 1573193 0
[pid=25240/tid=25242] ppid=25237 vsize=19263204 memory=-6000919502821615469 CPUtime=3555.43 cores=4,6
/proc/25240/task/25242/stat : 25242 (java) S 25237 25240 24204 0 -1 4194368 73653 0 0 0 355518 25 0 0 20 0 21 0 34675988 19725520896 1318103 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25251] ppid=25237 vsize=19263204 memory=5271644 CPUtime=0 cores=4,6
/proc/25240/task/25251/stat : 25251 (Finalizer) S 25237 25240 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34675993 19725520896 1318103 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
[pid=25240/tid=25258] ppid=25237 vsize=19263204 memory=5760 CPUtime=0 cores=4,6
/proc/25240/task/25258/stat : 25258 (Common-Cleaner) S 25237 25240 24204 0 -1 4194368 1181 0 0 0 0 0 0 0 20 0 21 0 34675994 19725520896 1318103 18446744073709551615 94747615526912 94747615530608 140723188295296 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94747615538424 94747615539216 94747632812032 140723188300161 140723188300262 140723188300262 140723188305864 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5272412 KiB

Child status: 143

Real time (s): 3586.45
CPU time (s): 3600.34
CPU user time (s): 3597.25
CPU system time (s): 3.08673
CPU usage (%): 100.387
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5272412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.25
system time used= 3.08673
maximum resident set size= 5272540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109928
involuntary context switches= 6585


# summary of solver processes directly reported to runsolver:
#   pid: 25240
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3597.25
#   total CPU system time (s): 3.08673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5054 second user time and 36.5112 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 11:39:22
IDJOB=4507344
IDBENCH=158343
IDSOLVER=3363
FILE ID=nodeC009/4507344-1751189962
RUNJOBID= nodeC009-1751182786-24218
SLURM_JOB_ID= 9587563
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 5fb93660b547b6cc9dd610c04b6e276e
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		: 2594.008
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		: 3591.701
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		: 2494.315
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		: 1197.239
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		: 1197.373
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		: 1796.114
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.240
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		: 3491.934
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:        129638908 kB
MemAvailable:   129634788 kB
Buffers:            3280 kB
Cached:           805584 kB
SwapCached:            0 kB
Active:           659912 kB
Inactive:         560408 kB
Active(anon):     429420 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   560408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6320 kB
Writeback:            40 kB
AnonPages:        414568 kB
Mapped:           122072 kB
Shmem:             17960 kB
KReclaimable:      88828 kB
Slab:             170780 kB
SReclaimable:      88828 kB
SUnreclaim:        81952 kB
KernelStack:        4944 kB
PageTables:         4400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7037184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150232 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 433060 MiB
End job on nodeC009 at 2025-06-29 12:39:09