Trace number 4492121

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.33 3592.74

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUM94ed12462fdb637cfaac2f219d20a948
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 benchmark1.06044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.24/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.24/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.33	c See www.sat4j.org for details.
0.24/0.35	c version PB25.v20250606
0.24/0.38	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.38	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.38	c java.vm.version	22.0.1+8-16
0.24/0.38	c java.vm.vendor	Oracle Corporation
0.24/0.38	c sun.arch.data.model	64
0.24/0.38	c java.version		22.0.1
0.24/0.38	c os.name		Linux
0.24/0.38	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.38	c os.arch		amd64
0.24/0.39	c Free memory 		2104792832
0.24/0.39	c Max memory 		16282288128
0.24/0.39	c Total memory 		2113929216
0.24/0.40	c Number of processors 	2
0.38/0.50	c Pseudo Boolean Optimization by upper bound
0.38/0.50	c --- Begin Solver configuration ---
0.38/0.50	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.38/0.50	c Learn all clauses as in MiniSAT
0.38/0.50	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.50	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.38/0.50	c Expensive reason simplification
0.38/0.50	c Glucose 2.1 dynamic restart strategy
0.38/0.50	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.38/0.50	c timeout=2147483s
0.38/0.50	c DB Simplification allowed=false
0.38/0.50	c Listener: none
0.38/0.50	c --- End Solver configuration ---
0.38/0.50	c solving HOME/instance-4492121-1751145467.opb
0.38/0.50	c reading problem ... 
0.38/0.51	c using VERIPB proof format
0.38/0.52	c  no objective function found
1.48/1.09	c ... done. Wall clock time 0.582s.
1.48/1.10	c declared #vars     4602
1.48/1.10	c #constraints  30353
1.48/1.10	c constraints type 
1.48/1.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1.48/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1.48/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1.48/1.10	c 30353 constraints processed.
3.41/2.01	c cleaning 2485 clauses out of 5000 with flag 18990/5000
4.37/2.52	c cleaning 4251 clauses out of 8516 with flag 41655/11001
5.36/3.08	c cleaning 5622 clauses out of 11267 with flag 74018/18003
6.26/3.69	c cleaning 6808 clauses out of 13644 with flag 112763/26002
7.48/4.47	c cleaning 7891 clauses out of 15834 with flag 165917/35000
8.76/5.35	c cleaning 8913 clauses out of 17943 with flag 215942/45000
9.92/6.32	c cleaning 9999 clauses out of 20031 with flag 278958/56001
11.11/7.51	c cleaning 11004 clauses out of 22033 with flag 341370/68002
12.52/8.94	c cleaning 11996 clauses out of 24028 with flag 422655/81001
14.15/10.57	c cleaning 12998 clauses out of 26031 with flag 520988/95000
15.66/12.08	c cleaning 13988 clauses out of 28035 with flag 618747/110002
16.68/13.10	c cleaning 14963 clauses out of 30045 with flag 726493/126000
18.14/14.50	c cleaning 16036 clauses out of 32082 with flag 861578/143000
20.53/16.74	c cleaning 17013 clauses out of 34046 with flag 992658/161000
22.04/18.14	c cleaning 17973 clauses out of 36033 with flag 1105999/180000
23.67/19.66	c cleaning 19016 clauses out of 38061 with flag 1222004/200001
25.18/21.16	c cleaning 19976 clauses out of 40044 with flag 1354249/221000
27.76/23.71	c cleaning 21024 clauses out of 42069 with flag 1487428/243001
30.27/26.20	c cleaning 22007 clauses out of 44044 with flag 1635212/266000
33.29/29.26	c cleaning 23006 clauses out of 46038 with flag 1775474/290001
35.19/31.16	c cleaning 23980 clauses out of 48032 with flag 1916161/315001
38.73/34.82	c cleaning 25008 clauses out of 50051 with flag 2056201/341000
41.90/37.96	c cleaning 25996 clauses out of 52043 with flag 2231842/368000
44.91/40.83	c cleaning 26992 clauses out of 54047 with flag 2397105/396000
48.69/44.20	c cleaning 28008 clauses out of 56055 with flag 2552345/425000
51.86/47.02	c cleaning 28997 clauses out of 58048 with flag 2719144/455001
55.28/50.42	c cleaning 29997 clauses out of 60052 with flag 2897419/486002
59.48/54.69	c cleaning 30998 clauses out of 62053 with flag 3097246/518000
63.59/58.77	c cleaning 31998 clauses out of 64056 with flag 3305129/551001
68.87/64.29	c cleaning 33004 clauses out of 66058 with flag 3517579/585001
74.98/70.35	c cleaning 33997 clauses out of 68053 with flag 3757838/620000
79.97/75.30	c cleaning 34997 clauses out of 70057 with flag 3987612/656001
86.28/81.68	c cleaning 35994 clauses out of 72060 with flag 4232133/693001
93.01/88.39	c cleaning 36997 clauses out of 74066 with flag 4483106/731001
98.96/94.45	c cleaning 38004 clauses out of 76069 with flag 4731399/770001
105.76/101.23	c cleaning 38998 clauses out of 78064 with flag 4988426/810000
112.16/107.63	c cleaning 40002 clauses out of 80069 with flag 5289195/851003
117.35/112.87	c cleaning 40999 clauses out of 82067 with flag 5564644/893003
121.40/116.87	c cleaning 42006 clauses out of 84066 with flag 5806544/936001
126.57/121.99	c cleaning 42992 clauses out of 86059 with flag 6140120/980000
132.40/127.88	c cleaning 43974 clauses out of 88067 with flag 6435709/1025000
137.29/132.73	c cleaning 45041 clauses out of 90093 with flag 6777870/1071000
144.78/140.26	c cleaning 46014 clauses out of 92053 with flag 7088031/1118001
153.15/148.59	c cleaning 47002 clauses out of 94038 with flag 7441014/1166000
158.93/154.29	c cleaning 48002 clauses out of 96036 with flag 7776282/1215000
167.74/163.16	c cleaning 48973 clauses out of 98034 with flag 8117851/1265000
173.31/168.80	c cleaning 49989 clauses out of 100061 with flag 8426425/1316000
178.51/173.89	c cleaning 51019 clauses out of 102073 with flag 8717268/1368001
187.20/182.43	c cleaning 52003 clauses out of 104053 with flag 9022251/1421000
196.49/191.85	c cleaning 53005 clauses out of 106053 with flag 9410479/1475003
209.15/204.40	c cleaning 53998 clauses out of 108045 with flag 9763871/1530000
219.48/214.76	c cleaning 55003 clauses out of 110049 with flag 10128893/1586002
233.12/228.46	c cleaning 56000 clauses out of 112045 with flag 10560510/1643001
243.56/238.88	c cleaning 57000 clauses out of 114045 with flag 10938866/1701001
255.73/251.01	c cleaning 57996 clauses out of 116044 with flag 11417151/1760000
263.93/259.16	c cleaning 58997 clauses out of 118048 with flag 11793536/1820000
270.39/265.56	c cleaning 60018 clauses out of 120054 with flag 12169872/1881003
285.78/281.11	c cleaning 61010 clauses out of 122041 with flag 12501454/1943008
300.77/296.05	c cleaning 61999 clauses out of 124023 with flag 12897140/2006000
311.15/306.32	c cleaning 63006 clauses out of 126025 with flag 13359554/2070001
326.94/322.13	c cleaning 63999 clauses out of 128022 with flag 14018373/2135004
344.51/339.77	c cleaning 65000 clauses out of 130021 with flag 14726702/2201002
366.86/362.02	c cleaning 65989 clauses out of 132020 with flag 15501708/2268001
380.07/375.32	c cleaning 67007 clauses out of 134031 with flag 16209446/2336001
396.29/391.52	c cleaning 68000 clauses out of 136024 with flag 16866369/2405001
412.61/407.96	c cleaning 68998 clauses out of 138023 with flag 17583527/2475000
431.70/426.96	c cleaning 70002 clauses out of 140025 with flag 18362485/2546000
448.63/443.95	c cleaning 71003 clauses out of 142023 with flag 19195992/2618000
478.94/474.35	c cleaning 71998 clauses out of 144022 with flag 20017660/2691002
497.60/493.06	c cleaning 73000 clauses out of 146022 with flag 20849026/2765000
517.71/513.16	c cleaning 73999 clauses out of 148022 with flag 21651809/2840000
541.22/536.69	c cleaning 74994 clauses out of 150023 with flag 22535867/2916000
564.21/559.68	c cleaning 75997 clauses out of 152030 with flag 23295726/2993001
587.31/582.75	c cleaning 77001 clauses out of 154034 with flag 24112890/3071002
613.92/609.36	c cleaning 78004 clauses out of 156033 with flag 25011207/3150002
641.95/637.48	c cleaning 78993 clauses out of 158028 with flag 25902428/3230001
671.92/667.41	c cleaning 80002 clauses out of 160035 with flag 26848657/3311001
698.28/693.90	c cleaning 81002 clauses out of 162032 with flag 27748254/3393000
723.98/719.60	c cleaning 82008 clauses out of 164032 with flag 28670455/3476002
754.11/749.62	c cleaning 82995 clauses out of 166022 with flag 29583674/3560000
778.39/773.97	c cleaning 84000 clauses out of 168029 with flag 30327450/3645002
792.66/787.76	c cleaning 84986 clauses out of 170029 with flag 30904646/3731002
806.16/801.33	c cleaning 85993 clauses out of 172041 with flag 31428390/3818000
822.18/817.20	c cleaning 86997 clauses out of 174049 with flag 31997550/3906001
837.14/832.21	c cleaning 88002 clauses out of 176054 with flag 32519124/3995003
855.36/850.41	c cleaning 88998 clauses out of 178049 with flag 33131680/4085000
872.97/868.05	c cleaning 89994 clauses out of 180053 with flag 33788154/4176002
889.00/884.08	c cleaning 90992 clauses out of 182058 with flag 34433145/4268001
920.50/915.55	c cleaning 92020 clauses out of 184065 with flag 34882037/4361000
955.89/950.93	c cleaning 93013 clauses out of 186045 with flag 35341042/4455000
988.66/983.75	c cleaning 94006 clauses out of 188033 with flag 35829164/4550001
1025.87/1021.00	c cleaning 95001 clauses out of 190028 with flag 36358840/4646002
1064.96/1060.11	c cleaning 96002 clauses out of 192025 with flag 36864767/4743000
1094.41/1089.53	c cleaning 97000 clauses out of 194025 with flag 37387351/4841002
1136.02/1131.11	c cleaning 98002 clauses out of 196023 with flag 37975147/4940000
1185.71/1180.99	c cleaning 99001 clauses out of 198021 with flag 38530490/5040000
1228.32/1223.41	c cleaning 99994 clauses out of 200021 with flag 39127081/5141001
1270.59/1265.79	c cleaning 101005 clauses out of 202026 with flag 39675287/5243000
1318.48/1313.67	c cleaning 102002 clauses out of 204022 with flag 40202848/5346001
1357.18/1352.47	c cleaning 102999 clauses out of 206021 with flag 40736522/5450002
1405.70/1400.93	c cleaning 104003 clauses out of 208022 with flag 41193633/5555002
1416.65/1411.74	c cleaning 104983 clauses out of 210018 with flag 41768008/5661001
1436.21/1431.28	c cleaning 106009 clauses out of 212037 with flag 42478956/5768003
1452.75/1447.46	c cleaning 106976 clauses out of 214025 with flag 43225615/5876000
1509.23/1503.99	c cleaning 108006 clauses out of 216050 with flag 44232042/5985001
1523.11/1517.67	c cleaning 108995 clauses out of 218043 with flag 44857662/6095000
1533.80/1528.27	c cleaning 110015 clauses out of 220048 with flag 45461212/6206000
1557.00/1551.41	c cleaning 110961 clauses out of 222035 with flag 46269998/6318002
1571.20/1565.45	c cleaning 112018 clauses out of 224075 with flag 46944113/6431003
1616.10/1610.36	c cleaning 113018 clauses out of 226055 with flag 47610277/6545001
1659.26/1653.45	c cleaning 114001 clauses out of 228036 with flag 48250539/6660000
1675.61/1669.73	c cleaning 114996 clauses out of 230038 with flag 48891323/6776003
1714.75/1708.83	c cleaning 116013 clauses out of 232040 with flag 49533386/6893001
1753.13/1747.26	c cleaning 117003 clauses out of 234027 with flag 50237700/7011001
1789.26/1783.67	c cleaning 117996 clauses out of 236023 with flag 50933916/7130000
1820.79/1815.18	c cleaning 118996 clauses out of 238028 with flag 51655131/7250001
1833.74/1827.96	c cleaning 119987 clauses out of 240032 with flag 52330902/7371001
1858.10/1852.21	c cleaning 121016 clauses out of 242054 with flag 53122102/7493010
1871.50/1865.41	c cleaning 121980 clauses out of 244028 with flag 53895754/7616000
1913.29/1907.26	c cleaning 122991 clauses out of 246048 with flag 54861529/7740000
1928.81/1922.55	c cleaning 124020 clauses out of 248058 with flag 55552046/7865001
1942.88/1935.67	c cleaning 124973 clauses out of 250038 with flag 56319721/7991001
1958.45/1951.24	c cleaning 126017 clauses out of 252064 with flag 57017635/8118000
1978.83/1971.52	c cleaning 127011 clauses out of 254048 with flag 57709822/8246001
2016.72/2009.35	c cleaning 128011 clauses out of 256036 with flag 58482520/8375000
2066.49/2059.06	c cleaning 129001 clauses out of 258025 with flag 59468961/8505000
2091.15/2085.07	c cleaning 130011 clauses out of 260025 with flag 60341485/8636001
2118.36/2112.23	c cleaning 130958 clauses out of 262014 with flag 61300579/8768001
2153.33/2147.03	c cleaning 131988 clauses out of 264056 with flag 62242632/8901001
2186.86/2179.76	c cleaning 132974 clauses out of 266067 with flag 63238035/9035000
2205.88/2198.77	c cleaning 134038 clauses out of 268093 with flag 64149850/9170000
2233.62/2226.51	c cleaning 135012 clauses out of 270055 with flag 64937338/9306000
2253.79/2246.58	c cleaning 135976 clauses out of 272043 with flag 65887961/9443000
2272.54/2265.18	c cleaning 136995 clauses out of 274067 with flag 66723923/9581000
2294.12/2286.79	c cleaning 138029 clauses out of 276072 with flag 67660070/9720000
2311.56/2304.03	c cleaning 139004 clauses out of 278044 with flag 68573877/9860001
2349.15/2341.75	c cleaning 139949 clauses out of 280039 with flag 69695001/10001000
2477.00/2469.35	c cleaning 141035 clauses out of 282091 with flag 70916980/10143001
2546.91/2539.34	c cleaning 142010 clauses out of 284055 with flag 72303484/10286000
2916.05/2909.03	c cleaning 143009 clauses out of 286046 with flag 73593889/10430001
3174.42/3167.76	c cleaning 144011 clauses out of 288036 with flag 74945490/10575000
3298.13/3291.52	c cleaning 145002 clauses out of 290025 with flag 76296131/10721000
3456.16/3448.64	c cleaning 146008 clauses out of 292030 with flag 77824979/10868007
3586.10/3578.64	c cleaning 146997 clauses out of 294015 with flag 79271037/11016000
3600.06/3592.52	c timeout
3600.06/3592.53	c starts		: 49175
3600.06/3592.55	c conflicts		: 11073036
3600.06/3592.55	c decisions		: 17583895
3600.06/3592.55	c propagations		: 415142491
3600.06/3592.55	c inspects		: 28124639376
3600.06/3592.55	c shortcuts		: 0
3600.06/3592.55	c learnt literals	: 0
3600.06/3592.55	c learnt binary clauses	: 0
3600.06/3592.55	c learnt ternary clauses	: 0
3600.06/3592.55	c learnt constraints	: 11073036
3600.06/3592.55	c ignored constraints	: 0
3600.06/3592.55	c root simplifications	: 0
3600.06/3592.55	c removed literals (reason simplification)	: 33947367
3600.06/3592.55	c reason swapping (by a shorter reason)	: 0
3600.06/3592.55	c Calls to reduceDB	: 144
3600.06/3592.55	c Number of update (reduction) of LBD	: 4408750
3600.06/3592.55	c Imported unit clauses	: 0
3600.06/3592.55	c No decision after first conflict	: false
3600.06/3592.55	c number of reductions to clauses (during analyze)	: 0
3600.06/3592.55	c number of learned constraints concerned by reduction	: 0
3600.06/3592.55	c number of learning phase by resolution	: 0
3600.06/3592.55	c number of learning phase by cutting planes	: 0
3600.06/3592.56	c number of rounding to 1 operations	: 0
3600.06/3592.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3592.56	c number of reductions of the coefficients by power 2 	: 0
3600.06/3592.56	c number of right shift for reduction by power 2 	: 0
3600.06/3592.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3592.56	c number of ending skipping 	: 0
3600.06/3592.56	c number of internal skipping 	: 0
3600.06/3592.56	c number of derivation steps 	: 0
3600.06/3592.56	c number of skipped derivation steps 	: 0
3600.06/3592.56	c number of remaining unassigned 	: 0
3600.06/3592.56	c number of remaining assigned 	: 0
3600.06/3592.56	c number of falsified literals weakened from reason	: 0
3600.06/3592.56	c number of falsified literals weakened from conflict	: 0
3600.06/3592.56	c time for arithmetic operations	: 0
3600.06/3592.56	c minimum degree of deleted constraints	: null
3600.06/3592.56	c maximum degree of deleted constraints	: null
3600.06/3592.56	c number of deleted constraints	: 0
3600.06/3592.56	c speed (assignments/second)	: 115591.95371894568
3600.06/3592.56	c non guided choices	: 363708
3600.21/3592.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 204054
3600.21/3592.69	s UNKNOWN
3600.21/3592.69	c Total wall clock time (in seconds): 3592.188

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: 63837 MiB (63355 MiB free)
  memory of node 1: 64465 MiB (64060 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492121-1751145467/watcher-4492121-1751145467 -o /tmp/evaluation-result-4492121-1751145467/solver-4492121-1751145467 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13824 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492121-1751145467 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492121-1751145467.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=13876, runsolver pid=13865
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 0.54 1.61 2.82 2/260 13889
/proc/meminfo: memFree=130462984/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=16697884 memory=14336 CPUtime=0.01 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 862 0 159 0 0 1 0 0 20 0 2 0 30225859 17098633216 3584 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4174471 3584 3008 1 0 3285 0
[pid=13876/tid=13887] ppid=13865 vsize=16764448 memory=4026532124 CPUtime=0 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 341 0 72 0 0 0 0 0 20 0 3 0 30225866 17166794752 3680 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 16697884 KiB
Current children cumulated memory: 14336 KiB

[startup+0.213273 s]*
/proc/loadavg: 0.54 1.61 2.82 15/316 13945
/proc/meminfo: memFree=130364624/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=18930344 memory=43352 CPUtime=0.09 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 5176 0 341 0 5 4 0 0 20 0 18 0 30225859 19384672256 10838 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4732586 10838 4439 1 0 546629 0
[pid=13876/tid=13887] ppid=13865 vsize=18930344 memory=3472328300254200092 CPUtime=0.06 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) D 13865 13876 13812 0 -1 4194368 4408 0 246 0 3 3 0 0 20 0 18 0 30225866 19384672256 10838 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=18930344 memory=14857 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30225879 19384672256 10870 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=18930344 memory=59593594242043 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 30225881 19384672256 10870 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 43352 KiB

