Trace number 4503681

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 VeriPB 2025-06-06? (TO) 3600.28 3708.93

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.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.18	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.19	c Free memory 		2104792832
0.11/0.19	c Max memory 		16282288128
0.11/0.19	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.27/0.29	c Pseudo Boolean Optimization by upper bound
0.27/0.29	c --- Begin Solver configuration ---
0.27/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.27/0.29	c Learn all clauses as in MiniSAT
0.27/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.29	c Expensive reason simplification
0.27/0.29	c Glucose 2.1 dynamic restart strategy
0.27/0.29	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.27/0.29	c timeout=2147483s
0.27/0.29	c DB Simplification allowed=false
0.27/0.29	c Listener: none
0.27/0.29	c --- End Solver configuration ---
0.27/0.29	c solving HOME/instance-4503681-1751164499.opb
0.27/0.29	c reading problem ... 
0.27/0.29	c using VERIPB proof format
0.27/0.30	c  no objective function found
6.85/4.87	c ... done. Wall clock time 4.583s.
6.85/4.87	c declared #vars     44846
6.85/4.87	c #constraints  989877
6.85/4.87	c constraints type 
6.85/4.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
6.85/4.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
6.85/4.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
6.85/4.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
6.85/4.87	c 989877 constraints processed.
14.18/9.22	c cleaning 2493 clauses out of 5000 with flag 246812/5000
18.97/12.69	c cleaning 4247 clauses out of 8508 with flag 580196/11001
22.99/16.09	c cleaning 5609 clauses out of 11260 with flag 906568/18000
27.30/20.13	c cleaning 6817 clauses out of 13651 with flag 1186671/26000
30.71/23.46	c cleaning 7917 clauses out of 15834 with flag 1442591/35000
34.60/27.35	c cleaning 8951 clauses out of 17917 with flag 1543376/45000
42.59/35.32	c cleaning 9974 clauses out of 19966 with flag 2043864/56000
53.97/45.47	c cleaning 10984 clauses out of 21990 with flag 2317304/68002
58.10/49.52	c cleaning 11991 clauses out of 24004 with flag 2467170/81000
66.32/57.78	c cleaning 12970 clauses out of 26005 with flag 2715021/95000
75.61/67.06	c cleaning 13667 clauses out of 28035 with flag 2929937/110000
83.05/74.52	c cleaning 15147 clauses out of 30368 with flag 3106894/126000
93.22/84.63	c cleaning 16096 clauses out of 32221 with flag 3369768/143000
98.69/90.06	c cleaning 17036 clauses out of 34126 with flag 3518734/161001
107.78/99.13	c cleaning 18023 clauses out of 36091 with flag 3758427/180002
118.72/110.15	c cleaning 18914 clauses out of 38066 with flag 4016582/200000
128.89/120.36	c cleaning 20010 clauses out of 40152 with flag 4392089/221000
141.52/133.10	c cleaning 20695 clauses out of 42142 with flag 4857030/243000
157.25/148.76	c cleaning 22009 clauses out of 44447 with flag 5864310/266000
171.62/163.14	c cleaning 23200 clauses out of 46438 with flag 6698276/290000
187.09/178.69	c cleaning 21830 clauses out of 48238 with flag 7353060/315000
200.53/192.15	c cleaning 25035 clauses out of 52408 with flag 7702679/341000
214.37/205.92	c cleaning 25631 clauses out of 54373 with flag 8123001/368000
233.35/225.00	c cleaning 26972 clauses out of 56742 with flag 8866237/396000
250.12/241.71	c cleaning 26169 clauses out of 58771 with flag 9669375/425001
270.73/262.47	c cleaning 29452 clauses out of 62601 with flag 10142817/455000
290.88/282.60	c cleaning 29638 clauses out of 64149 with flag 10674425/486000
311.11/302.95	c cleaning 30762 clauses out of 66511 with flag 11202866/518000
325.02/316.90	c cleaning 31586 clauses out of 68750 with flag 11556719/551001
356.70/348.65	c cleaning 33726 clauses out of 71164 with flag 11882124/585001
371.87/363.82	c cleaning 34042 clauses out of 72439 with flag 12199283/620002
387.38/379.40	c cleaning 35075 clauses out of 74395 with flag 12512360/656000
401.63/393.63	c cleaning 36086 clauses out of 76321 with flag 12888289/693001
416.55/408.61	c cleaning 36956 clauses out of 78235 with flag 13321445/731001
430.61/422.76	c cleaning 37934 clauses out of 80278 with flag 13686334/770000
449.23/441.40	c cleaning 39308 clauses out of 82344 with flag 14001393/810000
462.10/454.32	c cleaning 40493 clauses out of 84036 with flag 14493833/851000
492.07/484.38	c cleaning 41991 clauses out of 85543 with flag 14820249/893000
518.67/511.08	c cleaning 42893 clauses out of 86552 with flag 15105712/936000
539.74/532.25	c cleaning 42683 clauses out of 87659 with flag 15534417/980000
554.16/546.61	c cleaning 43805 clauses out of 89978 with flag 16005666/1025002
570.76/563.39	c cleaning 44515 clauses out of 92171 with flag 16485322/1071000
594.53/587.11	c cleaning 45892 clauses out of 94656 with flag 17179215/1118000
616.47/609.22	c cleaning 47041 clauses out of 96765 with flag 17804568/1166001
654.26/647.13	c cleaning 46387 clauses out of 98724 with flag 18813232/1215001
686.30/679.22	c cleaning 48159 clauses out of 102336 with flag 19726956/1265000
716.18/709.26	c cleaning 48875 clauses out of 105177 with flag 20553914/1316000
745.98/739.16	c cleaning 50945 clauses out of 108303 with flag 21077463/1368001
761.57/754.89	c cleaning 51456 clauses out of 110358 with flag 21497581/1421001
782.87/776.27	c cleaning 53239 clauses out of 112901 with flag 21894327/1475000
805.74/799.11	c cleaning 53494 clauses out of 114664 with flag 22405476/1530002
843.42/836.80	c cleaning 53306 clauses out of 117168 with flag 23461927/1586000
881.36/874.90	c cleaning 54392 clauses out of 120862 with flag 24264468/1643000
898.43/892.09	c cleaning 57057 clauses out of 124470 with flag 24751178/1701000
924.00/917.51	c cleaning 58064 clauses out of 126416 with flag 25151294/1760003
960.42/954.18	c cleaning 59434 clauses out of 128349 with flag 25575621/1820000
985.19/979.08	c cleaning 60017 clauses out of 129915 with flag 26179182/1881000
1023.77/1017.82	c cleaning 59361 clauses out of 131898 with flag 27001601/1943000
1056.75/1050.90	c cleaning 60938 clauses out of 135538 with flag 27658564/2006001
1087.89/1082.94	c cleaning 63108 clauses out of 138600 with flag 28279087/2070001
1121.90/1117.63	c cleaning 63546 clauses out of 140491 with flag 29197338/2135000
1255.01/1250.84	c cleaning 65970 clauses out of 142946 with flag 30020453/2201001
1296.38/1292.35	c cleaning 64858 clauses out of 143976 with flag 30807574/2268001
1328.60/1324.67	c cleaning 66717 clauses out of 147118 with flag 31472171/2336001
1368.44/1364.89	c cleaning 67528 clauses out of 149402 with flag 32430742/2405002
1425.56/1422.09	c cleaning 66522 clauses out of 151872 with flag 33257653/2475000
1461.71/1459.45	c cleaning 70014 clauses out of 156350 with flag 34047799/2546000
1494.43/1492.44	c cleaning 71348 clauses out of 158336 with flag 34659523/2618000
1531.96/1530.11	c cleaning 72341 clauses out of 159988 with flag 35306090/2691000
1573.32/1571.24	c cleaning 72739 clauses out of 161647 with flag 36373757/2765000
1628.38/1626.64	c cleaning 74062 clauses out of 163908 with flag 37869018/2840000
1667.09/1665.54	c cleaning 75548 clauses out of 165848 with flag 38810690/2916002
1718.51/1717.15	c cleaning 76441 clauses out of 167298 with flag 39459546/2993000
1771.37/1770.38	c cleaning 75715 clauses out of 168857 with flag 40600222/3071000
1811.35/1810.35	c cleaning 78036 clauses out of 172142 with flag 41393627/3150000
1874.64/1873.40	c cleaning 78598 clauses out of 174109 with flag 42967334/3230003
1925.90/1924.94	c cleaning 79684 clauses out of 176508 with flag 44253797/3311000
1975.46/1974.60	c cleaning 81214 clauses out of 178825 with flag 45111550/3393001
2007.94/2007.02	c cleaning 81617 clauses out of 180611 with flag 46002606/3476001
2053.82/2054.90	c cleaning 83516 clauses out of 182993 with flag 47325731/3560000
2106.67/2110.45	c cleaning 84264 clauses out of 184479 with flag 48314909/3645002
2146.63/2150.50	c cleaning 84242 clauses out of 186216 with flag 49528223/3731003
2188.08/2192.05	c cleaning 85650 clauses out of 188971 with flag 50838112/3818000
2236.48/2240.60	c cleaning 86416 clauses out of 191323 with flag 52141344/3906002
2281.55/2285.99	c cleaning 87721 clauses out of 193905 with flag 53324562/3995000
2358.64/2370.55	c cleaning 85076 clauses out of 196184 with flag 55210669/4085000
2461.54/2486.68	c cleaning 87562 clauses out of 202108 with flag 56485729/4176000
2523.72/2549.25	c cleaning 90098 clauses out of 206546 with flag 57576307/4268000
2648.89/2685.90	c cleaning 92359 clauses out of 209448 with flag 58303383/4361000
2696.74/2734.24	c cleaning 92734 clauses out of 211091 with flag 59173711/4455002
2740.84/2780.97	c cleaning 93427 clauses out of 213355 with flag 59934429/4550000
2789.54/2829.62	c cleaning 94876 clauses out of 215929 with flag 60675507/4646001
2881.72/2922.92	c cleaning 94657 clauses out of 218052 with flag 61925897/4743000
2940.02/2982.83	c cleaning 97211 clauses out of 221395 with flag 62892843/4841000
2983.69/3027.20	c cleaning 97256 clauses out of 223184 with flag 63731678/4940000
3081.18/3124.82	c cleaning 99104 clauses out of 225928 with flag 64868944/5040000
3152.03/3197.72	c cleaning 99560 clauses out of 227824 with flag 66316055/5141000
3196.39/3242.21	c cleaning 100874 clauses out of 230264 with flag 67349073/5243000
3243.96/3289.98	c cleaning 102217 clauses out of 232391 with flag 68614232/5346001
3307.69/3353.85	c cleaning 102707 clauses out of 234173 with flag 69725328/5450000
3363.11/3409.45	c cleaning 104149 clauses out of 236467 with flag 71025414/5555001
3413.08/3459.25	c cleaning 104615 clauses out of 238317 with flag 72215576/5661000
3467.80/3514.12	c cleaning 106100 clauses out of 240702 with flag 73920018/5768000
3527.11/3573.52	c cleaning 106587 clauses out of 242603 with flag 75156050/5876001
3574.54/3647.07	c cleaning 107958 clauses out of 245015 with flag 76314938/5985000
3600.04/3673.23	c timeout
3600.04/3673.23	c starts		: 21614
3600.04/3673.25	c conflicts		: 6021568
3600.04/3673.25	c decisions		: 118571952
3600.04/3673.25	c propagations		: 5041408249
3600.04/3673.25	c inspects		: 36207389516
3600.04/3673.25	c shortcuts		: 0
3600.04/3673.25	c learnt literals	: 12
3600.04/3673.25	c learnt binary clauses	: 7957
3600.04/3673.25	c learnt ternary clauses	: 15318
3600.04/3673.25	c learnt constraints	: 6021556
3600.04/3673.25	c ignored constraints	: 0
3600.04/3673.25	c root simplifications	: 0
3600.04/3673.25	c removed literals (reason simplification)	: 58650229
3600.04/3673.25	c reason swapping (by a shorter reason)	: 0
3600.04/3673.25	c Calls to reduceDB	: 105
3600.04/3673.25	c Number of update (reduction) of LBD	: 3692485
3600.04/3673.25	c Imported unit clauses	: 0
3600.04/3673.25	c No decision after first conflict	: false
3600.04/3673.25	c number of reductions to clauses (during analyze)	: 0
3600.04/3673.25	c number of learned constraints concerned by reduction	: 0
3600.04/3673.25	c number of learning phase by resolution	: 0
3600.04/3673.25	c number of learning phase by cutting planes	: 0
3600.04/3673.25	c number of rounding to 1 operations	: 0
3600.04/3673.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3673.25	c number of reductions of the coefficients by power 2 	: 0
3600.04/3673.25	c number of right shift for reduction by power 2 	: 0
3600.04/3673.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3673.25	c number of ending skipping 	: 0
3600.04/3673.25	c number of internal skipping 	: 0
3600.04/3673.25	c number of derivation steps 	: 0
3600.04/3673.25	c number of skipped derivation steps 	: 0
3600.04/3673.25	c number of remaining unassigned 	: 0
3600.04/3673.25	c number of remaining assigned 	: 0
3600.04/3673.25	c number of falsified literals weakened from reason	: 0
3600.04/3673.25	c number of falsified literals weakened from conflict	: 0
3600.04/3673.25	c time for arithmetic operations	: 0
3600.04/3673.25	c minimum degree of deleted constraints	: null
3600.04/3673.25	c maximum degree of deleted constraints	: null
3600.04/3673.25	c number of deleted constraints	: 0
3600.04/3673.25	c speed (assignments/second)	: 1374302.3408408163
3600.04/3673.25	c non guided choices	: 10925883
3600.21/3673.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 165668
3600.21/3673.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 7957
3600.21/3673.31	s UNKNOWN
3600.21/3673.31	c Total wall clock time (in seconds): 3673.028

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (51949 MiB free)
  memory of node 1: 64507 MiB (63519 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503681-1751164499/watcher-4503681-1751164499 -o /tmp/evaluation-result-4503681-1751164499/solver-4503681-1751164499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16728 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503681-1751164499 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503681-1751164499.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=19222, runsolver pid=19219
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.33 4.20 4.19 5/328 19240
/proc/meminfo: memFree=118220036/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=18930384 memory=48552 CPUtime=0.11 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 5833 0 0 0 9 2 0 0 20 0 18 0 32129657 19384713216 12138 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4732596 12138 5333 1 0 547030 0
[pid=19222/tid=19224] ppid=19219 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 4725 0 0 0 6 1 0 0 20 0 18 0 32129659 19384713216 12138 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32129662 19384713216 12138 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=18930384 memory=57394571004297 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32129662 19384713216 12138 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48552 KiB

[startup+0.208635 s]*
/proc/loadavg: 4.33 4.20 4.19 6/328 19240
/proc/meminfo: memFree=118211404/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=18930384 memory=57752 CPUtime=0.27 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 6577 0 0 0 24 3 0 0 20 0 18 0 32129657 19384713216 14438 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4732596 14438 5333 1 0 547612 0
[pid=19222/tid=19224] ppid=19219 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 5063 0 0 0 16 2 0 0 20 0 18 0 32129659 19384713216 14438 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32129662 19384713216 14438 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32129662 19384713216 14438 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57752 KiB

[startup+0.308517 s]*
/proc/loadavg: 4.33 4.20 4.19 5/328 19240
/proc/meminfo: memFree=118203212/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=18930384 memory=65472 CPUtime=0.41 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 6901 0 0 0 38 3 0 0 20 0 18 0 32129657 19384713216 16368 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4732596 16368 5429 1 0 547845 0
[pid=19222/tid=19224] ppid=19219 vsize=18930384 memory=-6000919468478849902 CPUtime=0.27 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) S 19219 19222 16715 0 -1 4194368 5268 0 0 0 25 2 0 0 20 0 18 0 32129659 19384713216 16368 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32129662 19384713216 16368 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32129662 19384713216 16368 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65472 KiB

