Trace number 4453054

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.37 3423.93

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid6_121.shuf-3.opb
MD5SUM1365683d53fe75e8a162478951931853
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.255408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables726
Total number of constraints727
Number of constraints which are clauses726
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint726
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 748
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.13	c Free memory 		2113181440
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.13	c Number of processors 	2
0.13/0.17	--- Begin Solver configuration ---
0.13/0.17	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.17	Learn all clauses as in MiniSAT
0.13/0.17	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.17	No reason simplification
0.13/0.17	Glucose 2.1 dynamic restart strategy
0.13/0.17	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.13/0.17	timeout=2147483s
0.13/0.17	DB Simplification allowed=false
0.13/0.17	Listener: none
0.13/0.17	--- End Solver configuration ---
0.13/0.18	c Pseudo Boolean Optimization by upper bound
0.13/0.18	c --- Begin Solver configuration ---
0.13/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.18	c Learn all clauses as in MiniSAT
0.13/0.18	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.18	c No reason simplification
0.13/0.18	c Glucose 2.1 dynamic restart strategy
0.13/0.18	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.13/0.18	c timeout=2147483s
0.13/0.18	c DB Simplification allowed=false
0.13/0.18	c Listener: none
0.13/0.18	c --- End Solver configuration ---
0.13/0.18	c solving HOME/instance-4453054-1721451284.opb
0.13/0.18	c reading problem ... 
0.13/0.18	c  no objective function found
0.13/0.22	c ... done. Wall clock time 0.051s.
0.13/0.22	c declared #vars     726
0.13/0.22	c #constraints  727
0.13/0.22	c constraints type 
0.13/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 726
0.13/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.13/0.23	c 727 constraints processed.
1.83/1.06	c cleaning 2501 clauses out of 5001 with flag 10343/5001
2.60/1.49	c cleaning 4250 clauses out of 8501 with flag 22761/11002
3.28/1.85	c cleaning 5624 clauses out of 11249 with flag 37162/18000
3.82/2.27	c cleaning 6812 clauses out of 13625 with flag 53732/26000
4.24/2.64	c cleaning 7907 clauses out of 15813 with flag 72472/35000
4.82/3.19	c cleaning 8952 clauses out of 17906 with flag 93288/45000
5.66/3.76	c cleaning 9975 clauses out of 19954 with flag 116271/56000
6.33/4.39	c cleaning 10985 clauses out of 21979 with flag 141321/68000
6.92/4.99	c cleaning 11997 clauses out of 23994 with flag 168438/81000
7.97/5.83	c cleaning 12999 clauses out of 25998 with flag 197735/95001
8.57/6.48	c cleaning 13997 clauses out of 27998 with flag 228956/110000
9.61/7.34	c cleaning 14999 clauses out of 30002 with flag 262215/126001
10.51/8.13	c cleaning 16000 clauses out of 32002 with flag 297368/143000
11.65/9.14	c cleaning 17000 clauses out of 34003 with flag 334947/161001
13.02/10.36	c cleaning 17999 clauses out of 36003 with flag 374595/180001
14.12/11.42	c cleaning 18998 clauses out of 38003 with flag 416224/200000
15.63/12.77	c cleaning 20002 clauses out of 40005 with flag 459933/221000
16.73/13.85	c cleaning 21000 clauses out of 42003 with flag 505865/243000
18.38/15.28	c cleaning 21997 clauses out of 44003 with flag 553902/266000
20.22/16.89	c cleaning 23001 clauses out of 46007 with flag 604015/290001
21.62/18.24	c cleaning 24001 clauses out of 48005 with flag 656118/315000
23.36/19.77	c cleaning 25001 clauses out of 50004 with flag 710188/341000
24.86/21.25	c cleaning 26000 clauses out of 52004 with flag 766464/368001
26.73/22.90	c cleaning 26999 clauses out of 54004 with flag 824546/396001
28.12/24.25	c cleaning 28001 clauses out of 56005 with flag 885065/425001
30.14/26.01	c cleaning 29002 clauses out of 58004 with flag 947835/455001
32.30/27.92	c cleaning 29997 clauses out of 60002 with flag 1012621/486001
33.80/29.47	c cleaning 30998 clauses out of 62004 with flag 1079106/518000
35.84/31.31	c cleaning 32003 clauses out of 64006 with flag 1147815/551000
38.16/33.40	c cleaning 32999 clauses out of 66003 with flag 1218446/585000
40.25/35.42	c cleaning 34000 clauses out of 68005 with flag 1291216/620001
42.59/37.61	c cleaning 34996 clauses out of 70004 with flag 1366264/656000
45.22/40.05	c cleaning 36002 clauses out of 72010 with flag 1443123/693002
47.41/42.23	c cleaning 37001 clauses out of 74006 with flag 1522603/731000
49.99/44.66	c cleaning 38001 clauses out of 76007 with flag 1603986/770002
52.70/47.18	c cleaning 38997 clauses out of 78005 with flag 1687276/810001
55.40/49.61	c cleaning 40001 clauses out of 80008 with flag 1772366/851001
58.58/52.50	c cleaning 41000 clauses out of 82006 with flag 1859927/893000
60.99/54.99	c cleaning 42000 clauses out of 84007 with flag 1949594/936001
63.77/57.55	c cleaning 43002 clauses out of 86007 with flag 2041313/980001
66.54/60.18	c cleaning 43998 clauses out of 88005 with flag 2135150/1025001
69.48/62.89	c cleaning 45004 clauses out of 90008 with flag 2231001/1071002
74.28/66.09	c cleaning 46001 clauses out of 92002 with flag 2328759/1118000
78.06/69.48	c cleaning 46995 clauses out of 94001 with flag 2428824/1166000
81.28/72.39	c cleaning 48003 clauses out of 96006 with flag 2531373/1215000
84.82/75.50	c cleaning 48998 clauses out of 98004 with flag 2635772/1265001
88.43/78.82	c cleaning 49999 clauses out of 100005 with flag 2742580/1316000
92.23/82.22	c cleaning 50999 clauses out of 102006 with flag 2851314/1368000
96.02/85.59	c cleaning 52000 clauses out of 104007 with flag 2961766/1421000
99.03/88.53	c cleaning 53002 clauses out of 106009 with flag 3074241/1475002
102.62/91.95	c cleaning 54003 clauses out of 108005 with flag 3189293/1530000
106.71/95.88	c cleaning 54999 clauses out of 110003 with flag 3306375/1586001
110.52/99.56	c cleaning 56001 clauses out of 112003 with flag 3425462/1643000
114.21/103.18	c cleaning 56995 clauses out of 114002 with flag 3546416/1701000
117.96/106.72	c cleaning 58004 clauses out of 116008 with flag 3669292/1760001
122.12/110.87	c cleaning 59002 clauses out of 118004 with flag 3794805/1820001
126.21/114.87	c cleaning 59996 clauses out of 120002 with flag 3921898/1881001
131.63/119.64	c cleaning 61002 clauses out of 122005 with flag 4051607/1943000
136.29/123.95	c cleaning 62001 clauses out of 124003 with flag 4183033/2006000
141.10/128.47	c cleaning 62993 clauses out of 126002 with flag 4316903/2070000
148.44/133.66	c cleaning 64000 clauses out of 128009 with flag 4452791/2135000
152.74/137.71	c cleaning 65004 clauses out of 130010 with flag 4590311/2201001
156.84/141.68	c cleaning 65998 clauses out of 132005 with flag 4729396/2268000
161.57/146.25	c cleaning 67000 clauses out of 134007 with flag 4870774/2336000
167.56/151.64	c cleaning 67999 clauses out of 136007 with flag 5014978/2405000
172.92/156.69	c cleaning 69003 clauses out of 138008 with flag 5161361/2475000
179.31/162.73	c cleaning 69999 clauses out of 140006 with flag 5309874/2546001
185.31/168.53	c cleaning 71000 clauses out of 142007 with flag 5460509/2618001
190.61/173.52	c cleaning 72003 clauses out of 144007 with flag 5613073/2691001
198.11/180.57	c cleaning 72998 clauses out of 146004 with flag 5767205/2765001
204.74/186.84	c cleaning 73998 clauses out of 148005 with flag 5923954/2840000
211.51/193.38	c cleaning 75000 clauses out of 150007 with flag 6082886/2916000
217.66/199.27	c cleaning 76001 clauses out of 152008 with flag 6243392/2993001
226.65/205.74	c cleaning 76999 clauses out of 154007 with flag 6405897/3071001
233.70/212.42	c cleaning 78001 clauses out of 156007 with flag 6569842/3150000
241.02/219.42	c cleaning 79001 clauses out of 158006 with flag 6737171/3230000
248.61/226.76	c cleaning 80003 clauses out of 160006 with flag 6906606/3311001
257.21/234.54	c cleaning 80993 clauses out of 162002 with flag 7078085/3393000
264.75/241.76	c cleaning 82000 clauses out of 164009 with flag 7251459/3476000
272.42/249.23	c cleaning 83004 clauses out of 166009 with flag 7426899/3560000
280.50/256.89	c cleaning 83999 clauses out of 168006 with flag 7604485/3645001
287.90/263.97	c cleaning 84995 clauses out of 170006 with flag 7783764/3731000
295.80/271.20	c cleaning 86001 clauses out of 172011 with flag 7965268/3818000
303.32/278.39	c cleaning 87003 clauses out of 174011 with flag 8148568/3906001
311.56/286.25	c cleaning 87997 clauses out of 176008 with flag 8333247/3995001
319.48/293.53	c cleaning 89001 clauses out of 178010 with flag 8520086/4085000
327.82/301.58	c cleaning 90005 clauses out of 180010 with flag 8710003/4176001
336.67/309.62	c cleaning 91001 clauses out of 182004 with flag 8901734/4268000
345.80/318.39	c cleaning 91998 clauses out of 184003 with flag 9096037/4361000
355.11/327.21	c cleaning 92998 clauses out of 186005 with flag 9292465/4455000
364.54/336.12	c cleaning 94003 clauses out of 188008 with flag 9490913/4550001
373.20/344.52	c cleaning 94998 clauses out of 190005 with flag 9691590/4646001
382.26/353.10	c cleaning 96001 clauses out of 192006 with flag 9894251/4743000
395.16/363.40	c cleaning 97000 clauses out of 194005 with flag 10099051/4841000
405.16/372.50	c cleaning 97997 clauses out of 196005 with flag 10305993/4940000
415.54/382.43	c cleaning 99003 clauses out of 198009 with flag 10514880/5040001
426.48/392.89	c cleaning 99999 clauses out of 200005 with flag 10725937/5141000
437.96/403.51	c cleaning 100998 clauses out of 202007 with flag 10939212/5243001
449.57/414.67	c cleaning 102002 clauses out of 204009 with flag 11153938/5346001
460.06/424.75	c cleaning 103002 clauses out of 206008 with flag 11370259/5450002
472.40/436.32	c cleaning 104002 clauses out of 208004 with flag 11588689/5555000
484.55/448.05	c cleaning 105002 clauses out of 210003 with flag 11809431/5661001
495.77/459.04	c cleaning 105997 clauses out of 212000 with flag 12032246/5768000
508.75/471.48	c cleaning 107002 clauses out of 214003 with flag 12257114/5876000
520.81/483.18	c cleaning 107999 clauses out of 216001 with flag 12483663/5985000
533.54/495.23	c cleaning 109002 clauses out of 218003 with flag 12712596/6095001
544.25/505.53	c cleaning 109997 clauses out of 220001 with flag 12944051/6206001
556.05/516.59	c cleaning 111001 clauses out of 222004 with flag 13176874/6318001
567.16/527.26	c cleaning 112001 clauses out of 224002 with flag 13411229/6431000
580.76/540.06	c cleaning 112993 clauses out of 226001 with flag 13648202/6545000
593.05/551.94	c cleaning 114002 clauses out of 228008 with flag 13887546/6660000
606.38/564.56	c cleaning 114999 clauses out of 230006 with flag 14128908/6776000
621.60/577.43	c cleaning 116003 clauses out of 232007 with flag 14372850/6893000
634.46/589.86	c cleaning 117000 clauses out of 234004 with flag 14618273/7011000
648.58/603.76	c cleaning 117996 clauses out of 236004 with flag 14866040/7130000
660.41/615.20	c cleaning 119000 clauses out of 238009 with flag 15116387/7250001
673.21/627.23	c cleaning 120001 clauses out of 240009 with flag 15368751/7371001
687.08/640.41	c cleaning 121000 clauses out of 242009 with flag 15622478/7493002
699.44/652.25	c cleaning 121998 clauses out of 244007 with flag 15878830/7616000
714.33/666.69	c cleaning 123002 clauses out of 246010 with flag 16137079/7740001
728.75/680.67	c cleaning 124003 clauses out of 248008 with flag 16398245/7865001
744.65/696.24	c cleaning 125000 clauses out of 250005 with flag 16660593/7991001
760.61/710.91	c cleaning 125998 clauses out of 252004 with flag 16925689/8118000
774.37/724.14	c cleaning 127001 clauses out of 254006 with flag 17193082/8246000
789.25/738.68	c cleaning 128001 clauses out of 256006 with flag 17462170/8375001
802.01/751.19	c cleaning 129000 clauses out of 258005 with flag 17734103/8505001
818.21/766.59	c cleaning 130000 clauses out of 260005 with flag 18007656/8636001
832.20/780.03	c cleaning 130998 clauses out of 262006 with flag 18283253/8768002
847.89/795.39	c cleaning 132000 clauses out of 264007 with flag 18561144/8901001
861.43/808.66	c cleaning 133001 clauses out of 266007 with flag 18841287/9035001
877.86/824.31	c cleaning 134003 clauses out of 268005 with flag 19123517/9170000
893.53/839.47	c cleaning 135000 clauses out of 270004 with flag 19407549/9306002
910.42/855.95	c cleaning 135996 clauses out of 272002 with flag 19693566/9443000
927.90/872.44	c cleaning 137002 clauses out of 274007 with flag 19980643/9581001
945.30/889.20	c cleaning 138000 clauses out of 276005 with flag 20269988/9720001
962.55/906.05	c cleaning 139002 clauses out of 278005 with flag 20561161/9860001
982.76/922.63	c cleaning 139999 clauses out of 280002 with flag 20855024/10001000
1000.78/940.06	c cleaning 141001 clauses out of 282004 with flag 21150597/10143001
1019.14/958.11	c cleaning 141992 clauses out of 284003 with flag 21447888/10286001
1038.56/976.54	c cleaning 143002 clauses out of 286011 with flag 21747805/10430001
1056.90/994.36	c cleaning 144000 clauses out of 288008 with flag 22049293/10575000
1074.59/1011.71	c cleaning 145002 clauses out of 290008 with flag 22353656/10721000
1095.42/1031.63	c cleaning 145998 clauses out of 292006 with flag 22660347/10868000
1114.12/1049.83	c cleaning 147003 clauses out of 294009 with flag 22968207/11016001
1133.31/1068.17	c cleaning 147996 clauses out of 296005 with flag 23278892/11165000
1150.99/1085.35	c cleaning 149003 clauses out of 298011 with flag 23590784/11315002
1171.15/1104.59	c cleaning 150000 clauses out of 300006 with flag 23905714/11466000
1190.51/1123.45	c cleaning 151000 clauses out of 302006 with flag 24222765/11618000
1209.66/1141.59	c cleaning 151998 clauses out of 304008 with flag 24541618/11771002
1228.38/1159.65	c cleaning 152997 clauses out of 306008 with flag 24862360/11925000
1245.62/1176.40	c cleaning 154002 clauses out of 308012 with flag 25184751/12080001
1264.32/1194.45	c cleaning 155001 clauses out of 310010 with flag 25509617/12236001
1283.18/1212.96	c cleaning 156003 clauses out of 312009 with flag 25837289/12393001
1303.22/1232.26	c cleaning 157002 clauses out of 314007 with flag 26166521/12551002
1323.01/1249.25	c cleaning 157996 clauses out of 316003 with flag 26497414/12710000
1344.22/1269.78	c cleaning 158999 clauses out of 318008 with flag 26830059/12870001
1364.92/1290.09	c cleaning 160001 clauses out of 320008 with flag 27164783/13031000
1383.66/1308.09	c cleaning 160997 clauses out of 322008 with flag 27501080/13193001
1402.37/1326.40	c cleaning 162001 clauses out of 324010 with flag 27839703/13356000
1423.56/1346.75	c cleaning 163000 clauses out of 326009 with flag 28180366/13520000
1443.69/1365.63	c cleaning 164002 clauses out of 328011 with flag 28523512/13685002
1462.94/1384.22	c cleaning 165001 clauses out of 330008 with flag 28868406/13851001
1484.40/1404.66	c cleaning 165999 clauses out of 332006 with flag 29215418/14018000
1504.11/1423.85	c cleaning 166998 clauses out of 334007 with flag 29564537/14186000
1525.36/1444.27	c cleaning 167999 clauses out of 336009 with flag 29915550/14355000
1546.16/1463.90	c cleaning 169000 clauses out of 338011 with flag 30268928/14525001
1567.97/1485.18	c cleaning 170005 clauses out of 340011 with flag 30624446/14696001
1591.30/1507.54	c cleaning 170997 clauses out of 342005 with flag 30981336/14868000
1610.13/1525.93	c cleaning 171995 clauses out of 344008 with flag 31340589/15041000
1629.51/1544.46	c cleaning 173000 clauses out of 346014 with flag 31703429/15215001
1657.95/1568.59	c cleaning 174004 clauses out of 348014 with flag 32068164/15390001
1678.04/1588.15	c cleaning 175001 clauses out of 350011 with flag 32435223/15566002
1701.97/1611.47	c cleaning 175999 clauses out of 352008 with flag 32804307/15743000
1727.16/1635.65	c cleaning 177003 clauses out of 354011 with flag 33175766/15921002
1751.50/1659.65	c cleaning 178000 clauses out of 356007 with flag 33549080/16100001
1772.48/1679.93	c cleaning 179001 clauses out of 358006 with flag 33924121/16280000
1795.41/1701.85	c cleaning 180000 clauses out of 360006 with flag 34301431/16461001
1819.63/1724.83	c cleaning 180997 clauses out of 362005 with flag 34681300/16643000
1847.40/1752.02	c cleaning 182004 clauses out of 364009 with flag 35063383/16826001
1869.71/1773.39	c cleaning 182998 clauses out of 366004 with flag 35446761/17010000
1895.93/1798.60	c cleaning 183998 clauses out of 368006 with flag 35832885/17195000
1922.35/1823.81	c cleaning 185001 clauses out of 370009 with flag 36221495/17381001
1949.43/1850.33	c cleaning 185997 clauses out of 372008 with flag 36611620/17568001
1980.79/1878.46	c cleaning 187001 clauses out of 374010 with flag 37003953/17756000
2006.24/1902.99	c cleaning 188004 clauses out of 376011 with flag 37398581/17945002
2035.09/1930.77	c cleaning 188999 clauses out of 378007 with flag 37795219/18135002
2062.73/1957.04	c cleaning 190000 clauses out of 380006 with flag 38194318/18326000
2089.15/1982.84	c cleaning 191001 clauses out of 382006 with flag 38595094/18518000
2115.77/2008.53	c cleaning 192002 clauses out of 384006 with flag 38998244/18711001
2145.43/2037.43	c cleaning 192996 clauses out of 386004 with flag 39403105/18905001
2173.52/2064.49	c cleaning 194000 clauses out of 388007 with flag 39809920/19100000
2200.63/2090.49	c cleaning 195004 clauses out of 390008 with flag 40218183/19296001
2230.18/2118.89	c cleaning 195998 clauses out of 392004 with flag 40629265/19493001
2258.50/2145.90	c cleaning 196999 clauses out of 394006 with flag 41042814/19691001
2293.91/2177.42	c cleaning 197997 clauses out of 396007 with flag 41458367/19890001
2322.37/2205.14	c cleaning 199002 clauses out of 398010 with flag 41875168/20090001
2349.96/2231.86	c cleaning 199999 clauses out of 400007 with flag 42293490/20291000
2380.28/2261.24	c cleaning 200998 clauses out of 402008 with flag 42714034/20493000
2406.27/2286.24	c cleaning 202003 clauses out of 404010 with flag 43137288/20696000
2436.04/2315.00	c cleaning 203004 clauses out of 406008 with flag 43562617/20900001
2468.51/2346.40	c cleaning 203998 clauses out of 408003 with flag 43989315/21105000
2498.55/2375.38	c cleaning 205003 clauses out of 410006 with flag 44418710/21311001
2529.91/2405.69	c cleaning 205992 clauses out of 412002 with flag 44850077/21518000
2562.84/2437.64	c cleaning 206999 clauses out of 414010 with flag 45283702/21726000
2596.55/2470.30	c cleaning 208002 clauses out of 416011 with flag 45719732/21935000
2628.33/2501.12	c cleaning 208998 clauses out of 418009 with flag 46157253/22145000
2661.99/2530.78	c cleaning 210001 clauses out of 420012 with flag 46596454/22356001
2689.60/2557.42	c cleaning 211000 clauses out of 422010 with flag 47038933/22568000
2719.97/2586.90	c cleaning 212003 clauses out of 424010 with flag 47483717/22781000
2750.73/2616.52	c cleaning 212999 clauses out of 426009 with flag 47930230/22995002
2782.13/2646.62	c cleaning 214003 clauses out of 428009 with flag 48378587/23210001
2810.47/2674.03	c cleaning 214996 clauses out of 430005 with flag 48828548/23426000
2842.23/2704.85	c cleaning 216003 clauses out of 432009 with flag 49281158/23643000
2875.74/2737.58	c cleaning 217000 clauses out of 434007 with flag 49735928/23861001
2907.08/2768.29	c cleaning 218000 clauses out of 436007 with flag 50192002/24080001
2942.37/2802.01	c cleaning 218996 clauses out of 438006 with flag 50651034/24300000
2980.72/2834.13	c cleaning 219998 clauses out of 440010 with flag 51110577/24521000
3017.34/2869.77	c cleaning 221003 clauses out of 442013 with flag 51572833/24743001
3047.51/2898.79	c cleaning 222002 clauses out of 444010 with flag 52036999/24966001
3082.94/2932.90	c cleaning 223000 clauses out of 446008 with flag 52503124/25190001
3113.38/2962.31	c cleaning 223997 clauses out of 448007 with flag 52971725/25415000
3153.01/3000.96	c cleaning 224999 clauses out of 450010 with flag 53442451/25641000
3191.65/3037.92	c cleaning 226001 clauses out of 452012 with flag 53916650/25868001
3227.98/3072.90	c cleaning 227001 clauses out of 454011 with flag 54392040/26096001
3260.30/3104.03	c cleaning 228001 clauses out of 456009 with flag 54870057/26325000
3301.46/3140.03	c cleaning 229004 clauses out of 458009 with flag 55350395/26555001
3336.49/3174.08	c cleaning 229999 clauses out of 460005 with flag 55832752/26786001
3373.80/3209.81	c cleaning 231000 clauses out of 462007 with flag 56317433/27018002
3414.65/3249.33	c cleaning 231999 clauses out of 464005 with flag 56803349/27251000
3451.62/3285.03	c cleaning 232999 clauses out of 466006 with flag 57291106/27485000
3487.83/3320.28	c cleaning 234002 clauses out of 468007 with flag 57781354/27720000
3524.76/3355.53	c cleaning 234997 clauses out of 470005 with flag 58273670/27956000
3556.40/3385.85	c cleaning 236000 clauses out of 472008 with flag 58768858/28193000
3599.84/3423.59	c cleaning 237000 clauses out of 474009 with flag 59266050/28431001
3600.05/3423.73	c timeout
3600.05/3423.75	c starts		: 1
3600.05/3423.76	c conflicts		: 28434842
3600.05/3423.76	c decisions		: 30065558
3600.05/3423.76	c propagations		: 319242432
3600.05/3423.76	c inspects		: 18621289639
3600.05/3423.76	c shortcuts		: 0
3600.05/3423.76	c learnt literals	: 0
3600.05/3423.76	c learnt binary clauses	: 0
3600.05/3423.76	c learnt ternary clauses	: 0
3600.05/3423.76	c learnt constraints	: 28434842
3600.05/3423.76	c ignored constraints	: 0
3600.05/3423.76	c root simplifications	: 0
3600.05/3423.76	c removed literals (reason simplification)	: 0
3600.05/3423.76	c reason swapping (by a shorter reason)	: 0
3600.05/3423.76	c Calls to reduceDB	: 234
3600.05/3423.76	c Number of update (reduction) of LBD	: 363352
3600.05/3423.76	c Imported unit clauses	: 0
3600.05/3423.76	c No decision after first conflict	: false
3600.05/3423.76	c number of reductions to clauses (during analyze)	: 0
3600.05/3423.76	c number of learned constraints concerned by reduction	: 0
3600.05/3423.76	c number of learning phase by resolution	: 0
3600.05/3423.76	c number of learning phase by cutting planes	: 0
3600.05/3423.76	c number of rounding to 1 operations	: 0
3600.05/3423.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3423.76	c number of reductions of the coefficients by power 2 	: 0
3600.05/3423.76	c number of right shift for reduction by power 2 	: 0
3600.05/3423.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3423.76	c number of ending skipping 	: 0
3600.05/3423.76	c number of internal skipping 	: 0
3600.05/3423.76	c number of derivation steps 	: 0
3600.05/3423.76	c number of skipped derivation steps 	: 0
3600.05/3423.76	c number of remaining unassigned 	: 0
3600.05/3423.76	c number of remaining assigned 	: 0
3600.05/3423.76	c number of falsified literals weakened from reason	: 0
3600.05/3423.76	c number of falsified literals weakened from conflict	: 0
3600.05/3423.76	c time for arithmetic operations	: 0
3600.05/3423.76	c minimum degree of deleted constraints	: null
3600.05/3423.76	c maximum degree of deleted constraints	: null
3600.05/3423.76	c number of deleted constraints	: 0
3600.05/3423.76	c speed (assignments/second)	: 93249.46436880519
3600.05/3423.77	c non guided choices	: 286
3600.24/3423.83	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 240850
3600.24/3423.83	s UNKNOWN
3600.24/3423.83	c Total wall clock time (in seconds): 3423.662

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (54384 MiB free)
  memory of node 1: 64510 MiB (57929 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1059409, runsolver pid=1059406

[startup+0.102852 s]*
/proc/loadavg: 4.55 3.72 3.43 6/317 1059427
/proc/meminfo: memFree=114971444/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=18975048 memory=58856 CPUtime=0.13 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 6703 0 0 0 11 2 0 0 20 0 18 0 197284496 19430449152 14714 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4743762 14714 5632 1 0 550980 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) S 1059406 1059409 1058409 0 -1 1077936192 5606 0 0 0 7 1 0 0 20 0 18 0 197284497 19430449152 14714 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197284500 19430449152 14714 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=18975048 memory=15255952359842124 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197284501 19430449152 14714 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58856 KiB

