Trace number 4452874

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 Default 2024-07-07UNSAT 305.444 299.561

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-2.opb
MD5SUM94622b8283878cd58e113c83df8c4b53
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.6419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53655
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints10724
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	22.0.1+8-16
0.00/0.11	c java.vm.vendor	Oracle Corporation
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		22.0.1
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		2113181440
0.00/0.11	c Max memory 		16282288128
0.00/0.11	c Total memory 		2122317824
0.00/0.11	c Number of processors 	2
0.16/0.15	--- Begin Solver configuration ---
0.16/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.16/0.15	Learn all clauses as in MiniSAT
0.16/0.15	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.15	No reason simplification
0.16/0.15	Glucose 2.1 dynamic restart strategy
0.16/0.15	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.16/0.15	timeout=2147483s
0.16/0.15	DB Simplification allowed=false
0.16/0.15	Listener: none
0.16/0.15	--- End Solver configuration ---
0.16/0.16	c Pseudo Boolean Optimization by upper bound
0.16/0.16	c --- Begin Solver configuration ---
0.16/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.16/0.16	c Learn all clauses as in MiniSAT
0.16/0.16	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.16	c No reason simplification
0.16/0.16	c Glucose 2.1 dynamic restart strategy
0.16/0.16	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.16/0.16	c timeout=2147483s
0.16/0.16	c DB Simplification allowed=false
0.16/0.16	c Listener: none
0.16/0.16	c --- End Solver configuration ---
0.16/0.16	c solving HOME/instance-4452874-1721450984.opb
0.16/0.16	c reading problem ... 
0.16/0.16	c  no objective function found
0.92/0.59	c ... done. Wall clock time 0.432s.
0.92/0.59	c declared #vars     53655
0.92/0.59	c #constraints  10732
0.92/0.59	c constraints type 
0.92/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10732
0.92/0.59	c 10732 constraints processed.
2.42/1.35	c cleaning 2497 clauses out of 5000 with flag 14170/5000
2.62/1.46	c cleaning 4244 clauses out of 8504 with flag 33227/11001
2.83/1.53	c cleaning 5623 clauses out of 11259 with flag 52691/18000
3.02/1.62	c cleaning 6813 clauses out of 13636 with flag 76689/26000
3.22/1.72	c cleaning 7895 clauses out of 15826 with flag 102779/35003
3.42/1.82	c cleaning 8953 clauses out of 17928 with flag 132484/45000
3.56/1.92	c cleaning 9985 clauses out of 19976 with flag 165139/56001
3.66/2.04	c cleaning 10975 clauses out of 21990 with flag 197156/68000
3.75/2.18	c cleaning 11997 clauses out of 24015 with flag 237652/81000
3.96/2.30	c cleaning 12998 clauses out of 26020 with flag 278119/95002
4.06/2.46	c cleaning 13986 clauses out of 28020 with flag 322471/110000
4.26/2.64	c cleaning 14986 clauses out of 30034 with flag 373138/126000
4.53/2.82	c cleaning 15978 clauses out of 32049 with flag 420333/143001
4.79/3.02	c cleaning 17010 clauses out of 34070 with flag 477108/161000
4.99/3.25	c cleaning 18021 clauses out of 36060 with flag 539335/180000
5.19/3.48	c cleaning 19004 clauses out of 38039 with flag 598765/200000
5.38/3.66	c cleaning 20001 clauses out of 40037 with flag 665920/221002
5.58/3.88	c cleaning 20995 clauses out of 42034 with flag 728910/243000
5.88/4.19	c cleaning 22007 clauses out of 44039 with flag 795914/266000
6.17/4.46	c cleaning 22997 clauses out of 46032 with flag 871488/290000
6.57/4.81	c cleaning 23991 clauses out of 48035 with flag 949509/315000
6.87/5.16	c cleaning 24998 clauses out of 50045 with flag 1024622/341001
7.27/5.51	c cleaning 25998 clauses out of 52048 with flag 1108299/368002
7.88/6.18	c cleaning 27019 clauses out of 54048 with flag 1188788/396000
8.67/6.97	c cleaning 28009 clauses out of 56029 with flag 1274708/425000
9.17/7.49	c cleaning 28990 clauses out of 58021 with flag 1363433/455001
9.67/7.96	c cleaning 30009 clauses out of 60030 with flag 1453425/486000
10.27/8.53	c cleaning 30990 clauses out of 62022 with flag 1550670/518001
10.67/8.91	c cleaning 32007 clauses out of 64031 with flag 1647844/551000
11.07/9.30	c cleaning 33010 clauses out of 66025 with flag 1749877/585001
11.37/9.67	c cleaning 33991 clauses out of 68014 with flag 1858247/620000
11.91/10.18	c cleaning 35006 clauses out of 70025 with flag 1966889/656002
12.29/10.56	c cleaning 35947 clauses out of 72017 with flag 2078301/693000
12.80/11.03	c cleaning 37027 clauses out of 74071 with flag 2195255/731001
13.29/11.54	c cleaning 37993 clauses out of 76044 with flag 2312883/770001
13.80/12.09	c cleaning 39006 clauses out of 78050 with flag 2429876/810000
14.49/12.75	c cleaning 40015 clauses out of 80045 with flag 2559353/851001
14.99/13.24	c cleaning 40995 clauses out of 82031 with flag 2692467/893002
15.49/13.79	c cleaning 42008 clauses out of 84034 with flag 2823614/936000
16.28/14.53	c cleaning 42979 clauses out of 86026 with flag 2958132/980000
17.08/15.32	c cleaning 44015 clauses out of 88047 with flag 3099692/1025000
17.90/16.19	c cleaning 44990 clauses out of 90032 with flag 3244945/1071000
18.80/17.09	c cleaning 45985 clauses out of 92042 with flag 3388095/1118000
19.49/17.77	c cleaning 47001 clauses out of 94058 with flag 3546934/1166001
20.18/18.49	c cleaning 48025 clauses out of 96057 with flag 3694897/1215001
21.08/19.33	c cleaning 49000 clauses out of 98031 with flag 3842523/1265000
21.98/20.26	c cleaning 50003 clauses out of 100034 with flag 4004763/1316003
22.48/20.78	c cleaning 51009 clauses out of 102029 with flag 4168256/1368001
23.48/21.75	c cleaning 51983 clauses out of 104021 with flag 4326265/1421002
24.19/22.41	c cleaning 52963 clauses out of 106036 with flag 4506419/1475000
25.19/23.45	c cleaning 54020 clauses out of 108073 with flag 4691460/1530000
26.09/24.38	c cleaning 54991 clauses out of 110053 with flag 4870229/1586000
26.99/25.20	c cleaning 56020 clauses out of 112063 with flag 5049919/1643001
27.99/26.28	c cleaning 57014 clauses out of 114043 with flag 5227766/1701001
28.97/27.16	c cleaning 57971 clauses out of 116029 with flag 5405543/1760001
29.99/28.13	c cleaning 58997 clauses out of 118057 with flag 5596059/1820000
31.10/29.29	c cleaning 59791 clauses out of 120061 with flag 5773519/1881001
32.11/30.22	c cleaning 60379 clauses out of 122269 with flag 5955283/1943000
33.71/31.85	c cleaning 61126 clauses out of 124890 with flag 6148406/2006000
34.61/32.78	c cleaning 62332 clauses out of 127764 with flag 6337902/2070000
35.81/33.94	c cleaning 63116 clauses out of 130432 with flag 6532129/2135000
36.81/34.93	c cleaning 63766 clauses out of 133316 with flag 6744581/2201000
37.99/36.04	c cleaning 65040 clauses out of 136551 with flag 6940743/2268001
39.66/37.68	c cleaning 65689 clauses out of 139511 with flag 7147040/2336001
41.51/39.41	c cleaning 66984 clauses out of 142823 with flag 7353969/2405002
42.41/40.30	c cleaning 67863 clauses out of 145837 with flag 7566169/2475000
44.40/42.35	c cleaning 68735 clauses out of 148974 with flag 7778024/2546000
45.30/43.24	c cleaning 69875 clauses out of 152240 with flag 8023327/2618001
46.60/44.54	c cleaning 70852 clauses out of 155366 with flag 8248939/2691002
48.21/46.12	c cleaning 71889 clauses out of 158514 with flag 8481031/2765002
49.67/47.57	c cleaning 72347 clauses out of 161624 with flag 8717152/2840001
51.91/49.69	c cleaning 73801 clauses out of 165278 with flag 8939181/2916002
53.83/51.55	c cleaning 75049 clauses out of 168475 with flag 9163106/2993000
55.52/53.23	c cleaning 75903 clauses out of 171427 with flag 9391382/3071001
57.33/55.08	c cleaning 76235 clauses out of 174524 with flag 9639195/3150001
59.01/56.77	c cleaning 77875 clauses out of 178290 with flag 9879981/3230002
60.32/58.10	c cleaning 78353 clauses out of 181414 with flag 10126874/3311001
62.17/59.86	c cleaning 79478 clauses out of 185060 with flag 10380749/3393000
64.83/62.33	c cleaning 80536 clauses out of 188583 with flag 10639870/3476001
66.83/64.32	c cleaning 81860 clauses out of 192048 with flag 10894323/3560002
68.72/66.26	c cleaning 82831 clauses out of 195186 with flag 11146056/3645000
70.42/67.98	c cleaning 83563 clauses out of 198355 with flag 11404764/3731000
72.71/70.23	c cleaning 83556 clauses out of 201792 with flag 11675792/3818000
74.41/71.91	c cleaning 84572 clauses out of 206236 with flag 11957811/3906000
76.56/73.81	c cleaning 86661 clauses out of 210664 with flag 12225427/3995000
79.15/76.44	c cleaning 87984 clauses out of 214003 with flag 12494435/4085000
81.14/78.48	c cleaning 88942 clauses out of 217019 with flag 12773131/4176000
83.14/80.49	c cleaning 89689 clauses out of 220078 with flag 13052658/4268001
86.13/83.45	c cleaning 90140 clauses out of 223388 with flag 13332046/4361000
88.94/86.26	c cleaning 91487 clauses out of 227251 with flag 13627382/4455003
92.93/89.99	c cleaning 92769 clauses out of 230763 with flag 13908134/4550002
95.63/92.62	c cleaning 93382 clauses out of 233992 with flag 14180955/4646000
98.82/95.84	c cleaning 94336 clauses out of 237611 with flag 14485619/4743001
101.03/98.05	c cleaning 95549 clauses out of 241274 with flag 14765600/4841000
103.71/100.79	c cleaning 95898 clauses out of 244726 with flag 15069332/4940001
108.12/105.12	c cleaning 98036 clauses out of 248827 with flag 15378162/5040000
113.27/109.82	c cleaning 99028 clauses out of 251791 with flag 15687215/5141000
116.58/113.19	c cleaning 98780 clauses out of 254764 with flag 16005601/5243001
120.57/117.15	c cleaning 100546 clauses out of 258984 with flag 16310244/5346001
123.07/119.66	c cleaning 101233 clauses out of 262437 with flag 16611091/5450000
127.06/123.68	c cleaning 102118 clauses out of 266205 with flag 16923721/5555001
130.75/127.10	c cleaning 103668 clauses out of 270086 with flag 17237332/5661000
134.93/131.21	c cleaning 104389 clauses out of 273422 with flag 17550234/5768004
137.32/133.63	c cleaning 104170 clauses out of 277029 with flag 17907555/5876000
140.73/137.07	c cleaning 106297 clauses out of 281859 with flag 18233126/5985000
143.41/139.79	c cleaning 108007 clauses out of 285563 with flag 18568179/6095001
147.56/143.76	c cleaning 108183 clauses out of 288555 with flag 18903635/6206000
151.45/147.59	c cleaning 109638 clauses out of 292372 with flag 19242092/6318000
155.15/151.23	c cleaning 110132 clauses out of 295734 with flag 19567004/6431000
158.95/155.09	c cleaning 111083 clauses out of 299602 with flag 19912778/6545000
162.83/158.91	c cleaning 112535 clauses out of 303520 with flag 20258221/6660001
167.45/163.36	c cleaning 113233 clauses out of 306984 with flag 20610365/6776000
171.75/167.61	c cleaning 114447 clauses out of 310752 with flag 20955307/6893001
175.04/170.98	c cleaning 115763 clauses out of 314305 with flag 21315695/7011001
177.64/173.58	c cleaning 116627 clauses out of 317541 with flag 21672445/7130000
181.03/176.99	c cleaning 117477 clauses out of 320914 with flag 22028042/7250000
184.39/180.04	c cleaning 118541 clauses out of 324438 with flag 22395933/7371001
187.97/183.61	c cleaning 119515 clauses out of 327897 with flag 22773024/7493001
191.66/187.32	c cleaning 120601 clauses out of 331381 with flag 23148203/7616000
196.26/191.92	c cleaning 120866 clauses out of 334781 with flag 23508140/7740001
200.60/196.11	c cleaning 122050 clauses out of 338915 with flag 23885602/7865001
204.70/200.14	c cleaning 123645 clauses out of 342864 with flag 24275360/7991000
208.18/203.64	c cleaning 123974 clauses out of 346219 with flag 24651628/8118000
211.37/206.88	c cleaning 124685 clauses out of 350247 with flag 25016822/8246002
216.27/211.79	c cleaning 126264 clauses out of 354560 with flag 25387927/8375000
220.64/216.01	c cleaning 127196 clauses out of 358296 with flag 25781735/8505000
225.64/220.93	c cleaning 128085 clauses out of 362100 with flag 26181459/8636000
231.13/226.42	c cleaning 129340 clauses out of 366016 with flag 26577814/8768001
236.02/231.38	c cleaning 130342 clauses out of 369675 with flag 26975264/8901000
241.05/236.13	c cleaning 131371 clauses out of 373333 with flag 27377330/9035000
245.24/240.37	c cleaning 132257 clauses out of 376963 with flag 27795850/9170001
249.73/244.89	c cleaning 133169 clauses out of 380706 with flag 28202933/9306001
253.82/249.00	c cleaning 134186 clauses out of 384536 with flag 28615801/9443000
258.76/253.63	c cleaning 135036 clauses out of 388351 with flag 29033913/9581001
262.35/257.29	c cleaning 135437 clauses out of 392315 with flag 29451547/9720001
267.55/262.49	c cleaning 137191 clauses out of 396877 with flag 29867488/9860000
271.92/266.71	c cleaning 137840 clauses out of 400687 with flag 30285237/10001001
277.41/272.12	c cleaning 138875 clauses out of 404846 with flag 30707188/10143000
280.50/275.23	c cleaning 139302 clauses out of 408972 with flag 31160168/10286001
284.99/279.74	c cleaning 140766 clauses out of 413671 with flag 31598495/10430002
289.99/284.76	c cleaning 141649 clauses out of 417904 with flag 32027555/10575001
294.54/289.08	c cleaning 143110 clauses out of 422256 with flag 32462421/10721002
301.02/295.54	c cleaning 143584 clauses out of 426144 with flag 32895195/10868000
304.42/298.98	c cleaning 144112 clauses out of 430563 with flag 33345985/11016003
305.13/299.44	c starts		: 7985
305.13/299.45	c conflicts		: 11036381
305.13/299.45	c decisions		: 292745072
305.13/299.45	c propagations		: 369722532
305.13/299.45	c inspects		: 1663263797
305.13/299.45	c shortcuts		: 0
305.13/299.45	c learnt literals	: 11
305.13/299.45	c learnt binary clauses	: 13
305.13/299.45	c learnt ternary clauses	: 43177
305.13/299.45	c learnt constraints	: 11036369
305.13/299.45	c ignored constraints	: 0
305.13/299.45	c root simplifications	: 0
305.13/299.45	c removed literals (reason simplification)	: 0
305.13/299.45	c reason swapping (by a shorter reason)	: 0
305.13/299.45	c Calls to reduceDB	: 144
305.13/299.45	c Number of update (reduction) of LBD	: 1988452
305.13/299.45	c Imported unit clauses	: 0
305.13/299.45	c No decision after first conflict	: false
305.13/299.45	c number of reductions to clauses (during analyze)	: 0
305.13/299.45	c number of learned constraints concerned by reduction	: 0
305.13/299.45	c number of learning phase by resolution	: 0
305.13/299.45	c number of learning phase by cutting planes	: 0
305.13/299.45	c number of rounding to 1 operations	: 0
305.13/299.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
305.13/299.45	c number of reductions of the coefficients by power 2 	: 0
305.13/299.45	c number of right shift for reduction by power 2 	: 0
305.13/299.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
305.13/299.45	c number of ending skipping 	: 0
305.13/299.45	c number of internal skipping 	: 0
305.13/299.45	c number of derivation steps 	: 0
305.13/299.45	c number of skipped derivation steps 	: 0
305.13/299.45	c number of remaining unassigned 	: 0
305.13/299.45	c number of remaining assigned 	: 0
305.13/299.45	c number of falsified literals weakened from reason	: 0
305.13/299.45	c number of falsified literals weakened from conflict	: 0
305.13/299.45	c time for arithmetic operations	: 0
305.13/299.45	c minimum degree of deleted constraints	: null
305.13/299.45	c maximum degree of deleted constraints	: null
305.13/299.45	c number of deleted constraints	: 0
305.13/299.45	c speed (assignments/second)	: 1237146.7119066024
305.13/299.45	c non guided choices	: 273147635
305.34/299.53	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 306804
305.34/299.53	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 13
305.34/299.54	s UNSATISFIABLE
305.34/299.54	c Total wall clock time (in seconds): 299.382

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: 64059 MiB (58347 MiB free)
  memory of node 1: 64510 MiB (60586 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452874-1721450984/watcher-4452874-1721450984 -o /tmp/evaluation-result-4452874-1721450984/solver-4452874-1721450984 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058422 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452874-1721450984.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1059020, runsolver pid=1059017

[startup+0.100072 s]*
/proc/loadavg: 3.98 2.57 3.06 9/315 1059038
/proc/meminfo: memFree=121724268/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=18975048 memory=61644 CPUtime=0.16 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 6806 0 0 0 15 1 0 0 20 0 18 0 197254502 19430449152 15411 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4743762 15411 5689 1 0 551068 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) S 1059017 1059020 1058409 0 -1 1077936192 5720 0 0 0 9 1 0 0 20 0 18 0 197254502 19430449152 15411 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197254505 19430449152 15411 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=18975048 memory=15255952359842124 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197254506 19430449152 15411 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61644 KiB