[startup+0.700261 s]
/proc/loadavg: 4.33 4.20 4.19 6/328 19240
/proc/meminfo: memFree=118172840/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=18996948 memory=163180 CPUtime=1.16 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 8726 0 0 0 110 6 0 0 20 0 19 0 32129657 19452874752 40795 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4749237 40795 5461 1 0 549246 0
[pid=19222/tid=19224] ppid=19219 vsize=18996948 memory=17152 CPUtime=0.63 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 5346 0 0 0 60 3 0 0 20 0 19 0 32129659 19452874752 40795 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32129662 19452874752 40795 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32129662 19452874752 40795 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163180 KiB

[startup+1.50025 s]
/proc/loadavg: 4.33 4.20 4.19 6/329 19241
/proc/meminfo: memFree=118087204/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=18996948 memory=390920 CPUtime=2.71 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 16023 0 0 0 259 12 0 0 20 0 19 0 32129657 19452874752 97730 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4749237 97730 5461 1 0 1020102 0
[pid=19222/tid=19224] ppid=19219 vsize=18996948 memory=3200 CPUtime=1.26 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 5435 0 0 0 119 7 0 0 20 0 19 0 32129659 19452874752 97730 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32129662 19452874752 97730 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32129662 19452874752 97730 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 390920 KiB