[startup+0.219552 s]*
/proc/loadavg: 4.55 3.72 3.43 7/317 1059427
/proc/meminfo: memFree=114962164/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19041612 memory=68724 CPUtime=0.34 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 7450 0 0 0 31 3 0 0 20 0 19 0 197284496 19498610688 17181 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4760403 17181 5785 1 0 551910 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19041612 memory=6876556183782621315 CPUtime=0.2 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 5976 0 0 0 18 2 0 0 20 0 19 0 197284497 19498610688 17181 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19041612 memory=3711 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197284500 19498610688 17181 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19041612 memory=13572595761026746 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197284501 19498610688 17181 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (java) R 1059406 1059409 1058409 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 197284519 19498610688 17181 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 68724 KiB

[startup+0.313547 s]*
/proc/loadavg: 4.55 3.72 3.43 7/318 1059428
/proc/meminfo: memFree=114961492/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19041612 memory=71612 CPUtime=0.55 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 7614 0 0 0 52 3 0 0 20 0 19 0 197284496 19498610688 17903 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4760403 17903 5839 1 0 551981 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19041612 memory=-7163359464845699939 CPUtime=0.3 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) S 1059406 1059409 1058409 0 -1 1077936192 5999 0 0 0 28 2 0 0 20 0 19 0 197284497 19498610688 17903 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197284500 19498610688 17903 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197284501 19498610688 17903 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197284519 19498610688 17903 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71612 KiB