[startup+0.228362 s]*
/proc/loadavg: 3.98 2.57 3.06 8/315 1059038
/proc/meminfo: memFree=121677396/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=18975048 memory=71372 CPUtime=0.37 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 7629 0 0 0 35 2 0 0 20 0 18 0 197254502 19430449152 17843 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4743762 17843 5784 1 0 551796 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=18975048 memory=6876556183782621315 CPUtime=0.2 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 5936 0 0 0 19 1 0 0 20 0 18 0 197254502 19430449152 17843 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=18975048 memory=3711 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197254505 19430449152 17843 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197254506 19430449152 17843 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71372 KiB

[startup+0.31336 s]*
/proc/loadavg: 3.98 2.57 3.06 7/315 1059038
/proc/meminfo: memFree=121662304/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=18975048 memory=90584 CPUtime=0.52 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 7739 0 0 0 50 2 0 0 20 0 18 0 197254502 19430449152 22646 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4743762 22646 5853 1 0 551839 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=18975048 memory=-7163359464845634151 CPUtime=0.28 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 5948 0 0 0 27 1 0 0 20 0 18 0 197254502 19430449152 22646 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197254505 19430449152 22646 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197254506 19430449152 22646 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90584 KiB

[startup+0.704355 s]
/proc/loadavg: 3.98 2.57 3.06 6/316 1059039
/proc/meminfo: memFree=121588640/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=176836 CPUtime=1.24 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 9479 0 0 0 119 5 0 0 20 0 20 0 197254502 19566772224 44209 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 44209 5853 1 0 553365 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=5616 CPUtime=0.62 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 6025 0 0 0 59 3 0 0 20 0 20 0 197254502 19566772224 44209 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 44209 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 44209 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176836 KiB

