Trace number 4432466

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-07? (TO) 3600.36 3394.61

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat70_4_22_5.opb
MD5SUM90cf94310e57120d5401aeddd838603e
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 benchmark4219117
Best CPU time to get the best result obtained on this benchmark1168.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 89969826346
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 89969826346
Number of bits of the biggest sum of numbers37
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4432466-1721139784.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  objective function found
0.53/0.37	c ... done. Wall clock time 0.245s.
0.53/0.37	c declared #vars     9940
0.53/0.37	c #constraints  24512
0.53/0.37	c constraints type 
0.53/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 19390
0.53/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.53/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2625
0.53/0.37	c org.sat4j.specs.Constr$1 => 2
0.53/0.37	c org.sat4j.pb.constraints.pb.UnitClausesPB => 2
0.53/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2486
0.53/0.37	c 24512 constraints processed.
0.53/0.38	c objective function length is 9730 literals
2.25/1.41	c cleaning 2489 clauses out of 5000 with flag 10791/5000
3.23/2.24	c cleaning 4250 clauses out of 8514 with flag 22797/11003
4.29/3.11	c cleaning 5625 clauses out of 11262 with flag 36793/18001
5.34/4.15	c cleaning 6812 clauses out of 13638 with flag 52795/26002
6.67/5.37	c cleaning 7899 clauses out of 15824 with flag 70791/35000
8.36/6.89	c cleaning 8957 clauses out of 17930 with flag 90801/45005
10.05/8.35	c cleaning 9982 clauses out of 19978 with flag 112811/56010
11.64/9.97	c cleaning 10986 clauses out of 21993 with flag 136805/68007
13.73/11.82	c cleaning 11989 clauses out of 24001 with flag 162793/81001
15.86/13.83	c cleaning 12998 clauses out of 26011 with flag 190791/95000
18.58/16.13	c cleaning 13997 clauses out of 28017 with flag 220799/110004
21.11/18.48	c cleaning 14998 clauses out of 30016 with flag 252791/126000
23.79/20.88	c cleaning 16000 clauses out of 32022 with flag 286799/143004
26.84/23.61	c cleaning 16998 clauses out of 34024 with flag 322803/161006
29.88/26.41	c cleaning 18001 clauses out of 36022 with flag 360795/180002
32.91/29.27	c cleaning 19002 clauses out of 38021 with flag 400795/200002
36.19/32.28	c cleaning 20002 clauses out of 40018 with flag 442793/221001
39.74/35.57	c cleaning 20998 clauses out of 42016 with flag 486793/243001
44.32/39.22	c cleaning 21999 clauses out of 44018 with flag 532793/266001
48.19/42.92	c cleaning 23002 clauses out of 46023 with flag 580801/290005
52.11/46.67	c cleaning 24001 clauses out of 48018 with flag 630795/315002
56.43/50.79	c cleaning 24999 clauses out of 50015 with flag 682791/341000
61.85/55.68	c cleaning 25993 clauses out of 52018 with flag 736795/368002
66.87/60.42	c cleaning 27004 clauses out of 54029 with flag 792803/396006
72.53/65.62	c cleaning 27999 clauses out of 56019 with flag 850791/425000
78.19/71.01	c cleaning 28999 clauses out of 58020 with flag 910791/455000
83.83/76.26	c cleaning 30000 clauses out of 60022 with flag 972793/486001
89.48/81.12	c cleaning 30994 clauses out of 62021 with flag 1036791/518000
96.24/87.51	c cleaning 32001 clauses out of 64027 with flag 1102791/551000
102.79/93.60	c cleaning 33005 clauses out of 66034 with flag 1170807/585008
108.52/99.19	c cleaning 34000 clauses out of 68023 with flag 1240795/620002
114.63/104.91	c cleaning 34996 clauses out of 70022 with flag 1312793/656001
121.73/111.58	c cleaning 35997 clauses out of 72026 with flag 1386793/693001
128.87/118.29	c cleaning 37004 clauses out of 74029 with flag 1462793/731001
138.09/125.81	c cleaning 37999 clauses out of 76025 with flag 1540793/770001
145.04/132.42	c cleaning 39011 clauses out of 78038 with flag 1620817/810013
151.49/138.57	c cleaning 39994 clauses out of 80015 with flag 1702793/851001
159.73/146.49	c cleaning 40999 clauses out of 82026 with flag 1786803/893006
167.80/154.15	c cleaning 41999 clauses out of 84023 with flag 1872795/936002
175.29/161.14	c cleaning 43002 clauses out of 86025 with flag 1960797/980003
183.59/169.09	c cleaning 44000 clauses out of 88021 with flag 2050793/1025001
192.68/177.73	c cleaning 45001 clauses out of 90022 with flag 2142795/1071002
201.75/186.28	c cleaning 45996 clauses out of 92024 with flag 2236801/1118005
210.46/194.45	c cleaning 47007 clauses out of 94026 with flag 2332797/1166003
219.65/202.99	c cleaning 47996 clauses out of 96016 with flag 2430791/1215000
228.25/210.97	c cleaning 49000 clauses out of 98021 with flag 2530793/1265001
240.35/221.03	c cleaning 49998 clauses out of 100020 with flag 2632791/1316000
250.94/231.20	c cleaning 51002 clauses out of 102023 with flag 2736793/1368001
260.84/240.57	c cleaning 51998 clauses out of 104021 with flag 2842793/1421001
271.58/250.68	c cleaning 52993 clauses out of 106024 with flag 2950795/1475002
281.51/260.20	c cleaning 53999 clauses out of 108031 with flag 3060795/1530002
291.62/269.90	c cleaning 55004 clauses out of 110034 with flag 3172799/1586004
301.94/279.53	c cleaning 56001 clauses out of 112027 with flag 3286793/1643001
312.60/290.00	c cleaning 56998 clauses out of 114029 with flag 3402799/1701004
323.57/300.44	c cleaning 58007 clauses out of 116031 with flag 3520799/1760004
335.47/311.70	c cleaning 58995 clauses out of 118020 with flag 3640791/1820000
347.27/322.83	c cleaning 60002 clauses out of 120028 with flag 3762797/1881003
359.58/334.81	c cleaning 60996 clauses out of 122025 with flag 3886795/1943002
371.35/346.15	c cleaning 61996 clauses out of 124027 with flag 4012791/2006000
383.64/357.91	c cleaning 63003 clauses out of 126033 with flag 4140795/2070002
396.68/370.29	c cleaning 64003 clauses out of 128034 with flag 4270803/2135006
411.29/383.18	c cleaning 64998 clauses out of 130027 with flag 4402795/2201002
430.38/401.47	c cleaning 66001 clauses out of 132029 with flag 4536795/2268002
446.48/416.54	c cleaning 66996 clauses out of 134026 with flag 4672791/2336000
459.82/429.48	c cleaning 68000 clauses out of 136030 with flag 4810791/2405000
474.09/442.81	c cleaning 69002 clauses out of 138032 with flag 4950795/2475002
488.51/456.58	c cleaning 70004 clauses out of 140034 with flag 5092803/2546006
506.32/473.66	c cleaning 70997 clauses out of 142027 with flag 5236797/2618003
522.26/488.73	c cleaning 72002 clauses out of 144028 with flag 5382793/2691001
540.29/506.04	c cleaning 73006 clauses out of 146030 with flag 5530801/2765005
557.70/522.66	c cleaning 74004 clauses out of 148027 with flag 5680807/2840008
574.67/538.63	c cleaning 74994 clauses out of 150017 with flag 5832795/2916002
592.33/554.46	c cleaning 75995 clauses out of 152021 with flag 5986791/2993000
608.56/570.21	c cleaning 77001 clauses out of 154029 with flag 6142797/3071003
624.60/585.74	c cleaning 78011 clauses out of 156035 with flag 6300811/3150010
638.42/599.01	c cleaning 78990 clauses out of 158016 with flag 6460795/3230002
652.30/612.39	c cleaning 80003 clauses out of 160024 with flag 6622791/3311000
665.91/625.32	c cleaning 80993 clauses out of 162022 with flag 6786793/3393001
680.09/638.89	c cleaning 81998 clauses out of 164030 with flag 6952795/3476002
696.92/655.03	c cleaning 83007 clauses out of 166034 with flag 7120799/3560004
714.52/672.00	c cleaning 84000 clauses out of 168024 with flag 7290793/3645001
729.08/685.81	c cleaning 84993 clauses out of 170023 with flag 7462791/3731000
745.32/701.18	c cleaning 86013 clauses out of 172041 with flag 7636813/3818011
760.31/715.61	c cleaning 86998 clauses out of 174018 with flag 7812793/3906001
776.22/731.02	c cleaning 87995 clauses out of 176021 with flag 7990795/3995002
796.34/747.29	c cleaning 89001 clauses out of 178027 with flag 8170797/4085003
812.85/762.86	c cleaning 89996 clauses out of 180023 with flag 8352791/4176000
830.72/779.96	c cleaning 90999 clauses out of 182030 with flag 8536797/4268003
847.37/795.89	c cleaning 92007 clauses out of 184029 with flag 8722793/4361001
866.15/813.99	c cleaning 93000 clauses out of 186023 with flag 8910795/4455002
882.49/829.54	c cleaning 93999 clauses out of 188023 with flag 9100795/4550002
901.94/848.06	c cleaning 94999 clauses out of 190023 with flag 9292793/4646001
920.66/865.82	c cleaning 96001 clauses out of 192029 with flag 9486803/4743006
938.02/882.38	c cleaning 96992 clauses out of 194023 with flag 9682793/4841001
962.08/903.28	c cleaning 98004 clauses out of 196030 with flag 9880791/4940000
984.95/924.84	c cleaning 99001 clauses out of 198029 with flag 10080797/5040003
1007.54/946.55	c cleaning 100000 clauses out of 200027 with flag 10282795/5141002
1031.23/969.08	c cleaning 100996 clauses out of 202028 with flag 10486797/5243003
1051.35/988.28	c cleaning 102003 clauses out of 204030 with flag 10692793/5346001
1074.99/1010.62	c cleaning 103002 clauses out of 206028 with flag 10900795/5450002
1095.99/1030.79	c cleaning 104001 clauses out of 208025 with flag 11110793/5555001
1121.11/1051.37	c cleaning 105003 clauses out of 210025 with flag 11322795/5661002
1144.13/1073.58	c cleaning 105991 clauses out of 212021 with flag 11536793/5768001
1165.75/1094.10	c cleaning 107000 clauses out of 214032 with flag 11752797/5876003
1187.97/1115.44	c cleaning 108007 clauses out of 216032 with flag 11970797/5985003
1209.33/1135.55	c cleaning 109000 clauses out of 218023 with flag 12190793/6095001
1231.70/1157.29	c cleaning 109997 clauses out of 220022 with flag 12412791/6206000
1254.72/1179.32	c cleaning 111000 clauses out of 222030 with flag 12636801/6318005
1284.32/1203.81	c cleaning 111997 clauses out of 224026 with flag 12862793/6431001
1305.65/1224.36	c cleaning 113007 clauses out of 226029 with flag 13090793/6545001
1332.20/1249.69	c cleaning 114001 clauses out of 228029 with flag 13320807/6660008
1355.85/1272.57	c cleaning 114998 clauses out of 230021 with flag 13552793/6776001
1379.51/1295.21	c cleaning 116003 clauses out of 232024 with flag 13786795/6893002
1404.04/1318.71	c cleaning 116992 clauses out of 234019 with flag 14022791/7011000
1428.60/1342.01	c cleaning 118000 clauses out of 236028 with flag 14260793/7130001
1457.38/1367.73	c cleaning 118999 clauses out of 238028 with flag 14500793/7250001
1480.76/1390.25	c cleaning 120000 clauses out of 240028 with flag 14742791/7371000
1504.84/1413.26	c cleaning 120997 clauses out of 242030 with flag 14986795/7493002
1528.18/1435.46	c cleaning 121997 clauses out of 244033 with flag 15232795/7616002
1556.80/1462.80	c cleaning 123008 clauses out of 246035 with flag 15480793/7740001
1582.98/1488.11	c cleaning 123997 clauses out of 248026 with flag 15730791/7865000
1608.29/1512.32	c cleaning 124999 clauses out of 250030 with flag 15982793/7991001
1634.71/1535.70	c cleaning 126000 clauses out of 252030 with flag 16236791/8118000
1662.60/1562.36	c cleaning 126999 clauses out of 254031 with flag 16492793/8246001
1691.77/1590.29	c cleaning 128002 clauses out of 256033 with flag 16750795/8375002
1722.81/1620.03	c cleaning 128997 clauses out of 258030 with flag 17010793/8505001
1750.57/1646.48	c cleaning 130003 clauses out of 260035 with flag 17272797/8636003
1777.89/1672.43	c cleaning 130995 clauses out of 262029 with flag 17536791/8768000
1809.46/1700.52	c cleaning 131998 clauses out of 264035 with flag 17802793/8901001
1836.99/1726.62	c cleaning 133008 clauses out of 266038 with flag 18070795/9035002
1867.79/1756.01	c cleaning 134001 clauses out of 268028 with flag 18340791/9170000
1897.94/1784.97	c cleaning 135002 clauses out of 270029 with flag 18612795/9306002
1928.70/1814.67	c cleaning 135994 clauses out of 272025 with flag 18886791/9443000
1957.72/1842.37	c cleaning 137000 clauses out of 274032 with flag 19162793/9581001
1990.67/1872.28	c cleaning 138007 clauses out of 276033 with flag 19440795/9720002
2025.17/1905.17	c cleaning 138991 clauses out of 278024 with flag 19720791/9860000
2058.80/1937.39	c cleaning 140002 clauses out of 280033 with flag 20002791/10001000
2086.92/1964.24	c cleaning 141005 clauses out of 282032 with flag 20286794/10143001
2122.77/1999.07	c cleaning 142003 clauses out of 284028 with flag 20572796/10286002
2162.16/2031.69	c cleaning 143003 clauses out of 286027 with flag 20860800/10430004
2190.66/2058.79	c cleaning 144002 clauses out of 288024 with flag 21150800/10575004
2221.35/2088.14	c cleaning 144995 clauses out of 290018 with flag 21442792/10721000
2250.88/2116.41	c cleaning 146002 clauses out of 292027 with flag 21736800/10868004
2282.50/2146.89	c cleaning 146999 clauses out of 294027 with flag 22032804/11016006
2310.39/2173.50	c cleaning 147999 clauses out of 296022 with flag 22330792/11165000
2343.14/2203.18	c cleaning 148999 clauses out of 298026 with flag 22630798/11315003
2374.14/2233.11	c cleaning 149999 clauses out of 300024 with flag 22932792/11466000
2405.28/2262.78	c cleaning 151000 clauses out of 302026 with flag 23236794/11618001
2441.60/2297.79	c cleaning 152000 clauses out of 304025 with flag 23542792/11771000
2480.65/2335.61	c cleaning 153005 clauses out of 306027 with flag 23850796/11925002
2511.71/2365.63	c cleaning 153992 clauses out of 308021 with flag 24160794/12080001
2550.56/2400.83	c cleaning 155002 clauses out of 310031 with flag 24472798/12236003
2587.76/2436.69	c cleaning 155997 clauses out of 312027 with flag 24786794/12393001
2622.17/2469.83	c cleaning 156998 clauses out of 314029 with flag 25102792/12551000
2655.51/2501.40	c cleaning 158003 clauses out of 316032 with flag 25420794/12710001
2689.69/2534.49	c cleaning 159002 clauses out of 318028 with flag 25740792/12870000
2736.22/2576.89	c cleaning 159995 clauses out of 320026 with flag 26062792/13031000
2769.13/2608.32	c cleaning 161006 clauses out of 322033 with flag 26386796/13193002
2805.57/2643.30	c cleaning 161999 clauses out of 324027 with flag 26712796/13356002
2840.63/2676.96	c cleaning 163000 clauses out of 326026 with flag 27040792/13520000
2878.75/2713.80	c cleaning 164002 clauses out of 328027 with flag 27370794/13685001
2915.51/2746.71	c cleaning 165001 clauses out of 330024 with flag 27702792/13851000
2952.79/2782.42	c cleaning 166004 clauses out of 332029 with flag 28036804/14018006
2989.12/2817.57	c cleaning 166996 clauses out of 334019 with flag 28372792/14186000
3022.31/2849.17	c cleaning 168002 clauses out of 336027 with flag 28710800/14355004
3059.00/2884.67	c cleaning 168996 clauses out of 338022 with flag 29050794/14525001
3100.44/2922.13	c cleaning 170001 clauses out of 340026 with flag 29392794/14696001
3134.75/2955.21	c cleaning 171001 clauses out of 342025 with flag 29736794/14868001
3172.59/2991.59	c cleaning 172000 clauses out of 344028 with flag 30082802/15041005
3212.83/3030.08	c cleaning 172995 clauses out of 346024 with flag 30430794/15215001
3252.00/3068.18	c cleaning 174004 clauses out of 348030 with flag 30780796/15390002
3296.63/3108.88	c cleaning 175001 clauses out of 350027 with flag 31132798/15566003
3333.43/3144.13	c cleaning 176000 clauses out of 352023 with flag 31486792/15743000
3372.82/3181.74	c cleaning 176996 clauses out of 354024 with flag 31842794/15921001
3414.79/3222.40	c cleaning 177998 clauses out of 356029 with flag 32200796/16100002
3460.21/3260.53	c cleaning 178997 clauses out of 358032 with flag 32560798/16280003
3499.47/3298.04	c cleaning 180007 clauses out of 360034 with flag 32922796/16461002
3541.63/3338.39	c cleaning 181000 clauses out of 362026 with flag 33286794/16643001
3583.27/3378.67	c cleaning 182001 clauses out of 364030 with flag 33652802/16826005
3600.05/3394.49	c starts		: 5
3600.05/3394.49	c timeout
3600.05/3394.49	c conflicts		: 16929766
3600.05/3394.49	c decisions		: 16954518
3600.05/3394.49	c propagations		: 1424791159
3600.05/3394.49	c inspects		: 10937540121
3600.05/3394.49	c shortcuts		: 0
3600.05/3394.49	c learnt literals	: 0
3600.05/3394.49	c learnt binary clauses	: 0
3600.05/3394.49	c learnt ternary clauses	: 23
3600.05/3394.49	c learnt constraints	: 16929766
3600.05/3394.49	c ignored constraints	: 0
3600.05/3394.49	c root simplifications	: 0
3600.05/3394.49	c removed literals (reason simplification)	: 0
3600.05/3394.49	c reason swapping (by a shorter reason)	: 0
3600.05/3394.49	c Calls to reduceDB	: 179
3600.05/3394.49	c Number of update (reduction) of LBD	: 162
3600.05/3394.49	c Imported unit clauses	: 0
3600.05/3394.49	c No decision after first conflict	: false
3600.05/3394.49	c number of reductions to clauses (during analyze)	: 0
3600.05/3394.49	c number of learned constraints concerned by reduction	: 0
3600.05/3394.49	c number of learning phase by resolution	: 0
3600.05/3394.49	c number of learning phase by cutting planes	: 0
3600.05/3394.49	c number of rounding to 1 operations	: 0
3600.05/3394.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3394.49	c number of reductions of the coefficients by power 2 	: 0
3600.05/3394.49	c number of right shift for reduction by power 2 	: 0
3600.05/3394.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3394.49	c number of ending skipping 	: 0
3600.05/3394.49	c number of internal skipping 	: 0
3600.05/3394.49	c number of derivation steps 	: 0
3600.05/3394.49	c number of skipped derivation steps 	: 0
3600.05/3394.49	c number of remaining unassigned 	: 0
3600.05/3394.49	c number of remaining assigned 	: 0
3600.05/3394.49	c number of falsified literals weakened from reason	: 0
3600.05/3394.49	c number of falsified literals weakened from conflict	: 0
3600.05/3394.49	c time for arithmetic operations	: 0
3600.05/3394.49	c minimum degree of deleted constraints	: null
3600.05/3394.49	c maximum degree of deleted constraints	: null
3600.05/3394.49	c number of deleted constraints	: 0
3600.05/3394.49	c speed (assignments/second)	: 419786.4046461993
3600.05/3394.49	c non guided choices	: 0
3600.26/3394.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 285790
3600.26/3394.55	s UNKNOWN
3600.26/3394.55	c Total wall clock time (in seconds): 3394.433

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: 63968 MiB (61994 MiB free)
  memory of node 1: 64473 MiB (61439 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432466-1721139784/watcher-4432466-1721139784 -o /tmp/evaluation-result-4432466-1721139784/solver-4432466-1721139784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721139796-861245 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432466-1721139784.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
solver pid=861291, runsolver pid=861286
Current StackSize limit: 8192 KiB


[startup+0.100422 s]*
/proc/loadavg: 1.35 1.73 2.34 10/325 861376
/proc/meminfo: memFree=126227528/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=18975048 memory=65324 CPUtime=0.14 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 7218 0 0 0 12 2 0 0 20 0 18 0 166142218 19430449152 16331 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4743762 16331 5670 1 0 549335 0
[pid=861291/tid=861299] ppid=861286 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 1078198336 5739 0 0 0 7 1 0 0 20 0 18 0 166142219 19430449152 16331 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=18975048 memory=3640 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166142221 19430449152 16331 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=18975048 memory=15819993166120615 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166142222 19430449152 16331 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65324 KiB

[startup+0.206312 s]*
/proc/loadavg: 1.35 1.73 2.34 13/325 861376
/proc/meminfo: memFree=126161512/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=18975048 memory=79760 CPUtime=0.33 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 8419 0 0 0 31 2 0 0 20 0 18 0 166142218 19430449152 19940 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4743762 19940 5820 1 0 550213 0
[pid=861291/tid=861299] ppid=861286 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 5923 0 0 0 17 1 0 0 20 0 18 0 166142219 19430449152 19940 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=18975048 memory=3640 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166142221 19430449152 19940 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=18975048 memory=15819993166120615 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166142222 19430449152 19940 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79760 KiB

[startup+0.307313 s]*
/proc/loadavg: 1.35 1.73 2.34 13/325 861376
/proc/meminfo: memFree=126039776/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=18975048 memory=104924 CPUtime=0.53 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 9303 0 0 0 50 3 0 0 20 0 18 0 166142218 19430449152 26231 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4743762 26231 5820 1 0 550715 0
[pid=861291/tid=861299] ppid=861286 vsize=18975048 memory=-8673202168395047612 CPUtime=0.25 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 5950 0 0 0 23 2 0 0 20 0 18 0 166142219 19430449152 26231 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166142221 19430449152 26231 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166142222 19430449152 26231 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 104924 KiB

[startup+0.700315 s]
/proc/loadavg: 1.35 1.73 2.34 12/329 861380
/proc/meminfo: memFree=125892636/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19041612 memory=137884 CPUtime=1.28 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 10728 0 0 0 124 4 0 0 20 0 19 0 166142218 19498610688 34471 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4760403 34471 5857 1 0 551947 0
[pid=861291/tid=861299] ppid=861286 vsize=19041612 memory=5496 CPUtime=0.6 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 6070 0 0 0 58 2 0 0 20 0 19 0 166142219 19498610688 34471 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19041612 memory=12180 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166142221 19498610688 34471 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19041612 memory=280366338597608 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166142222 19498610688 34471 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19041612 memory=752915830193226110 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 166142259 19498610688 34471 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 137884 KiB

[startup+1.50031 s]
/proc/loadavg: 1.35 1.73 2.34 10/332 861383
/proc/meminfo: memFree=125756540/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19108176 memory=255240 CPUtime=2.4 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 11013 0 0 0 233 7 0 0 20 0 20 0 166142218 19566772224 63810 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4777044 63810 5873 1 0 552280 0
[pid=861291/tid=861299] ppid=861286 vsize=19108176 memory=12180 CPUtime=1.31 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) S 861286 861291 861235 0 -1 1077936192 6133 0 0 0 128 3 0 0 20 0 20 0 166142219 19566772224 63810 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19566772224 63810 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166142222 19566772224 63810 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19108176 memory=1084 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19566772224 63810 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 255240 KiB