[startup+0.707547 s]
/proc/loadavg: 4.55 3.72 3.43 6/318 1059428
/proc/meminfo: memFree=114947668/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19041612 memory=95980 CPUtime=1.23 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 11364 0 0 0 119 4 0 0 20 0 19 0 197284496 19498610688 23995 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4760403 23995 5839 1 0 554030 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19041612 memory=49904 CPUtime=0.63 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 6058 0 0 0 61 2 0 0 20 0 19 0 197284497 19498610688 23995 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197284500 19498610688 23995 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19041612 memory=2220 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197284501 19498610688 23995 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19041612 memory=39916 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197284519 19498610688 23995 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 95980 KiB

[startup+1.50654 s]
/proc/loadavg: 4.55 3.72 3.43 6/318 1059428
/proc/meminfo: memFree=114916628/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19041612 memory=158924 CPUtime=2.8 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 15967 0 0 0 274 6 0 0 20 0 19 0 197284496 19498610688 39731 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4760403 39731 5839 1 0 554714 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19041612 memory=11884 CPUtime=1.43 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 6508 0 0 0 139 4 0 0 20 0 19 0 197284497 19498610688 39731 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197284500 19498610688 39731 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19041612 memory=2220 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197284501 19498610688 39731 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19041612 memory=39916 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197284519 19498610688 39731 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158924 KiB

