Trace number 4503680

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.26 3601.84

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
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 benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
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@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 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-4503680-1751164673.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
5.13/3.54	c ... done. Wall clock time 3.41s.
5.13/3.54	c declared #vars     44846
5.13/3.54	c #constraints  989877
5.13/3.54	c constraints type 
5.13/3.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
5.13/3.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
5.13/3.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
5.13/3.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
5.13/3.54	c 989877 constraints processed.
9.73/7.38	c cleaning 2493 clauses out of 5000 with flag 246812/5000
13.30/10.70	c cleaning 4247 clauses out of 8508 with flag 580196/11001
16.78/14.07	c cleaning 5609 clauses out of 11260 with flag 906568/18000
20.79/18.06	c cleaning 6817 clauses out of 13651 with flag 1186671/26000
24.18/21.43	c cleaning 7917 clauses out of 15834 with flag 1442591/35000
27.88/25.11	c cleaning 8951 clauses out of 17917 with flag 1543376/45000
35.86/33.18	c cleaning 9974 clauses out of 19966 with flag 2043864/56000
46.20/43.14	c cleaning 10984 clauses out of 21990 with flag 2317304/68002
49.99/46.98	c cleaning 11991 clauses out of 24004 with flag 2467170/81000
57.98/54.95	c cleaning 12970 clauses out of 26005 with flag 2715021/95000
66.76/63.74	c cleaning 13667 clauses out of 28035 with flag 2929937/110000
73.85/70.82	c cleaning 15147 clauses out of 30368 with flag 3106894/126000
83.76/80.74	c cleaning 16096 clauses out of 32221 with flag 3369768/143000
88.78/85.76	c cleaning 17036 clauses out of 34126 with flag 3518734/161001
97.07/94.03	c cleaning 18023 clauses out of 36091 with flag 3758427/180002
106.54/103.54	c cleaning 18914 clauses out of 38066 with flag 4016582/200000
116.22/113.29	c cleaning 20010 clauses out of 40152 with flag 4392089/221000
129.00/126.06	c cleaning 20695 clauses out of 42142 with flag 4857030/243000
143.77/140.81	c cleaning 22009 clauses out of 44447 with flag 5864310/266000
156.75/153.84	c cleaning 23200 clauses out of 46438 with flag 6698276/290000
171.53/168.60	c cleaning 21830 clauses out of 48238 with flag 7353060/315000
184.02/181.15	c cleaning 25035 clauses out of 52408 with flag 7702679/341000
197.23/194.30	c cleaning 25631 clauses out of 54373 with flag 8123001/368000
214.01/211.14	c cleaning 26972 clauses out of 56742 with flag 8866237/396000
229.79/226.94	c cleaning 26169 clauses out of 58771 with flag 9669375/425001
249.05/246.21	c cleaning 29452 clauses out of 62601 with flag 10142817/455000
268.20/265.35	c cleaning 29638 clauses out of 64149 with flag 10674425/486000
287.16/284.34	c cleaning 30762 clauses out of 66511 with flag 11202866/518000
298.84/296.07	c cleaning 31586 clauses out of 68750 with flag 11556719/551001
326.19/323.48	c cleaning 33726 clauses out of 71164 with flag 11882124/585001
339.87/337.18	c cleaning 34042 clauses out of 72439 with flag 12199283/620002
352.93/350.20	c cleaning 35075 clauses out of 74395 with flag 12512360/656000
364.82/362.12	c cleaning 36086 clauses out of 76321 with flag 12888289/693001
378.59/375.91	c cleaning 36956 clauses out of 78235 with flag 13321445/731001
391.67/389.04	c cleaning 37934 clauses out of 80278 with flag 13686334/770000
408.64/406.00	c cleaning 39308 clauses out of 82344 with flag 14001393/810000
420.63/417.91	c cleaning 40493 clauses out of 84036 with flag 14493833/851000
448.17/445.52	c cleaning 41991 clauses out of 85543 with flag 14820249/893000
473.33/470.71	c cleaning 42893 clauses out of 86552 with flag 15105712/936000
492.19/489.64	c cleaning 42683 clauses out of 87659 with flag 15534417/980000
504.58/502.04	c cleaning 43805 clauses out of 89978 with flag 16005666/1025002
520.05/517.58	c cleaning 44515 clauses out of 92171 with flag 16485322/1071000
542.31/539.85	c cleaning 45892 clauses out of 94656 with flag 17179215/1118000
561.87/559.45	c cleaning 47041 clauses out of 96765 with flag 17804568/1166001
597.91/595.53	c cleaning 46387 clauses out of 98724 with flag 18813232/1215001
626.30/623.85	c cleaning 48159 clauses out of 102336 with flag 19726956/1265000
654.64/652.21	c cleaning 48875 clauses out of 105177 with flag 20553914/1316000
682.79/680.49	c cleaning 50945 clauses out of 108303 with flag 21077463/1368001
697.46/695.16	c cleaning 51456 clauses out of 110358 with flag 21497581/1421001
717.62/715.32	c cleaning 53239 clauses out of 112901 with flag 21894327/1475000
738.98/736.79	c cleaning 53494 clauses out of 114664 with flag 22405476/1530002
774.42/772.22	c cleaning 53306 clauses out of 117168 with flag 23461927/1586000
810.17/808.09	c cleaning 54392 clauses out of 120862 with flag 24264468/1643000
827.26/825.05	c cleaning 57057 clauses out of 124470 with flag 24751178/1701000
851.11/849.00	c cleaning 58064 clauses out of 126416 with flag 25151294/1760003
884.54/882.49	c cleaning 59434 clauses out of 128349 with flag 25575621/1820000
907.40/905.36	c cleaning 60017 clauses out of 129915 with flag 26179182/1881000
943.63/941.60	c cleaning 59361 clauses out of 131898 with flag 27001601/1943000
975.58/973.60	c cleaning 60938 clauses out of 135538 with flag 27658564/2006001
1005.13/1003.26	c cleaning 63108 clauses out of 138600 with flag 28279087/2070001
1037.39/1035.48	c cleaning 63546 clauses out of 140491 with flag 29197338/2135000
1149.38/1147.68	c cleaning 65970 clauses out of 142946 with flag 30020453/2201001
1183.73/1182.10	c cleaning 64858 clauses out of 143976 with flag 30807574/2268001
1211.07/1209.41	c cleaning 66717 clauses out of 147118 with flag 31472171/2336001
1243.35/1241.63	c cleaning 67528 clauses out of 149402 with flag 32430742/2405002
1290.96/1289.31	c cleaning 66522 clauses out of 151872 with flag 33257653/2475000
1321.01/1319.49	c cleaning 70014 clauses out of 156350 with flag 34047799/2546000
1349.15/1347.61	c cleaning 71348 clauses out of 158336 with flag 34659523/2618000
1380.10/1378.66	c cleaning 72341 clauses out of 159988 with flag 35306090/2691000
1415.29/1413.70	c cleaning 72739 clauses out of 161647 with flag 36373757/2765000
1460.90/1459.40	c cleaning 74062 clauses out of 163908 with flag 37869018/2840000
1494.13/1492.71	c cleaning 75548 clauses out of 165848 with flag 38810690/2916002
1537.26/1535.95	c cleaning 76441 clauses out of 167298 with flag 39459546/2993000
1583.38/1582.15	c cleaning 75715 clauses out of 168857 with flag 40600222/3071000
1617.13/1615.86	c cleaning 78036 clauses out of 172142 with flag 41393627/3150000
1669.92/1668.79	c cleaning 78598 clauses out of 174109 with flag 42967334/3230003
1714.24/1713.12	c cleaning 79684 clauses out of 176508 with flag 44253797/3311000
1757.76/1756.78	c cleaning 81214 clauses out of 178825 with flag 45111550/3393001
1786.83/1785.79	c cleaning 81617 clauses out of 180611 with flag 46002606/3476001
1826.16/1825.14	c cleaning 83516 clauses out of 182993 with flag 47325731/3560000
1869.76/1868.87	c cleaning 84264 clauses out of 184479 with flag 48314909/3645002
1905.59/1904.72	c cleaning 84242 clauses out of 186216 with flag 49528223/3731003
1941.54/1940.68	c cleaning 85650 clauses out of 188971 with flag 50838112/3818000
1983.05/1982.24	c cleaning 86416 clauses out of 191323 with flag 52141344/3906002
2022.97/2022.21	c cleaning 87721 clauses out of 193905 with flag 53324562/3995000
2090.72/2090.12	c cleaning 85076 clauses out of 196184 with flag 55210669/4085000
2180.78/2180.38	c cleaning 87562 clauses out of 202108 with flag 56485729/4176000
2235.38/2235.09	c cleaning 90098 clauses out of 206546 with flag 57576307/4268000
2342.96/2342.87	c cleaning 92359 clauses out of 209448 with flag 58303383/4361000
2384.29/2384.28	c cleaning 92734 clauses out of 211091 with flag 59173711/4455002
2421.98/2421.86	c cleaning 93427 clauses out of 213355 with flag 59934429/4550000
2464.39/2464.37	c cleaning 94876 clauses out of 215929 with flag 60675507/4646001
2545.12/2545.25	c cleaning 94657 clauses out of 218052 with flag 61925897/4743000
2596.12/2596.33	c cleaning 97211 clauses out of 221395 with flag 62892843/4841000
2634.09/2634.40	c cleaning 97256 clauses out of 223184 with flag 63731678/4940000
2720.83/2721.15	c cleaning 99104 clauses out of 225928 with flag 64868944/5040000
2782.30/2782.71	c cleaning 99560 clauses out of 227824 with flag 66316055/5141000
2822.02/2822.58	c cleaning 100874 clauses out of 230264 with flag 67349073/5243000
2865.38/2865.83	c cleaning 102217 clauses out of 232391 with flag 68614232/5346001
2922.06/2922.65	c cleaning 102707 clauses out of 234173 with flag 69725328/5450000
2970.56/2971.23	c cleaning 104149 clauses out of 236467 with flag 71025414/5555001
3011.28/3012.07	c cleaning 104615 clauses out of 238317 with flag 72215576/5661000
3060.22/3060.92	c cleaning 106100 clauses out of 240702 with flag 73920018/5768000
3113.40/3114.25	c cleaning 106587 clauses out of 242603 with flag 75156050/5876001
3155.71/3156.67	c cleaning 107958 clauses out of 245015 with flag 76314938/5985000
3229.59/3230.54	c cleaning 109133 clauses out of 247057 with flag 77397817/6095000
3279.88/3281.00	c cleaning 109510 clauses out of 248924 with flag 78781939/6206000
3334.97/3336.18	c cleaning 110799 clauses out of 251414 with flag 80562509/6318000
3385.37/3386.62	c cleaning 111581 clauses out of 253615 with flag 81981225/6431000
3449.52/3450.82	c cleaning 113004 clauses out of 256034 with flag 82803797/6545000
3500.01/3501.40	c cleaning 113890 clauses out of 258030 with flag 84262268/6660000
3564.27/3565.85	c cleaning 114869 clauses out of 260142 with flag 85678435/6776002
3600.09/3601.71	c timeout
3600.09/3601.72	c starts		: 24147
3600.09/3601.72	c conflicts		: 6842994
3600.09/3601.72	c decisions		: 130237489
3600.09/3601.73	c propagations		: 5570738570
3600.09/3601.73	c inspects		: 40694612458
3600.09/3601.73	c shortcuts		: 0
3600.09/3601.73	c learnt literals	: 12
3600.09/3601.73	c learnt binary clauses	: 8317
3600.09/3601.73	c learnt ternary clauses	: 16283
3600.09/3601.73	c learnt constraints	: 6842982
3600.09/3601.73	c ignored constraints	: 0
3600.09/3601.73	c root simplifications	: 0
3600.09/3601.73	c removed literals (reason simplification)	: 67979762
3600.09/3601.73	c reason swapping (by a shorter reason)	: 0
3600.09/3601.73	c Calls to reduceDB	: 112
3600.09/3601.73	c Number of update (reduction) of LBD	: 4193746
3600.09/3601.73	c Imported unit clauses	: 0
3600.09/3601.73	c No decision after first conflict	: false
3600.09/3601.73	c number of reductions to clauses (during analyze)	: 0
3600.09/3601.73	c number of learned constraints concerned by reduction	: 0
3600.09/3601.73	c number of learning phase by resolution	: 0
3600.09/3601.73	c number of learning phase by cutting planes	: 0
3600.09/3601.73	c number of rounding to 1 operations	: 0
3600.09/3601.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3601.73	c number of reductions of the coefficients by power 2 	: 0
3600.09/3601.73	c number of right shift for reduction by power 2 	: 0
3600.09/3601.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3601.73	c number of ending skipping 	: 0
3600.09/3601.73	c number of internal skipping 	: 0
3600.09/3601.73	c number of derivation steps 	: 0
3600.09/3601.73	c number of skipped derivation steps 	: 0
3600.09/3601.73	c number of remaining unassigned 	: 0
3600.09/3601.73	c number of remaining assigned 	: 0
3600.09/3601.73	c number of falsified literals weakened from reason	: 0
3600.09/3601.73	c number of falsified literals weakened from conflict	: 0
3600.09/3601.73	c time for arithmetic operations	: 0
3600.09/3601.73	c minimum degree of deleted constraints	: null
3600.09/3601.73	c maximum degree of deleted constraints	: null
3600.09/3601.73	c number of deleted constraints	: 0
3600.09/3601.73	c speed (assignments/second)	: 1548215.680372812
3600.09/3601.73	c non guided choices	: 12378997
3600.09/3601.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 203948
3600.09/3601.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 8317
3600.09/3601.80	s UNKNOWN
3600.09/3601.80	c Total wall clock time (in seconds): 3601.671

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503680-1751164673/watcher-4503680-1751164673 -o /tmp/evaluation-result-4503680-1751164673/solver-4503680-1751164673 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19473 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503680-1751164673.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=21954, runsolver pid=21951
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.16 4.19 4.17 5/338 21972
/proc/meminfo: memFree=125290400/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=18930384 memory=57768 CPUtime=0.13 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 6586 0 0 0 11 2 0 0 20 0 18 0 32145077 19384713216 14442 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4732596 14442 5334 1 0 547623 0
[pid=21954/tid=21956] ppid=21951 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 5092 0 0 0 7 1 0 0 20 0 18 0 32145078 19384713216 14442 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32145081 19384713216 14442 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=18930384 memory=58485492707711 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32145081 19384713216 14442 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57768 KiB