[startup+0.316671 s]*
/proc/loadavg: 0.54 1.61 2.82 8/324 13953
/proc/meminfo: memFree=130352060/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=18930384 memory=48984 CPUtime=0.24 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 5939 0 362 0 19 5 0 0 20 0 18 0 30225859 19384713216 12246 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4732596 12246 5207 1 0 547235 0
[pid=13876/tid=13887] ppid=13865 vsize=18930384 memory=-6000919489869408622 CPUtime=0.15 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) S 13865 13876 13812 0 -1 4194368 4751 0 263 0 12 3 0 0 20 0 18 0 30225866 19384713216 12246 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=18930384 memory=-4421386500458768486 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30225879 19384713216 12246 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 30225881 19384713216 12246 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48984 KiB

[startup+0.700385 s]
/proc/loadavg: 0.54 1.61 2.82 9/324 13953
/proc/meminfo: memFree=130317908/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=18930384 memory=86276 CPUtime=0.87 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 6951 0 362 0 80 7 0 0 20 0 18 0 30225859 19384713216 21569 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4732596 21569 5303 1 0 547931 0
[pid=13876/tid=13887] ppid=13865 vsize=18930384 memory=17408 CPUtime=0.44 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 5185 0 263 0 39 5 0 0 20 0 18 0 30225866 19384713216 21569 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30225879 19384713216 21569 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=18930384 memory=5632 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 30225881 19384713216 21569 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 86276 KiB

