Trace number 4507308

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 3585.38

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K92.opb
MD5SUM0bf652578c2f1d207084d270794d0d34
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 benchmark16.9419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 93
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.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version PB25.v20250606
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.22	c Free memory 		2106806208
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2113929216
0.28/0.23	c Number of processors 	2
0.28/0.32	c Pseudo Boolean Optimization by upper bound
0.28/0.32	c --- Begin Solver configuration ---
0.28/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.32	c Learn all clauses as in MiniSAT
0.28/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.32	c Expensive reason simplification
0.28/0.32	c Glucose 2.1 dynamic restart strategy
0.28/0.32	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.28/0.32	c timeout=2147483s
0.28/0.32	c DB Simplification allowed=false
0.28/0.32	c Listener: none
0.28/0.32	c --- End Solver configuration ---
0.28/0.32	c solving HOME/instance-4507308-1751189961.opb
0.28/0.32	c reading problem ... 
0.45/0.33	c  no objective function found
0.98/0.68	c ... done. Wall clock time 0.352s.
0.98/0.68	c declared #vars     6256
0.98/0.68	c #constraints  6442
0.98/0.68	c constraints type 
0.98/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1183
0.98/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
0.98/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5165
0.98/0.69	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.98/0.69	c 6442 constraints processed.
3.78/2.22	c cleaning 2487 clauses out of 4987 with flag 24867/5000
5.33/3.31	c cleaning 4235 clauses out of 8495 with flag 61248/11001
6.78/4.53	c cleaning 5624 clauses out of 11256 with flag 107573/18000
8.08/5.89	c cleaning 6777 clauses out of 13627 with flag 162849/26000
9.49/7.29	c cleaning 7902 clauses out of 15848 with flag 225258/35001
11.31/9.04	c cleaning 8947 clauses out of 17940 with flag 283375/45000
13.19/10.97	c cleaning 9604 clauses out of 19992 with flag 347308/56000
15.30/13.04	c cleaning 10197 clauses out of 22388 with flag 416552/68001
17.88/15.65	c cleaning 11046 clauses out of 25190 with flag 492842/81000
20.58/18.39	c cleaning 11845 clauses out of 28143 with flag 575055/95000
23.58/21.31	c cleaning 12910 clauses out of 31299 with flag 664346/110001
26.78/24.55	c cleaning 13777 clauses out of 34383 with flag 758796/126000
30.67/28.31	c cleaning 14574 clauses out of 37607 with flag 863050/143002
34.45/32.10	c cleaning 15351 clauses out of 41029 with flag 975942/161002
38.33/35.99	c cleaning 16326 clauses out of 44676 with flag 1098597/180000
44.28/41.82	c cleaning 17283 clauses out of 48349 with flag 1222444/200001
49.27/46.86	c cleaning 18135 clauses out of 52064 with flag 1352743/221000
54.57/52.09	c cleaning 18940 clauses out of 55929 with flag 1488708/243000
59.84/57.32	c cleaning 19752 clauses out of 59988 with flag 1637839/266000
66.08/63.55	c cleaning 20973 clauses out of 64230 with flag 1806227/290000
71.96/69.44	c cleaning 21544 clauses out of 68256 with flag 1966377/315000
78.65/76.04	c cleaning 22577 clauses out of 72713 with flag 2144282/341001
85.22/82.65	c cleaning 23481 clauses out of 77132 with flag 2328004/368000
94.06/91.43	c cleaning 24457 clauses out of 81651 with flag 2524901/396000
101.91/99.28	c cleaning 25229 clauses out of 86192 with flag 2723555/425001
109.88/107.27	c cleaning 26139 clauses out of 90960 with flag 2937229/455001
118.33/115.65	c cleaning 27203 clauses out of 95818 with flag 3151064/486001
127.90/125.16	c cleaning 28048 clauses out of 100614 with flag 3383479/518005
138.26/135.48	c cleaning 29148 clauses out of 105561 with flag 3624899/551000
148.63/145.72	c cleaning 29932 clauses out of 110412 with flag 3874756/585000
159.20/156.36	c cleaning 30905 clauses out of 115480 with flag 4131818/620000
171.64/168.78	c cleaning 31772 clauses out of 120574 with flag 4392639/656002
183.80/180.80	c cleaning 32785 clauses out of 125804 with flag 4675585/693004
196.56/193.58	c cleaning 33730 clauses out of 131015 with flag 4957385/731003
211.07/207.64	c cleaning 34822 clauses out of 136283 with flag 5266125/770002
225.28/221.86	c cleaning 35935 clauses out of 141459 with flag 5586360/810000
239.93/236.47	c cleaning 36888 clauses out of 146522 with flag 5919919/851000
255.18/251.68	c cleaning 37670 clauses out of 151634 with flag 6247143/893000
271.70/268.10	c cleaning 38744 clauses out of 156963 with flag 6598239/936000
288.15/284.53	c cleaning 39520 clauses out of 162219 with flag 6959376/980000
306.20/302.42	c cleaning 40605 clauses out of 167698 with flag 7328306/1025000
323.67/319.82	c cleaning 41525 clauses out of 173092 with flag 7718259/1071000
341.84/337.94	c cleaning 42511 clauses out of 178566 with flag 8116206/1118000
361.81/357.81	c cleaning 43769 clauses out of 184057 with flag 8533336/1166002
382.46/378.53	c cleaning 44780 clauses out of 189288 with flag 8971136/1215002
405.21/400.73	c cleaning 45709 clauses out of 194507 with flag 9407145/1265001
427.35/422.88	c cleaning 46708 clauses out of 199797 with flag 9857463/1316001
450.96/446.31	c cleaning 47711 clauses out of 205088 with flag 10334485/1368000
475.03/470.36	c cleaning 48660 clauses out of 210377 with flag 10856130/1421000
501.21/496.49	c cleaning 49734 clauses out of 215718 with flag 11380115/1475001
527.79/522.90	c cleaning 50793 clauses out of 220983 with flag 11909928/1530001
555.28/550.36	c cleaning 51506 clauses out of 226189 with flag 12436846/1586002
583.78/578.79	c cleaning 52802 clauses out of 231681 with flag 12996336/1643000
614.93/609.59	c cleaning 53816 clauses out of 236880 with flag 13590053/1701001
646.70/641.24	c cleaning 54880 clauses out of 242064 with flag 14174088/1760002
678.62/673.07	c cleaning 56038 clauses out of 247182 with flag 14737447/1820000
711.72/706.03	c cleaning 56912 clauses out of 252144 with flag 15386342/1881000
748.30/742.52	c cleaning 57971 clauses out of 257234 with flag 16055567/1943003
787.08/781.21	c cleaning 59329 clauses out of 262264 with flag 16801565/2006004
825.66/819.76	c cleaning 60247 clauses out of 266931 with flag 17529639/2070000
866.97/860.82	c cleaning 61381 clauses out of 271685 with flag 18300538/2135002
906.27/900.01	c cleaning 62494 clauses out of 276302 with flag 18997523/2201000
951.50/944.70	c cleaning 63056 clauses out of 280808 with flag 19774972/2268000
995.58/988.89	c cleaning 64211 clauses out of 285752 with flag 20545890/2336000
1042.12/1035.37	c cleaning 65389 clauses out of 290541 with flag 21359536/2405000
1090.08/1083.06	c cleaning 66091 clauses out of 295153 with flag 22144866/2475001
1139.24/1132.18	c cleaning 67352 clauses out of 300061 with flag 22976342/2546000
1186.36/1179.28	c cleaning 68549 clauses out of 304709 with flag 23781888/2618000
1237.50/1230.26	c cleaning 69484 clauses out of 309160 with flag 24634157/2691000
1287.36/1279.99	c cleaning 70453 clauses out of 313676 with flag 25504369/2765000
1344.83/1337.23	c cleaning 71871 clauses out of 318223 with flag 26577868/2840000
1400.38/1392.78	c cleaning 72722 clauses out of 322355 with flag 27622059/2916003
1457.38/1449.51	c cleaning 73912 clauses out of 326630 with flag 28638498/2993000
1510.73/1502.87	c cleaning 74733 clauses out of 330720 with flag 29533086/3071002
1569.47/1560.58	c cleaning 75841 clauses out of 334988 with flag 30419897/3150003
1630.90/1621.76	c cleaning 76708 clauses out of 339144 with flag 31379578/3230000
1694.55/1685.30	c cleaning 77613 clauses out of 343440 with flag 32366897/3311004
1758.76/1749.36	c cleaning 79014 clauses out of 347825 with flag 33417574/3393002
1832.47/1822.80	c cleaning 79794 clauses out of 351809 with flag 34601807/3476000
1898.33/1888.46	c cleaning 81074 clauses out of 356015 with flag 35721290/3560000
1974.24/1964.31	c cleaning 82089 clauses out of 359941 with flag 37033599/3645000
2044.95/2034.83	c cleaning 83162 clauses out of 363853 with flag 38184982/3731001
2114.83/2104.59	c cleaning 83973 clauses out of 367690 with flag 39331981/3818000
2188.33/2177.84	c cleaning 85031 clauses out of 371717 with flag 40426274/3906000
2265.23/2254.56	c cleaning 86224 clauses out of 375688 with flag 41557879/3995002
2341.04/2330.11	c cleaning 87099 clauses out of 379462 with flag 42629379/4085000
2423.93/2411.75	c cleaning 88521 clauses out of 383363 with flag 43754926/4176000
2509.87/2497.65	c cleaning 89413 clauses out of 386842 with flag 45007152/4268000
2590.54/2577.90	c cleaning 90491 clauses out of 390431 with flag 46126669/4361002
2673.23/2660.55	c cleaning 91327 clauses out of 393938 with flag 47357695/4455000
2766.71/2753.60	c cleaning 92631 clauses out of 397615 with flag 48845117/4550004
2861.71/2848.57	c cleaning 93956 clauses out of 400980 with flag 50608332/4646000
2951.10/2937.54	c cleaning 94415 clauses out of 404024 with flag 51862991/4743000
3041.52/3027.99	c cleaning 95265 clauses out of 407609 with flag 53173719/4841000
3153.70/3139.92	c cleaning 96119 clauses out of 411344 with flag 54760278/4940000
3250.75/3236.68	c cleaning 97636 clauses out of 415226 with flag 56056150/5040001
3347.87/3333.70	c cleaning 98330 clauses out of 418590 with flag 57348344/5141001
3446.41/3432.08	c cleaning 99607 clauses out of 422263 with flag 58831370/5243004
3565.94/3551.38	c cleaning 100480 clauses out of 425652 with flag 60725905/5346000
3600.02/3585.22	c timeout
3600.02/3585.23	c starts		: 49384
3600.02/3585.23	c conflicts		: 5395446
3600.02/3585.23	c decisions		: 74231625
3600.02/3585.23	c propagations		: 2020114635
3600.02/3585.23	c inspects		: 24190393205
3600.02/3585.23	c shortcuts		: 0
3600.02/3585.23	c learnt literals	: 97
3600.02/3585.23	c learnt binary clauses	: 114158
3600.02/3585.23	c learnt ternary clauses	: 142323
3600.02/3585.23	c learnt constraints	: 5395349
3600.02/3585.23	c ignored constraints	: 0
3600.02/3585.23	c root simplifications	: 0
3600.02/3585.23	c removed literals (reason simplification)	: 143929058
3600.02/3585.23	c reason swapping (by a shorter reason)	: 0
3600.02/3585.23	c Calls to reduceDB	: 99
3600.02/3585.23	c Number of update (reduction) of LBD	: 4846553
3600.02/3585.23	c Imported unit clauses	: 0
3600.02/3585.23	c No decision after first conflict	: false
3600.02/3585.23	c number of reductions to clauses (during analyze)	: 0
3600.02/3585.23	c number of learned constraints concerned by reduction	: 0
3600.02/3585.23	c number of learning phase by resolution	: 0
3600.02/3585.23	c number of learning phase by cutting planes	: 0
3600.02/3585.23	c number of rounding to 1 operations	: 0
3600.02/3585.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3585.23	c number of reductions of the coefficients by power 2 	: 0
3600.02/3585.23	c number of right shift for reduction by power 2 	: 0
3600.02/3585.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3585.23	c number of ending skipping 	: 0
3600.02/3585.23	c number of internal skipping 	: 0
3600.02/3585.23	c number of derivation steps 	: 0
3600.02/3585.23	c number of skipped derivation steps 	: 0
3600.02/3585.23	c number of remaining unassigned 	: 0
3600.02/3585.23	c number of remaining assigned 	: 0
3600.02/3585.23	c number of falsified literals weakened from reason	: 0
3600.02/3585.23	c number of falsified literals weakened from conflict	: 0
3600.02/3585.24	c time for arithmetic operations	: 0
3600.02/3585.24	c minimum degree of deleted constraints	: null
3600.02/3585.24	c maximum degree of deleted constraints	: null
3600.02/3585.24	c number of deleted constraints	: 0
3600.02/3585.24	c speed (assignments/second)	: 563563.4592240339
3600.02/3585.24	c non guided choices	: 3241
3600.22/3585.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 260460
3600.22/3585.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 114158
3600.22/3585.34	s UNKNOWN
3600.22/3585.34	c Total wall clock time (in seconds): 3585.016

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
solver pid=25177, runsolver pid=25174
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 4.16 4.12 4.13 7/302 25195
/proc/meminfo: memFree=129733300/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=18930384 memory=48544 CPUtime=0.13 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 5800 0 0 0 9 4 0 0 20 0 18 0 34675847 19384713216 12136 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4732596 12136 5324 1 0 547012 0
[pid=25177/tid=25179] ppid=25174 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 4645 0 0 0 5 2 0 0 20 0 18 0 34675848 19384713216 12136 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675853 19384713216 12136 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675854 19384713216 12136 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48544 KiB