[startup+3.11318 s]
/proc/loadavg: 4.55 3.72 3.43 5/319 1059429
/proc/meminfo: memFree=114679044/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=349016 CPUtime=4.82 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 18081 0 0 0 472 10 0 0 20 0 20 0 197284496 19566772224 87254 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 87254 5870 1 0 555197 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=0 CPUtime=2.79 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 6883 0 0 0 275 4 0 0 20 0 20 0 197284497 19566772224 87254 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=-7163359464845699939 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 87254 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 87254 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 87254 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 349016 KiB

[startup+6.30048 s]
/proc/loadavg: 4.51 3.73 3.44 5/319 1059429
/proc/meminfo: memFree=114067252/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=793204 CPUtime=8.47 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 19514 0 0 0 827 20 0 0 20 0 20 0 197284496 19566772224 198301 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 198301 5870 1 0 1083691 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=2220 CPUtime=5.63 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 7114 0 0 0 555 8 0 0 20 0 20 0 197284497 19566772224 198301 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 198301 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 198301 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 198301 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 8.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 793204 KiB

[startup+12.7005 s]
/proc/loadavg: 4.63 3.77 3.45 6/319 1059430
/proc/meminfo: memFree=112795604/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=1609320 CPUtime=15.63 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 20858 0 0 0 1524 39 0 0 20 0 20 0 197284496 19566772224 402330 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 402330 5870 1 0 1608006 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=11884 CPUtime=11.3 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 7325 0 0 0 1116 14 0 0 20 0 20 0 197284497 19566772224 402330 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=988104 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 402330 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=49904 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 402330 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 402330 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1609320 KiB