[startup+1.5003 s]
/proc/loadavg: 0.54 1.61 2.82 9/324 13953
/proc/meminfo: memFree=130013928/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=166308 CPUtime=2.43 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 13517 0 365 0 230 13 0 0 20 0 20 0 30225859 19521036288 41577 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 41577 5367 1 0 551198 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=5632 CPUtime=1.06 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 5693 0 264 0 99 7 0 0 20 0 20 0 30225866 19521036288 41577 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 41577 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 41577 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166308 KiB

[startup+3.10573 s]
/proc/loadavg: 1.06 1.70 2.84 7/309 13971
/proc/meminfo: memFree=129877016/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=201408 CPUtime=5.55 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 22032 0 366 0 534 21 0 0 20 0 20 0 30225859 19521036288 50352 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 50352 5367 1 0 553522 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=-6000919485574441326 CPUtime=2.53 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 6670 0 264 0 241 12 0 0 20 0 20 0 30225866 19521036288 50352 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 50352 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 50352 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=178416 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 50352 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201408 KiB

[startup+6.30021 s]
/proc/loadavg: 1.06 1.70 2.84 7/310 14038
/proc/meminfo: memFree=128869508/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=742772 CPUtime=9.92 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 22856 0 368 0 955 37 0 0 20 0 20 0 30225859 19521036288 185693 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 185693 5399 1 0 553530 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=0 CPUtime=5.64 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 7196 0 264 0 539 25 0 0 20 0 20 0 30225866 19521036288 185693 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 185693 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 185693 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=-6000919485574441326 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 185693 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 9.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 742772 KiB