[startup+0.213367 s]*
/proc/loadavg: 4.16 4.12 4.13 7/303 25203
/proc/meminfo: memFree=129730704/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=18930384 memory=50976 CPUtime=0.28 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 6458 0 0 0 24 4 0 0 20 0 18 0 34675847 19384713216 12744 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4732596 12744 5324 1 0 547534 0
[pid=25177/tid=25179] ppid=25174 vsize=18930384 memory=4026597495 CPUtime=0.17 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 4986 0 0 0 15 2 0 0 20 0 18 0 34675848 19384713216 12744 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=18930384 memory=215637835243 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675853 19384713216 12744 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=18930384 memory=18050 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675854 19384713216 12744 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50976 KiB

[startup+0.313177 s]*
/proc/loadavg: 4.16 4.12 4.13 6/300 25203
/proc/meminfo: memFree=129724356/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=18930384 memory=56800 CPUtime=0.45 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 6780 0 0 0 41 4 0 0 20 0 18 0 34675847 19384713216 14200 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4732596 14200 5420 1 0 547771 0
[pid=25177/tid=25179] ppid=25174 vsize=18930384 memory=8039887049847965859 CPUtime=0.27 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 5206 0 0 0 24 3 0 0 20 0 18 0 34675848 19384713216 14200 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675853 19384713216 14200 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675854 19384713216 14200 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56800 KiB