[startup+25.5005 s]
/proc/loadavg: 4.64 3.81 3.47 5/319 1059816
/proc/meminfo: memFree=111295108/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=2986992 CPUtime=29.63 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 25360 0 0 0 2895 68 0 0 20 0 20 0 197284496 19566772224 746748 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 746748 5896 1 0 1935966 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=2800624 CPUtime=22.76 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 8595 0 0 0 2256 20 0 0 20 0 20 0 197284497 19566772224 746748 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=6944656574621848725 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 746748 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 746748 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=4374 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 746748 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2986992 KiB

[startup+51.1138 s]
/proc/loadavg: 4.42 3.83 3.49 5/319 1059820
/proc/meminfo: memFree=109306172/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=4553372 CPUtime=56.91 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 28690 0 0 0 5586 105 0 0 20 0 20 0 197284496 19566772224 1138343 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 1138343 5896 1 0 2086367 0

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

/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 98877 0 0 0 295009 105 0 0 20 0 20 0 197284497 19566772224 3580781 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=14323124 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 3580781 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=14323124 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 947 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 3580781 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=-7163359464845699939 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 3580781 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 3258.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14323124 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.25 4.26 5/317 1061182
/proc/meminfo: memFree=82127312/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=14323400 CPUtime=3324.78 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 491149 0 0 0 331936 542 0 0 20 0 20 0 197284496 19566772224 3580850 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 3580850 5926 1 0 4088864 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=14323124 CPUtime=3008.53 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 102757 0 0 0 300748 105 0 0 20 0 20 0 197284497 19566772224 3580850 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=14323352 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 3580850 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=14323400 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 947 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 3580850 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=-7163359464845699939 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 3580850 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 3324.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14323400 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.25 4.26 5/317 1061261
/proc/meminfo: memFree=83761504/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3386.91 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 497983 0 0 0 338145 546 0 0 20 0 20 0 197284496 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 3580854 5926 1 0 4088864 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3066 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 104596 0 0 0 306494 106 0 0 20 0 20 0 197284497 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=14323400 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 948 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 3386.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14323416 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.28 4.27 5/317 1061272
/proc/meminfo: memFree=82346884/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3448.9 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 500335 0 0 0 344342 548 0 0 20 0 20 0 197284496 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 3580854 5926 1 0 4088864 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3123.72 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 105653 0 0 0 312266 106 0 0 20 0 20 0 197284497 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=49904 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=49904 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 989 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 3448.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14323416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.26 4.26 5/318 1061352
/proc/meminfo: memFree=89495876/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3510.82 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 501856 0 0 0 350530 552 0 0 20 0 20 0 197284496 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 3580854 5926 1 0 4088864 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3181.47 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 106686 0 0 0 318041 106 0 0 20 0 20 0 197284497 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 989 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 3510.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14323416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.27 4.27 5/318 1061362
/proc/meminfo: memFree=87613436/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3573.36 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 503207 0 0 0 356780 556 0 0 20 0 20 0 197284496 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 3580854 5926 1 0 4088864 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3238.57 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 106930 0 0 0 323751 106 0 0 20 0 20 0 197284497 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 989 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 3580854 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 3573.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14323416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3423.7 s]
/proc/loadavg: 4.40 4.30 4.28 6/317 1061433
/proc/meminfo: memFree=102411228/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19108176 memory=14323420 CPUtime=3600.05 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 528011 0 0 0 359442 563 0 0 20 0 20 0 197284496 19566772224 3580855 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4777044 3580855 5926 1 0 4088864 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=3259.07 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) R 1059406 1059409 1058409 0 -1 4194368 112433 0 0 0 325800 107 0 0 20 0 20 0 197284497 19566772224 3580855 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197284500 19566772224 3580855 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19108176 memory=14323416 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 1150 0 0 0 0 0 0 0 20 0 20 0 197284501 19566772224 3580855 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059428] ppid=1059406 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1059409/task/1059428/stat : 1059428 (Timer-0) S 1059406 1059409 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197284519 19566772224 3580855 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14323420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.67 s, system=5.69819 s

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