[startup+0.205896 s]*
/proc/loadavg: 4.16 4.19 4.17 7/338 21972
/proc/meminfo: memFree=125280192/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=18930384 memory=80336 CPUtime=0.33 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 7029 0 0 0 30 3 0 0 20 0 18 0 32145077 19384713216 20084 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4732596 20084 5430 1 0 547915 0
[pid=21954/tid=21956] ppid=21951 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 5301 0 0 0 16 2 0 0 20 0 18 0 32145078 19384713216 20084 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32145081 19384713216 20084 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32145081 19384713216 20084 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80336 KiB

[startup+0.305883 s]*
/proc/loadavg: 4.16 4.19 4.17 6/338 21972
/proc/meminfo: memFree=125226504/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=18930384 memory=135920 CPUtime=0.51 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 8556 0 0 0 47 4 0 0 20 0 18 0 32145077 19384713216 33980 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4732596 33980 5430 1 0 548923 0
[pid=21954/tid=21956] ppid=21951 vsize=18930384 memory=-6000919502771022701 CPUtime=0.28 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 5327 0 0 0 25 3 0 0 20 0 18 0 32145078 19384713216 33980 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32145081 19384713216 33980 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32145081 19384713216 33980 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 135920 KiB

[startup+0.700236 s]
/proc/loadavg: 4.16 4.19 4.17 6/339 21973
/proc/meminfo: memFree=125185292/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=18996948 memory=179076 CPUtime=1.28 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 10621 0 0 0 121 7 0 0 20 0 19 0 32145077 19452874752 44769 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4749237 44769 5462 1 0 550519 0
[pid=21954/tid=21956] ppid=21951 vsize=18996948 memory=17280 CPUtime=0.6 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 5343 0 0 0 57 3 0 0 20 0 19 0 32145078 19452874752 44769 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32145081 19452874752 44769 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32145081 19452874752 44769 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 179076 KiB