[startup+12.7004 s]
/proc/loadavg: 1.67 1.81 2.86 8/332 14159
/proc/meminfo: memFree=128621228/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=757112 CPUtime=16.37 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 24560 0 368 0 1594 43 0 0 20 0 20 0 30225859 19521036288 189278 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 189278 5399 1 0 553546 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=-6000919485574441326 CPUtime=11.92 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 8012 0 264 0 1162 30 0 0 20 0 20 0 30225866 19521036288 189278 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=-6000919485574441326 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 189278 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=742772 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 189278 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 189278 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 16.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 757112 KiB

[startup+25.5004 s]
/proc/loadavg: 2.11 1.90 2.88 6/331 14224
/proc/meminfo: memFree=126622228/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=1390088 CPUtime=29.58 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 29646 0 368 0 2891 67 0 0 20 0 20 0 30225859 19521036288 347522 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 347522 5399 1 0 553546 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=1361328 CPUtime=24.23 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 9747 0 264 0 2373 50 0 0 20 0 20 0 30225866 19521036288 347522 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 347522 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 347522 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 347522 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 29.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1390088 KiB

[startup+51.1138 s]
/proc/loadavg: 3.07 2.15 2.94 5/334 14423
/proc/meminfo: memFree=122599944/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=2165248 CPUtime=56 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 36497 0 368 0 5492 108 0 0 20 0 20 0 30225859 19521036288 541312 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 541312 5399 1 0 704076 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=14080 CPUtime=49.08 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 11694 0 264 0 4823 85 0 0 20 0 20 0 30225866 19521036288 541312 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 541312 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=757112 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 541312 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 541312 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165248 KiB

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

