Trace number 4486800

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 2025-06-06SAT (TO)785 3600.68 3593.44

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16d2.opb
MD5SUM6328193d9817f2dee38de4b5c166023d
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 benchmark785
Best CPU time to get the best result obtained on this benchmark1.69298
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1672
Total number of constraints13297
Number of constraints which are clauses13297
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint16
Number of terms in the objective function 1672
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1672
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1672
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.11/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.19	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.23	c java.vm.vendor	Oracle Corporation
0.11/0.23	c sun.arch.data.model	64
0.11/0.23	c java.version		22.0.1
0.11/0.23	c os.name		Linux
0.11/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.23	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.45/0.34	c Pseudo Boolean Optimization by upper bound
0.45/0.34	c --- Begin Solver configuration ---
0.45/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.34	c Learn all clauses as in MiniSAT
0.45/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.34	c Expensive reason simplification
0.45/0.34	c Glucose 2.1 dynamic restart strategy
0.45/0.34	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.45/0.34	c timeout=2147483s
0.45/0.34	c DB Simplification allowed=false
0.45/0.34	c Listener: none
0.45/0.34	c --- End Solver configuration ---
0.45/0.34	c solving HOME/instance-4486800-1751317677.opb
0.45/0.34	c reading problem ... 
0.45/0.35	c  objective function found
1.14/0.74	c ... done. Wall clock time 0.375s.
1.14/0.74	c declared #vars     1672
1.14/0.74	c #constraints  13297
1.14/0.74	c constraints type 
1.14/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 12228
1.14/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1069
1.14/0.74	c 13297 constraints processed.
1.14/0.78	c objective function length is 1672 literals
1.54/0.90	c SATISFIABLE
1.54/0.90	c OPTIMIZING...
1.54/0.90	c Got one! Elapsed wall clock time (in seconds):0.556
1.54/0.90	o 834
1.54/0.94	c Got one! Elapsed wall clock time (in seconds):0.596
1.54/0.94	o 831
1.54/0.96	c Got one! Elapsed wall clock time (in seconds):0.615
1.54/0.96	o 823
1.54/0.98	c Got one! Elapsed wall clock time (in seconds):0.632
1.54/0.98	o 819
1.54/0.99	c Got one! Elapsed wall clock time (in seconds):0.652
1.54/1.00	o 818
1.75/1.03	c Got one! Elapsed wall clock time (in seconds):0.684
1.75/1.03	o 817
1.75/1.04	c Got one! Elapsed wall clock time (in seconds):0.697
1.75/1.04	o 813
1.75/1.05	c Got one! Elapsed wall clock time (in seconds):0.707
1.75/1.05	o 810
1.75/1.09	c Got one! Elapsed wall clock time (in seconds):0.749
1.75/1.09	o 809
4.04/2.36	c cleaning 2572 clauses out of 5143 with flag 10100/5143
5.22/3.35	c cleaning 4285 clauses out of 8571 with flag 22323/11143
7.04/4.43	c cleaning 5640 clauses out of 11286 with flag 36526/18143
8.15/5.57	c cleaning 6821 clauses out of 13646 with flag 52582/26143
9.46/6.85	c cleaning 7911 clauses out of 15824 with flag 70734/35142
10.94/8.32	c cleaning 8957 clauses out of 17914 with flag 90965/45143
12.65/9.98	c cleaning 9978 clauses out of 19956 with flag 113248/56142
15.44/12.76	c cleaning 10989 clauses out of 21978 with flag 137371/68142
17.44/14.73	c cleaning 11992 clauses out of 23989 with flag 163608/81142
19.54/16.80	c cleaning 12995 clauses out of 25997 with flag 192196/95142
21.85/19.12	c cleaning 13997 clauses out of 28002 with flag 222963/110142
24.48/21.71	c cleaning 15002 clauses out of 30006 with flag 255797/126143
27.32/24.55	c cleaning 16000 clauses out of 32003 with flag 290672/143142
27.78/24.90	c Got one! Elapsed wall clock time (in seconds):24.562
27.78/24.91	o 808
28.45/25.40	c cleaning 10574 clauses out of 21147 with flag 6147/148286
29.35/26.30	c cleaning 8286 clauses out of 16572 with flag 18357/154285
30.47/27.43	c cleaning 7643 clauses out of 15286 with flag 32496/161285
31.98/28.89	c cleaning 7822 clauses out of 15643 with flag 48590/169285
33.65/30.37	c cleaning 8409 clauses out of 16821 with flag 66944/178285
35.25/32.01	c cleaning 9207 clauses out of 18413 with flag 87453/188286
37.36/34.05	c cleaning 10098 clauses out of 20206 with flag 110015/199286
39.36/36.10	c cleaning 11052 clauses out of 22108 with flag 134923/211286
41.74/38.43	c cleaning 12028 clauses out of 24055 with flag 161672/224285
44.60/41.23	c cleaning 13013 clauses out of 26028 with flag 190776/238286
47.59/44.27	c cleaning 14007 clauses out of 28014 with flag 221657/253285
51.78/48.43	c cleaning 15000 clauses out of 30008 with flag 254381/269286
55.77/52.46	c cleaning 15998 clauses out of 32008 with flag 289931/286286
59.80/56.45	c cleaning 17004 clauses out of 34009 with flag 326800/304285
63.50/60.15	c cleaning 18001 clauses out of 36005 with flag 365109/323285
67.49/64.17	c cleaning 18999 clauses out of 38004 with flag 405109/343285
72.21/68.83	c cleaning 20002 clauses out of 40005 with flag 447191/364285
78.55/75.23	c cleaning 21002 clauses out of 42004 with flag 491677/386286
85.27/81.90	c cleaning 21998 clauses out of 44002 with flag 538727/409286
90.66/87.31	c cleaning 22996 clauses out of 46004 with flag 589130/433286
96.28/92.96	c cleaning 24001 clauses out of 48007 with flag 641000/458285
102.39/99.04	c cleaning 25001 clauses out of 50006 with flag 694689/484285
109.24/105.86	c cleaning 26001 clauses out of 52005 with flag 749857/511285
116.29/112.82	c cleaning 27002 clauses out of 54005 with flag 807785/539286
123.78/120.39	c cleaning 27999 clauses out of 56002 with flag 867767/568285
132.13/128.62	c cleaning 29000 clauses out of 58003 with flag 929907/598285
141.40/137.88	c cleaning 30002 clauses out of 60004 with flag 994051/629286
149.89/146.37	c cleaning 30998 clauses out of 62001 with flag 1059728/661285
158.01/154.49	c cleaning 31998 clauses out of 64003 with flag 1127441/694285
168.21/164.60	c cleaning 33001 clauses out of 66006 with flag 1197236/728286
177.48/173.87	c cleaning 34000 clauses out of 68005 with flag 1269043/763286
187.45/183.76	c cleaning 34999 clauses out of 70005 with flag 1342877/799286
197.43/193.74	c cleaning 36000 clauses out of 72006 with flag 1418850/836286
208.63/204.95	c cleaning 36999 clauses out of 74006 with flag 1496822/874286
222.34/218.61	c cleaning 38002 clauses out of 76007 with flag 1576867/913286
234.52/230.87	c cleaning 39000 clauses out of 78005 with flag 1658978/953286
248.69/244.78	c cleaning 40000 clauses out of 80004 with flag 1743126/994285
262.23/258.28	c cleaning 41000 clauses out of 82005 with flag 1829289/1036286
276.71/272.72	c cleaning 42001 clauses out of 84004 with flag 1917586/1079285
291.04/287.01	c cleaning 42999 clauses out of 86004 with flag 2007861/1123286
307.56/303.56	c cleaning 44000 clauses out of 88005 with flag 2100274/1168286
325.92/321.90	c cleaning 44999 clauses out of 90004 with flag 2194737/1214285
341.98/337.91	c cleaning 45997 clauses out of 92006 with flag 2291243/1261286
358.98/354.90	c cleaning 46997 clauses out of 94008 with flag 2389808/1309285
374.75/370.71	c cleaning 48003 clauses out of 96011 with flag 2490335/1358285
391.62/387.58	c cleaning 49001 clauses out of 98009 with flag 2592936/1408286
408.69/404.57	c cleaning 49997 clauses out of 100008 with flag 2697581/1459286
426.86/422.73	c cleaning 51004 clauses out of 102011 with flag 2804280/1511286
443.74/439.58	c cleaning 52000 clauses out of 104007 with flag 2913122/1564286
462.57/458.33	c cleaning 53002 clauses out of 106007 with flag 3023982/1618286
482.44/478.15	c cleaning 53998 clauses out of 108004 with flag 3136887/1673285
503.88/499.64	c cleaning 55001 clauses out of 110007 with flag 3251874/1729286
525.28/521.06	c cleaning 56003 clauses out of 112005 with flag 3368885/1786285
548.63/543.59	c cleaning 56995 clauses out of 114002 with flag 3487913/1844285
571.56/566.44	c cleaning 57999 clauses out of 116007 with flag 3609111/1903285
595.31/590.26	c cleaning 59001 clauses out of 118008 with flag 3732256/1963285
620.76/615.68	c cleaning 60003 clauses out of 120008 with flag 3857386/2024286
646.24/641.04	c cleaning 61000 clauses out of 122005 with flag 3984626/2086286
671.78/666.61	c cleaning 61998 clauses out of 124004 with flag 4114015/2149285
698.58/693.38	c cleaning 63000 clauses out of 126006 with flag 4245432/2213285
726.68/721.30	c cleaning 63999 clauses out of 128006 with flag 4378857/2278285
757.77/752.34	c cleaning 65002 clauses out of 130008 with flag 4514289/2344286
792.87/787.35	c cleaning 66002 clauses out of 132005 with flag 4651817/2411285
808.01/801.49	c cleaning 66995 clauses out of 134003 with flag 4790894/2479285
823.34/816.76	c cleaning 67999 clauses out of 136008 with flag 4932518/2548285
839.31/832.72	c cleaning 69002 clauses out of 138010 with flag 5076230/2618286
856.45/849.82	c cleaning 70000 clauses out of 140008 with flag 5222016/2689286
866.07/859.39	c Got one! Elapsed wall clock time (in seconds):859.046
866.07/859.39	o 807
867.38/860.54	c cleaning 57523 clauses out of 115057 with flag 10920/2734335
868.51/861.59	c cleaning 31759 clauses out of 63534 with flag 24113/2740335
869.64/862.54	c cleaning 19380 clauses out of 38774 with flag 39644/2747334
870.04/863.00	c Got one! Elapsed wall clock time (in seconds):862.662
870.04/863.01	o 806
870.36/863.28	c cleaning 12643 clauses out of 25294 with flag 4303/2753234
871.17/864.02	c cleaning 9320 clauses out of 18651 with flag 17271/2759234
871.96/864.88	c cleaning 8160 clauses out of 16331 with flag 31772/2766234
873.06/865.95	c cleaning 8081 clauses out of 16172 with flag 48653/2774235
874.36/867.20	c cleaning 8540 clauses out of 17090 with flag 67061/2783234
875.96/868.85	c cleaning 9273 clauses out of 18550 with flag 87578/2793234
877.56/870.47	c cleaning 10136 clauses out of 20277 with flag 110608/2804234
879.35/872.25	c cleaning 11068 clauses out of 22141 with flag 134803/2816234
881.55/874.41	c cleaning 12031 clauses out of 24074 with flag 161100/2829235
884.06/876.92	c cleaning 13018 clauses out of 26042 with flag 189639/2843234
887.16/880.08	c cleaning 14013 clauses out of 28025 with flag 220728/2858235
890.65/883.52	c cleaning 15003 clauses out of 30012 with flag 253168/2874235
893.66/886.53	c cleaning 16004 clauses out of 32009 with flag 287578/2891235
897.05/889.99	c cleaning 17001 clauses out of 34005 with flag 324076/2909235
900.65/893.58	c cleaning 17998 clauses out of 36004 with flag 363093/2928235
904.54/897.48	c cleaning 19000 clauses out of 38006 with flag 404554/2948235
908.74/901.64	c cleaning 20003 clauses out of 40005 with flag 446955/2969234
912.63/905.57	c cleaning 20999 clauses out of 42003 with flag 491322/2991235
917.02/909.91	c cleaning 22001 clauses out of 44004 with flag 537664/3014235
922.92/915.86	c cleaning 22999 clauses out of 46002 with flag 587250/3038234
928.97/921.94	c cleaning 24002 clauses out of 48004 with flag 641239/3063235
934.26/927.27	c cleaning 24999 clauses out of 50002 with flag 693922/3089235
940.06/933.06	c cleaning 26001 clauses out of 52003 with flag 748581/3116235
946.79/939.74	c cleaning 26998 clauses out of 54001 with flag 806651/3144234
953.38/946.31	c cleaning 27995 clauses out of 56003 with flag 865591/3173234
958.97/951.92	c cleaning 29001 clauses out of 58008 with flag 925591/3203234
965.78/958.71	c cleaning 30000 clauses out of 60007 with flag 987591/3234234
973.27/966.02	c cleaning 31000 clauses out of 62007 with flag 1051591/3266234
981.51/974.19	c cleaning 32001 clauses out of 64007 with flag 1117591/3299234
990.13/982.87	c cleaning 32997 clauses out of 66006 with flag 1185591/3333234
999.63/992.21	c cleaning 34000 clauses out of 68009 with flag 1255591/3368234
1008.44/1000.98	c cleaning 35000 clauses out of 70009 with flag 1327591/3404234
1017.81/1010.27	c cleaning 35998 clauses out of 72009 with flag 1401591/3441234
1027.60/1019.93	c cleaning 37002 clauses out of 74012 with flag 1477611/3479235
1037.21/1029.52	c cleaning 38002 clauses out of 76010 with flag 1558981/3518235
1048.72/1040.91	c cleaning 38999 clauses out of 78008 with flag 1654349/3558235
1061.98/1053.70	c cleaning 40003 clauses out of 80009 with flag 1752239/3599235
1070.34/1061.99	c cleaning 41000 clauses out of 82006 with flag 1838246/3641235
1080.01/1071.52	c cleaning 42000 clauses out of 84006 with flag 1925140/3684235
1090.78/1082.27	c cleaning 42999 clauses out of 86006 with flag 2013965/3728235
1101.48/1092.88	c cleaning 44000 clauses out of 88007 with flag 2103965/3773235
1111.29/1102.64	c cleaning 44997 clauses out of 90007 with flag 2195965/3819235
1121.30/1112.67	c cleaning 46002 clauses out of 92009 with flag 2290074/3866234
1134.50/1125.83	c cleaning 47003 clauses out of 94007 with flag 2386986/3914234
1149.03/1140.31	c cleaning 47998 clauses out of 96004 with flag 2485594/3963234
1160.94/1152.19	c cleaning 48998 clauses out of 98006 with flag 2585594/4013234
1173.29/1164.40	c cleaning 50003 clauses out of 100009 with flag 2687640/4064235
1189.17/1180.20	c cleaning 51001 clauses out of 102005 with flag 2792656/4116234
1207.33/1198.34	c cleaning 52000 clauses out of 104004 with flag 2901486/4169234
1227.00/1217.93	c cleaning 52998 clauses out of 106005 with flag 3012326/4223235
1239.19/1230.11	c cleaning 53994 clauses out of 108006 with flag 3126052/4278234
1239.38/1230.31	c Got one! Elapsed wall clock time (in seconds):1229.966
1239.38/1230.31	o 805
1240.09/1231.04	c cleaning 29808 clauses out of 59627 with flag 8806/4283849
1240.88/1231.81	c cleaning 17905 clauses out of 35819 with flag 21649/4289849
1241.77/1232.70	c cleaning 12449 clauses out of 24914 with flag 36541/4296849
1241.87/1232.83	c Got one! Elapsed wall clock time (in seconds):1232.487
1241.87/1232.83	o 804
1242.37/1233.38	c cleaning 8780 clauses out of 17565 with flag 8078/4301949
1243.28/1234.22	c cleaning 7389 clauses out of 14784 with flag 20173/4307948
1244.28/1235.22	c cleaning 7192 clauses out of 14396 with flag 34555/4314949
1245.88/1236.80	c cleaning 7599 clauses out of 15204 with flag 51202/4322949
1247.19/1238.18	c cleaning 8298 clauses out of 16605 with flag 69642/4331949
1248.67/1239.68	c cleaning 9152 clauses out of 18307 with flag 89642/4341949
1250.37/1241.33	c cleaning 10078 clauses out of 20155 with flag 111642/4352949
1252.26/1243.20	c cleaning 11034 clauses out of 22076 with flag 135682/4364948
1254.56/1245.53	c cleaning 12019 clauses out of 24042 with flag 161693/4377948
1256.95/1248.00	c cleaning 13011 clauses out of 26023 with flag 189886/4391948
1259.85/1250.81	c cleaning 14003 clauses out of 28012 with flag 220132/4406948
1262.74/1253.78	c cleaning 15003 clauses out of 30010 with flag 252378/4422949
1265.43/1256.48	c cleaning 16003 clauses out of 32006 with flag 286634/4439948
1268.44/1259.45	c cleaning 16997 clauses out of 34004 with flag 323100/4457949
1271.53/1262.53	c cleaning 18003 clauses out of 36007 with flag 361100/4476949
1274.82/1265.84	c cleaning 19000 clauses out of 38004 with flag 401100/4496949
1279.04/1270.04	c cleaning 20000 clauses out of 40004 with flag 443100/4517949
1282.80/1273.89	c cleaning 21002 clauses out of 42004 with flag 487752/4539949
1287.99/1279.02	c cleaning 22001 clauses out of 44002 with flag 534724/4562949
1292.75/1282.92	c cleaning 22997 clauses out of 45999 with flag 588495/4586948
1293.79/1283.81	c Got one! Elapsed wall clock time (in seconds):1283.47
1293.79/1283.81	o 803
1294.49/1284.43	c cleaning 17599 clauses out of 35205 with flag 11280/4599151
1295.20/1285.18	c cleaning 11798 clauses out of 23606 with flag 24430/4605151
1296.10/1286.07	c cleaning 9399 clauses out of 18809 with flag 39581/4612152
1296.39/1286.40	c Got one! Elapsed wall clock time (in seconds):1286.053
1296.39/1286.40	o 802
1296.79/1286.75	c cleaning 7511 clauses out of 15034 with flag 6605/4617776
1297.49/1287.48	c cleaning 6756 clauses out of 13524 with flag 19991/4623777
1298.38/1288.37	c cleaning 6879 clauses out of 13768 with flag 35404/4630777
1299.38/1289.39	c cleaning 7440 clauses out of 14888 with flag 52850/4638776
1300.20/1290.17	c Got one! Elapsed wall clock time (in seconds):1289.827
1300.20/1290.17	o 801
1300.79/1290.73	c cleaning 9384 clauses out of 18768 with flag 10036/4650096
1301.49/1291.41	c cleaning 7689 clauses out of 15384 with flag 22127/4656096
1302.20/1292.17	c cleaning 7346 clauses out of 14695 with flag 36516/4663096
1303.19/1293.11	c cleaning 7671 clauses out of 15350 with flag 52732/4671097
1304.28/1294.23	c cleaning 8334 clauses out of 16679 with flag 72313/4680097
1305.58/1295.53	c cleaning 9168 clauses out of 18345 with flag 94525/4690097
1305.68/1295.67	c Got one! Elapsed wall clock time (in seconds):1295.324
1305.68/1295.67	o 800
1306.19/1296.15	c cleaning 7128 clauses out of 14265 with flag 10226/4695185
1306.87/1296.89	c cleaning 6566 clauses out of 13138 with flag 23683/4701186
1307.77/1297.75	c cleaning 6782 clauses out of 13571 with flag 38956/4708185
1307.97/1297.99	c Got one! Elapsed wall clock time (in seconds):1297.646
1307.97/1297.99	o 799
1308.47/1298.47	c cleaning 6377 clauses out of 12758 with flag 8887/4714154
1309.27/1299.23	c cleaning 6182 clauses out of 12381 with flag 21972/4720154
1310.18/1300.15	c cleaning 6599 clauses out of 13199 with flag 38112/4727154
1311.18/1301.19	c cleaning 7298 clauses out of 14601 with flag 56231/4735155
1311.96/1301.95	c Got one! Elapsed wall clock time (in seconds):1301.61
1311.96/1301.95	o 798
1312.56/1302.55	c cleaning 9204 clauses out of 18407 with flag 11223/4746259
1313.26/1303.25	c cleaning 7598 clauses out of 15204 with flag 25404/4752260
1314.07/1304.10	c cleaning 7298 clauses out of 14607 with flag 41094/4759261
1315.07/1305.11	c cleaning 7648 clauses out of 15308 with flag 58831/4767260
1316.25/1306.27	c cleaning 8325 clauses out of 16660 with flag 78968/4776260
1317.56/1307.56	c cleaning 9165 clauses out of 18334 with flag 101422/4786259
1318.86/1308.82	c Got one! Elapsed wall clock time (in seconds):1308.477
1318.86/1308.82	o 797
1318.86/1308.82	c Got one! Elapsed wall clock time (in seconds):1308.482
1318.86/1308.82	o 796
1318.96/1308.97	c Got one! Elapsed wall clock time (in seconds):1308.628
1318.96/1308.97	o 795
1319.45/1309.48	c cleaning 11963 clauses out of 23942 with flag 8769/4801032
1320.25/1310.22	c cleaning 8985 clauses out of 17979 with flag 21812/4807032
1320.55/1310.50	c Got one! Elapsed wall clock time (in seconds):1310.159
1320.55/1310.50	o 794
1320.55/1310.54	c Got one! Elapsed wall clock time (in seconds):1310.193
1320.55/1310.54	o 793
1320.55/1310.54	c Got one! Elapsed wall clock time (in seconds):1310.197
1320.55/1310.54	o 792
1320.55/1310.54	c Got one! Elapsed wall clock time (in seconds):1310.199
1320.55/1310.54	o 785
1320.96/1310.92	c cleaning 7311 clauses out of 14633 with flag 6995/4812671
1321.66/1311.69	c cleaning 6652 clauses out of 13322 with flag 20618/4818671
1322.56/1312.58	c cleaning 6834 clauses out of 13670 with flag 36517/4825671
1323.65/1313.66	c cleaning 7418 clauses out of 14837 with flag 55606/4833672
1324.85/1314.80	c cleaning 8206 clauses out of 16418 with flag 75935/4842671
1326.06/1316.08	c cleaning 9105 clauses out of 18212 with flag 98862/4852671
1327.55/1317.50	c cleaning 10052 clauses out of 20107 with flag 123596/4863671
1329.15/1319.14	c cleaning 11025 clauses out of 22056 with flag 150686/4875672
1330.84/1320.83	c cleaning 12013 clauses out of 24031 with flag 179976/4888672
1332.63/1322.67	c cleaning 13006 clauses out of 26017 with flag 211364/4902671
1334.62/1324.69	c cleaning 14003 clauses out of 28011 with flag 244671/4917671
1337.03/1327.03	c cleaning 15002 clauses out of 30009 with flag 281684/4933672
1339.21/1329.29	c cleaning 16000 clauses out of 32007 with flag 319316/4950672
1341.61/1331.69	c cleaning 17003 clauses out of 34006 with flag 359504/4968671
1344.21/1334.25	c cleaning 17998 clauses out of 36003 with flag 401523/4987671
1346.90/1336.91	c cleaning 19001 clauses out of 38005 with flag 446895/5007671
1349.69/1339.79	c cleaning 20000 clauses out of 40005 with flag 493817/5028672
1352.68/1342.73	c cleaning 21001 clauses out of 42005 with flag 543756/5050672
1355.68/1345.76	c cleaning 21999 clauses out of 44004 with flag 594540/5073672
1358.87/1348.95	c cleaning 23002 clauses out of 46004 with flag 647809/5097671
1362.46/1352.52	c cleaning 24000 clauses out of 48002 with flag 704804/5122671
1366.06/1356.12	c cleaning 24999 clauses out of 50002 with flag 762442/5148671
1369.65/1359.71	c cleaning 25997 clauses out of 52004 with flag 822627/5175672
1373.74/1363.83	c cleaning 27002 clauses out of 54007 with flag 886213/5203672
1377.63/1367.71	c cleaning 28003 clauses out of 56005 with flag 950428/5232672
1383.39/1373.51	c cleaning 29001 clauses out of 58001 with flag 1016406/5262671
1387.91/1378.07	c cleaning 29999 clauses out of 60001 with flag 1086562/5293672
1392.19/1382.39	c cleaning 30998 clauses out of 62001 with flag 1158549/5325671
1396.58/1386.74	c cleaning 32001 clauses out of 64004 with flag 1231486/5358672
1401.28/1391.43	c cleaning 32995 clauses out of 66003 with flag 1306965/5392672
1406.07/1396.22	c cleaning 34000 clauses out of 68007 with flag 1384485/5427671
1410.76/1400.95	c cleaning 34999 clauses out of 70007 with flag 1464051/5463671
1415.65/1405.87	c cleaning 36005 clauses out of 72009 with flag 1545795/5500672
1420.85/1411.06	c cleaning 37001 clauses out of 74003 with flag 1630762/5538671
1426.03/1416.25	c cleaning 37998 clauses out of 76002 with flag 1716757/5577671
1431.42/1421.66	c cleaning 39001 clauses out of 78005 with flag 1804520/5617672
1436.82/1427.10	c cleaning 40000 clauses out of 80004 with flag 1894013/5658672
1442.40/1432.67	c cleaning 41000 clauses out of 82004 with flag 1986427/5700672
1448.29/1438.54	c cleaning 41998 clauses out of 84004 with flag 2081302/5743672
1454.89/1445.11	c cleaning 43002 clauses out of 86006 with flag 2178905/5787672
1462.62/1452.79	c cleaning 43996 clauses out of 88004 with flag 2280293/5832672
1469.92/1460.10	c cleaning 44999 clauses out of 90008 with flag 2384378/5878672
1476.29/1466.48	c cleaning 46000 clauses out of 92009 with flag 2488230/5925672
1483.38/1473.58	c cleaning 46998 clauses out of 94009 with flag 2596190/5973672
1490.07/1480.23	c cleaning 48004 clauses out of 96011 with flag 2704298/6022672
1496.65/1486.82	c cleaning 48999 clauses out of 98006 with flag 2813607/6072671
1504.44/1494.62	c cleaning 50001 clauses out of 100008 with flag 2927365/6123672
1511.52/1501.79	c cleaning 51000 clauses out of 102007 with flag 3043341/6175672
1518.82/1509.11	c cleaning 51999 clauses out of 104006 with flag 3160258/6228671
1526.09/1516.35	c cleaning 53000 clauses out of 106007 with flag 3279071/6282671
1533.80/1524.09	c cleaning 54001 clauses out of 108007 with flag 3401218/6337671
1543.43/1533.77	c cleaning 55000 clauses out of 110006 with flag 3524035/6393671
1551.21/1541.55	c cleaning 56000 clauses out of 112007 with flag 3648607/6450672
1559.20/1549.53	c cleaning 57000 clauses out of 114006 with flag 3775116/6508671
1567.39/1557.75	c cleaning 58004 clauses out of 116007 with flag 3904825/6567672
1575.57/1565.93	c cleaning 58999 clauses out of 118003 with flag 4036303/6627672
1584.36/1574.71	c cleaning 60000 clauses out of 120003 with flag 4171466/6688671
1593.04/1583.45	c cleaning 61002 clauses out of 122003 with flag 4307661/6750671
1601.64/1592.05	c cleaning 61999 clauses out of 124002 with flag 4446310/6813672
1610.62/1601.10	c cleaning 63000 clauses out of 126003 with flag 4587681/6877672
1619.71/1610.13	c cleaning 63997 clauses out of 128002 with flag 4729471/6942671
1628.77/1619.24	c cleaning 65002 clauses out of 130005 with flag 4874255/7008671
1638.06/1628.51	c cleaning 65999 clauses out of 132004 with flag 5020444/7075672
1647.24/1637.78	c cleaning 67000 clauses out of 134004 with flag 5168905/7143671
1656.73/1647.20	c cleaning 68001 clauses out of 136005 with flag 5319483/7212672
1666.31/1656.84	c cleaning 68998 clauses out of 138003 with flag 5471631/7282671
1675.99/1666.59	c cleaning 69994 clauses out of 140005 with flag 5627567/7353671
1685.97/1676.52	c cleaning 71003 clauses out of 142012 with flag 5786040/7425672
1696.15/1686.79	c cleaning 72003 clauses out of 144009 with flag 5945389/7498672
1706.85/1697.34	c cleaning 73001 clauses out of 146005 with flag 6107120/7572671
1717.03/1707.55	c cleaning 74000 clauses out of 148005 with flag 6271425/7647672
1728.12/1718.61	c cleaning 75003 clauses out of 150005 with flag 6439890/7723672
1738.99/1729.58	c cleaning 75998 clauses out of 152001 with flag 6609533/7800671
1749.88/1740.45	c cleaning 76998 clauses out of 154003 with flag 6780659/7878671
1761.05/1751.63	c cleaning 78001 clauses out of 156006 with flag 6954272/7957672
1772.04/1762.65	c cleaning 79000 clauses out of 158004 with flag 7129802/8037671
1783.11/1773.75	c cleaning 79999 clauses out of 160004 with flag 7307194/8118671
1794.50/1785.11	c cleaning 81001 clauses out of 162006 with flag 7485870/8200672
1806.37/1797.03	c cleaning 81999 clauses out of 164005 with flag 7668366/8283672
1818.03/1808.77	c cleaning 83003 clauses out of 166005 with flag 7852261/8367671
1830.60/1821.22	c cleaning 84002 clauses out of 168003 with flag 8038775/8452672
1842.87/1833.52	c cleaning 84999 clauses out of 170001 with flag 8227064/8538672
1855.56/1846.22	c cleaning 85998 clauses out of 172002 with flag 8418009/8625672
1867.93/1858.62	c cleaning 87000 clauses out of 174003 with flag 8610719/8713671
1880.19/1870.96	c cleaning 88000 clauses out of 176003 with flag 8804806/8802671
1893.06/1883.81	c cleaning 89000 clauses out of 178004 with flag 9001552/8892672
1905.84/1896.68	c cleaning 89998 clauses out of 180004 with flag 9201145/8983672
1919.00/1909.80	c cleaning 91001 clauses out of 182006 with flag 9404959/9075672
1932.07/1922.98	c cleaning 91999 clauses out of 184004 with flag 9608893/9168671
1945.15/1936.02	c cleaning 93000 clauses out of 186005 with flag 9814445/9262671
1960.85/1951.73	c cleaning 94000 clauses out of 188005 with flag 10024597/9357671
1974.13/1965.10	c cleaning 94997 clauses out of 190006 with flag 10232643/9453672
1988.54/1979.42	c cleaning 96002 clauses out of 192009 with flag 10445000/9550672
2002.33/1993.20	c cleaning 97003 clauses out of 194007 with flag 10659154/9648672
2016.11/2007.10	c cleaning 98000 clauses out of 196003 with flag 10874297/9747671
2030.47/2021.44	c cleaning 99002 clauses out of 198003 with flag 11091561/9847671
2044.95/2036.00	c cleaning 100000 clauses out of 200002 with flag 11312057/9948672
2059.03/2050.07	c cleaning 101001 clauses out of 202001 with flag 11532995/10050671
2073.59/2064.68	c cleaning 102000 clauses out of 204001 with flag 11757103/10153672
2088.56/2079.64	c cleaning 102997 clauses out of 206001 with flag 11983500/10257672
2103.48/2094.54	c cleaning 103999 clauses out of 208004 with flag 12212125/10362672
2119.25/2110.32	c cleaning 105001 clauses out of 210004 with flag 12446066/10468671
2135.03/2126.17	c cleaning 105998 clauses out of 212003 with flag 12682285/10575671
2150.40/2141.58	c cleaning 107000 clauses out of 214005 with flag 12918366/10683671
2166.13/2157.20	c cleaning 108001 clauses out of 216005 with flag 13157584/10792671
2181.70/2172.84	c cleaning 109000 clauses out of 218005 with flag 13397346/10902672
2197.87/2189.10	c cleaning 110002 clauses out of 220004 with flag 13643224/11013671
2214.31/2205.56	c cleaning 111001 clauses out of 222002 with flag 13888515/11125671
2230.58/2221.87	c cleaning 111998 clauses out of 224002 with flag 14133134/11238672
2247.14/2238.48	c cleaning 113000 clauses out of 226003 with flag 14381149/11352671
2263.50/2254.80	c cleaning 113999 clauses out of 228004 with flag 14632044/11467672
2280.02/2271.36	c cleaning 115002 clauses out of 230005 with flag 14883158/11583672
2296.59/2287.92	c cleaning 115998 clauses out of 232003 with flag 15135967/11700672
2313.78/2305.16	c cleaning 116999 clauses out of 234004 with flag 15392201/11818671
2330.53/2322.00	c cleaning 117998 clauses out of 236006 with flag 15649168/11937672
2347.62/2339.03	c cleaning 119004 clauses out of 238008 with flag 15906782/12057672
2364.77/2356.26	c cleaning 120002 clauses out of 240004 with flag 16166625/12178672
2382.14/2373.69	c cleaning 120997 clauses out of 242002 with flag 16428101/12300672
2399.42/2390.97	c cleaning 121998 clauses out of 244004 with flag 16692620/12423671
2417.85/2409.39	c cleaning 123002 clauses out of 246007 with flag 16959030/12547672
2436.71/2428.27	c cleaning 124001 clauses out of 248004 with flag 17228724/12672671
2454.78/2446.33	c cleaning 124999 clauses out of 250003 with flag 17500450/12798671
2473.46/2465.06	c cleaning 126001 clauses out of 252004 with flag 17773330/12925671
2491.91/2483.53	c cleaning 126999 clauses out of 254004 with flag 18041119/13053672
2509.99/2501.57	c cleaning 127998 clauses out of 256004 with flag 18312626/13182671
2527.86/2519.40	c cleaning 128999 clauses out of 258006 with flag 18585117/13312671
2546.72/2538.40	c cleaning 130001 clauses out of 260008 with flag 18865289/13443672
2565.40/2557.08	c cleaning 131000 clauses out of 262006 with flag 19144670/13575671
2583.85/2575.58	c cleaning 132002 clauses out of 264006 with flag 19426693/13708671
2603.00/2594.78	c cleaning 133000 clauses out of 266005 with flag 19711589/13842672
2623.83/2615.56	c cleaning 134002 clauses out of 268005 with flag 19999025/13977672
2643.20/2634.93	c cleaning 134995 clauses out of 270002 with flag 20285819/14113671
2662.37/2654.15	c cleaning 136000 clauses out of 272008 with flag 20569040/14250672
2681.93/2673.72	c cleaning 137000 clauses out of 274008 with flag 20854034/14388672
2701.31/2693.18	c cleaning 138001 clauses out of 276008 with flag 21147795/14527672
2721.06/2712.96	c cleaning 138999 clauses out of 278007 with flag 21442482/14667672
2742.65/2734.55	c cleaning 140003 clauses out of 280007 with flag 21739096/14808671
2762.61/2754.56	c cleaning 140999 clauses out of 282004 with flag 22035495/14950671
2783.19/2775.19	c cleaning 142003 clauses out of 284005 with flag 22332820/15093671
2803.44/2795.48	c cleaning 142999 clauses out of 286003 with flag 22630889/15237672
2824.70/2816.71	c cleaning 143998 clauses out of 288003 with flag 22933257/15382671
2845.46/2837.55	c cleaning 144997 clauses out of 290006 with flag 23235000/15528672
2867.12/2859.13	c cleaning 146004 clauses out of 292009 with flag 23539472/15675672
2888.67/2880.76	c cleaning 146999 clauses out of 294004 with flag 23841625/15823671
2910.33/2902.41	c cleaning 148001 clauses out of 296006 with flag 24147066/15972672
2933.49/2925.63	c cleaning 148998 clauses out of 298005 with flag 24454513/16122672
2957.13/2949.36	c cleaning 150000 clauses out of 300006 with flag 24768041/16273671
2982.17/2974.40	c cleaning 151001 clauses out of 302007 with flag 25084126/16425672
3012.79/3005.09	c cleaning 152003 clauses out of 304006 with flag 25396478/16578672
3054.59/3046.96	c cleaning 153000 clauses out of 306003 with flag 25706904/16732672
3079.82/3072.29	c cleaning 153995 clauses out of 308002 with flag 26024666/16887671
3105.76/3098.20	c cleaning 155000 clauses out of 310007 with flag 26345134/17043671
3135.99/3128.52	c cleaning 156001 clauses out of 312008 with flag 26663868/17200672
3164.23/3156.82	c cleaning 157002 clauses out of 314007 with flag 26985461/17358672
3198.55/3191.09	c cleaning 158002 clauses out of 316005 with flag 27309722/17517672
3238.38/3230.92	c cleaning 159001 clauses out of 318002 with flag 27631366/17677671
3289.59/3282.26	c cleaning 159999 clauses out of 320001 with flag 27958187/17838671
3338.21/3330.96	c cleaning 161000 clauses out of 322003 with flag 28288566/18000672
3381.41/3374.22	c cleaning 161995 clauses out of 324002 with flag 28617690/18163671
3436.80/3429.51	c cleaning 163000 clauses out of 326007 with flag 28945690/18327671
3493.57/3486.44	c cleaning 164002 clauses out of 328007 with flag 29275697/18492671
3560.91/3553.99	c cleaning 165000 clauses out of 330005 with flag 29607697/18658671
3600.03/3593.16	c starts		: 194212
3600.03/3593.19	c conflicts		: 18762433
3600.03/3593.19	c decisions		: 27545063
3600.03/3593.19	c propagations		: 916255857
3600.03/3593.19	c inspects		: 16217093054
3600.03/3593.19	c shortcuts		: 0
3600.03/3593.19	c learnt literals	: 1
3600.03/3593.19	c learnt binary clauses	: 24
3600.03/3593.19	c learnt ternary clauses	: 22
3600.03/3593.19	c learnt constraints	: 18762432
3600.03/3593.19	c ignored constraints	: 0
3600.03/3593.19	c root simplifications	: 0
3600.03/3593.19	c removed literals (reason simplification)	: 13415827517
3600.03/3593.20	c reason swapping (by a shorter reason)	: 0
3600.03/3593.20	c Calls to reduceDB	: 347
3600.03/3593.20	c Number of update (reduction) of LBD	: 235089
3600.21/3593.20	c Imported unit clauses	: 0
3600.21/3593.20	c No decision after first conflict	: false
3600.21/3593.20	c number of reductions to clauses (during analyze)	: 0
3600.21/3593.20	c number of learned constraints concerned by reduction	: 0
3600.21/3593.20	c number of learning phase by resolution	: 0
3600.21/3593.21	c number of learning phase by cutting planes	: 0
3600.21/3593.21	c number of rounding to 1 operations	: 0
3600.21/3593.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.21/3593.22	c number of reductions of the coefficients by power 2 	: 0
3600.21/3593.22	c number of right shift for reduction by power 2 	: 0
3600.21/3593.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.21/3593.22	c number of ending skipping 	: 0
3600.21/3593.22	c number of internal skipping 	: 0
3600.21/3593.22	c number of derivation steps 	: 0
3600.21/3593.22	c number of skipped derivation steps 	: 0
3600.21/3593.22	c number of remaining unassigned 	: 0
3600.21/3593.22	c number of remaining assigned 	: 0
3600.21/3593.22	c number of falsified literals weakened from reason	: 0
3600.21/3593.22	c number of falsified literals weakened from conflict	: 0
3600.21/3593.22	c time for arithmetic operations	: 0
3600.21/3593.23	c minimum degree of deleted constraints	: null
3600.21/3593.23	c maximum degree of deleted constraints	: null
3600.21/3593.23	c number of deleted constraints	: 0
3600.21/3593.24	c speed (assignments/second)	: 255051.5491725109
3600.21/3593.24	c non guided choices	: 0
3600.60/3593.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 268743
3600.60/3593.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 24
3600.60/3593.41	s SATISFIABLE
3600.60/3593.41	c Found 27 solution(s)
3600.60/3593.42	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 -x19 x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 -x31 x32 x33 -x34 x35 -x36 x37 -x38 -x39 x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 -x61 x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 -x73 x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 -x83 x84 -x85 x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 -x135 x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 -x175 x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 -x191 x192 x193 -x194 -x195 x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 -x239 x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 -x257 x258 -x259 x260 -x261 x262 x263 -x264 -x265 x266 -x267 x268 -x269 x270 x271 -x272 -x273 x274 x275 -x276 -x277 x278 -x279 x280 -x281 x282 -x283 x284 -x285 x286 x287 -x288 -x289 x290 -x291 x292 x293 -x294 -x295 x296 -x297 x298 x299 -x300 -x301 x302 -x303 x304 -x305 x306 x307 -x308 -x309 x310 -x311 -x312 x313 -x314 -x315 x316 -x317 x318 -x319 x320 -x321 x322 x323 -x324 -x325 x326 -x327 x328 x329 -x330 -x331 -x332 -x333 x334 -x335 x336 -x337 x338 -x339 x340 -x341 x342 x343 -x344 -x345 x346 -x347 x348 -x349 x350 x351 -x352 x353 -x354 -x355 -x356 -x357 x358 -x359 x360 -x361 x362 -x363 x364 x365 -x366 -x367 x368 -x369 x370 -x371 x372 -x373 x374 x375 -x376 -x377 x378 -x379 x380 x381 -x382 -x383 -x384 -x385 x386 -x387 x388 -x389 x390 x391 -x392 -x393 x394 -x395 x396 -x397 x398 x399 -x400 -x401 x402 x403 -x404 -x405 x406 -x407 x408 -x409 x410 -x411 x412 -x413 x414 x415 -x416 x417 -x418 -x419 x420 -x421 x422 -x423 x424 -x425 x426 -x427 x428 -x429 x430 x431 -x432 -x433 x434 x435 -x436 -x437 x438 -x439 x440 -x441 x442 -x443 x444 x445 -x446 -x447 -x448 -x449 x450 -x451 x452 -x453 x454 x455 -x456 -x457 x458 x459 -x460 -x461 x462 -x463 -x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 -x473 x474 -x475 x476 -x477 x478 x479 -x480 -x481 x482 -x483 x484 x485 -x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 x495 -x496 -x497 x498 x499 -x500 -x501 x502 -x503 x504 -x505 x506 x507 -x508 -x509 x510 -x511 -x512 -x513 x514 x515 -x516 -x517 x518 -x519 x520 -x521 x522 x523 -x524 -x525 x526 -x527 -x528 -x529 x530 -x531 x532 x533 -x534 -x535 x536 -x537 x538 x539 -x540 -x541 -x542 -x543 x544 -x545 x546 -x547 x548 x549 -x550 -x551 x552 x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 x562 -x563 x564 -x565 x566 x567 -x568 -x569 x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 x579 -x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 -x589 x590 x591 -x592 -x593 x594 -x595 x596 -x597 x598 x599 -x600 -x601 x602 -x603 x604 -x605 x606 x607 -x608 -x609 x610 x611 -x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 -x625 x626 -x627 x628 -x629 x630 x631 -x632 -x633 x634 x635 -x636 -x637 x638 -x639 x640 -x641 x642 -x643 x644 -x645 x646 x647 -x648 -x649 x650 -x651 x652 -x653 x654 x655 -x656 -x657 x658 -x659 x660 -x661 x662 x663 -x664 -x665 x666 x667 -x668 -x669 -x670 -x671 x672 -x673 x674 -x675 x676 -x677 x678 x679 -x680 -x681 x682 -x683 x684 x685 -x686 -x687 -x688 -x689 x690 -x691 x692 -x693 x694 x695 -x696 -x697 x698 -x699 x700 -x701 x702 x703 -x704 -x705 x706 -x707 x708 -x709 x710 x711 -x712 -x713 x714 x715 -x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 x727 -x728 -x729 x730 -x731 x732 x733 -x734 -x735 x736 -x737 x738 -x739 x740 x741 -x742 -x743 x744 -x745 x746 -x747 x748 -x749 x750 x751 -x752 -x753 x754 -x755 x756 x757 -x758 -x759 x760 x761 -x762 -x763 -x764 -x765 x766 -x767 x768 x769 -x770 -x771 x772 -x773 x774 -x775 x776 -x777 x778 -x779 x780 -x781 x782 x783 -x784 -x785 x786 -x787 x788 x789 -x790 -x791 x792 -x793 x794 -x795 x796 x797 -x798 -x799 -x800 x801 -x802 -x803 x804 -x805 x806 -x807 x808 -x809 x810 -x811 x812 -x813 x814 x815 -x816 -x817 x818 -x819 x820 -x821 x822 x823 -x824 -x825 x826 x827 -x828 -x829 x830 -x831 x832 -x833 x834 -x835 x836 -x837 x838 x839 -x840 -x841 x842 -x843 x844 -x845 x846 x847 -x848 -x849 x850 x851 -x852 -x853 x854 -x855 x856 x857 -x858 -x859 x860 -x861 x862 -x863 x864 -x865 x866 -x867 x868 -x869 x870 x871 -x872 -x873 x874 -x875 x876 -x877 x878 x879 -x880 -x881 x882 x883 -x884 -x885 x886 -x887 x888 -x889 x890 x891 -x892 -x893 x894 -x895 x896 -x897 x898 -x899 x900 x901 -x902 -x903 -x904 -x905 x906 -x907 x908 x909 -x910 -x911 -x912 -x913 x914 x915 -x916 -x917 x918 -x919 -x920 -x921 x922 -x923 x924 x925 -x926 -x927 -x928 -x929 x930 -x931 x932 x933 -x934 -x935 -x936 -x937 x938 -x939 x940 x941 -x942 -x943 -x944 -x945 x946 -x947 x948 x949 -x950 -x951 -x952 -x953 x954 -x955 x956 -x957 x958 x959 -x960 x961 -x962 -x963 x964 -x965 x966 -x967 x968 -x969 x970 -x971 x972 -x973 x974 x975 -x976 -x977 x978 x979 -x980 -x981 x982 -x983 x984 x985 -x986 -x987 x988 -x989 x990 -x991 x992 -x993 x994 -x995 x996 x997 -x998 -x999 -x1000 -x1001 x1002 -x1003 x1004 -x1005 x1006 x1007 -x1008 -x1009 x1010 -x1011 x1012 -x1013 x1014 x1015 -x1016 -x1017 x1018 -x1019 x1020 -x1021 x1022 x1023 -x1024 -x1025 x1026 x1027 -x1028 -x1029 x1030 -x1031 x1032 -x1033 x1034 -x1035 x1036 x1037 -x1038 -x1039 x1040 -x1041 x1042 -x1043 x1044 -x1045 x1046 x1047 -x1048 -x1049 x1050 -x1051 x1052 -x1053 x1054 x1055 -x1056 -x1057 x1058 x1059 -x1060 -x1061 -x1062 -x1063 x1064 -x1065 x1066 -x1067 x1068 -x1069 x1070 x1071 -x1072 x1073 -x1074 -x1075 x1076 -x1077 x1078 -x1079 x1080 -x1081 x1082 -x1083 x1084 -x1085 x1086 x1087 -x1088 x1089 -x1090 -x1091 -x1092 -x1093 x1094 -x1095 -x1096 -x1097 x1098 -x1099 x1100 x1101 -x1102 -x1103 x1104 -x1105 x1106 -x1107 x1108 x1109 -x1110 -x1111 -x1112 -x1113 x1114 -x1115 x1116 x1117 -x1118 -x1119 x1120 -x1121 x1122 -x1123 x1124 -x1125 x1126 x1127 -x1128 -x1129 x1130 -x1131 x1132 -x1133 x1134 x1135 -x1136 -x1137 x1138 -x1139 x1140 x1141 -x1142 -x1143 -x1144 -x1145 x1146 -x1147 x1148 -x1149 x1150 x1151 -x1152 -x1153 x1154 x1155 -x1156 -x1157 x1158 -x1159 x1160 -x1161 x1162 -x1163 x1164 -x1165 x1166 x1167 -x1168 -x1169 x1170 -x1171 x1172 x1173 -x1174 -x1175 -x1176 -x1177 x1178 -x1179 x1180 x1181 -x1182 -x1183 x1184 -x1185 x1186 -x1187 x1188 -x1189 x1190 x1191 -x1192 x1193 -x1194 -x1195 -x1196 -x1197 x1198 -x1199 x1200 -x1201 x1202 -x1203 x1204 x1205 -x1206 -x1207 x1208 -x1209 x1210 x1211 -x1212 -x1213 x1214 -x1215 x1216 -x1217 x1218 x1219 -x1220 -x1221 x1222 -x1223 x1224 -x1225 x1226 -x1227 x1228 -x1229 x1230 x1231 -x1232 x1233 -x1234 -x1235 x1236 -x1237 x1238 -x1239 x1240 -x1241 x1242 -x1243 x1244 -x1245 x1246 x1247 -x1248 -x1249 x1250 -x1251 x1252 x1253 -x1254 -x1255 x1256 -x1257 x1258 x1259 -x1260 -x1261 x1262 -x1263 x1264 -x1265 x1266 x1267 -x1268 -x1269 x1270 -x1271 -x1272 -x1273 x1274 -x1275 x1276 x1277 -x1278 -x1279 -x1280 -x1281 x1282 x1283 -x1284 -x1285 -x1286 -x1287 -x1288 x1289 -x1290 -x1291 -x1292 -x1293 x1294 -x1295 x1296 x1297 -x1298 -x1299 x1300 -x1301 x1302 -x1303 x1304 -x1305 x1306 -x1307 x1308 x1309 -x1310 -x1311 -x1312 -x1313 x1314 -x1315 x1316 x1317 -x1318 -x1319 -x1320 -x1321 x1322 -x1323 x1324 -x1325 x1326 x1327 -x1328 -x1329 x1330 -x1331 x1332 -x1333 x1334 x1335 -x1336 -x1337 x1338 -x1339 x1340 x1341 -x1342 -x1343 -x1344 -x1345 x1346 -x1347 x1348 -x1349 x1350 x1351 -x1352 -x1353 x1354 -x1355 x1356 -x1357 x1358 x1359 -x1360 -x1361 x1362 -x1363 x1364 x1365 -x1366 -x1367 x1368 -x1369 x1370 x1371 -x1372 -x1373 x1374 -x1375 -x1376 -x1377 x1378 x1379 -x1380 -x1381 x1382 -x1383 x1384 -x1385 x1386 -x1387 x1388 -x1389 x1390 x1391 -x1392 -x1393 x1394 x1395 -x1396 -x1397 x1398 -x1399 x1400 -x1401 x1402 -x1403 x1404 x1405 -x1406 -x1407 x1408 x1409 -x1410 -x1411 x1412 -x1413 x1414 -x1415 -x1416 -x1417 x1418 -x1419 x1420 x1421 -x1422 -x1423 -x1424 -x1425 x1426 -x1427 x1428 -x1429 x1430 x1431 -x1432 -x1433 x1434 x1435 -x1436 -x1437 x1438 -x1439 x1440 -x1441 x1442 -x1443 x1444 -x1445 x1446 x1447 -x1448 -x1449 x1450 -x1451 x1452 -x1453 x1454 x1455 -x1456 -x1457 x1458 -x1459 x1460 -x1461 x1462 x1463 -x1464 -x1465 x1466 -x1467 x1468 x1469 -x1470 -x1471 x1472 -x1473 x1474 -x1475 x1476 x1477 -x1478 -x1479 -x1480 -x1481 x1482 x1483 -x1484 -x1485 x1486 -x1487 x1488 -x1489 x1490 -x1491 x1492 -x1493 x1494 x1495 -x1496 -x1497 x1498 -x1499 x1500 -x1501 x1502 x1503 -x1504 -x1505 x1506 x1507 -x1508 -x1509 -x1510 -x1511 x1512 x1513 -x1514 -x1515 x1516 -x1517 x1518 -x1519 x1520 -x1521 x1522 -x1523 x1524 x1525 -x1526 -x1527 -x1528 x1529 -x1530 -x1531 x1532 -x1533 x1534 -x1535 -x1536 -x1537 x1538 -x1539 x1540 -x1541 x1542 x1543 -x1544 -x1545 x1546 -x1547 x1548 -x1549 x1550 x1551 -x1552 -x1553 x1554 -x1555 x1556 x1557 -x1558 -x1559 x1560 -x1561 x1562 -x1563 x1564 x1565 -x1566 -x1567 -x1568 -x1569 x1570 -x1571 x1572 -x1573 x1574 x1575 -x1576 -x1577 x1578 -x1579 x1580 -x1581 x1582 x1583 -x1584 -x1585 x1586 -x1587 x1588 x1589 -x1590 -x1591 -x1592 -x1593 x1594 -x1595 x1596 x1597 -x1598 -x1599 -x1600 -x1601 x1602 -x1603 x1604 -x1605 x1606 x1607 -x1608 x1609 -x1610 -x1611 -x1612 -x1613 x1614 -x1615 x1616 -x1617 x1618 -x1619 x1620 -x1621 x1622 x1623 -x1624 -x1625 x1626 -x1627 x1628 -x1629 x1630 x1631 -x1632 -x1633 x1634 x1635 -x1636 -x1637 x1638 -x1639 x1640 -x1641 x1642 -x1643 x1644 x1645 -x1646 -x1647 x1648 -x1649 x1650 x1651 -x1652 -x1653 -x1654 -x1655 x1656 -x1657 x1658 -x1659 x1660 x1661 -x1662 -x1663 -x1664 -x1665 x1666 -x1667 x1668 -x1669 x1670 x1671 -x1672 
3600.60/3593.43	c objective function=785
3600.60/3593.43	c Total wall clock time (in seconds): 3593.086