[startup+1.50335 s]
/proc/loadavg: 3.98 2.57 3.06 6/317 1059040
/proc/meminfo: memFree=121560072/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=188964 CPUtime=2.83 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 19189 0 0 0 276 7 0 0 20 0 20 0 197254502 19566772224 47241 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 47241 5869 1 0 556676 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=11884 CPUtime=1.39 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 6816 0 0 0 136 3 0 0 20 0 20 0 197254502 19566772224 47241 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 47241 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 47241 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 47241 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188964 KiB

[startup+3.10635 s]
/proc/loadavg: 3.98 2.57 3.06 5/317 1059040
/proc/meminfo: memFree=121557916/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=190188 CPUtime=4.89 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 20833 0 0 0 481 8 0 0 20 0 20 0 197254502 19566772224 47547 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 47547 5894 1 0 556695 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=0 CPUtime=2.97 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 7137 0 0 0 294 3 0 0 20 0 20 0 197254502 19566772224 47547 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 47547 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 47547 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 47547 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190188 KiB

[startup+6.30026 s]
/proc/loadavg: 3.98 2.59 3.07 5/317 1059040
/proc/meminfo: memFree=121547212/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=200748 CPUtime=8.07 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 21900 0 0 0 798 9 0 0 20 0 20 0 197254502 19566772224 50187 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 50187 5894 1 0 556701 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=0 CPUtime=6.05 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 7174 0 0 0 602 3 0 0 20 0 20 0 197254502 19566772224 50187 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 50187 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 50187 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=49904 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 50187 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 8.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 200748 KiB