[startup+3423.81 s]
/proc/loadavg: 4.40 4.30 4.28 6/317 1061433
/proc/meminfo: memFree=102411228/131655788 swapFree=131071996/131071996
[pid=1059409] ppid=1059406 vsize=19307868 memory=14324264 CPUtime=3600.24 cores=5,7
/proc/1059409/stat : 1059409 (java) S 1059406 1059409 1058409 0 -1 1077936128 531114 0 0 0 359461 563 0 0 20 0 21 0 197284496 19771256832 3581066 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
/proc/1059409/statm: 4826967 3581066 5925 1 0 4089841 0
[pid=1059409/tid=1059411] ppid=1059406 vsize=19307868 memory=2220 CPUtime=3259.09 cores=5,7
/proc/1059409/task/1059411/stat : 1059411 (java) S 1059406 1059409 1058409 0 -1 1077936192 112755 0 0 0 325802 107 0 0 20 0 21 0 197284497 19771256832 3581066 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059420] ppid=1059406 vsize=19307868 memory=39916 CPUtime=0 cores=5,7
/proc/1059409/task/1059420/stat : 1059420 (Finalizer) S 1059406 1059409 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 197284500 19771256832 3581066 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
[pid=1059409/tid=1059427] ppid=1059406 vsize=19307868 memory=5636 CPUtime=0 cores=5,7
/proc/1059409/task/1059427/stat : 1059427 (Common-Cleaner) S 1059406 1059409 1058409 0 -1 1077936192 1150 0 0 0 0 0 0 0 20 0 21 0 197284501 19771256832 3581066 134679101440 94896189841408 94896189845104 140731694405136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94896189852920 94896189853712 94896203010048 140731694408709 140731694408799 140731694408799 140731694415816 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 14324264 KiB