[startup+1.50025 s]
/proc/loadavg: 4.16 4.19 4.17 6/339 21973
/proc/meminfo: memFree=125006020/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=18996948 memory=587472 CPUtime=2.86 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 17662 0 0 0 270 16 0 0 20 0 19 0 32145077 19452874752 146868 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4749237 146868 5462 1 0 1448667 0
[pid=21954/tid=21956] ppid=21951 vsize=18996948 memory=3328 CPUtime=1.2 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 5496 0 0 0 111 9 0 0 20 0 19 0 32145078 19452874752 146868 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32145081 19452874752 146868 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32145081 19452874752 146868 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 587472 KiB

[startup+3.10563 s]
/proc/loadavg: 4.16 4.19 4.17 5/339 21973
/proc/meminfo: memFree=123936992/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=18996948 memory=1547112 CPUtime=4.66 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 18924 0 0 0 431 35 0 0 20 0 19 0 32145077 19452874752 386778 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4749237 386778 5462 1 0 1977165 0
[pid=21954/tid=21956] ppid=21951 vsize=18996948 memory=10752 CPUtime=2.61 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 5897 0 0 0 236 25 0 0 20 0 19 0 32145078 19452874752 386778 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32145081 19452874752 386778 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32145081 19452874752 386778 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1547112 KiB