[startup+12.7004 s]
/proc/loadavg: 3.98 2.62 3.08 5/317 1059042
/proc/meminfo: memFree=121411432/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=219308 CPUtime=14.49 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 23460 0 0 0 1440 9 0 0 20 0 20 0 197254502 19566772224 54827 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 54827 5894 1 0 556701 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=180152 CPUtime=12.4 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 7702 0 0 0 1237 3 0 0 20 0 20 0 197254502 19566772224 54827 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=219308 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 54827 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=190188 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 54827 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 54827 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 14.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 219308 KiB

[startup+25.5005 s]
/proc/loadavg: 4.12 2.72 3.10 5/319 1059047
/proc/meminfo: memFree=121170644/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=278740 CPUtime=27.29 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 26198 0 0 0 2718 11 0 0 20 0 20 0 197254502 19566772224 69685 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 69685 5894 1 0 556708 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=219308 CPUtime=24.87 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 9105 0 0 0 2484 3 0 0 20 0 20 0 197254502 19566772224 69685 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=239804 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 69685 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 69685 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 69685 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 27.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 278740 KiB

[startup+51.1133 s]
/proc/loadavg: 4.20 2.85 3.14 7/317 1059117
/proc/meminfo: memFree=121574612/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=565296 CPUtime=53.44 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 34929 0 0 0 5323 21 0 0 20 0 20 0 197254502 19566772224 141324 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 141324 5894 1 0 663325 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=409044 CPUtime=49.87 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 11548 0 0 0 4981 6 0 0 20 0 20 0 197254502 19566772224 141324 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=491280 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 141324 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 141324 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0

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

