Trace number 4432186

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPT364 292.532 266.39

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
MD5SUM24087313fe3fca98b5d34e1bc37b8d4a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark364
Best CPU time to get the best result obtained on this benchmark11.4622
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints7493
Number of constraints which are clauses7493
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 774
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 774
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 774
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.14/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.14	c See www.sat4j.org for details.
0.14/0.16	c version CUSTOM.v20240707
0.14/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.18	c java.vm.version	22.0.1+8-16
0.14/0.18	c java.vm.vendor	Oracle Corporation
0.14/0.18	c sun.arch.data.model	64
0.14/0.18	c java.version		22.0.1
0.14/0.18	c os.name		Linux
0.14/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.18	c os.arch		amd64
0.14/0.19	c Free memory 		2113181440
0.14/0.19	c Max memory 		16282288128
0.14/0.19	c Total memory 		2122317824
0.14/0.19	c Number of processors 	2
0.31/0.27	--- Begin Solver configuration ---
0.31/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.31/0.27	Learn all clauses as in MiniSAT
0.31/0.27	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.27	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.27	No reason simplification
0.31/0.27	Glucose 2.1 dynamic restart strategy
0.31/0.27	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.31/0.27	timeout=2147483s
0.31/0.27	DB Simplification allowed=false
0.31/0.27	Listener: none
0.31/0.27	--- End Solver configuration ---
0.31/0.28	c Pseudo Boolean Optimization by upper bound
0.31/0.28	c --- Begin Solver configuration ---
0.31/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.31/0.28	c Learn all clauses as in MiniSAT
0.31/0.28	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.28	c No reason simplification
0.31/0.28	c Glucose 2.1 dynamic restart strategy
0.31/0.28	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.31/0.28	c timeout=2147483s
0.31/0.28	c DB Simplification allowed=false
0.31/0.28	c Listener: none
0.31/0.28	c --- End Solver configuration ---
0.31/0.28	c solving HOME/instance-4432186-1721076822.opb
0.31/0.28	c reading problem ... 
0.31/0.28	c  objective function found
0.86/0.54	c ... done. Wall clock time 0.257s.
0.86/0.54	c declared #vars     774
0.86/0.54	c #constraints  7493
0.86/0.54	c constraints type 
0.86/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6723
0.86/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 770
0.86/0.54	c 7493 constraints processed.
0.86/0.58	c objective function length is 774 literals
1.16/0.75	c SATISFIABLE
1.16/0.75	c OPTIMIZING...
1.16/0.75	c Got one! Elapsed wall clock time (in seconds):0.474
1.16/0.75	o 387
1.56/0.97	c Got one! Elapsed wall clock time (in seconds):0.696
1.56/0.97	o 386
1.76/1.01	c Got one! Elapsed wall clock time (in seconds):0.735
1.76/1.01	o 385
1.76/1.02	c Got one! Elapsed wall clock time (in seconds):0.741
1.76/1.02	o 381
1.76/1.03	c Got one! Elapsed wall clock time (in seconds):0.746
1.76/1.03	o 380
1.76/1.03	c Got one! Elapsed wall clock time (in seconds):0.748
1.76/1.03	o 373
2.94/1.62	c cleaning 3192 clauses out of 6388 with flag 10203/6389
3.40/1.94	c cleaning 4598 clauses out of 9195 with flag 22755/12388
3.70/2.23	c cleaning 5799 clauses out of 11598 with flag 36765/19389
3.70/2.27	c Got one! Elapsed wall clock time (in seconds):1.993
3.70/2.28	o 372
4.21/2.58	c cleaning 5861 clauses out of 11731 with flag 10430/25321
4.62/2.88	c cleaning 5931 clauses out of 11870 with flag 23807/31321
4.99/3.19	c Got one! Elapsed wall clock time (in seconds):2.914
5.14/3.20	o 371
5.34/3.38	c cleaning 8183 clauses out of 16366 with flag 10307/41748
5.97/3.72	c cleaning 7086 clauses out of 14183 with flag 22335/47748
6.17/3.99	c cleaning 7048 clauses out of 14098 with flag 37885/54749
6.42/4.19	c Got one! Elapsed wall clock time (in seconds):3.912
6.42/4.19	o 370
6.54/4.27	c cleaning 6312 clauses out of 12633 with flag 4347/60332
6.84/4.51	c Got one! Elapsed wall clock time (in seconds):4.232
6.84/4.51	o 369
7.10/4.73	c cleaning 8580 clauses out of 17165 with flag 11170/71176
7.42/5.09	c cleaning 7288 clauses out of 14585 with flag 26494/77176
8.16/5.63	c cleaning 7142 clauses out of 14298 with flag 42756/84177
8.46/5.97	c cleaning 7578 clauses out of 15156 with flag 59942/92177
8.86/6.37	c cleaning 8286 clauses out of 16578 with flag 79810/101177
9.06/6.51	c Got one! Elapsed wall clock time (in seconds):6.233
9.06/6.51	o 368
9.16/6.60	c cleaning 6917 clauses out of 13850 with flag 4610/106735
9.56/6.94	c cleaning 6462 clauses out of 12933 with flag 17510/112735
9.94/7.22	c cleaning 6730 clauses out of 13472 with flag 33596/119736
10.31/7.59	c cleaning 7362 clauses out of 14741 with flag 50824/127735
11.04/8.13	c cleaning 8183 clauses out of 16380 with flag 69891/136736
11.52/8.62	c cleaning 9091 clauses out of 18197 with flag 90893/146736
12.40/9.36	c cleaning 10047 clauses out of 20106 with flag 114902/157736
13.00/9.95	c cleaning 11022 clauses out of 22058 with flag 140839/169735
13.11/10.06	c Got one! Elapsed wall clock time (in seconds):9.784
13.11/10.06	o 367
13.31/10.21	c cleaning 8270 clauses out of 16552 with flag 7202/175251
13.61/10.52	c cleaning 7142 clauses out of 14283 with flag 21061/181252
13.91/10.83	c cleaning 7060 clauses out of 14139 with flag 36712/188250
14.22/11.17	c cleaning 7533 clauses out of 15081 with flag 53955/196252
14.95/11.77	c cleaning 8265 clauses out of 16547 with flag 73521/205251
15.45/12.24	c cleaning 9136 clauses out of 18281 with flag 96572/215250
15.95/12.76	c cleaning 10070 clauses out of 20145 with flag 120885/226250
16.98/13.58	c cleaning 11037 clauses out of 22076 with flag 147180/238251
17.69/14.27	c cleaning 12016 clauses out of 24040 with flag 176323/251252
18.39/15.00	c cleaning 13005 clauses out of 26023 with flag 208056/265251
19.79/16.04	c cleaning 14003 clauses out of 28017 with flag 240522/280250
19.98/16.22	c Got one! Elapsed wall clock time (in seconds):15.942
19.98/16.22	o 366
19.98/16.29	c cleaning 9573 clauses out of 19145 with flag 2532/285381
20.31/16.57	c cleaning 7780 clauses out of 15571 with flag 16708/291380
20.61/16.86	c cleaning 7391 clauses out of 14792 with flag 32077/298381
21.01/17.20	c cleaning 7697 clauses out of 15401 with flag 49384/306381
21.79/17.83	c cleaning 8351 clauses out of 16704 with flag 69551/315381
22.30/18.37	c cleaning 9172 clauses out of 18353 with flag 92320/325381
22.90/18.98	c cleaning 10090 clauses out of 20180 with flag 116946/336380
23.51/19.55	c cleaning 11037 clauses out of 22090 with flag 143241/348380
23.51/19.58	c Got one! Elapsed wall clock time (in seconds):19.307
23.51/19.58	o 365
23.71/19.78	c cleaning 8061 clauses out of 16135 with flag 10194/353462
24.03/20.07	c cleaning 7029 clauses out of 14073 with flag 25056/359461
24.67/20.51	c cleaning 7012 clauses out of 14044 with flag 40335/366461
24.97/20.85	c cleaning 7515 clauses out of 15032 with flag 57616/374461
25.37/21.25	c cleaning 8256 clauses out of 16517 with flag 77381/383461
25.77/21.69	c cleaning 9129 clauses out of 18262 with flag 98384/393462
26.37/22.20	c cleaning 10059 clauses out of 20132 with flag 122545/404461
27.43/23.09	c cleaning 11034 clauses out of 22074 with flag 148598/416462
28.12/23.74	c cleaning 12016 clauses out of 24040 with flag 176607/429462
28.91/24.50	c cleaning 13009 clauses out of 26024 with flag 206918/443462
30.16/25.50	c cleaning 14008 clauses out of 28015 with flag 239968/458462
30.96/26.36	c cleaning 15001 clauses out of 30006 with flag 274004/474461
31.85/27.24	c cleaning 16000 clauses out of 32006 with flag 309937/491462
33.59/28.69	c cleaning 17002 clauses out of 34006 with flag 349422/509462
34.89/29.90	c cleaning 18001 clauses out of 36003 with flag 391634/528461
36.95/31.64	c cleaning 19001 clauses out of 38002 with flag 435632/548461
38.05/32.78	c cleaning 19995 clauses out of 40002 with flag 481627/569462
39.75/34.42	c cleaning 20993 clauses out of 42006 with flag 531716/591461
41.61/36.05	c Got one! Elapsed wall clock time (in seconds):35.772
41.61/36.05	o 364
41.90/36.39	c cleaning 22916 clauses out of 45834 with flag 12940/616282
42.30/36.76	c cleaning 14451 clauses out of 28918 with flag 27590/622282
42.71/37.17	c cleaning 10729 clauses out of 21468 with flag 45261/629283
43.10/37.56	c cleaning 9359 clauses out of 18738 with flag 64215/637282
43.50/38.01	c cleaning 9183 clauses out of 18379 with flag 85222/646282
44.35/38.62	c cleaning 9595 clauses out of 19197 with flag 108020/656283
44.86/39.14	c cleaning 10301 clauses out of 20602 with flag 133121/667283
45.34/39.68	c cleaning 11147 clauses out of 22300 with flag 160312/679282
46.04/40.31	c cleaning 12076 clauses out of 24153 with flag 188909/692282
47.10/41.23	c cleaning 13039 clauses out of 26079 with flag 221193/706284
47.91/42.04	c cleaning 14020 clauses out of 28040 with flag 256143/721284
48.69/42.82	c cleaning 15010 clauses out of 30020 with flag 294171/737284
50.28/44.15	c cleaning 16005 clauses out of 32009 with flag 332818/754283
51.27/45.14	c cleaning 16999 clauses out of 34003 with flag 372955/772282
52.46/46.31	c cleaning 17995 clauses out of 36004 with flag 415662/791282
54.21/47.84	c cleaning 19003 clauses out of 38009 with flag 459541/811282
55.52/49.14	c cleaning 20002 clauses out of 40006 with flag 506002/832282
57.38/50.77	c cleaning 20992 clauses out of 42004 with flag 556108/854282
58.70/52.10	c cleaning 22006 clauses out of 44012 with flag 607014/877282
60.74/53.82	c cleaning 22999 clauses out of 46007 with flag 660461/901283
62.34/55.45	c cleaning 24002 clauses out of 48008 with flag 715244/926283
64.14/57.25	c cleaning 24999 clauses out of 50005 with flag 772272/952282
66.59/59.41	c cleaning 26001 clauses out of 52007 with flag 831521/979283
68.59/61.44	c cleaning 26999 clauses out of 54006 with flag 893493/1007283
71.23/63.84	c cleaning 28001 clauses out of 56006 with flag 958498/1036282
74.08/66.39	c cleaning 28999 clauses out of 58005 with flag 1030861/1066283
76.27/68.34	c cleaning 30000 clauses out of 60006 with flag 1099510/1097283
80.55/71.01	c cleaning 30993 clauses out of 62005 with flag 1180469/1129282
82.74/73.29	c cleaning 31997 clauses out of 64012 with flag 1253970/1162282
86.07/76.37	c cleaning 33007 clauses out of 66015 with flag 1328957/1196282
89.16/79.08	c cleaning 33997 clauses out of 68008 with flag 1407152/1231282
92.04/81.90	c cleaning 35006 clauses out of 70011 with flag 1490595/1267282
94.76/84.36	c cleaning 35999 clauses out of 72006 with flag 1574937/1304283
97.62/86.94	c cleaning 36993 clauses out of 74006 with flag 1658583/1342282
100.21/89.50	c cleaning 38003 clauses out of 76013 with flag 1745979/1381282
103.73/92.82	c cleaning 38997 clauses out of 78010 with flag 1849829/1421283
107.16/95.90	c cleaning 40007 clauses out of 80013 with flag 1943393/1462283
110.79/99.21	c cleaning 40997 clauses out of 82005 with flag 2039726/1504282
113.49/102.00	c cleaning 41998 clauses out of 84008 with flag 2138185/1547282
116.91/105.13	c cleaning 43003 clauses out of 86011 with flag 2236131/1591283
121.36/109.36	c cleaning 44001 clauses out of 88006 with flag 2338097/1636282
126.01/113.65	c cleaning 45002 clauses out of 90006 with flag 2443745/1682283
131.24/118.55	c cleaning 46003 clauses out of 92005 with flag 2554617/1729284
134.75/122.05	c cleaning 46992 clauses out of 94001 with flag 2667171/1777283
139.44/126.54	c cleaning 47988 clauses out of 96008 with flag 2778688/1826282
144.13/130.93	c cleaning 48996 clauses out of 98021 with flag 2891260/1876283
149.68/136.19	c cleaning 49997 clauses out of 100024 with flag 3009626/1927282
157.92/142.32	c cleaning 51007 clauses out of 102028 with flag 3133383/1979283
163.79/147.99	c cleaning 52003 clauses out of 104021 with flag 3277785/2032283
168.29/152.15	c cleaning 53006 clauses out of 106017 with flag 3401537/2086282
174.77/158.23	c cleaning 54002 clauses out of 108011 with flag 3524527/2141282
182.89/165.91	c cleaning 55002 clauses out of 110011 with flag 3651228/2197284
190.64/173.37	c cleaning 56001 clauses out of 112008 with flag 3779874/2254283
199.30/181.66	c cleaning 57000 clauses out of 114006 with flag 3909693/2312282
207.66/188.73	c cleaning 57998 clauses out of 116007 with flag 4053200/2371283
213.33/193.78	c cleaning 58996 clauses out of 118007 with flag 4205552/2431282
218.98/198.75	c cleaning 59997 clauses out of 120012 with flag 4357456/2492283
225.65/204.84	c cleaning 60997 clauses out of 122014 with flag 4498952/2554283
232.55/211.30	c cleaning 62003 clauses out of 124018 with flag 4666838/2617284
240.72/217.55	c cleaning 63003 clauses out of 126013 with flag 4821617/2681282
247.64/224.18	c cleaning 63999 clauses out of 128010 with flag 4969750/2746282
253.13/229.38	c cleaning 65000 clauses out of 130011 with flag 5119352/2812282
259.48/235.49	c cleaning 66007 clauses out of 132013 with flag 5270817/2879284
267.33/242.56	c cleaning 67001 clauses out of 134003 with flag 5425382/2947282
275.52/250.32	c cleaning 67994 clauses out of 136002 with flag 5578465/3016282
284.46/259.00	c cleaning 69004 clauses out of 138007 with flag 5734171/3086282
292.23/266.16	c cleaning 69999 clauses out of 139999 with flag 5903515/3157282
292.42/266.32	c starts		: 5255
292.42/266.32	c conflicts		: 3157324
292.42/266.32	c decisions		: 4594915
292.42/266.32	c propagations		: 54393906
292.42/266.32	c inspects		: 2073586504
292.42/266.32	c shortcuts		: 0
292.42/266.32	c learnt literals	: 15
292.42/266.32	c learnt binary clauses	: 6
292.42/266.32	c learnt ternary clauses	: 11
292.42/266.32	c learnt constraints	: 3157308
292.42/266.32	c ignored constraints	: 0
292.42/266.32	c root simplifications	: 0
292.42/266.32	c removed literals (reason simplification)	: 0
292.42/266.32	c reason swapping (by a shorter reason)	: 0
292.42/266.32	c Calls to reduceDB	: 126
292.42/266.32	c Number of update (reduction) of LBD	: 239585
292.42/266.32	c Imported unit clauses	: 0
292.42/266.32	c No decision after first conflict	: false
292.42/266.32	c number of reductions to clauses (during analyze)	: 0
292.42/266.32	c number of learned constraints concerned by reduction	: 0
292.42/266.32	c number of learning phase by resolution	: 0
292.42/266.32	c number of learning phase by cutting planes	: 0
292.42/266.32	c number of rounding to 1 operations	: 0
292.42/266.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
292.42/266.32	c number of reductions of the coefficients by power 2 	: 0
292.42/266.32	c number of right shift for reduction by power 2 	: 0
292.42/266.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
292.42/266.32	c number of ending skipping 	: 0
292.42/266.32	c number of internal skipping 	: 0
292.42/266.32	c number of derivation steps 	: 0
292.42/266.32	c number of skipped derivation steps 	: 0
292.42/266.32	c number of remaining unassigned 	: 0
292.42/266.32	c number of remaining assigned 	: 0
292.42/266.32	c number of falsified literals weakened from reason	: 0
292.42/266.32	c number of falsified literals weakened from conflict	: 0
292.42/266.32	c time for arithmetic operations	: 0
292.42/266.32	c minimum degree of deleted constraints	: null
292.42/266.32	c maximum degree of deleted constraints	: null
292.42/266.32	c number of deleted constraints	: 0
292.42/266.32	c speed (assignments/second)	: 204710.00933341362
292.42/266.32	c non guided choices	: 0
292.42/266.32	s OPTIMUM FOUND
292.42/266.32	c Found 15 solution(s)
292.42/266.32	v x1 -x2 -x3 x4 -x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 -x15 -x16 x17 -x18 x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 x69 -x70 x71 -x72 -x73 x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 -x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 -x93 x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 -x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 -x119 -x120 -x121 x122 x123 -x124 x125 -x126 -x127 x128 x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 -x251 x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 -x289 x290 x291 -x292 -x293 x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 -x345 x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 -x385 x386 x387 -x388 -x389 x390 -x391 x392 x393 -x394 -x395 x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 x405 -x406 -x407 x408 -x409 x410 x411 -x412 -x413 -x414 -x415 x416 x417 -x418 -x419 x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 x435 -x436 -x437 x438 -x439 x440 x441 -x442 -x443 x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 x453 -x454 -x455 x456 -x457 x458 -x459 x460 x461 -x462 -x463 x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 x473 -x474 -x475 x476 -x477 x478 x479 -x480 -x481 x482 -x483 x484 x485 -x486 -x487 x488 -x489 x490 x491 -x492 -x493 x494 x495 -x496 -x497 x498 -x499 x500 -x501 x502 x503 -x504 -x505 x506 -x507 -x508 x509 -x510 -x511 x512 x513 -x514 -x515 x516 -x517 x518 x519 -x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 -x531 x532 x533 -x534 -x535 x536 -x537 x538 x539 -x540 -x541 x542 x543 -x544 -x545 x546 -x547 x548 x549 -x550 -x551 x552 -x553 x554 -x555 x556 x557 -x558 x559 -x560 -x561 x562 -x563 x564 -x565 x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 x575 -x576 x577 -x578 -x579 x580 -x581 x582 -x583 x584 -x585 x586 x587 -x588 -x589 x590 -x591 x592 x593 -x594 -x595 x596 -x597 x598 x599 -x600 -x601 x602 x603 -x604 -x605 x606 -x607 x608 x609 -x610 -x611 x612 -x613 x614 -x615 -x616 x617 -x618 -x619 x620 x621 -x622 -x623 x624 -x625 x626 x627 -x628 -x629 x630 -x631 x632 -x633 -x634 x635 -x636 -x637 x638 x639 -x640 -x641 x642 -x643 x644 x645 -x646 -x647 x648 -x649 x650 x651 -x652 -x653 x654 -x655 x656 x657 -x658 -x659 x660 -x661 x662 x663 -x664 -x665 x666 -x667 x668 -x669 x670 x671 -x672 -x673 x674 x675 -x676 -x677 x678 -x679 x680 -x681 -x682 x683 -x684 -x685 x686 -x687 x688 x689 -x690 -x691 x692 -x693 x694 x695 -x696 -x697 x698 x699 -x700 -x701 -x702 -x703 x704 x705 -x706 -x707 x708 -x709 x710 -x711 x712 x713 -x714 -x715 x716 x717 -x718 -x719 x720 -x721 x722 x723 -x724 -x725 x726 -x727 x728 -x729 x730 x731 -x732 -x733 x734 -x735 x736 x737 -x738 -x739 x740 x741 -x742 -x743 x744 -x745 x746 -x747 -x748 x749 -x750 -x751 x752 -x753 x754 x755 -x756 -x757 x758 -x759 x760 x761 -x762 -x763 x764 x765 -x766 -x767 x768 -x769 x770 -x771 x772 x773 -x774 
292.42/266.33	c objective function=364
292.42/266.33	c Total wall clock time (in seconds): 266.055

