Trace number 4446602

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 2024 2024-07-07? (TO) 3600.19 3607.33

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K151.opb
MD5SUMabcade21393c5164863b40206a5f4f64
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 variables17969
Total number of constraints18273
Number of constraints which are clauses18122
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint151
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 152
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4446602-1721824376.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.52/0.40	c ... done. Wall clock time 0.264s.
0.52/0.40	c declared #vars     17969
0.52/0.40	c #constraints  18273
0.52/0.40	c constraints type 
0.52/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1950
0.52/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 151
0.52/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16170
0.52/0.40	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.52/0.40	c 18273 constraints processed.
4.98/2.63	c cleaning 2499 clauses out of 4999 with flag 22399/5003
7.56/4.76	c cleaning 4227 clauses out of 8491 with flag 52851/11000
10.37/7.38	c cleaning 5619 clauses out of 11255 with flag 88251/18000
13.52/10.40	c cleaning 6798 clauses out of 13635 with flag 130342/26001
16.86/13.76	c cleaning 7898 clauses out of 15827 with flag 177066/35000
20.89/17.71	c cleaning 8340 clauses out of 17918 with flag 225141/45000
25.41/22.16	c cleaning 8953 clauses out of 20572 with flag 278137/56003
29.95/26.63	c cleaning 9892 clauses out of 23610 with flag 334555/68000
34.70/31.46	c cleaning 10605 clauses out of 26705 with flag 397423/81000
40.65/37.33	c cleaning 11727 clauses out of 30099 with flag 469413/95000
46.81/43.49	c cleaning 12249 clauses out of 33364 with flag 546295/110000
53.07/49.60	c cleaning 13118 clauses out of 37107 with flag 629104/126001
59.72/56.29	c cleaning 13844 clauses out of 40982 with flag 714872/143000
67.48/63.95	c cleaning 14908 clauses out of 45134 with flag 809640/161000
75.94/72.32	c cleaning 15734 clauses out of 49224 with flag 911218/180000
84.43/80.85	c cleaning 16470 clauses out of 53487 with flag 1021412/200003
93.92/90.26	c cleaning 17289 clauses out of 58009 with flag 1141003/221000
103.88/100.54	c cleaning 18088 clauses out of 62718 with flag 1257607/243001
114.17/110.70	c cleaning 18914 clauses out of 67631 with flag 1383315/266003
124.67/121.30	c cleaning 19637 clauses out of 72709 with flag 1508906/290000
136.63/133.55	c cleaning 20428 clauses out of 78071 with flag 1647499/315001
149.74/146.65	c cleaning 21526 clauses out of 83640 with flag 1801208/341000
162.89/160.66	c cleaning 22363 clauses out of 89109 with flag 1943981/368001
176.49/174.17	c cleaning 22871 clauses out of 94745 with flag 2101505/396001
190.84/189.01	c cleaning 24055 clauses out of 100868 with flag 2266136/425000
206.21/204.34	c cleaning 24627 clauses out of 106808 with flag 2438171/455000
222.52/220.66	c cleaning 25803 clauses out of 113181 with flag 2618081/486001
238.88/236.93	c cleaning 26450 clauses out of 119377 with flag 2804324/518002
257.12/255.16	c cleaning 27424 clauses out of 125923 with flag 2993501/551000
274.66/272.77	c cleaning 28225 clauses out of 132497 with flag 3195569/585000
293.49/291.70	c cleaning 29174 clauses out of 139272 with flag 3395238/620002
312.96/311.49	c cleaning 30179 clauses out of 146096 with flag 3601446/656000
332.72/331.15	c cleaning 30652 clauses out of 152918 with flag 3820558/693002
354.41/352.87	c cleaning 31759 clauses out of 160262 with flag 4047037/731001
376.60/375.19	c cleaning 32856 clauses out of 167499 with flag 4279415/770000
400.37/398.75	c cleaning 33391 clauses out of 174642 with flag 4525443/810000
424.44/422.93	c cleaning 34330 clauses out of 182250 with flag 4775545/851000
449.53/448.05	c cleaning 35361 clauses out of 189920 with flag 5029504/893001
475.71/474.21	c cleaning 36272 clauses out of 197557 with flag 5288471/936000
504.27/502.65	c cleaning 37012 clauses out of 205284 with flag 5558987/980000
533.93/532.76	c cleaning 38030 clauses out of 213272 with flag 5842660/1025001
564.44/563.30	c cleaning 39019 clauses out of 221241 with flag 6142190/1071001
596.95/595.74	c cleaning 39981 clauses out of 229220 with flag 6444502/1118000
628.68/627.49	c cleaning 40701 clauses out of 237239 with flag 6760225/1166003
660.60/659.32	c cleaning 41658 clauses out of 245532 with flag 7074613/1215000
693.53/692.29	c cleaning 42580 clauses out of 253873 with flag 7402092/1265001
727.83/726.50	c cleaning 43583 clauses out of 262291 with flag 7737613/1316000
764.12/762.63	c cleaning 44467 clauses out of 270709 with flag 8081672/1368001
801.37/800.14	c cleaning 45115 clauses out of 279242 with flag 8433346/1421001
839.41/838.24	c cleaning 45986 clauses out of 288131 with flag 8801864/1475005
878.11/877.31	c cleaning 47413 clauses out of 297137 with flag 9176829/1530000
919.91/919.25	c cleaning 48156 clauses out of 305729 with flag 9562393/1586005
964.52/963.88	c cleaning 49326 clauses out of 314563 with flag 9962302/1643000
1010.32/1009.61	c cleaning 49812 clauses out of 323235 with flag 10360987/1701000
1057.43/1057.03	c cleaning 50858 clauses out of 332421 with flag 10783571/1760000
1106.75/1107.04	c cleaning 52198 clauses out of 341561 with flag 11208246/1820000
1158.52/1158.58	c cleaning 52772 clauses out of 350365 with flag 11646824/1881003
1210.67/1211.54	c cleaning 53692 clauses out of 359589 with flag 12092272/1943000
1262.97/1264.44	c cleaning 54462 clauses out of 368898 with flag 12539451/2006001
1316.79/1318.53	c cleaning 56119 clauses out of 378432 with flag 13010256/2070000
1371.64/1373.22	c cleaning 56832 clauses out of 387313 with flag 13488638/2135001
1429.83/1431.75	c cleaning 57481 clauses out of 396482 with flag 13983982/2201004
1489.70/1492.62	c cleaning 58544 clauses out of 405996 with flag 14484192/2268000
1552.24/1556.62	c cleaning 59628 clauses out of 415452 with flag 15002007/2336000
1614.85/1619.18	c cleaning 60592 clauses out of 424826 with flag 15529823/2405002
1679.42/1684.65	c cleaning 61610 clauses out of 434234 with flag 16051853/2475003
1743.87/1749.40	c cleaning 62831 clauses out of 443623 with flag 16588493/2546002
1809.50/1815.13	c cleaning 63847 clauses out of 452791 with flag 17139717/2618001
1882.75/1889.16	c cleaning 64348 clauses out of 461943 with flag 17733716/2691000
1954.14/1960.33	c cleaning 65517 clauses out of 471597 with flag 18326246/2765002
2031.20/2037.65	c cleaning 65930 clauses out of 481078 with flag 18927097/2840000
2110.73/2117.51	c cleaning 67552 clauses out of 491146 with flag 19533282/2916000
2188.00/2194.62	c cleaning 68240 clauses out of 500594 with flag 20149582/2993001
2274.03/2280.77	c cleaning 69606 clauses out of 510353 with flag 20822854/3071001
2357.54/2363.87	c cleaning 70765 clauses out of 519746 with flag 21462473/3150000
2442.21/2448.85	c cleaning 71744 clauses out of 528983 with flag 22106984/3230003
2531.93/2538.60	c cleaning 72421 clauses out of 538235 with flag 22788164/3311000
2622.10/2629.98	c cleaning 73213 clauses out of 547814 with flag 23464042/3393000
2716.33/2723.64	c cleaning 74342 clauses out of 557602 with flag 24150096/3476001
2813.52/2821.46	c cleaning 75419 clauses out of 567258 with flag 24849732/3560000
2910.12/2917.54	c cleaning 76308 clauses out of 576840 with flag 25584070/3645001
3007.32/3014.87	c cleaning 77166 clauses out of 586529 with flag 26332154/3731000
3111.90/3119.04	c cleaning 78126 clauses out of 596365 with flag 27085737/3818002
3216.41/3223.37	c cleaning 79522 clauses out of 606237 with flag 27849904/3906000
3326.04/3332.78	c cleaning 80318 clauses out of 615717 with flag 28612664/3995002
3432.99/3439.90	c cleaning 81439 clauses out of 625396 with flag 29379087/4085000
3549.40/3556.42	c cleaning 82402 clauses out of 634957 with flag 30208886/4176000
3600.02/3607.22	c starts		: 28413
3600.02/3607.23	c conflicts		: 4223600
3600.02/3607.23	c decisions		: 120209499
3600.02/3607.23	c propagations		: 3777158485
3600.02/3607.23	c inspects		: 18775488677
3600.02/3607.23	c shortcuts		: 0
3600.02/3607.23	c learnt literals	: 208
3600.02/3607.23	c learnt binary clauses	: 209915
3600.02/3607.23	c learnt ternary clauses	: 203492
3600.02/3607.23	c learnt constraints	: 4223392
3600.02/3607.23	c ignored constraints	: 0
3600.02/3607.23	c root simplifications	: 0
3600.02/3607.23	c removed literals (reason simplification)	: 48932648
3600.02/3607.23	c reason swapping (by a shorter reason)	: 0
3600.02/3607.23	c Calls to reduceDB	: 87
3600.02/3607.23	c Number of update (reduction) of LBD	: 3315984
3600.02/3607.23	c Imported unit clauses	: 0
3600.02/3607.23	c No decision after first conflict	: false
3600.02/3607.23	c number of reductions to clauses (during analyze)	: 0
3600.02/3607.23	c number of learned constraints concerned by reduction	: 0
3600.02/3607.23	c number of learning phase by resolution	: 0
3600.02/3607.23	c number of learning phase by cutting planes	: 0
3600.02/3607.23	c number of rounding to 1 operations	: 0
3600.02/3607.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3607.23	c number of reductions of the coefficients by power 2 	: 0
3600.02/3607.23	c timeout
3600.02/3607.23	c number of right shift for reduction by power 2 	: 0
3600.02/3607.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3607.23	c number of ending skipping 	: 0
3600.02/3607.23	c number of internal skipping 	: 0
3600.02/3607.23	c number of derivation steps 	: 0
3600.02/3607.23	c number of skipped derivation steps 	: 0
3600.02/3607.23	c number of remaining unassigned 	: 0
3600.02/3607.23	c number of remaining assigned 	: 0
3600.02/3607.23	c number of falsified literals weakened from reason	: 0
3600.02/3607.23	c number of falsified literals weakened from conflict	: 0
3600.02/3607.23	c time for arithmetic operations	: 0
3600.02/3607.23	c minimum degree of deleted constraints	: null
3600.02/3607.23	c maximum degree of deleted constraints	: null
3600.02/3607.23	c number of deleted constraints	: 0
3600.02/3607.23	c speed (assignments/second)	: 1047225.6159435558
3600.02/3607.23	c non guided choices	: 23130
3600.16/3607.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 390239
3600.16/3607.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 209915
3600.16/3607.32	s UNKNOWN
3600.16/3607.32	c Total wall clock time (in seconds): 3607.191

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: 63968 MiB (47836 MiB free)
  memory of node 1: 64473 MiB (37715 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446602-1721824376/watcher-4446602-1721824376 -o /tmp/evaluation-result-4446602-1721824376/solver-4446602-1721824376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721817186-182709 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4446602-1721824376 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446602-1721824376.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=186936, runsolver pid=186933

[startup+0.100274 s]*
/proc/loadavg: 4.13 4.15 4.17 7/336 186954
/proc/meminfo: memFree=87559876/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=18993908 memory=65688 CPUtime=0.13 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 7269 0 0 0 11 2 0 0 20 0 18 0 18965511 19449761792 16422 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4748477 16422 5782 1 0 549344 0
[pid=186936/tid=186938] ppid=186933 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 1077936192 5816 0 0 0 7 1 0 0 20 0 18 0 18965512 19449761792 16422 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=18993908 memory=232851243367 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18965514 19449761792 16422 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=18993908 memory=13855170183833064 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18965515 19449761792 16422 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 65688 KiB

[startup+0.206021 s]*
/proc/loadavg: 4.13 4.15 4.17 7/336 186954
/proc/meminfo: memFree=87540556/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=18993908 memory=84828 CPUtime=0.32 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 8751 0 0 0 29 3 0 0 20 0 18 0 18965511 19449761792 21207 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4748477 21207 6069 1 0 550255 0
[pid=186936/tid=186938] ppid=186933 vsize=18993908 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 1077936192 6002 0 0 0 16 2 0 0 20 0 18 0 18965512 19449761792 21207 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=18993908 memory=1583096 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18965514 19449761792 21207 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=18993908 memory=13573695205541613 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18965515 19449761792 21207 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 84828 KiB

[startup+0.305772 s]*
/proc/loadavg: 4.13 4.15 4.17 7/336 186954
/proc/meminfo: memFree=87508720/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=18993908 memory=113556 CPUtime=0.52 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 9243 0 0 0 48 4 0 0 20 0 18 0 18965511 19449761792 28389 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4748477 28389 6069 1 0 550594 0
[pid=186936/tid=186938] ppid=186933 vsize=18993908 memory=-8960581501038928572 CPUtime=0.25 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 6024 0 0 0 23 2 0 0 20 0 18 0 18965512 19449761792 28389 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18965514 19449761792 28389 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18965515 19449761792 28389 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 113556 KiB

[startup+0.700923 s]
/proc/loadavg: 4.13 4.15 4.17 7/338 186956
/proc/meminfo: memFree=87450908/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=175208 CPUtime=1.27 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 11219 0 0 0 122 5 0 0 20 0 20 0 18965511 19586084864 43802 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 43802 6101 1 0 552492 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=5612 CPUtime=0.61 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 6131 0 0 0 58 3 0 0 20 0 20 0 18965512 19586084864 43802 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=12368 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 43802 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=4973 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 43802 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=2244 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 43802 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 175208 KiB

[startup+1.50092 s]
/proc/loadavg: 4.13 4.15 4.17 6/338 186956
/proc/meminfo: memFree=87439680/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=179648 CPUtime=2.86 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 16994 0 0 0 280 6 0 0 20 0 20 0 18965511 19586084864 44912 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 44912 6101 1 0 553343 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=0 CPUtime=1.38 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 6508 0 0 0 135 3 0 0 20 0 20 0 18965512 19586084864 44912 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 44912 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=12368 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 44912 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=1582855 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 44912 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 179648 KiB

[startup+3.10592 s]
/proc/loadavg: 4.36 4.20 4.18 5/338 186956
/proc/meminfo: memFree=87388156/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=203296 CPUtime=5.78 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 24214 0 0 0 570 8 0 0 20 0 20 0 18965511 19586084864 50824 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 50824 6117 1 0 555974 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=0 CPUtime=2.93 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 7585 0 0 0 289 4 0 0 20 0 20 0 18965512 19586084864 50824 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=12368 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 50824 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=33 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 50824 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=11624 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 50824 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 203296 KiB

[startup+6.30092 s]
/proc/loadavg: 4.36 4.20 4.18 6/338 186958
/proc/meminfo: memFree=87355488/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=201176 CPUtime=9.36 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 25384 0 0 0 926 10 0 0 20 0 20 0 18965511 19586084864 50294 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 50294 6117 1 0 555993 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=0 CPUtime=6.07 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 7755 0 0 0 602 5 0 0 20 0 20 0 18965512 19586084864 50294 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=7234299871280259691 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 50294 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=199088 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 50294 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=179648 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 50294 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 201176 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 4.21 4.19 5/338 186958
/proc/meminfo: memFree=87136016/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=353760 CPUtime=15.83 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 30138 0 0 0 1568 15 0 0 20 0 20 0 18965511 19586084864 88440 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 88440 6148 1 0 555993 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=254892 CPUtime=12.38 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 8901 0 0 0 1229 9 0 0 20 0 20 0 18965512 19586084864 88440 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=353760 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 88440 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=-8960581501038928572 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 88440 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=269784 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 88440 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 15.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 353760 KiB

[startup+25.5003 s]
/proc/loadavg: 4.32 4.20 4.18 5/338 186961
/proc/meminfo: memFree=86723980/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=622284 CPUtime=28.85 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 36766 0 0 0 2860 25 0 0 20 0 20 0 18965511 19586084864 155571 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 155571 6148 1 0 555993 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=353760 CPUtime=25 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 10170 0 0 0 2486 14 0 0 20 0 20 0 18965512 19586084864 155571 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=11624 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 155571 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=12368 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 155571 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=534176 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 155571 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 28.85 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 622284 KiB

[startup+51.1057 s]
/proc/loadavg: 4.27 4.20 4.18 3/318 186968
/proc/meminfo: memFree=88188492/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=1063028 CPUtime=54.64 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 44347 0 0 0 5421 43 0 0 20 0 20 0 18965511 19586084864 265757 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 265757 6148 1 0 555993 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=954404 CPUtime=50.2 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 12016 0 0 0 4995 25 0 0 20 0 20 0 18965512 19586084864 265757 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=622284 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 265757 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0

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

[startup+3282.3 s]
/proc/loadavg: 4.11 4.16 4.16 5/332 188776
/proc/meminfo: memFree=95120272/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=2190348 CPUtime=3275.58 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 216429 0 0 0 326738 820 0 0 20 0 20 0 18965511 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 547587 6161 1 0 558558 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=2190344 CPUtime=3223.07 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 76295 0 0 0 321625 682 0 0 20 0 20 0 18965512 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2406 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=2190344 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=2190344 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 2713 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=32888 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 3275.58 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2190348 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.16 4.16 5/332 188954
/proc/meminfo: memFree=94768084/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=2190348 CPUtime=3335.62 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 218658 0 0 0 332729 833 0 0 20 0 20 0 18965511 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 547587 6161 1 0 558558 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=-8960581501038928572 CPUtime=3282.44 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 77409 0 0 0 327551 693 0 0 20 0 20 0 18965512 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2419 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=2190348 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=5612 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 2811 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=11624 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 3335.62 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2190348 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.16 4.16 5/332 188964
/proc/meminfo: memFree=94453832/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=2190348 CPUtime=3395.49 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 219094 0 0 0 338704 845 0 0 20 0 20 0 18965511 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 547587 6161 1 0 558558 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=-8960581501038928572 CPUtime=3341.49 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 77611 0 0 0 333446 703 0 0 20 0 20 0 18965512 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2456 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=2190348 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=2190348 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 2811 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=2190348 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 3395.49 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2190348 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.16 4.16 5/335 189036
/proc/meminfo: memFree=94065492/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=2190348 CPUtime=3455.64 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 221390 0 0 0 344707 857 0 0 20 0 20 0 18965511 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 547587 6161 1 0 558558 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=-8960581501038928572 CPUtime=3400.74 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 78060 0 0 0 339359 715 0 0 20 0 20 0 18965512 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2474 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=2190348 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=19072 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 2811 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=-9126187756228164760 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 3455.64 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2190348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.19 4.17 5/336 189048
/proc/meminfo: memFree=93749168/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=2190348 CPUtime=3515.49 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 223385 0 0 0 350681 868 0 0 20 0 20 0 18965511 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 547587 6161 1 0 558558 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=2190348 CPUtime=3459.88 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 79082 0 0 0 345263 725 0 0 20 0 20 0 18965512 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2482 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=2190348 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 2851 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=2190348 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 3515.49 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2190348 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.18 4.17 5/335 189061
/proc/meminfo: memFree=93452836/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=2190348 CPUtime=3575.11 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 223897 0 0 0 356628 883 0 0 20 0 20 0 18965511 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 547587 6161 1 0 558558 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=19072 CPUtime=3518.9 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 79401 0 0 0 351153 737 0 0 20 0 20 0 18965512 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2491 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=5612 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=280454385824208 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 2904 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=11624 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 3575.11 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2190348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.2 s]
/proc/loadavg: 4.43 4.23 4.19 5/335 189065
/proc/meminfo: memFree=93326840/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19127036 memory=2190348 CPUtime=3600.02 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 224244 0 0 0 359114 888 0 0 20 0 20 0 18965511 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4781759 547587 6161 1 0 558558 0
[pid=186936/tid=186938] ppid=186933 vsize=19127036 memory=2268 CPUtime=3543.26 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) R 186933 186936 182698 0 -1 4194368 79487 0 0 0 353585 741 0 0 20 0 20 0 18965512 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2493 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19127036 memory=5552 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18965514 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19127036 memory=-8960581501038928572 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 2907 0 0 0 0 0 0 0 20 0 20 0 18965515 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186956] ppid=186933 vsize=19127036 memory=67900 CPUtime=0 cores=4,6
/proc/186936/task/186956/stat : 186956 (Timer-0) S 186933 186936 182698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18965552 19586084864 547587 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2190348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.3 s, system=8.89576 s

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