/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 206 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 300683 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=1143336 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 300683 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 227.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1202732 KiB

[startup+282.3 s]
/proc/loadavg: 4.34 3.63 3.40 5/319 1059358
/proc/meminfo: memFree=114656272/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=1413788 CPUtime=287.59 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 50826 0 0 0 28706 53 0 0 20 0 20 0 197254502 19566772224 353447 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 353447 5894 1 0 663453 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=11596 CPUtime=278.26 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 18055 0 0 0 27818 8 0 0 20 0 20 0 197254502 19566772224 353447 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=1413784 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 353447 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=1270320 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 353447 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 353447 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 287.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1413788 KiB

[startup+299.561 s]
# the end of solver process 1059020 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=304.859 s, system=0.585428 s

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

[startup+288 s]*
/proc/loadavg: 4.32 3.64 3.40 5/319 1059358
/proc/meminfo: memFree=114500260/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=293.55 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 50987 0 0 0 29300 55 0 0 20 0 20 0 197254502 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 367271 5894 1 0 663453 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=-7163359464845568356 CPUtime=283.84 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 18168 0 0 0 28376 8 0 0 20 0 20 0 197254502 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=32628 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=33300 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=32756 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 293.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1469084 KiB

[startup+294.4 s]
/proc/loadavg: 4.37 3.66 3.41 5/319 1059359
/proc/meminfo: memFree=114121496/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=299.92 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 51107 0 0 0 29937 55 0 0 20 0 20 0 197254502 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 367271 5894 1 0 663453 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=5616 CPUtime=290.21 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 18288 0 0 0 29013 8 0 0 20 0 20 0 197254502 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=1413788 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=49904 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=1413788 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 299.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1469084 KiB