[startup+0.700364 s]
/proc/loadavg: 4.16 4.12 4.13 5/300 25203
/proc/meminfo: memFree=129712388/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=18930384 memory=92852 CPUtime=1.15 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 8526 0 0 0 109 6 0 0 20 0 18 0 34675847 19384713216 23213 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4732596 23213 5452 1 0 548926 0
[pid=25177/tid=25179] ppid=25174 vsize=18930384 memory=17152 CPUtime=0.59 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 5300 0 0 0 55 4 0 0 20 0 18 0 34675848 19384713216 23213 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=18930384 memory=10624 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34675853 19384713216 23213 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34675854 19384713216 23213 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 92852 KiB

[startup+1.50026 s]
/proc/loadavg: 4.30 4.15 4.14 6/303 25216
/proc/meminfo: memFree=129657520/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=18996948 memory=105120 CPUtime=2.73 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 13782 0 0 0 265 8 0 0 20 0 19 0 34675847 19452874752 26280 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4749237 26280 5452 1 0 551091 0
[pid=25177/tid=25179] ppid=25174 vsize=18996948 memory=3200 CPUtime=1.34 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 5523 0 0 0 130 4 0 0 20 0 19 0 34675848 19452874752 26280 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675853 19452874752 26280 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675854 19452874752 26280 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=18996948 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34675917 19452874752 26280 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105120 KiB