[startup+3607.31 s]
/proc/loadavg: 4.43 4.23 4.19 5/335 189065
/proc/meminfo: memFree=93326840/131524600 swapFree=131061136/131071996
[pid=186936] ppid=186933 vsize=19326728 memory=2190940 CPUtime=3600.16 cores=4,6
/proc/186936/stat : 186936 (java) S 186933 186936 182698 0 -1 1077936128 226316 0 0 0 359128 888 0 0 20 0 21 0 18965511 19790569472 547735 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
/proc/186936/statm: 4831682 547735 6160 1 0 559484 0
[pid=186936/tid=186938] ppid=186933 vsize=19326728 memory=2190348 CPUtime=3543.28 cores=4,6
/proc/186936/task/186938/stat : 186938 (java) S 186933 186936 182698 0 -1 1077936192 79690 0 0 0 353587 741 0 0 20 0 21 0 18965512 19790569472 547735 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2499 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186947] ppid=186933 vsize=19326728 memory=67900 CPUtime=0 cores=4,6
/proc/186936/task/186947/stat : 186947 (Finalizer) S 186933 186936 182698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18965514 19790569472 547735 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
[pid=186936/tid=186954] ppid=186933 vsize=19326728 memory=2190348 CPUtime=0 cores=4,6
/proc/186936/task/186954/stat : 186954 (Common-Cleaner) S 186933 186936 182698 0 -1 1077936192 2907 0 0 0 0 0 0 0 20 0 21 0 18965515 19790569472 547735 134679101440 94242720133120 94242720136816 140729528076256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94242720144632 94242720145424 94242724626432 140729528083375 140729528083557 140729528083557 140729528090568 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 2190940 KiB