Verifier Data

OK	785

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: 63794 MiB (63121 MiB free)
  memory of node 1: 64507 MiB (63740 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486800-1751317677/watcher-4486800-1751317677 -o /tmp/evaluation-result-4486800-1751317677/solver-4486800-1751317677 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42349 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4486800-1751317677.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=43123, runsolver pid=43119

[startup+0.100073 s]*
/proc/loadavg: 4.23 4.20 4.18 6/277 43145
/proc/meminfo: memFree=129901768/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=18930384 memory=47332 CPUtime=0.11 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 5580 0 0 0 8 3 0 0 20 0 18 0 47446605 19384713216 11833 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4732596 11833 5259 1 0 546831 0
[pid=43123/tid=43129] ppid=43119 vsize=18930384 memory=4026532361 CPUtime=0.07 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 4646 0 0 0 5 2 0 0 20 0 18 0 47446607 19384713216 11865 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=18930384 memory=211342852430 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47446612 19384713216 11865 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=18930384 memory=55195547749698 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47446613 19384713216 11865 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47332 KiB

[startup+0.217259 s]*
/proc/loadavg: 4.23 4.20 4.18 4/278 43155
/proc/meminfo: memFree=129897960/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=18930384 memory=52252 CPUtime=0.28 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 6227 0 0 0 24 4 0 0 20 0 18 0 47446605 19384713216 13063 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4732596 13063 5355 1 0 547334 0
[pid=43123/tid=43129] ppid=43119 vsize=18930384 memory=4026679817 CPUtime=0.17 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 4999 0 0 0 15 2 0 0 20 0 18 0 47446607 19384713216 13063 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=18930384 memory=211342852430 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47446612 19384713216 13063 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=18930384 memory=55195547749698 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47446613 19384713216 13063 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52252 KiB

[startup+0.316128 s]*
/proc/loadavg: 4.23 4.20 4.18 5/278 43162
/proc/meminfo: memFree=129897012/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=18930384 memory=58572 CPUtime=0.45 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 6741 0 0 0 40 5 0 0 20 0 18 0 47446605 19384713216 14611 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4732596 14643 5355 1 0 547786 0
[pid=43123/tid=43129] ppid=43119 vsize=18930384 memory=8039887049847963815 CPUtime=0.28 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 5230 0 0 0 25 3 0 0 20 0 18 0 47446607 19384713216 14643 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47446612 19384713216 14643 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47446613 19384713216 14643 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58572 KiB

[startup+0.700416 s]
/proc/loadavg: 4.23 4.20 4.18 6/280 43178
/proc/meminfo: memFree=129887792/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=18930384 memory=90352 CPUtime=1.14 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 8440 0 0 0 107 7 0 0 20 0 18 0 47446605 19384713216 22588 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4732596 22588 5419 1 0 548882 0
[pid=43123/tid=43129] ppid=43119 vsize=18930384 memory=17664 CPUtime=0.61 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 5314 0 0 0 56 5 0 0 20 0 18 0 47446607 19384713216 22588 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47446612 19384713216 22588 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=18930384 memory=23532 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47446613 19384713216 22588 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90352 KiB

[startup+1.50026 s]
/proc/loadavg: 4.23 4.20 4.18 8/313 43240
/proc/meminfo: memFree=129817736/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=18996948 memory=109168 CPUtime=2.72 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 17156 0 0 0 261 11 0 0 20 0 19 0 47446605 19452874752 27292 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4749237 27292 5483 1 0 551552 0
[pid=43123/tid=43129] ppid=43119 vsize=18996948 memory=23532 CPUtime=1.27 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 5613 0 0 0 121 6 0 0 20 0 19 0 47446607 19452874752 27292 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47446612 19452874752 27292 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47446613 19452874752 27292 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47446685 19452874752 27292 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 109168 KiB

[startup+3.10541 s]
/proc/loadavg: 4.23 4.20 4.18 5/302 43326
/proc/meminfo: memFree=129670600/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=18996948 memory=131540 CPUtime=5.03 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 19982 0 0 0 490 13 0 0 20 0 19 0 47446605 19452874752 32885 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4749237 32885 5483 1 0 551883 0
[pid=43123/tid=43129] ppid=43119 vsize=18996948 memory=11264 CPUtime=2.85 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 6999 0 0 0 278 7 0 0 20 0 19 0 47446607 19452874752 32885 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47446612 19452874752 32885 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47446613 19452874752 32885 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=18996948 memory=23532 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47446685 19452874752 32885 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 131540 KiB

[startup+6.30018 s]
/proc/loadavg: 4.38 4.23 4.19 8/324 43446
/proc/meminfo: memFree=129551124/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=18996948 memory=144360 CPUtime=8.95 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 25342 0 0 0 880 15 0 0 20 0 19 0 47446605 19452874752 36090 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4749237 36090 5483 1 0 554009 0
[pid=43123/tid=43129] ppid=43119 vsize=18996948 memory=0 CPUtime=6.02 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 7496 0 0 0 594 8 0 0 20 0 19 0 47446607 19452874752 36090 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=18996948 memory=23532 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47446612 19452874752 36090 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47446613 19452874752 36090 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=18996948 memory=110064 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47446685 19452874752 36090 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 144360 KiB

[startup+12.7004 s]
/proc/loadavg: 4.43 4.24 4.20 5/324 43446
/proc/meminfo: memFree=129420284/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=18996948 memory=162880 CPUtime=15.44 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 28559 0 0 0 1528 16 0 0 20 0 19 0 47446605 19452874752 40720 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4749237 40720 5483 1 0 554009 0
[pid=43123/tid=43129] ppid=43119 vsize=18996948 memory=110064 CPUtime=12.37 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 8288 0 0 0 1229 8 0 0 20 0 19 0 47446607 19452874752 40720 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=18996948 memory=158784 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47446612 19452874752 40720 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47446613 19452874752 40720 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47446685 19452874752 40720 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 15.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162880 KiB

[startup+25.5004 s]
/proc/loadavg: 4.41 4.24 4.20 6/326 43448
/proc/meminfo: memFree=128937060/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19063512 memory=178056 CPUtime=28.55 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 31491 0 0 0 2837 18 0 0 20 0 20 0 47446605 19521036288 44514 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4765878 44514 5579 1 0 554298 0
[pid=43123/tid=43129] ppid=43119 vsize=19063512 memory=0 CPUtime=25.1 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 9195 0 0 0 2502 8 0 0 20 0 20 0 47446607 19521036288 44514 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19063512 memory=177800 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446612 19521036288 44514 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 47446613 19521036288 44514 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=19063512 memory=177928 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446685 19521036288 44514 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 28.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178056 KiB

[startup+51.113 s]
/proc/loadavg: 4.40 4.26 4.20 5/326 43448
/proc/meminfo: memFree=128161924/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19063512 memory=311812 CPUtime=54.48 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 33655 0 0 0 5427 21 0 0 20 0 20 0 47446605 19521036288 77953 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4765878 77953 5579 1 0 554298 0
[pid=43123/tid=43129] ppid=43119 vsize=19063512 memory=293340 CPUtime=50.19 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 9439 0 0 0 5011 8 0 0 20 0 20 0 47446607 19521036288 77953 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19063512 memory=5888 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446612 19521036288 77953 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 47446613 19521036288 77953 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=19063512 memory=276884 CPUtime=0 cores=4,6

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

Current children cumulated memory: 2402632 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/328 43643
/proc/meminfo: memFree=117598900/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19063512 memory=2402632 CPUtime=3349.58 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 95073 0 0 0 334737 221 0 0 20 0 20 0 47446605 19521036288 600658 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4765878 600658 5579 1 0 664097 0
[pid=43123/tid=43129] ppid=43119 vsize=19063512 memory=11264 CPUtime=3321.31 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 36325 0 0 0 332108 23 0 0 20 0 20 0 47446607 19521036288 600658 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19063512 memory=2402632 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446612 19521036288 600658 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19063512 memory=2402632 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 1282 0 0 0 0 0 0 0 20 0 20 0 47446613 19521036288 600658 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446685 19521036288 600658 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 3349.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2402632 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/328 43645
/proc/meminfo: memFree=117594644/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19063512 memory=2404780 CPUtime=3409.66 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 95509 0 0 0 340742 224 0 0 20 0 20 0 47446605 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4765878 601195 5579 1 0 664097 0
[pid=43123/tid=43129] ppid=43119 vsize=19063512 memory=2402632 CPUtime=3380.92 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 36480 0 0 0 338068 24 0 0 20 0 20 0 47446607 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19063512 memory=2402632 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446612 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 1282 0 0 0 0 0 0 0 20 0 20 0 47446613 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=19063512 memory=2402632 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446685 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 3409.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2404780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/328 43647
/proc/meminfo: memFree=117594692/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19063512 memory=2404780 CPUtime=3469.53 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 96032 0 0 0 346726 227 0 0 20 0 20 0 47446605 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4765878 601195 5579 1 0 664097 0
[pid=43123/tid=43129] ppid=43119 vsize=19063512 memory=2402632 CPUtime=3440.73 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 36961 0 0 0 344049 24 0 0 20 0 20 0 47446607 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19063512 memory=2402632 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446612 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 1292 0 0 0 0 0 0 0 20 0 20 0 47446613 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446685 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 3469.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2404780 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.17 4.18 5/326 43649
/proc/meminfo: memFree=117590652/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19063512 memory=2404780 CPUtime=3529.39 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 96541 0 0 0 352710 229 0 0 20 0 20 0 47446605 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4765878 601195 5579 1 0 664097 0
[pid=43123/tid=43129] ppid=43119 vsize=19063512 memory=14720 CPUtime=3500.55 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 37435 0 0 0 350031 24 0 0 20 0 20 0 47446607 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446612 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19063512 memory=2404780 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 20 0 47446613 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=19063512 memory=4892 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446685 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 3529.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2404780 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.17 4.18 5/325 43718
/proc/meminfo: memFree=120139328/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19063512 memory=2404780 CPUtime=3589.24 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 96633 0 0 0 358693 231 0 0 20 0 20 0 47446605 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4765878 601195 5579 1 0 664097 0
[pid=43123/tid=43129] ppid=43119 vsize=19063512 memory=2404780 CPUtime=3560.37 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 37520 0 0 0 356013 24 0 0 20 0 20 0 47446607 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19063512 memory=2404780 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446612 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19063512 memory=2404780 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 20 0 47446613 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446685 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 3589.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2404780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.11 s]
/proc/loadavg: 4.23 4.18 4.18 5/325 43785
/proc/meminfo: memFree=124015404/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19063512 memory=2404780 CPUtime=3600.03 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 96666 0 0 0 359771 232 0 0 20 0 20 0 47446605 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4765878 601195 5579 1 0 664097 0
[pid=43123/tid=43129] ppid=43119 vsize=19063512 memory=2404780 CPUtime=3571.14 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 37551 0 0 0 357090 24 0 0 20 0 20 0 47446607 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19063512 memory=2404780 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47446612 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19063512 memory=2404780 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 20 0 47446613 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43221] ppid=43119 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/43123/task/43221/stat : 43221 (Timer-0) S 43119 43123 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47446685 19521036288 601195 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2404780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.33 s, system=2.34649 s

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