[startup+3.10587 s]
/proc/loadavg: 4.31 4.20 4.19 6/329 19241
/proc/meminfo: memFree=116998068/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=18996948 memory=1212988 CPUtime=4.94 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 18173 0 0 0 464 30 0 0 20 0 19 0 32129657 19452874752 303247 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4749237 303247 5461 1 0 1739022 0
[pid=19222/tid=19224] ppid=19219 vsize=18996948 memory=10752 CPUtime=2.57 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 5744 0 0 0 237 20 0 0 20 0 19 0 32129659 19452874752 303247 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32129662 19452874752 303247 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32129662 19452874752 303247 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1212988 KiB

[startup+6.30034 s]
/proc/loadavg: 4.31 4.20 4.19 5/330 19242
/proc/meminfo: memFree=116225564/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=1849196 CPUtime=9.33 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 20124 0 0 0 884 49 0 0 20 0 20 0 32129657 19521036288 462299 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 462299 5493 1 0 2209517 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=5632 CPUtime=5.35 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 6111 0 0 0 500 35 0 0 20 0 20 0 32129659 19521036288 462299 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 462299 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=-6000919468478849902 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 462299 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 462299 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 9.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1849196 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.21 4.19 5/330 19243
/proc/meminfo: memFree=116154816/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=1858924 CPUtime=19.17 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 25414 0 0 0 1865 52 0 0 20 0 20 0 32129657 19521036288 464731 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 464731 5525 1 0 2210267 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=10752 CPUtime=11.72 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 6698 0 0 0 1136 36 0 0 20 0 20 0 32129659 19521036288 464731 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=1858924 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 464731 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 464731 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 464731 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 19.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1858924 KiB