[startup+6.30025 s]
/proc/loadavg: 4.39 4.24 4.19 6/340 21974
/proc/meminfo: memFree=123591920/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=1760292 CPUtime=8.72 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 19439 0 0 0 831 41 0 0 20 0 20 0 32145077 19521036288 440073 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 440073 5462 1 0 1977602 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=5760 CPUtime=5.58 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 6010 0 0 0 532 26 0 0 20 0 20 0 32145078 19521036288 440073 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 440073 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 440073 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 440073 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1760292 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.23 4.19 5/340 21974
/proc/meminfo: memFree=123591976/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=1765156 CPUtime=15.48 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 20885 0 0 0 1507 41 0 0 20 0 20 0 32145077 19521036288 441289 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 441289 5494 1 0 1977618 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=10752 CPUtime=11.96 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 6188 0 0 0 1170 26 0 0 20 0 20 0 32145078 19521036288 441289 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=1765156 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 441289 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 441289 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 441289 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 15.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1765156 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.24 4.19 5/340 21975
/proc/meminfo: memFree=123575616/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=1757664 CPUtime=28.27 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 23968 0 0 0 2785 42 0 0 20 0 20 0 32145077 19521036288 439416 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 439416 5494 1 0 1977618 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=1765156 CPUtime=24.72 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 7437 0 0 0 2446 26 0 0 20 0 20 0 32145078 19521036288 439416 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=1757664 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 439416 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 439416 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=1760292 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 439416 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 28.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1757664 KiB