[startup+3.10566 s]
/proc/loadavg: 1.35 1.73 2.34 5/333 861384
/proc/meminfo: memFree=125452996/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19108176 memory=421936 CPUtime=4.29 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 14112 0 0 0 418 11 0 0 20 0 20 0 166142218 19566772224 105484 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4777044 105484 5888 1 0 552785 0
[pid=861291/tid=861299] ppid=861286 vsize=19108176 memory=0 CPUtime=2.75 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 6266 0 0 0 272 3 0 0 20 0 20 0 166142219 19566772224 105484 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19566772224 105484 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19108176 memory=12180 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166142222 19566772224 105484 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19108176 memory=11560 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19566772224 105484 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 421936 KiB

[startup+6.30028 s]
/proc/loadavg: 1.56 1.77 2.35 5/333 861385
/proc/meminfo: memFree=124740484/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19108176 memory=1041000 CPUtime=7.86 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 17654 0 0 0 763 23 0 0 20 0 20 0 166142218 19566772224 260250 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4777044 260250 5920 1 0 1079175 0
[pid=861291/tid=861299] ppid=861286 vsize=19108176 memory=0 CPUtime=5.58 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 7023 0 0 0 551 7 0 0 20 0 20 0 166142219 19566772224 260250 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19108176 memory=7596274402215094376 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19566772224 260250 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19108176 memory=5496 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166142222 19566772224 260250 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19108176 memory=267672 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19566772224 260250 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1041000 KiB