[startup+3.10548 s]
/proc/loadavg: 4.30 4.15 4.14 6/323 25259
/proc/meminfo: memFree=129528012/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=18996948 memory=132512 CPUtime=5.14 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 20398 0 0 0 505 9 0 0 20 0 19 0 34675847 19452874752 33128 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4749237 33128 5452 1 0 553787 0
[pid=25177/tid=25179] ppid=25174 vsize=18996948 memory=10624 CPUtime=2.93 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 6779 0 0 0 289 4 0 0 20 0 19 0 34675848 19452874752 33128 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=18996948 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675853 19452874752 33128 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675854 19452874752 33128 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34675917 19452874752 33128 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 5.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 132512 KiB

[startup+6.30035 s]
/proc/loadavg: 4.28 4.14 4.14 5/323 25259
/proc/meminfo: memFree=129418852/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=18996948 memory=155956 CPUtime=8.58 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 23867 0 0 0 847 11 0 0 20 0 19 0 34675847 19452874752 38989 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4749237 38989 5452 1 0 553788 0
[pid=25177/tid=25179] ppid=25174 vsize=18996948 memory=0 CPUtime=6.13 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 7395 0 0 0 608 5 0 0 20 0 19 0 34675848 19452874752 38989 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34675853 19452874752 38989 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34675854 19452874752 38989 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=18996948 memory=105120 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34675917 19452874752 38989 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155956 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=25177] ppid=25174 vsize=19063512 memory=179060 CPUtime=14.99 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 26113 0 0 0 1487 12 0 0 20 0 20 0 34675847 19521036288 44765 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 44765 5516 1 0 554077 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=10624 CPUtime=12.46 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 8052 0 0 0 1241 5 0 0 20 0 20 0 34675848 19521036288 44765 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=105120 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 44765 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=179060 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 44765 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=179060 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 44765 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179060 KiB