[startup+51.1058 s]
/proc/loadavg: 4.23 4.22 4.18 5/339 22041
/proc/meminfo: memFree=115806344/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=1757920 CPUtime=54.19 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 29863 0 0 0 5376 43 0 0 20 0 20 0 32145077 19521036288 439480 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 439480 5494 1 0 1977656 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=207014330681 CPUtime=50.27 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 9013 0 0 0 5000 27 0 0 20 0 20 0 32145078 19521036288 439480 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=1757920 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 439480 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=1757792 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 439480 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=1765156 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 439480 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 54.19 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/339 22272
/proc/meminfo: memFree=106814612/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=3874764 CPUtime=3281.27 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 87879 0 0 0 327925 202 0 0 20 0 20 0 32145077 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 968691 5494 1 0 1977848 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=3717068 CPUtime=3270.61 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 39172 0 0 0 327030 31 0 0 20 0 20 0 32145078 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=3874764 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 1373 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=4498135721802624674 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 3281.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3874764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/340 22279
/proc/meminfo: memFree=106699996/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=3874764 CPUtime=3341.15 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 88838 0 0 0 333911 204 0 0 20 0 20 0 32145077 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 968691 5494 1 0 1977848 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=3717068 CPUtime=3330.45 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 40103 0 0 0 333014 31 0 0 20 0 20 0 32145078 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=3874764 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=3874764 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 1373 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=3874764 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 3341.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3874764 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/340 22283
/proc/meminfo: memFree=106593220/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=3874764 CPUtime=3401.04 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 90517 0 0 0 339898 206 0 0 20 0 20 0 32145077 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 968691 5494 1 0 1977848 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=3874764 CPUtime=3390.28 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 41455 0 0 0 338997 31 0 0 20 0 20 0 32145078 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=-6000919502771022701 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=3874764 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 1403 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 968691 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 3401.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3874764 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/341 22286
/proc/meminfo: memFree=106263584/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=3940308 CPUtime=3461 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 91691 0 0 0 345891 209 0 0 20 0 20 0 32145077 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 985077 5494 1 0 1977849 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=3874764 CPUtime=3450.03 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 41984 0 0 0 344971 32 0 0 20 0 20 0 32145078 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 1436 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=3940308 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 3461 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3940308 KiB