[startup+12.7003 s]
/proc/loadavg: 1.84 1.82 2.36 6/333 861387
/proc/meminfo: memFree=123342828/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19108176 memory=1925784 CPUtime=14.76 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 19380 0 0 0 1437 39 0 0 20 0 20 0 166142218 19566772224 481446 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4777044 481446 5920 1 0 1490689 0
[pid=861291/tid=861299] ppid=861286 vsize=19108176 memory=0 CPUtime=11.4 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 7315 0 0 0 1129 11 0 0 20 0 20 0 166142219 19566772224 481446 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19108176 memory=1751652 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19566772224 481446 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19108176 memory=1751652 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166142222 19566772224 481446 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19566772224 481446 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1925784 KiB

[startup+25.5003 s]
/proc/loadavg: 2.25 1.91 2.38 5/333 861388
/proc/meminfo: memFree=120577728/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19108176 memory=3532720 CPUtime=28.73 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 23522 0 0 0 2803 70 0 0 20 0 20 0 166142218 19566772224 883180 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4777044 883180 5920 1 0 1804023 0
[pid=861291/tid=861299] ppid=861286 vsize=19108176 memory=-8743009062130918076 CPUtime=22.95 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 8287 0 0 0 2278 17 0 0 20 0 20 0 166142219 19566772224 883180 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19108176 memory=3317 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19566772224 883180 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19108176 memory=39896 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166142222 19566772224 883180 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19566772224 883180 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 28.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3532720 KiB