Current children cumulated memory: 2786076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.14 4.13 5/331 14630
/proc/meminfo: memFree=79795456/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=2786076 CPUtime=3349.01 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 116122 0 368 0 333706 1195 0 0 20 0 20 0 30225859 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 696519 5431 1 0 708649 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=2786076 CPUtime=3302.91 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 56667 0 264 0 329316 975 0 0 20 0 20 0 30225866 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 2042 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 3349.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2786076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.14 4.13 5/332 14635
/proc/meminfo: memFree=79458320/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=2786076 CPUtime=3409.96 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 118722 0 368 0 339789 1207 0 0 20 0 20 0 30225859 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 696519 5431 1 0 708649 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=2786076 CPUtime=3362.56 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 57241 0 264 0 335275 981 0 0 20 0 20 0 30225866 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 2150 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 3409.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2786076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.13 4.13 5/332 14641
/proc/meminfo: memFree=79120200/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=2786076 CPUtime=3469.88 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 119874 0 368 0 345770 1218 0 0 20 0 20 0 30225859 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 696519 5431 1 0 708649 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=2786076 CPUtime=3422.31 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 58035 0 264 0 341242 989 0 0 20 0 20 0 30225866 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 2262 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 3469.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2786076 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.13 6/331 14643
/proc/meminfo: memFree=78706144/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=2786076 CPUtime=3529.79 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 120097 0 368 0 351752 1227 0 0 20 0 20 0 30225859 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 696519 5431 1 0 708649 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=2786076 CPUtime=3482.01 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 58220 0 264 0 347205 996 0 0 20 0 20 0 30225866 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=2786076 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 2262 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 696519 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 3529.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2786076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/332 14714
/proc/meminfo: memFree=89382568/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=2786204 CPUtime=3589.79 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 121661 0 368 0 357734 1245 0 0 20 0 20 0 30225859 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 696551 5431 1 0 708649 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=11264 CPUtime=3541.52 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 59386 0 264 0 353141 1011 0 0 20 0 20 0 30225866 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=-6000919485574441326 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 2262 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=-6000919485574441326 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 3589.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2786204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.5 s]
/proc/loadavg: 4.16 4.14 4.13 4/309 14744
/proc/meminfo: memFree=99716740/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19063512 memory=2786204 CPUtime=3600.06 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 121759 0 368 0 358757 1249 0 0 20 0 20 0 30225859 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4765878 696551 5431 1 0 708649 0
[pid=13876/tid=13887] ppid=13865 vsize=19063512 memory=-6000919485574441326 CPUtime=3551.59 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) R 13865 13876 13812 0 -1 4194368 59446 0 264 0 354145 1014 0 0 20 0 20 0 30225866 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19063512 memory=-6000919485574441326 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30225879 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 2262 0 0 0 0 0 0 0 20 0 20 0 30225881 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13958] ppid=13865 vsize=19063512 memory=2786204 CPUtime=0 cores=1,3
/proc/13876/task/13958/stat : 13958 (Timer-0) S 13865 13876 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30225970 19521036288 696551 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2786204 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.81 s, system=12.522 s

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