Child status: 143

Real time (s): 3607.33
CPU time (s): 3600.19
CPU user time (s): 3591.3
CPU system time (s): 8.89576
CPU usage (%): 99.802
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 2190940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.3
system time used= 8.89576
maximum resident set size= 2191908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226524
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12802328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116318
involuntary context switches= 15768


# summary of solver processes directly reported to runsolver:
#   pid: 186936
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3591.3
#   total CPU system time (s): 8.89576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.37155 second user time and 17.2373 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-24 14:32:56
IDJOB=4446602
IDBENCH=158279
IDSOLVER=3079
FILE ID=nodeC014/4446602-1721824376
RUNJOBID= nodeC014-1721817186-182709
SLURM_JOB_ID= 7816864
Free space on /tmp= 890012 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K151.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446602-1721824376/watcher-4446602-1721824376 -o /tmp/evaluation-result-4446602-1721824376/solver-4446602-1721824376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721817186-182709 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4446602-1721824376 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446602-1721824376.opb

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

MD5SUM BENCH= abcade21393c5164863b40206a5f4f64
RANDOM SEED=363426714

nodeC014.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3650.745
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3689.326
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3616.080
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.932
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3643.053
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.035
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3643.530
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3689.456
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        87605816 kB
MemAvailable:   122048216 kB
Buffers:          246632 kB
Cached:         34993732 kB
SwapCached:          236 kB
Active:          2123448 kB
Inactive:       41113408 kB
Active(anon):       2132 kB
Inactive(anon):  8047728 kB
Active(file):    2121316 kB
Inactive(file): 33065680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061136 kB
Dirty:             67984 kB
Writeback:             0 kB
AnonPages:       7994024 kB
Mapped:           116788 kB
Shmem:             53232 kB
KReclaimable:     190452 kB
Slab:             310016 kB
SReclaimable:     190452 kB
SUnreclaim:       119564 kB
KernelStack:        5116 kB
PageTables:        25500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8646336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16896 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7641088 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      359124 kB
DirectMap2M:    35065856 kB
DirectMap1G:    100663296 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC014 at 2024-07-24 15:33:04