[startup+51.1103 s]
/proc/loadavg: 2.94 2.11 2.44 6/334 861394
/proc/meminfo: memFree=116447244/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19108176 memory=5925984 CPUtime=56.99 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 46407 0 0 0 5581 118 0 0 20 0 20 0 166142218 19566772224 1481496 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4777044 1481496 5920 1 0 2125821 0
[pid=861291/tid=861299] ppid=861286 vsize=19108176 memory=5919840 CPUtime=46.26 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) S 861286 861291 861235 0 -1 1077936192 11937 0 0 0 4597 29 0 0 20 0 20 0 166142219 19566772224 1481496 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19108176 memory=11560 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19566772224 1481496 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0

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

/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19173712 memory=14490336 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 1013 0 0 0 0 0 0 0 20 0 20 0 166142222 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19173712 memory=14490336 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 3163.41 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 14490336 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.23 4.18 6/331 863135
/proc/meminfo: memFree=82650388/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19173712 memory=14490336 CPUtime=3225.87 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 598156 0 0 0 322137 450 0 0 20 0 20 0 166142218 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4793428 3622584 5936 1 0 4104710 0
[pid=861291/tid=861299] ppid=861286 vsize=19173712 memory=14490336 CPUtime=2866.39 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 141724 0 0 0 286532 107 0 0 20 0 20 0 166142219 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19173712 memory=11560 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19173712 memory=12180 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 1014 0 0 0 0 0 0 0 20 0 20 0 166142222 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19173712 memory=14490336 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 3225.87 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 14490336 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.23 4.18 5/332 863148
/proc/meminfo: memFree=81853624/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19173712 memory=14490336 CPUtime=3290.14 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 599874 0 0 0 328560 454 0 0 20 0 20 0 166142218 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4793428 3622584 5936 1 0 4104710 0
[pid=861291/tid=861299] ppid=861286 vsize=19173712 memory=14490336 CPUtime=2923.65 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 142348 0 0 0 292258 107 0 0 20 0 20 0 166142219 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19173712 memory=11560 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19173712 memory=14490336 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 1014 0 0 0 0 0 0 0 20 0 20 0 166142222 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19173712 memory=11560 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 3290.14 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 14490336 KiB