Verifier Data

OK	364

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: 64096 MiB (53240 MiB free)
  memory of node 1: 64473 MiB (44782 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432186-1721076822/watcher-4432186-1721076822 -o /tmp/evaluation-result-4432186-1721076822/solver-4432186-1721076822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721073237-812190 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432186-1721076822.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=814607, runsolver pid=814604

[startup+0.104715 s]*
/proc/loadavg: 4.52 4.33 4.32 7/316 814625
/proc/meminfo: memFree=100340296/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=18975048 memory=56288 CPUtime=0.14 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 6508 0 0 0 10 4 0 0 20 0 18 0 159839404 19430449152 14072 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4743762 14072 5724 1 0 550845 0
[pid=814607/tid=814609] ppid=814604 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 5397 0 0 0 7 2 0 0 20 0 18 0 159839404 19430449152 14072 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159839410 19430449152 14072 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=18975048 memory=14698495668050282 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159839411 19430449152 14072 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56288 KiB

[startup+0.215913 s]*
/proc/loadavg: 4.52 4.33 4.32 7/316 814625
/proc/meminfo: memFree=100333144/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=18975048 memory=63180 CPUtime=0.31 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 7193 0 0 0 27 4 0 0 20 0 18 0 159839404 19430449152 15795 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4743762 15795 5731 1 0 551388 0
[pid=814607/tid=814609] ppid=814604 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 1077936192 5735 0 0 0 16 3 0 0 20 0 18 0 159839404 19430449152 15795 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=18975048 memory=4674 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159839410 19430449152 15795 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159839411 19430449152 15795 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63180 KiB

[startup+0.319715 s]*
/proc/loadavg: 4.52 4.33 4.32 7/316 814625
/proc/meminfo: memFree=100330144/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=18975048 memory=66268 CPUtime=0.49 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 7466 0 0 0 45 4 0 0 20 0 18 0 159839404 19430449152 16567 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4743762 16567 5747 1 0 551583 0
[pid=814607/tid=814609] ppid=814604 vsize=18975048 memory=-8889371639172932284 CPUtime=0.28 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 1077936192 5893 0 0 0 25 3 0 0 20 0 18 0 159839404 19430449152 16567 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159839410 19430449152 16567 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159839411 19430449152 16567 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66268 KiB

[startup+0.703333 s]
/proc/loadavg: 4.52 4.33 4.32 7/316 814625
/proc/meminfo: memFree=100305844/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19041612 memory=93488 CPUtime=1.16 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 9513 0 0 0 110 6 0 0 20 0 19 0 159839404 19498610688 23372 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4760403 23372 5886 1 0 553197 0
[pid=814607/tid=814609] ppid=814604 vsize=19041612 memory=5540 CPUtime=0.54 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 6032 0 0 0 51 3 0 0 20 0 19 0 159839404 19498610688 23372 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19041612 memory=12508 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159839410 19498610688 23372 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159839411 19498610688 23372 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93488 KiB

[startup+1.50057 s]
/proc/loadavg: 4.56 4.34 4.32 6/317 814626
/proc/meminfo: memFree=100294516/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19041612 memory=129104 CPUtime=2.74 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 15417 0 0 0 266 8 0 0 20 0 19 0 159839404 19498610688 32276 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4760403 32276 5901 1 0 554724 0
[pid=814607/tid=814609] ppid=814604 vsize=19041612 memory=12508 CPUtime=1.29 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 6274 0 0 0 125 4 0 0 20 0 19 0 159839404 19498610688 32276 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159839410 19498610688 32276 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159839411 19498610688 32276 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159839465 19498610688 32276 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 129104 KiB

[startup+3.11159 s]
/proc/loadavg: 4.56 4.34 4.32 5/318 814629
/proc/meminfo: memFree=99658348/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=331424 CPUtime=4.99 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 18788 0 0 0 486 13 0 0 20 0 20 0 159839404 19566772224 82856 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 82856 5933 1 0 555160 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=0 CPUtime=2.67 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 7563 0 0 0 262 5 0 0 20 0 20 0 159839404 19566772224 82856 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 82856 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 82856 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 82856 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 331424 KiB

[startup+6.30047 s]
/proc/loadavg: 4.67 4.37 4.33 6/318 814629
/proc/meminfo: memFree=98889220/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=764928 CPUtime=8.86 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 20049 0 0 0 864 22 0 0 20 0 20 0 159839404 19566772224 191232 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 191232 5933 1 0 1083638 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=0 CPUtime=5.52 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 7734 0 0 0 543 9 0 0 20 0 20 0 159839404 19566772224 191232 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 191232 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 191232 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=42756 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 191232 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 8.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 764928 KiB

[startup+12.7005 s]
/proc/loadavg: 4.62 4.36 4.33 5/318 814629
/proc/meminfo: memFree=97395580/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=1493500 CPUtime=15.95 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 21435 0 0 0 1559 36 0 0 20 0 20 0 159839404 19566772224 373375 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 373375 5933 1 0 1662264 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=97708 CPUtime=11.31 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 7969 0 0 0 1117 14 0 0 20 0 20 0 159839404 19566772224 373375 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=1493500 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 373375 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=331424 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 373375 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 373375 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 15.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1493500 KiB

[startup+25.5005 s]
/proc/loadavg: 4.67 4.38 4.33 6/318 814632
/proc/meminfo: memFree=95338916/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=2992196 CPUtime=30.16 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 26259 0 0 0 2947 69 0 0 20 0 20 0 159839404 19566772224 748049 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 748049 5965 1 0 1992313 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=1493500 CPUtime=22.65 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 9310 0 0 0 2244 21 0 0 20 0 20 0 159839404 19566772224 748049 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=2350892 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 748049 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 748049 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 748049 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 30.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2992196 KiB

[startup+51.1134 s]
/proc/loadavg: 4.77 4.43 4.35 5/319 814637
/proc/meminfo: memFree=91479176/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=4890600 CPUtime=57.8 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 31861 0 0 0 5668 112 0 0 20 0 20 0 159839404 19566772224 1222650 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1222650 5965 1 0 2178226 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=4073188 CPUtime=45.86 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 10454 0 0 0 4558 28 0 0 20 0 20 0 159839404 19566772224 1222650 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=4208356 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1222650 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1222650 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0

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

[pid=814607] ppid=814604 vsize=19108176 memory=7486720 CPUtime=254.23 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 145001 0 0 0 25228 195 0 0 20 0 20 0 159839404 19566772224 1871680 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1871680 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=164 CPUtime=212.51 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 39334 0 0 0 21199 52 0 0 20 0 20 0 159839404 19566772224 1871680 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=42756 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1871680 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=5540 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 195 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1871680 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=7361236 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1871680 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 254.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7486720 KiB

[startup+243.2 s]
/proc/loadavg: 4.62 4.50 4.39 5/320 815058
/proc/meminfo: memFree=84908408/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=7488812 CPUtime=268.03 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 148519 0 0 0 26607 196 0 0 20 0 20 0 159839404 19566772224 1872203 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1872203 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=7328 CPUtime=224.2 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 40171 0 0 0 22368 52 0 0 20 0 20 0 159839404 19566772224 1872203 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1872203 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=5540 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1872203 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1872203 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 268.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7488812 KiB

[startup+256 s]*
/proc/loadavg: 4.48 4.48 4.38 5/320 815059
/proc/meminfo: memFree=84908316/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=7488820 CPUtime=281.57 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 149101 0 0 0 27960 197 0 0 20 0 20 0 159839404 19566772224 1872205 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1872205 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=-8889371639172932284 CPUtime=236.15 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 40354 0 0 0 23563 52 0 0 20 0 20 0 159839404 19566772224 1872205 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=-7378435122508882816 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1872205 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=42756 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1872205 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1872205 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7488820 KiB

[startup+262.4 s]
/proc/loadavg: 4.44 4.47 4.38 5/320 815059
/proc/meminfo: memFree=84908292/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=7488880 CPUtime=288.52 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 152998 0 0 0 28654 198 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1872220 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=24183 CPUtime=242.12 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 40652 0 0 0 24160 52 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=7488820 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=7488816 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 288.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7488880 KiB

[startup+264 s]*
/proc/loadavg: 4.44 4.47 4.38 5/320 815061
/proc/meminfo: memFree=84908112/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=7488880 CPUtime=290.13 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 152998 0 0 0 28815 198 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1872220 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=-8889371639172932284 CPUtime=243.72 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 40652 0 0 0 24320 52 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=-7378435122508882816 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=2700 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=-8889371639172932284 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 290.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7488880 KiB

[startup+265.6 s]
/proc/loadavg: 4.44 4.47 4.38 7/320 815061
/proc/meminfo: memFree=84908020/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=7488880 CPUtime=291.72 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 153040 0 0 0 28973 199 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1872220 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=-8889371639172932284 CPUtime=245.31 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 40694 0 0 0 24479 52 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=7488880 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=7488860 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=7488820 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 291.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7488880 KiB

[startup+266 s]*
/proc/loadavg: 4.49 4.48 4.39 5/320 815061
/proc/meminfo: memFree=84908020/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=7488880 CPUtime=292.13 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 153087 0 0 0 29014 199 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1872220 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=-8889371639172932284 CPUtime=245.72 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 40741 0 0 0 24520 52 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=-7378435122508882816 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=2724 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=3196 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 292.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7488880 KiB

[startup+266.2 s]
/proc/loadavg: 4.49 4.48 4.39 5/320 815061
/proc/meminfo: memFree=84908020/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=7488880 CPUtime=292.32 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 153112 0 0 0 29033 199 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1872220 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=4528 CPUtime=245.9 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 40758 0 0 0 24538 52 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=24505 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=3977861756873633581 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=19648 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 292.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7488880 KiB

[startup+266.3 s]
/proc/loadavg: 4.49 4.48 4.39 5/320 815061
/proc/meminfo: memFree=84908020/131655788 swapFree=131071996/131071996
[pid=814607] ppid=814604 vsize=19108176 memory=7488880 CPUtime=292.42 cores=0,2
/proc/814607/stat : 814607 (java) S 814604 814607 812180 0 -1 1077936128 153112 0 0 0 29043 199 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
/proc/814607/statm: 4777044 1872220 5965 1 0 2447331 0
[pid=814607/tid=814609] ppid=814604 vsize=19108176 memory=13744 CPUtime=246 cores=0,2
/proc/814607/task/814609/stat : 814609 (java) R 814604 814607 812180 0 -1 4194368 40758 0 0 0 24548 52 0 0 20 0 20 0 159839404 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814618] ppid=814604 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/814607/task/814618/stat : 814618 (Finalizer) S 814604 814607 812180 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159839410 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814625] ppid=814604 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/814607/task/814625/stat : 814625 (Common-Cleaner) S 814604 814607 812180 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 159839411 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
[pid=814607/tid=814626] ppid=814604 vsize=19108176 memory=7488880 CPUtime=0 cores=0,2
/proc/814607/task/814626/stat : 814626 (Timer-0) S 814604 814607 812180 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159839465 19566772224 1872220 134679101440 94530606923776 94530606927472 140721566434288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94530606935288 94530606936080 94530636451840 140721566438407 140721566438497 140721566438497 140721566445512 0
Current children cumulated CPU time: 292.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7488880 KiB