[startup+3592.61 s]
/proc/loadavg: 4.16 4.14 4.13 4/309 14744
/proc/meminfo: memFree=99716740/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19263204 memory=2786844 CPUtime=3600.21 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 123877 0 368 0 358771 1250 0 0 20 0 21 0 30225859 19725520896 696711 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4815801 696711 5431 1 0 709568 0
[pid=13876/tid=13887] ppid=13865 vsize=19263204 memory=3072 CPUtime=3551.63 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) D 13865 13876 13812 0 -1 4194368 59804 0 264 0 354148 1015 0 0 20 0 21 0 30225866 19725520896 696711 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19263204 memory=6784 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30225879 19725520896 696711 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19263204 memory=5196 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 2262 0 0 0 0 0 0 0 20 0 21 0 30225881 19725520896 696711 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2786844 KiB

[startup+3592.7 s]
/proc/loadavg: 4.16 4.14 4.13 4/309 14744
/proc/meminfo: memFree=99716740/131382116 swapFree=33010684/33010684
[pid=13876] ppid=13865 vsize=19263204 memory=2785784 CPUtime=3600.3 cores=1,3
/proc/13876/stat : 13876 (java) S 13865 13876 13812 0 -1 4194304 124038 0 368 0 358780 1250 0 0 20 0 15 0 30225859 19725520896 696446 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
/proc/13876/statm: 4815801 696446 5431 1 0 709568 0
[pid=13876/tid=13887] ppid=13865 vsize=19263204 memory=-6000919485574441326 CPUtime=3551.63 cores=1,3
/proc/13876/task/13887/stat : 13887 (java) S 13865 13876 13812 0 -1 4194368 59804 0 264 0 354148 1015 0 0 20 0 15 0 30225866 19725520896 696446 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13924] ppid=13865 vsize=19263204 memory=-6000919485574441326 CPUtime=0 cores=1,3
/proc/13876/task/13924/stat : 13924 (Finalizer) S 13865 13876 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 15 0 30225879 19725520896 696446 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
[pid=13876/tid=13951] ppid=13865 vsize=19263204 memory=14080 CPUtime=0 cores=1,3
/proc/13876/task/13951/stat : 13951 (Common-Cleaner) S 13865 13876 13812 0 -1 4194368 2262 0 0 0 0 0 0 0 20 0 15 0 30225881 19725520896 696446 18446744073709551615 94441537441792 94441537445488 140731532533376 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94441537453304 94441537454096 94441548185600 140731532536112 140731532536294 140731532536294 140731532541896 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2785784 KiB