[startup+3162.3 s]
/proc/loadavg: 4.33 4.26 4.19 5/331 863158
/proc/meminfo: memFree=81852104/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19173712 memory=14490336 CPUtime=3352.4 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 605144 0 0 0 334783 457 0 0 20 0 20 0 166142218 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4793428 3622584 5936 1 0 4104710 0
[pid=861291/tid=861299] ppid=861286 vsize=19173712 memory=14490336 CPUtime=2980.59 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 143556 0 0 0 297951 108 0 0 20 0 20 0 166142219 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19173712 memory=14490336 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19173712 memory=14490336 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 1015 0 0 0 0 0 0 0 20 0 20 0 166142222 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19173712 memory=11560 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 3352.4 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 14490336 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.21 4.18 5/331 863169
/proc/meminfo: memFree=81634264/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19173712 memory=14490336 CPUtime=3414.69 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 606726 0 0 0 341010 459 0 0 20 0 20 0 166142218 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4793428 3622584 5936 1 0 4104710 0
[pid=861291/tid=861299] ppid=861286 vsize=19173712 memory=14490336 CPUtime=3037.71 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 144229 0 0 0 303663 108 0 0 20 0 20 0 166142219 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19173712 memory=12180 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19173712 memory=14490336 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 1068 0 0 0 0 0 0 0 20 0 20 0 166142222 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19173712 memory=14490336 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19633881088 3622584 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 3414.69 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 14490336 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/331 863181
/proc/meminfo: memFree=81633004/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19173712 memory=14490728 CPUtime=3483.26 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 633191 0 0 0 347861 465 0 0 20 0 20 0 166142218 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4793428 3622682 5952 1 0 4104783 0
[pid=861291/tid=861299] ppid=861286 vsize=19173712 memory=14490728 CPUtime=3094.29 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 148687 0 0 0 309320 109 0 0 20 0 20 0 166142219 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19173712 memory=14490728 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19173712 memory=7644828 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 1070 0 0 0 0 0 0 0 20 0 20 0 166142222 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19173712 memory=14490728 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 3483.26 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 14490728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.24 4.19 5/331 863192
/proc/meminfo: memFree=81632284/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19173712 memory=14490728 CPUtime=3545.61 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 635759 0 0 0 354095 466 0 0 20 0 20 0 166142218 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4793428 3622682 5952 1 0 4104783 0
[pid=861291/tid=861299] ppid=861286 vsize=19173712 memory=11560 CPUtime=3151.57 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) R 861286 861291 861235 0 -1 4194368 149071 0 0 0 315048 109 0 0 20 0 20 0 166142219 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19173712 memory=11560 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19173712 memory=42176 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 1070 0 0 0 0 0 0 0 20 0 20 0 166142222 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19173712 memory=-8743009062130918076 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 3545.61 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 14490728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3394.4 s]
/proc/loadavg: 4.36 4.27 4.20 6/330 863200
/proc/meminfo: memFree=81631560/131524600 swapFree=131071996/131071996
[pid=861291] ppid=861286 vsize=19173712 memory=14490728 CPUtime=3600.05 cores=0,2
/proc/861291/stat : 861291 (java) S 861286 861291 861235 0 -1 1077936128 637586 0 0 0 359536 469 0 0 20 0 20 0 166142218 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
/proc/861291/statm: 4793428 3622682 5952 1 0 4104783 0
[pid=861291/tid=861299] ppid=861286 vsize=19173712 memory=14490728 CPUtime=3200.6 cores=0,2
/proc/861291/task/861299/stat : 861299 (java) S 861286 861291 861235 0 -1 1077936192 149689 0 0 0 319951 109 0 0 20 0 20 0 166142219 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861340] ppid=861286 vsize=19173712 memory=-8743009062130918076 CPUtime=0 cores=0,2
/proc/861291/task/861340/stat : 861340 (Finalizer) S 861286 861291 861235 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166142221 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861362] ppid=861286 vsize=19173712 memory=5544 CPUtime=0 cores=0,2
/proc/861291/task/861362/stat : 861362 (Common-Cleaner) S 861286 861291 861235 0 -1 1077936192 1070 0 0 0 0 0 0 0 20 0 20 0 166142222 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
[pid=861291/tid=861378] ppid=861286 vsize=19173712 memory=1844 CPUtime=0 cores=0,2
/proc/861291/task/861378/stat : 861378 (Timer-0) S 861286 861291 861235 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166142259 19633881088 3622682 134679101440 93835734867968 93835734871664 140731071501600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835734879480 93835734880272 93835745792000 140731071505415 140731071505505 140731071505505 140731071512520 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 14490728 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.63 s, system=4.73677 s

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