[startup+297.6 s]
/proc/loadavg: 4.34 3.67 3.41 5/319 1059359
/proc/meminfo: memFree=113817788/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=303.12 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 51109 0 0 0 30257 55 0 0 20 0 20 0 197254502 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 367271 5894 1 0 663453 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=293.4 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 18290 0 0 0 29332 8 0 0 20 0 20 0 197254502 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=1413784 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=1335856 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=49904 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 303.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1469084 KiB

[startup+298.4 s]
/proc/loadavg: 4.34 3.67 3.41 5/319 1059359
/proc/meminfo: memFree=113817788/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=303.92 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 51109 0 0 0 30337 55 0 0 20 0 20 0 197254502 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 367271 5894 1 0 663453 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=11596 CPUtime=294.2 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 18290 0 0 0 29412 8 0 0 20 0 20 0 197254502 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 367271 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 303.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1469084 KiB

[startup+299.202 s]
/proc/loadavg: 4.34 3.67 3.41 6/319 1059360
/proc/meminfo: memFree=113704856/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=1469168 CPUtime=304.74 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 52399 0 0 0 30418 56 0 0 20 0 20 0 197254502 19566772224 367292 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 367292 5894 1 0 663453 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=295 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 19047 0 0 0 29492 8 0 0 20 0 20 0 197254502 19566772224 367292 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=1469084 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 367292 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=49904 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 367292 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 367292 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 304.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1469168 KiB