[startup+3593.2 s]
/proc/loadavg: 4.23 4.18 4.18 5/325 43785
/proc/meminfo: memFree=124015404/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19263204 memory=2405420 CPUtime=3600.21 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 98519 0 0 0 359788 233 0 0 20 0 21 0 47446605 19725520896 601355 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4815801 601355 5579 1 0 665016 0
[pid=43123/tid=43129] ppid=43119 vsize=19263204 memory=17412 CPUtime=3571.24 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 37859 0 0 0 357100 24 0 0 20 0 21 0 47446607 19725520896 601355 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19263204 memory=46336 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47446612 19725520896 601355 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19263204 memory=12416 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 21 0 47446613 19725520896 601355 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2405420 KiB

[startup+3593.4 s]
/proc/loadavg: 4.23 4.18 4.18 5/325 43785
/proc/meminfo: memFree=124015404/131382112 swapFree=33010160/33010684
[pid=43123] ppid=43119 vsize=19263204 memory=2405548 CPUtime=3600.6 cores=4,6
/proc/43123/stat : 43123 (java) S 43119 43123 42338 0 -1 4194304 98801 0 0 0 359827 233 0 0 20 0 21 0 47446605 19725520896 601387 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
/proc/43123/statm: 4815801 601387 5579 1 0 665016 0
[pid=43123/tid=43129] ppid=43119 vsize=19263204 memory=-6000919468478916971 CPUtime=3571.43 cores=4,6
/proc/43123/task/43129/stat : 43129 (java) R 43119 43123 42338 0 -1 4194368 37880 0 0 0 357119 24 0 0 20 0 21 0 47446607 19725520896 601387 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43138] ppid=43119 vsize=19263204 memory=1920 CPUtime=0 cores=4,6
/proc/43123/task/43138/stat : 43138 (Finalizer) S 43119 43123 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47446612 19725520896 601387 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
[pid=43123/tid=43145] ppid=43119 vsize=19263204 memory=5760 CPUtime=0 cores=4,6
/proc/43123/task/43145/stat : 43145 (Common-Cleaner) S 43119 43123 42338 0 -1 4194368 1304 0 0 0 0 0 0 0 20 0 21 0 47446613 19725520896 601387 18446744073709551615 93924890648576 93924890652272 140729001279552 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924890660088 93924890660880 93924911792128 140729001281921 140729001282022 140729001282022 140729001287624 0
Current children cumulated CPU time: 3600.6 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2405548 KiB