[startup+25.5004 s]
/proc/loadavg: 4.22 4.14 4.14 5/326 25262
/proc/meminfo: memFree=129253380/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=19063512 memory=185304 CPUtime=27.84 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 30476 0 0 0 2771 13 0 0 20 0 20 0 34675847 19521036288 46326 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 46326 5516 1 0 554077 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=179060 CPUtime=25.17 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 9303 0 0 0 2512 5 0 0 20 0 20 0 34675848 19521036288 46326 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 46326 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=-6000919489853089645 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 46326 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 46326 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 27.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185304 KiB

[startup+51.113 s]
/proc/loadavg: 4.19 4.14 4.14 5/326 25263
/proc/meminfo: memFree=128691976/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=19063512 memory=382260 CPUtime=53.67 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 31306 0 0 0 5349 18 0 0 20 0 20 0 34675847 19521036288 95565 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 95565 5516 1 0 554083 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=306396 CPUtime=50.37 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 9346 0 0 0 5032 5 0 0 20 0 20 0 34675848 19521036288 95565 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 95565 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 95565 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=10624 CPUtime=0 cores=0,2

################
# 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=25177] ppid=25174 vsize=19063512 memory=4575808 CPUtime=3296.57 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 119123 0 0 0 329363 294 0 0 20 0 20 0 34675847 19521036288 1143952 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 1143952 5516 1 0 1555811 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=4575808 CPUtime=3255.66 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 58932 0 0 0 325541 25 0 0 20 0 20 0 34675848 19521036288 1143952 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 1143952 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=4575808 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 765 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 1143952 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=4575808 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 1143952 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 3296.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4575808 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=25177] ppid=25174 vsize=19063512 memory=4579912 CPUtime=3356.58 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 121701 0 0 0 335361 297 0 0 20 0 20 0 34675847 19521036288 1144978 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 1144978 5516 1 0 1555827 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=4575808 CPUtime=3315.33 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 60748 0 0 0 331508 25 0 0 20 0 20 0 34675848 19521036288 1144978 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=4575808 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 1144978 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 765 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 1144978 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 1144978 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 3356.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4579912 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=25177] ppid=25174 vsize=19063512 memory=4738164 CPUtime=3416.77 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 123359 0 0 0 341372 305 0 0 20 0 20 0 34675847 19521036288 1184541 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 1184541 5516 1 0 1555827 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=4575808 CPUtime=3374.85 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 62099 0 0 0 337460 25 0 0 20 0 20 0 34675848 19521036288 1184541 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 1184541 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=4579912 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 773 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 1184541 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=4738164 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 1184541 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 3416.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738164 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=25177] ppid=25174 vsize=19063512 memory=4879520 CPUtime=3476.83 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 124747 0 0 0 347372 311 0 0 20 0 20 0 34675847 19521036288 1219880 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 1219880 5516 1 0 1555827 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=4575808 CPUtime=3434.47 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 62831 0 0 0 343421 26 0 0 20 0 20 0 34675848 19521036288 1219880 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 1219880 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 808 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 1219880 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 1219880 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 3476.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4879520 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=25177] ppid=25174 vsize=19063512 memory=5135528 CPUtime=3537 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 127318 0 0 0 353379 321 0 0 20 0 20 0 34675847 19521036288 1283882 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 1283882 5516 1 0 1555827 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=4879520 CPUtime=3493.94 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 64635 0 0 0 349368 26 0 0 20 0 20 0 34675848 19521036288 1283882 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 1283882 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=5135528 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 808 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 1283882 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=5135528 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 1283882 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 3537 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5135528 KiB