[startup+299.4 s]
/proc/loadavg: 4.34 3.67 3.41 6/319 1059360
/proc/meminfo: memFree=113704856/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19108176 memory=1469204 CPUtime=305.13 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 53786 0 0 0 30457 56 0 0 20 0 20 0 197254502 19566772224 367301 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4777044 367301 5894 1 0 663453 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19108176 memory=5616 CPUtime=295.2 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) R 1059017 1059020 1058409 0 -1 4194368 19063 0 0 0 29512 8 0 0 20 0 20 0 197254502 19566772224 367301 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19566772224 367301 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19108176 memory=-7163359464845634151 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 197254506 19566772224 367301 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059040] ppid=1059017 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1059020/task/1059040/stat : 1059040 (Timer-0) S 1059017 1059020 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197254563 19566772224 367301 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 305.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1469204 KiB

[startup+299.503 s]
/proc/loadavg: 4.34 3.67 3.41 6/319 1059360
/proc/meminfo: memFree=113704856/131655788 swapFree=131071996/131071996
[pid=1059020] ppid=1059017 vsize=19241304 memory=1469856 CPUtime=305.34 cores=5,7
/proc/1059020/stat : 1059020 (java) S 1059017 1059020 1058409 0 -1 1077936128 55176 0 0 0 30477 57 0 0 20 0 20 0 197254502 19703095296 367464 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
/proc/1059020/statm: 4810326 367464 5893 1 0 664122 0
[pid=1059020/tid=1059022] ppid=1059017 vsize=19241304 memory=1270320 CPUtime=295.24 cores=5,7
/proc/1059020/task/1059022/stat : 1059022 (java) S 1059017 1059020 1058409 0 -1 1077936192 19967 0 0 0 29516 8 0 0 20 0 20 0 197254502 19703095296 367464 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059031] ppid=1059017 vsize=19241304 memory=11884 CPUtime=0 cores=5,7
/proc/1059020/task/1059031/stat : 1059031 (Finalizer) S 1059017 1059020 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197254505 19703095296 367464 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
[pid=1059020/tid=1059038] ppid=1059017 vsize=19241304 memory=11596 CPUtime=0 cores=5,7
/proc/1059020/task/1059038/stat : 1059038 (Common-Cleaner) S 1059017 1059020 1058409 0 -1 1077936192 250 0 0 0 0 0 0 0 20 0 20 0 197254506 19703095296 367464 134679101440 94414858448896 94414858452592 140731882619952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94414858460408 94414858461200 94414873534464 140731882624005 140731882624095 140731882624095 140731882631112 0
Current children cumulated CPU time: 305.34 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1469856 KiB