Child status: 143

Real time (s): 3592.74
CPU time (s): 3600.33
CPU user time (s): 3587.81
CPU system time (s): 12.522
CPU usage (%): 100.211
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2786844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.81
system time used= 12.522
maximum resident set size= 2786844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124064
page faults= 368
swaps= 0
block input operations= 13848
block output operations= 15605592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120177
involuntary context switches= 15946


# summary of solver processes directly reported to runsolver:
#   pid: 13876
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3587.81
#   total CPU system time (s): 12.522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9361 second user time and 38.4653 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-28 23:17:47
IDJOB=4492121
IDBENCH=147759
IDSOLVER=3364
FILE ID=nodeC004/4492121-1751145467
RUNJOBID= nodeC004-1751145467-13824
SLURM_JOB_ID= 9587447
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492121-1751145467/watcher-4492121-1751145467 -o /tmp/evaluation-result-4492121-1751145467/solver-4492121-1751145467 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13824 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492121-1751145467 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492121-1751145467.opb

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

MD5SUM BENCH= 94ed12462fdb637cfaac2f219d20a948
RANDOM SEED=1813971909

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.201
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.74
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		: 1197.172
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.74
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.386
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.74
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.215
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.192
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.74
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.193
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.74
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.650
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.74
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		: 1197.444
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130462888 kB
MemAvailable:   130039800 kB
Buffers:            3280 kB
Cached:           321396 kB
SwapCached:            0 kB
Active:           267884 kB
Inactive:         123576 kB
Active(anon):      84760 kB
Inactive(anon):        0 kB
Active(file):     183124 kB
Inactive(file):   123576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7128 kB
Writeback:             0 kB
AnonPages:         70272 kB
Mapped:           101724 kB
Shmem:             17976 kB
KReclaimable:      82996 kB
Slab:             161268 kB
SReclaimable:      82996 kB
SUnreclaim:        78272 kB
KernelStack:        3748 kB
PageTables:         2708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC004 at 2025-06-29 00:17:40