Child status: 30

Real time (s): 266.39
CPU time (s): 292.532
CPU user time (s): 290.493
CPU system time (s): 2.03841
CPU usage (%): 109.813
Max. virtual memory (cumulated for all children) (KiB): 19111176
Max. memory (cumulated for all children) (KiB): 7488880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.493
system time used= 2.03841
maximum resident set size= 7490372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11488
involuntary context switches= 3251


# summary of solver processes directly reported to runsolver:
#   pid: 814607
#   total CPU time (s): 292.532
#   total CPU user time (s): 290.493
#   total CPU system time (s): 2.03841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52001 second user time and 2.61742 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-15 22:53:55
IDJOB=4432186
IDBENCH=147105
IDSOLVER=3058
FILE ID=nodeC011/4432186-1721076822
RUNJOBID= nodeC011-1721073237-812190
SLURM_JOB_ID= 7505544
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432186-1721076822/watcher-4432186-1721076822 -o /tmp/evaluation-result-4432186-1721076822/solver-4432186-1721076822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721073237-812190 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432186-1721076822.opb

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

MD5SUM BENCH= 24087313fe3fca98b5d34e1bc37b8d4a
RANDOM SEED=237337362

nodeC011.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		: 2094.975
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.20
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		: 3558.258
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.31
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		: 1596.170
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.20
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		: 1596.453
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.31
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		: 3619.799
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.20
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.360
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.31
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		: 1296.887
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.20
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		: 3654.279
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        100375540 kB
MemAvailable:   105440840 kB
Buffers:          403680 kB
Cached:          5439984 kB
SwapCached:            0 kB
Active:           674352 kB
Inactive:       29890932 kB
Active(anon):       1436 kB
Inactive(anon): 24757880 kB
Active(file):     672916 kB
Inactive(file):  5133052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2668 kB
Writeback:             0 kB
AnonPages:      24719676 kB
Mapped:           124104 kB
Shmem:             37704 kB
KReclaimable:     199064 kB
Slab:             309400 kB
SReclaimable:     199064 kB
SUnreclaim:       110336 kB
KernelStack:        4832 kB
PageTables:        58308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   32170600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51424 kB
HardwareCorrupted:     0 kB
AnonHugePages:  24274944 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:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC011 at 2024-07-15 22:58:22