Child status: 143

Real time (s): 3593.44
CPU time (s): 3600.68
CPU user time (s): 3598.33
CPU system time (s): 2.34649
CPU usage (%): 100.201
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2405548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.33
system time used= 2.34649
maximum resident set size= 2405676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109152
involuntary context switches= 4658


# summary of solver processes directly reported to runsolver:
#   pid: 43123
#   total CPU time (s): 3600.68
#   total CPU user time (s): 3598.33
#   total CPU system time (s): 2.34649

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.1533 second user time and 32.6137 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 23:07:57
IDJOB=4486800
IDBENCH=147075
IDSOLVER=3363
FILE ID=nodeC001/4486800-1751317677
RUNJOBID= nodeC001-1751314075-42349
SLURM_JOB_ID= 9594322
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16d2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486800-1751317677/watcher-4486800-1751317677 -o /tmp/evaluation-result-4486800-1751317677/solver-4486800-1751317677 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42349 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4486800-1751317677.opb

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

MD5SUM BENCH= 6328193d9817f2dee38de4b5c166023d
RANDOM SEED=1059101028

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129871188 kB
MemAvailable:   129620200 kB
Buffers:            2128 kB
Cached:           553700 kB
SwapCached:           28 kB
Active:           622708 kB
Inactive:         254840 kB
Active(anon):     329272 kB
Inactive(anon):    10380 kB
Active(file):     293436 kB
Inactive(file):   244460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4636 kB
Writeback:             0 kB
AnonPages:        324820 kB
Mapped:           122532 kB
Shmem:             17932 kB
KReclaimable:     101104 kB
Slab:             184136 kB
SReclaimable:     101104 kB
SUnreclaim:        83032 kB
KernelStack:        4272 kB
PageTables:         3724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2591008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149656 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-07-01 00:07:51