[startup+25.5005 s]
/proc/loadavg: 4.49 4.25 4.21 5/330 19243
/proc/meminfo: memFree=115588060/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=1888432 CPUtime=32.81 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 33697 0 0 0 3224 57 0 0 20 0 20 0 32129657 19521036288 472108 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 472108 5525 1 0 2210346 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=1858924 CPUtime=24.4 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 7801 0 0 0 2403 37 0 0 20 0 20 0 32129659 19521036288 472108 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 472108 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=1888432 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 472108 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=-6000919468478849902 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 472108 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 32.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1888432 KiB

[startup+51.114 s]
/proc/loadavg: 4.32 4.23 4.20 5/330 19243
/proc/meminfo: memFree=114755672/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=2025932 CPUtime=59.72 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 45058 0 0 0 5905 67 0 0 20 0 20 0 32129657 19521036288 506483 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 506483 5525 1 0 2210395 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=1888432 CPUtime=49.86 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 10951 0 0 0 4942 44 0 0 20 0 20 0 32129659 19521036288 506483 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=2025804 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 506483 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=2025932 CPUtime=0 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 506483 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=1945776 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 506483 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 59.72 s
Current children cumulated vsize: 19063512 KiB

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

/proc/19222/statm: 4765878 1739558 5525 1 0 2210929 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=6958232 CPUtime=3331.04 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 116204 0 0 0 332376 728 0 0 20 0 20 0 32129659 19521036288 1739558 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=6958232 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 1739558 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=6958232 CPUtime=0.01 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 3268 0 0 0 0 1 0 0 20 0 20 0 32129662 19521036288 1739558 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 1739558 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 3356.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6958232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.21 4.18 6/331 19630
/proc/meminfo: memFree=95321912/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=7142568 CPUtime=3416.18 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 205387 0 0 0 340624 994 0 0 20 0 20 0 32129657 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 1785642 5525 1 0 2210932 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=6958232 CPUtime=3390.1 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 118204 0 0 0 338269 741 0 0 20 0 20 0 32129659 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=6958232 CPUtime=0.01 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 3268 0 0 0 0 1 0 0 20 0 20 0 32129662 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 3416.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7142568 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.19 4.18 6/331 19632
/proc/meminfo: memFree=95017708/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=7142568 CPUtime=3476.11 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 210287 0 0 0 346600 1011 0 0 20 0 20 0 32129657 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 1785642 5525 1 0 2210932 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=7142568 CPUtime=3449.77 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 121844 0 0 0 344224 753 0 0 20 0 20 0 32129659 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=6958232 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=3200 CPUtime=0.01 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 3368 0 0 0 0 1 0 0 20 0 20 0 32129662 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=7142568 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 3476.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7142568 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.17 4.17 6/332 19635
/proc/meminfo: memFree=94969728/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=7142568 CPUtime=3535.89 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 212913 0 0 0 352562 1027 0 0 20 0 20 0 32129657 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 1785642 5525 1 0 2210932 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=7142568 CPUtime=3509.51 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 124345 0 0 0 350184 767 0 0 20 0 20 0 32129659 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=5888 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=3200 CPUtime=0.01 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 3469 0 0 0 0 1 0 0 20 0 20 0 32129662 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 3535.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7142568 KiB