[startup+3423.91 s]*
/proc/loadavg: 4.40 4.30 4.28 5/299 1061436
/proc/meminfo: memFree=116348732/131655788 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): 3423.93
CPU time (s): 3600.37
CPU user time (s): 3594.67
CPU system time (s): 5.69819
CPU usage (%): 105.153
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 14324264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.67
system time used= 5.6982
maximum resident set size= 14325112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531512
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116373
involuntary context switches= 15310


# summary of solver processes directly reported to runsolver:
#   pid: 1059409
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3594.67
#   total CPU system time (s): 5.69819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0046 second user time and 31.9215 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-20 06:54:56
IDJOB=4453054
IDBENCH=168422
IDSOLVER=3058
FILE ID=nodeC003/4453054-1721451284
RUNJOBID= nodeC003-1721450898-1058422
SLURM_JOB_ID= 7545681
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid6_121.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453054-1721451284/watcher-4453054-1721451284 -o /tmp/evaluation-result-4453054-1721451284/solver-4453054-1721451284 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058422 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4453054-1721451284.opb

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

MD5SUM BENCH= 1365683d53fe75e8a162478951931853
RANDOM SEED=1599941214

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        115009820 kB
MemAvailable:   120734028 kB
Buffers:          563848 kB
Cached:          5942224 kB
SwapCached:            0 kB
Active:          1055884 kB
Inactive:       14882244 kB
Active(anon):       1468 kB
Inactive(anon):  9476152 kB
Active(file):    1054416 kB
Inactive(file):  5406092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               980 kB
Writeback:            24 kB
AnonPages:       9431760 kB
Mapped:           128488 kB
Shmem:             45896 kB
KReclaimable:     207464 kB
Slab:             323272 kB
SReclaimable:     207464 kB
SUnreclaim:       115808 kB
KernelStack:        4828 kB
PageTables:        28688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15195368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9095168 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC003 at 2024-07-20 07:52:00