[startup+3394.6 s]*
/proc/loadavg: 4.36 4.27 4.20 5/312 863203
/proc/meminfo: memFree=95761380/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3394.61
CPU time (s): 3600.36
CPU user time (s): 3595.63
CPU system time (s): 4.73677
CPU usage (%): 106.061
Max. virtual memory (cumulated for all children) (KiB): 19373404
Max. memory (cumulated for all children) (KiB): 14491260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.63
system time used= 4.73677
maximum resident set size= 14492284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 638879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121711
involuntary context switches= 39306


# summary of solver processes directly reported to runsolver:
#   pid: 861291
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3595.63
#   total CPU system time (s): 4.73677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.47024 second user time and 17.8117 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-16 16:23:16
IDJOB=4432466
IDBENCH=155605
IDSOLVER=3058
FILE ID=nodeC021/4432466-1721139784
RUNJOBID= nodeC021-1721139796-861245
SLURM_JOB_ID= 7505719
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat70_4_22_5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432466-1721139784/watcher-4432466-1721139784 -o /tmp/evaluation-result-4432466-1721139784/solver-4432466-1721139784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721139796-861245 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432466-1721139784.opb

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

MD5SUM BENCH= 90cf94310e57120d5401aeddd838603e
RANDOM SEED=1779244128

nodeC021.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	: 0xb00002a
cpu MHz		: 3630.771
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3620.187
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3525.721
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3625.669
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3557.390
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3639.468
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3581.237
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3528.689
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126399812 kB
MemAvailable:   129683044 kB
Buffers:          415792 kB
Cached:          3668376 kB
SwapCached:            0 kB
Active:           764744 kB
Inactive:        3685076 kB
Active(anon):       1448 kB
Inactive(anon):   401592 kB
Active(file):     763296 kB
Inactive(file):  3283484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4792 kB
Writeback:             0 kB
AnonPages:        365004 kB
Mapped:           104392 kB
Shmem:             37720 kB
KReclaimable:     152548 kB
Slab:             267220 kB
SReclaimable:     152548 kB
SUnreclaim:       114672 kB
KernelStack:        3856 kB
PageTables:         9792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     716508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63040 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC021 at 2024-07-16 17:19:51