[startup+3642.3 s]
/proc/loadavg: 4.14 4.16 4.17 6/331 19642
/proc/meminfo: memFree=94817172/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=7142568 CPUtime=3569.84 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 215802 0 0 0 355945 1039 0 0 20 0 20 0 32129657 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 1785642 5525 1 0 2210932 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=14848 CPUtime=3543.09 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 126326 0 0 0 353534 775 0 0 20 0 20 0 32129659 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=7142568 CPUtime=0.01 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 3572 0 0 0 0 1 0 0 20 0 20 0 32129662 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 1785642 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 3569.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7142568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3673.2 s]
/proc/loadavg: 4.08 4.15 4.17 5/332 19644
/proc/meminfo: memFree=94647540/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19063512 memory=7148712 CPUtime=3600.04 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 217739 0 0 0 358955 1049 0 0 20 0 20 0 32129657 19521036288 1787178 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4765878 1787178 5525 1 0 2210932 0
[pid=19222/tid=19224] ppid=19219 vsize=19063512 memory=3456 CPUtime=3572.86 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) R 19219 19222 16715 0 -1 4194368 127315 0 0 0 356504 782 0 0 20 0 20 0 32129659 19521036288 1787178 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32129662 19521036288 1787178 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19063512 memory=5760 CPUtime=0.01 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 3572 0 0 0 0 1 0 0 20 0 20 0 32129662 19521036288 1787178 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19242] ppid=19219 vsize=19063512 memory=3072 CPUtime=0 cores=5,7
/proc/19222/task/19242/stat : 19242 (Timer-0) S 19219 19222 16715 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32130146 19521036288 1787178 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7148712 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3589.74 s, system=10.5412 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3673.6 s]
/proc/loadavg: 4.08 4.15 4.17 5/332 19644
/proc/meminfo: memFree=94647540/131382112 swapFree=33010684/33010684
[pid=19222] ppid=19219 vsize=19263204 memory=7149480 CPUtime=3600.24 cores=5,7
/proc/19222/stat : 19222 (java) S 19219 19222 16715 0 -1 4194304 220449 0 0 0 358974 1050 0 0 20 0 16 0 32129657 19725520896 1787370 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
/proc/19222/statm: 4815801 1787370 5525 1 0 2211899 0
[pid=19222/tid=19224] ppid=19219 vsize=19263204 memory=14848 CPUtime=3572.91 cores=5,7
/proc/19222/task/19224/stat : 19224 (java) D 19219 19222 16715 0 -1 4194368 127639 0 0 0 356508 783 0 0 20 0 16 0 32129659 19725520896 1787370 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19233] ppid=19219 vsize=19263204 memory=7148712 CPUtime=0 cores=5,7
/proc/19222/task/19233/stat : 19233 (Finalizer) S 19219 19222 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 32129662 19725520896 1787370 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
[pid=19222/tid=19240] ppid=19219 vsize=19263204 memory=-6000919468478849902 CPUtime=0.01 cores=5,7
/proc/19222/task/19240/stat : 19240 (Common-Cleaner) S 19219 19222 16715 0 -1 4194368 3572 0 0 0 0 1 0 0 20 0 16 0 32129662 19725520896 1787370 18446744073709551615 93874860068864 93874860072560 140731704558016 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93874860080376 93874860081168 93874886160384 140731704559920 140731704560102 140731704560102 140731704565704 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7149480 KiB