[startup+3582.3 s]
/proc/loadavg: 4.33 4.22 4.20 5/303 25446
/proc/meminfo: memFree=113381552/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=19063512 memory=5323944 CPUtime=3597.13 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 129990 0 0 0 359384 329 0 0 20 0 20 0 34675847 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 1330986 5516 1 0 1555827 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=-6000919489853089645 CPUtime=3553.51 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 66293 0 0 0 355325 26 0 0 20 0 20 0 34675848 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=5323944 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 837 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 3597.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5323944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.2 s]
/proc/loadavg: 4.33 4.22 4.20 3/276 25503
/proc/meminfo: memFree=119419792/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=19063512 memory=5323944 CPUtime=3600.02 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 129990 0 0 0 359673 329 0 0 20 0 20 0 34675847 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4765878 1330986 5516 1 0 1555827 0
[pid=25177/tid=25179] ppid=25174 vsize=19063512 memory=4879520 CPUtime=3556.39 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) R 25174 25177 24204 0 -1 4194368 66293 0 0 0 355613 26 0 0 20 0 20 0 34675848 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19063512 memory=-6000919489853089645 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34675853 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19063512 memory=6772 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 837 0 0 0 0 0 0 0 20 0 20 0 34675854 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25205] ppid=25174 vsize=19063512 memory=5271644 CPUtime=0 cores=0,2
/proc/25177/task/25205/stat : 25205 (Timer-0) S 25174 25177 24204 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34675917 19521036288 1330986 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5323944 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.99 s, system=3.3323 s

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