[startup+3522.3 s]
/proc/loadavg: 3.63 3.99 4.05 4/316 22322
/proc/meminfo: memFree=110279536/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=3940308 CPUtime=3520.86 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 92682 0 0 0 351875 211 0 0 20 0 20 0 32145077 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 985077 5494 1 0 1977849 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=14824 CPUtime=3509.86 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 42947 0 0 0 350954 32 0 0 20 0 20 0 32145078 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 1436 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=3940308 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 3520.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3940308 KiB

[startup+3582.3 s]
/proc/loadavg: 3.28 3.82 3.99 4/316 22324
/proc/meminfo: memFree=110234284/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=3940308 CPUtime=3580.74 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 94189 0 0 0 357861 213 0 0 20 0 20 0 32145077 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 985077 5494 1 0 1977849 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=10752 CPUtime=3569.71 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 44350 0 0 0 356939 32 0 0 20 0 20 0 32145078 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=3940308 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 1466 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=3940308 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 3580.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3940308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 3.20 3.77 3.96 4/316 22324
/proc/meminfo: memFree=110095020/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19063512 memory=3940308 CPUtime=3600.09 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 94748 0 0 0 359796 213 0 0 20 0 20 0 32145077 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4765878 985077 5494 1 0 1977849 0
[pid=21954/tid=21956] ppid=21951 vsize=19063512 memory=3940308 CPUtime=3589.06 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) R 21951 21954 19460 0 -1 4194368 44865 0 0 0 358874 32 0 0 20 0 20 0 32145078 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19063512 memory=3940308 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 1466 0 0 0 0 0 0 0 20 0 20 0 32145081 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21974] ppid=21951 vsize=19063512 memory=3940308 CPUtime=0 cores=5,7
/proc/21954/task/21974/stat : 21974 (Timer-0) S 21951 21954 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32145433 19521036288 985077 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3940308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.11 s, system=2.1509 s

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