Child status: 20

Real time (s): 299.561
CPU time (s): 305.444
CPU user time (s): 304.859
CPU system time (s): 0.585428
CPU usage (%): 101.964
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1469856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 304.859
system time used= 0.585428
maximum resident set size= 1470808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11059
involuntary context switches= 777


# summary of solver processes directly reported to runsolver:
#   pid: 1059020
#   total CPU time (s): 305.444
#   total CPU user time (s): 304.859
#   total CPU system time (s): 0.585428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.64839 second user time and 3.13751 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-20 06:49:56
IDJOB=4452874
IDBENCH=165345
IDSOLVER=3058
FILE ID=nodeC003/4452874-1721450984
RUNJOBID= nodeC003-1721450898-1058422
SLURM_JOB_ID= 7545681
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452874-1721450984/watcher-4452874-1721450984 -o /tmp/evaluation-result-4452874-1721450984/solver-4452874-1721450984 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058422 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452874-1721450984.opb

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

MD5SUM BENCH= 94622b8283878cd58e113c83df8c4b53
RANDOM SEED=1200835931

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3507.293
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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		: 3647.832
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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.218
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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.271
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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		: 3511.998
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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		: 3494.082
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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.364
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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.230
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121788916 kB
MemAvailable:   127514948 kB
Buffers:          563404 kB
Cached:          5944852 kB
SwapCached:            0 kB
Active:          1057592 kB
Inactive:        8114552 kB
Active(anon):       1452 kB
Inactive(anon):  2708308 kB
Active(file):    1056140 kB
Inactive(file):  5406244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2584 kB
Writeback:             0 kB
AnonPages:       2663892 kB
Mapped:           128248 kB
Shmem:             45896 kB
KReclaimable:     207360 kB
Slab:             323176 kB
SReclaimable:     207360 kB
SUnreclaim:       115816 kB
KernelStack:        4816 kB
PageTables:        15396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8628832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2377728 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-20 06:54:56