[startup+3585.31 s]
/proc/loadavg: 4.33 4.22 4.20 3/276 25503
/proc/meminfo: memFree=119419792/131382112 swapFree=33010684/33010684
[pid=25177] ppid=25174 vsize=19263204 memory=5324584 CPUtime=3600.22 cores=0,2
/proc/25177/stat : 25177 (java) S 25174 25177 24204 0 -1 4194304 131919 0 0 0 359692 330 0 0 20 0 21 0 34675847 19725520896 1331146 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
/proc/25177/statm: 4815801 1331146 5516 1 0 1556750 0
[pid=25177/tid=25179] ppid=25174 vsize=19263204 memory=5323944 CPUtime=3556.42 cores=0,2
/proc/25177/task/25179/stat : 25179 (java) S 25174 25177 24204 0 -1 4194368 66463 0 0 0 355616 26 0 0 20 0 21 0 34675848 19725520896 1331146 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25188] ppid=25174 vsize=19263204 memory=4579912 CPUtime=0 cores=0,2
/proc/25177/task/25188/stat : 25188 (Finalizer) S 25174 25177 24204 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34675853 19725520896 1331146 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
[pid=25177/tid=25195] ppid=25174 vsize=19263204 memory=1920 CPUtime=0 cores=0,2
/proc/25177/task/25195/stat : 25195 (Common-Cleaner) S 25174 25177 24204 0 -1 4194368 837 0 0 0 0 0 0 0 20 0 21 0 34675854 19725520896 1331146 18446744073709551615 94600017825792 94600017829488 140722000845952 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94600017837304 94600017838096 94600034480128 140722000853377 140722000853478 140722000853478 140722000859080 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5324584 KiB

Child status: 143

Real time (s): 3585.38
CPU time (s): 3600.32
CPU user time (s): 3596.99
CPU system time (s): 3.3323
CPU usage (%): 100.417
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5324584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.99
system time used= 3.3323
maximum resident set size= 5324712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132104
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109550
involuntary context switches= 10453


# summary of solver processes directly reported to runsolver:
#   pid: 25177
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.99
#   total CPU system time (s): 3.3323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9834 second user time and 37.2449 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 11:39:21
IDJOB=4507308
IDBENCH=158341
IDSOLVER=3363
FILE ID=nodeC009/4507308-1751189961
RUNJOBID= nodeC009-1751182786-24217
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_K92.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507308-1751189961/watcher-4507308-1751189961 -o /tmp/evaluation-result-4507308-1751189961/solver-4507308-1751189961 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751182786-24217 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4507308-1751189961.opb

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

MD5SUM BENCH= 0bf652578c2f1d207084d270794d0d34
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		: 1197.232
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		: 3491.933
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.381
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		: 3492.089
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		: 3662.558
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		: 2593.997
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.648
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		: 2494.245
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:        125750560 kB
MemAvailable:   125747816 kB
Buffers:            3280 kB
Cached:           806972 kB
SwapCached:            0 kB
Active:          4549060 kB
Inactive:         561800 kB
Active(anon):    4318568 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   561800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4920 kB
Writeback:            48 kB
AnonPages:       4303808 kB
Mapped:           122192 kB
Shmem:             17960 kB
KReclaimable:      88796 kB
Slab:             170768 kB
SReclaimable:      88796 kB
SUnreclaim:        81972 kB
KernelStack:        4960 kB
PageTables:        12024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10183016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4065280 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= 433056 MiB
End job on nodeC009 at 2025-06-29 12:39:06