[startup+3674.4 s]
/proc/loadavg: 4.24 4.18 4.18 5/314 19647
/proc/meminfo: memFree=94653708/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3674.8 s]
/proc/loadavg: 4.24 4.18 4.18 5/314 19647
/proc/meminfo: memFree=94653708/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3675.2 s]
/proc/loadavg: 4.24 4.18 4.18 5/314 19647
/proc/meminfo: memFree=94646948/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3708.93
CPU time (s): 3600.28
CPU user time (s): 3589.74
CPU system time (s): 10.5412
CPU usage (%): 97.0708
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7149480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.74
system time used= 10.5412
maximum resident set size= 7149608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7672480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112159
involuntary context switches= 9357


# summary of solver processes directly reported to runsolver:
#   pid: 19222
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3589.74
#   total CPU system time (s): 10.5412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7871 second user time and 39.5134 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 04:35:00
IDJOB=4503681
IDBENCH=155532
IDSOLVER=3364
FILE ID=nodeC012/4503681-1751164499
RUNJOBID= nodeC012-1751157286-16728
SLURM_JOB_ID= 9587482
Free space on /tmp= 432992 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503681-1751164499/watcher-4503681-1751164499 -o /tmp/evaluation-result-4503681-1751164499/solver-4503681-1751164499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16728 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503681-1751164499 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503681-1751164499.opb

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=288719542

nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3660.784
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3599.800
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.503
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.465
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.156
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.334
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1397.327
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118240196 kB
MemAvailable:   124048928 kB
Buffers:            3280 kB
Cached:          6613400 kB
SwapCached:            0 kB
Active:          6223548 kB
Inactive:        6380488 kB
Active(anon):    6005480 kB
Inactive(anon):        0 kB
Active(file):     218068 kB
Inactive(file):  6380488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            112912 kB
Writeback:             0 kB
AnonPages:       5990652 kB
Mapped:           122280 kB
Shmem:             17960 kB
KReclaimable:      99224 kB
Slab:             183184 kB
SReclaimable:      99224 kB
SUnreclaim:        83960 kB
KernelStack:        5040 kB
PageTables:        15420 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11683060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5752832 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC012 at 2025-06-29 05:36:49