[startup+3601.8 s]
/proc/loadavg: 3.20 3.77 3.96 4/316 22324
/proc/meminfo: memFree=110095020/131249996 swapFree=33010684/33010684
[pid=21954] ppid=21951 vsize=19263204 memory=3941332 CPUtime=3600.24 cores=5,7
/proc/21954/stat : 21954 (java) S 21951 21954 19460 0 -1 4194304 97332 0 0 0 359810 214 0 0 20 0 16 0 32145077 19725520896 985333 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
/proc/21954/statm: 4815801 985333 5526 1 0 1978777 0
[pid=21954/tid=21956] ppid=21951 vsize=19263204 memory=46592 CPUtime=3589.07 cores=5,7
/proc/21954/task/21956/stat : 21956 (java) S 21951 21954 19460 0 -1 4194368 45024 0 0 0 358875 32 0 0 20 0 16 0 32145078 19725520896 985333 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21965] ppid=21951 vsize=19263204 memory=-6000919502771022701 CPUtime=0 cores=5,7
/proc/21954/task/21965/stat : 21965 (Finalizer) S 21951 21954 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 32145081 19725520896 985333 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
[pid=21954/tid=21972] ppid=21951 vsize=19263204 memory=17280 CPUtime=0 cores=5,7
/proc/21954/task/21972/stat : 21972 (Common-Cleaner) S 21951 21954 19460 0 -1 4194368 1466 0 0 0 0 0 0 0 20 0 16 0 32145081 19725520896 985333 18446744073709551615 94840800522240 94840800525936 140727122794592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94840800533752 94840800534544 94840814034944 140727122803073 140727122803174 140727122803174 140727122808776 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3941332 KiB

Child status: 143

Real time (s): 3601.84
CPU time (s): 3600.26
CPU user time (s): 3598.11
CPU system time (s): 2.1509
CPU usage (%): 99.956
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3941332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.11
system time used= 2.1509
maximum resident set size= 3941460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137740
involuntary context switches= 19967


# summary of solver processes directly reported to runsolver:
#   pid: 21954
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.11
#   total CPU system time (s): 2.1509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51947 second user time and 17.7015 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 04:37:53
IDJOB=4503680
IDBENCH=155532
IDSOLVER=3363
FILE ID=nodeC017/4503680-1751164673
RUNJOBID= nodeC017-1751157346-19473
SLURM_JOB_ID= 9587483
Free space on /tmp= 432924 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503680-1751164673/watcher-4503680-1751164673 -o /tmp/evaluation-result-4503680-1751164673/solver-4503680-1751164673 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19473 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503680-1751164673.opb

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=1923534021

nodeC017 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	: 0xb00002a
cpu MHz		: 3600.040
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.061
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3599.822
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 pti ibrs ibpb stibp 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	: 7000.12
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.288
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.059
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 pti ibrs ibpb stibp 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	: 7000.12
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.243
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3600.165
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 pti ibrs ibpb stibp 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	: 7000.12
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		: 3599.880
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 pti ibrs ibpb stibp 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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125323816 kB
MemAvailable:   125118120 kB
Buffers:            3280 kB
Cached:           604792 kB
SwapCached:            0 kB
Active:          5009936 kB
Inactive:         351244 kB
Active(anon):    4771188 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   351244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32532 kB
Writeback:           224 kB
AnonPages:       4756008 kB
Mapped:           122408 kB
Shmem:             18080 kB
KReclaimable:      86700 kB
Slab:             170700 kB
SReclaimable:      86700 kB
SUnreclaim:        84000 kB
KernelStack:        5184 kB
PageTables:        12956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   13168076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4526080 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432712 MiB
End job on nodeC017 at 2025-06-29 05:37:55