Trace number 4510082

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.29 3536.09

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n230-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMf61f810767e626cf4ffbb78e9de33430
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables345
Total number of constraints920
Number of constraints which are clauses920
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.60/0.45	c Pseudo Boolean Optimization by upper bound
0.60/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.45	c  - never skip resolution steps
0.60/0.45	c  - Auto-division on coefficients is disabled
0.60/0.45	c  - No postprocessing
0.60/0.45	c  - Conflict is considered as is when resolving
0.60/0.45	c  - Use constraints as they come during conflict analysis
0.60/0.45	c  - Weaken first using unassigned literals
0.60/0.45	c  - Bump strategy: ALWAYS_ONE
0.60/0.45	c  - Bumper: ANY
0.60/0.45	c --- Begin Solver configuration ---
0.60/0.45	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.60/0.45	c Learn all clauses as in MiniSAT
0.60/0.45	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.45	c No reason simplification
0.60/0.45	c Armin Biere (Picosat) restarts strategy
0.60/0.45	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.60/0.45	c timeout=2147483s
0.60/0.45	c DB Simplification allowed=false
0.60/0.45	c Listener: none
0.60/0.45	c --- End Solver configuration ---
0.60/0.45	c solving HOME/instance-4510082-1751202826.opb
0.60/0.45	c reading problem ... 
0.60/0.45	c  no objective function found
0.77/0.59	c ... done. Wall clock time 0.135s.
0.77/0.59	c declared #vars     345
0.77/0.59	c #constraints  920
0.77/0.59	c constraints type 
0.77/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 920
0.77/0.59	c 920 constraints processed.
2.68/1.50	c cleaning 2493 clauses out of 5000
3.27/1.87	c cleaning 4248 clauses out of 8508
4.05/2.24	c cleaning 5624 clauses out of 11259
4.57/2.56	c cleaning 6812 clauses out of 13636
4.99/2.97	c cleaning 7905 clauses out of 15823
5.83/3.60	c cleaning 8947 clauses out of 17918
6.43/4.24	c cleaning 9973 clauses out of 19971
7.03/4.80	c cleaning 10986 clauses out of 21999
7.61/5.35	c cleaning 12002 clauses out of 24012
8.28/5.96	c cleaning 12995 clauses out of 26011
8.98/6.66	c cleaning 13997 clauses out of 28015
9.68/7.30	c cleaning 14993 clauses out of 30018
10.28/8.00	c cleaning 16000 clauses out of 32025
11.18/8.82	c cleaning 16995 clauses out of 34026
12.00/9.61	c cleaning 18006 clauses out of 36030
12.80/10.47	c cleaning 18994 clauses out of 38025
13.80/11.47	c cleaning 19998 clauses out of 40031
14.99/12.66	c cleaning 21003 clauses out of 42033
16.08/13.73	c cleaning 22003 clauses out of 44029
17.29/14.90	c cleaning 23002 clauses out of 46027
18.40/16.04	c cleaning 23997 clauses out of 48024
19.68/17.37	c cleaning 25002 clauses out of 50027
21.17/18.87	c cleaning 25998 clauses out of 52026
22.66/20.32	c cleaning 26999 clauses out of 54027
24.06/21.77	c cleaning 28002 clauses out of 56029
25.47/23.19	c cleaning 29007 clauses out of 58026
27.05/24.76	c cleaning 29994 clauses out of 60020
28.95/26.64	c cleaning 31007 clauses out of 62026
30.76/28.43	c cleaning 31995 clauses out of 64018
32.85/30.55	c cleaning 32996 clauses out of 66024
34.65/32.31	c cleaning 34006 clauses out of 68028
36.46/34.18	c cleaning 34996 clauses out of 70021
38.15/35.88	c cleaning 36003 clauses out of 72025
41.27/38.92	c cleaning 37004 clauses out of 74023
43.76/41.48	c cleaning 37997 clauses out of 76018
45.96/43.64	c cleaning 39004 clauses out of 78022
48.55/46.27	c cleaning 39997 clauses out of 80017
50.88/48.54	c cleaning 40996 clauses out of 82021
52.91/50.54	c cleaning 41997 clauses out of 84025
55.25/52.87	c cleaning 43004 clauses out of 86027
57.94/55.55	c cleaning 44000 clauses out of 88023
60.65/58.25	c cleaning 44998 clauses out of 90024
63.39/60.94	c cleaning 46002 clauses out of 92026
66.39/63.99	c cleaning 47001 clauses out of 94023
70.30/67.90	c cleaning 47998 clauses out of 96023
73.24/70.78	c cleaning 49001 clauses out of 98025
76.30/73.72	c cleaning 50000 clauses out of 100023
78.97/76.34	c cleaning 51000 clauses out of 102023
82.13/79.48	c cleaning 52003 clauses out of 104023
85.56/82.80	c cleaning 53003 clauses out of 106020
88.75/85.98	c cleaning 53995 clauses out of 108018
92.62/89.74	c cleaning 54996 clauses out of 110023
97.39/94.41	c cleaning 56000 clauses out of 112027
102.18/99.15	c cleaning 57000 clauses out of 114027
105.94/102.82	c cleaning 57995 clauses out of 116026
111.32/108.05	c cleaning 58999 clauses out of 118031
115.30/111.98	c cleaning 60005 clauses out of 120033
119.87/116.40	c cleaning 61001 clauses out of 122028
123.95/120.40	c cleaning 62001 clauses out of 124026
127.44/123.81	c cleaning 63007 clauses out of 126026
132.49/128.75	c cleaning 63993 clauses out of 128018
137.89/134.07	c cleaning 65003 clauses out of 130026
143.91/139.92	c cleaning 65999 clauses out of 132022
149.02/144.92	c cleaning 67005 clauses out of 134024
154.60/150.39	c cleaning 68007 clauses out of 136018
161.60/157.12	c cleaning 68990 clauses out of 138012
166.70/162.20	c cleaning 69994 clauses out of 140021
171.38/166.76	c cleaning 71004 clauses out of 142028
177.47/172.68	c cleaning 72005 clauses out of 144024
183.38/178.43	c cleaning 72999 clauses out of 146020
189.10/184.02	c cleaning 74000 clauses out of 148019
197.41/192.17	c cleaning 75000 clauses out of 150019
205.52/200.06	c cleaning 76004 clauses out of 152020
209.93/204.35	c cleaning 76997 clauses out of 154016
215.04/209.30	c cleaning 77999 clauses out of 156018
220.56/214.60	c cleaning 78987 clauses out of 158019
225.46/219.44	c cleaning 80003 clauses out of 160032
231.77/225.55	c cleaning 81000 clauses out of 162030
237.19/230.86	c cleaning 82006 clauses out of 164029
243.89/237.36	c cleaning 83003 clauses out of 166023
251.08/244.32	c cleaning 84004 clauses out of 168020
259.39/252.40	c cleaning 85000 clauses out of 170016
266.10/259.10	c cleaning 85998 clauses out of 172017
276.16/268.99	c cleaning 87002 clauses out of 174018
283.17/275.71	c cleaning 87991 clauses out of 176016
291.36/283.85	c cleaning 88994 clauses out of 178025
299.85/292.12	c cleaning 89998 clauses out of 180032
308.78/300.81	c cleaning 91003 clauses out of 182034
315.91/307.72	c cleaning 91995 clauses out of 184031
323.49/315.27	c cleaning 93000 clauses out of 186035
329.74/321.39	c cleaning 94010 clauses out of 188035
336.30/327.78	c cleaning 95001 clauses out of 190026
343.09/334.49	c cleaning 96001 clauses out of 192025
349.90/341.08	c cleaning 96994 clauses out of 194023
357.79/348.79	c cleaning 97995 clauses out of 196030
370.29/361.06	c cleaning 98993 clauses out of 198034
379.37/369.94	c cleaning 100005 clauses out of 200042
386.09/376.42	c cleaning 101000 clauses out of 202036
394.71/384.82	c cleaning 102001 clauses out of 204037
403.85/393.72	c cleaning 103000 clauses out of 206035
410.84/400.64	c cleaning 104005 clauses out of 208036
422.72/412.30	c cleaning 105005 clauses out of 210031
431.45/420.82	c cleaning 106004 clauses out of 212026
439.52/428.71	c cleaning 106998 clauses out of 214021
446.93/435.93	c cleaning 107998 clauses out of 216024
459.19/448.01	c cleaning 108995 clauses out of 218026
468.39/457.19	c cleaning 109996 clauses out of 220030
478.45/467.07	c cleaning 111001 clauses out of 222035
492.21/480.52	c cleaning 111997 clauses out of 224033
502.98/491.27	c cleaning 112998 clauses out of 226036
513.43/501.58	c cleaning 114002 clauses out of 228038
524.19/512.10	c cleaning 114999 clauses out of 230036
532.26/520.00	c cleaning 115998 clauses out of 232037
541.64/529.13	c cleaning 117010 clauses out of 234040
552.61/539.86	c cleaning 118003 clauses out of 236030
561.49/548.58	c cleaning 118995 clauses out of 238027
573.95/560.86	c cleaning 119996 clauses out of 240031
584.66/571.25	c cleaning 120999 clauses out of 242035
595.14/581.53	c cleaning 122004 clauses out of 244036
604.81/590.95	c cleaning 123007 clauses out of 246032
616.19/601.99	c cleaning 124004 clauses out of 248026
631.78/617.19	c cleaning 125000 clauses out of 250021
646.08/630.76	c cleaning 126002 clauses out of 252021
656.74/641.38	c cleaning 126993 clauses out of 254019
671.54/656.11	c cleaning 127999 clauses out of 256027
685.96/670.33	c cleaning 129000 clauses out of 258027
695.65/679.85	c cleaning 129998 clauses out of 260028
706.52/690.33	c cleaning 131000 clauses out of 262030
718.82/702.46	c cleaning 131997 clauses out of 264029
728.57/712.08	c cleaning 133003 clauses out of 266033
741.53/724.84	c cleaning 133998 clauses out of 268029
755.48/738.46	c cleaning 135003 clauses out of 270032
770.56/753.25	c cleaning 136000 clauses out of 272028
787.45/769.81	c cleaning 137007 clauses out of 274030
802.75/784.86	c cleaning 137994 clauses out of 276021
815.22/797.19	c cleaning 139005 clauses out of 278027
828.43/809.94	c cleaning 140000 clauses out of 280023
840.33/821.68	c cleaning 140994 clauses out of 282023
851.90/832.92	c cleaning 141994 clauses out of 284030
863.14/843.99	c cleaning 143002 clauses out of 286034
873.50/854.12	c cleaning 144003 clauses out of 288033
887.96/868.30	c cleaning 144999 clauses out of 290029
900.57/880.66	c cleaning 146002 clauses out of 292030
916.72/896.57	c cleaning 147003 clauses out of 294028
929.15/908.68	c cleaning 148004 clauses out of 296025
941.74/921.01	c cleaning 149001 clauses out of 298023
956.50/935.58	c cleaning 150001 clauses out of 300021
965.69/944.57	c cleaning 151004 clauses out of 302020
983.32/961.91	c cleaning 151994 clauses out of 304015
999.53/977.85	c cleaning 152997 clauses out of 306024
1018.26/996.26	c cleaning 154003 clauses out of 308025
1033.23/1010.93	c cleaning 154997 clauses out of 310021
1045.99/1023.43	c cleaning 156005 clauses out of 312024
1065.42/1042.63	c cleaning 157004 clauses out of 314021
1085.90/1062.76	c cleaning 158002 clauses out of 316016
1102.71/1079.25	c cleaning 158997 clauses out of 318013
1117.19/1093.30	c cleaning 159997 clauses out of 320017
1132.42/1108.34	c cleaning 160999 clauses out of 322019
1153.29/1128.92	c cleaning 162002 clauses out of 324021
1166.73/1142.19	c cleaning 163004 clauses out of 326019
1186.76/1161.86	c cleaning 163996 clauses out of 328014
1204.82/1179.62	c cleaning 164998 clauses out of 330019
1227.02/1201.46	c cleaning 165998 clauses out of 332021
1247.92/1221.99	c cleaning 167000 clauses out of 334023
1265.79/1239.47	c cleaning 168001 clauses out of 336023
1286.76/1260.02	c cleaning 168998 clauses out of 338023
1305.12/1278.17	c cleaning 170002 clauses out of 340024
1322.51/1294.92	c cleaning 171001 clauses out of 342022
1342.57/1314.91	c cleaning 172002 clauses out of 344021
1358.18/1330.31	c cleaning 172992 clauses out of 346019
1372.94/1344.86	c cleaning 174001 clauses out of 348027
1389.12/1360.71	c cleaning 174999 clauses out of 350025
1405.75/1377.09	c cleaning 176001 clauses out of 352027
1420.40/1391.22	c cleaning 176995 clauses out of 354026
1436.38/1407.04	c cleaning 177998 clauses out of 356030
1451.47/1421.83	c cleaning 179002 clauses out of 358032
1471.81/1441.88	c cleaning 180006 clauses out of 360030
1490.67/1460.20	c cleaning 180999 clauses out of 362025
1511.21/1480.49	c cleaning 182005 clauses out of 364027
1533.35/1502.16	c cleaning 182999 clauses out of 366020
1554.56/1523.01	c cleaning 184002 clauses out of 368022
1573.90/1541.90	c cleaning 185000 clauses out of 370020
1596.01/1563.86	c cleaning 186002 clauses out of 372019
1616.12/1583.54	c cleaning 187005 clauses out of 374018
1635.25/1602.33	c cleaning 187998 clauses out of 376012
1655.10/1621.88	c cleaning 188994 clauses out of 378015
1675.40/1641.74	c cleaning 190001 clauses out of 380021
1694.73/1660.77	c cleaning 190992 clauses out of 382019
1714.43/1680.27	c cleaning 192000 clauses out of 384028
1735.97/1701.50	c cleaning 192997 clauses out of 386027
1762.63/1727.81	c cleaning 194001 clauses out of 388030
1787.04/1751.89	c cleaning 194998 clauses out of 390030
1810.30/1774.89	c cleaning 196002 clauses out of 392033
1833.17/1797.32	c cleaning 196998 clauses out of 394030
1854.72/1818.52	c cleaning 197995 clauses out of 396032
1875.13/1838.76	c cleaning 198997 clauses out of 398036
1893.21/1856.53	c cleaning 200010 clauses out of 400039
1916.90/1879.81	c cleaning 201002 clauses out of 402029
1939.48/1901.91	c cleaning 202005 clauses out of 404028
1960.88/1923.10	c cleaning 203001 clauses out of 406022
1981.24/1942.47	c cleaning 203998 clauses out of 408021
1999.55/1960.51	c cleaning 205002 clauses out of 410024
2022.53/1983.40	c cleaning 205997 clauses out of 412022
2045.23/2006.00	c cleaning 206998 clauses out of 414024
2070.54/2030.91	c cleaning 208003 clauses out of 416027
2094.56/2054.56	c cleaning 208994 clauses out of 418024
2117.72/2077.33	c cleaning 210003 clauses out of 420030
2141.70/2100.81	c cleaning 211000 clauses out of 422026
2160.01/2118.94	c cleaning 211991 clauses out of 424027
2182.71/2141.37	c cleaning 213003 clauses out of 426035
2202.67/2161.03	c cleaning 214001 clauses out of 428032
2227.12/2185.17	c cleaning 215002 clauses out of 430033
2252.50/2210.04	c cleaning 216008 clauses out of 432029
2272.05/2229.26	c cleaning 216995 clauses out of 434022
2294.63/2251.56	c cleaning 217996 clauses out of 436026
2314.58/2271.13	c cleaning 219005 clauses out of 438030
2341.32/2297.52	c cleaning 220002 clauses out of 440025
2369.18/2324.85	c cleaning 220999 clauses out of 442024
2390.59/2345.82	c cleaning 221993 clauses out of 444024
2417.71/2372.42	c cleaning 223006 clauses out of 446032
2449.54/2403.70	c cleaning 224005 clauses out of 448025
2474.92/2428.54	c cleaning 225001 clauses out of 450021
2506.87/2459.96	c cleaning 225999 clauses out of 452019
2533.65/2485.61	c cleaning 227004 clauses out of 454020
2560.18/2511.99	c cleaning 227999 clauses out of 456017
2586.09/2537.42	c cleaning 229001 clauses out of 458017
2616.28/2567.04	c cleaning 229999 clauses out of 460017
2640.32/2590.66	c cleaning 231003 clauses out of 462017
2664.19/2614.26	c cleaning 231996 clauses out of 464014
2688.34/2638.06	c cleaning 232999 clauses out of 466018
2714.62/2663.97	c cleaning 233997 clauses out of 468020
2739.29/2688.20	c cleaning 234999 clauses out of 470022
2766.53/2715.07	c cleaning 235999 clauses out of 472023
2792.23/2740.26	c cleaning 237002 clauses out of 474024
2820.72/2768.36	c cleaning 238000 clauses out of 476023
2849.21/2796.42	c cleaning 239002 clauses out of 478023
2876.55/2823.25	c cleaning 239999 clauses out of 480021
2905.55/2851.93	c cleaning 240998 clauses out of 482021
2931.26/2877.37	c cleaning 242000 clauses out of 484024
2956.66/2902.30	c cleaning 242998 clauses out of 486024
2982.70/2928.11	c cleaning 243998 clauses out of 488025
3006.91/2951.82	c cleaning 245003 clauses out of 490028
3039.44/2983.98	c cleaning 246001 clauses out of 492024
3068.47/3012.53	c cleaning 247002 clauses out of 494024
3102.73/3045.25	c cleaning 248001 clauses out of 496022
3128.26/3070.66	c cleaning 248999 clauses out of 498020
3159.08/3101.34	c cleaning 250001 clauses out of 500022
3187.23/3129.18	c cleaning 251000 clauses out of 502021
3216.40/3157.84	c cleaning 251997 clauses out of 504021
3241.28/3182.22	c cleaning 253002 clauses out of 506023
3271.69/3212.48	c cleaning 253998 clauses out of 508021
3301.81/3242.17	c cleaning 255002 clauses out of 510023
3337.67/3277.55	c cleaning 255999 clauses out of 512021
3368.63/3308.07	c cleaning 257000 clauses out of 514023
3404.76/3343.77	c cleaning 257999 clauses out of 516023
3432.34/3370.72	c cleaning 258999 clauses out of 518023
3459.44/3397.35	c cleaning 259996 clauses out of 520024
3484.52/3422.13	c cleaning 261002 clauses out of 522028
3522.39/3459.55	c cleaning 262005 clauses out of 524026
3553.96/3490.61	c cleaning 263001 clauses out of 526021
3580.89/3517.17	c cleaning 264001 clauses out of 528021
3600.00/3535.92	c starts		: 400
3600.00/3535.93	c timeout
3600.00/3535.93	c conflicts		: 35448493
3600.00/3535.93	c decisions		: 41972653
3600.00/3535.93	c propagations		: 419304755
3600.00/3535.93	c inspects		: 19024792667
3600.00/3535.93	c shortcuts		: 0
3600.00/3535.93	c learnt literals	: 0
3600.00/3535.93	c learnt binary clauses	: 0
3600.00/3535.93	c learnt ternary clauses	: 1618
3600.00/3535.93	c learnt constraints	: 35448493
3600.00/3535.93	c ignored constraints	: 0
3600.00/3535.93	c root simplifications	: 0
3600.00/3535.93	c removed literals (reason simplification)	: 0
3600.00/3535.93	c reason swapping (by a shorter reason)	: 0
3600.00/3535.93	c Calls to reduceDB	: 261
3600.00/3535.93	c Number of update (reduction) of LBD	: 0
3600.00/3535.94	c Imported unit clauses	: 0
3600.00/3535.94	c No decision after first conflict	: false
3600.00/3535.94	c number of reductions to clauses (during analyze)	: 0
3600.00/3535.94	c number of learned constraints concerned by reduction	: 0
3600.00/3535.94	c number of learning phase by resolution	: 0
3600.00/3535.94	c number of learning phase by cutting planes	: 0
3600.00/3535.94	c number of rounding to 1 operations	: 0
3600.00/3535.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3535.94	c number of reductions of the coefficients by power 2 	: 0
3600.00/3535.94	c number of right shift for reduction by power 2 	: 0
3600.00/3535.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3535.94	c number of ending skipping 	: 0
3600.00/3535.94	c number of internal skipping 	: 0
3600.00/3535.94	c number of derivation steps 	: 366896280
3600.00/3535.94	c number of skipped derivation steps 	: 0
3600.00/3535.94	c number of remaining unassigned 	: 0
3600.00/3535.94	c number of remaining assigned 	: 0
3600.00/3535.94	c number of falsified literals weakened from reason	: 0
3600.00/3535.94	c number of falsified literals weakened from conflict	: 0
3600.00/3535.94	c time for arithmetic operations	: 0
3600.00/3535.94	c minimum degree of deleted constraints	: null
3600.00/3535.94	c maximum degree of deleted constraints	: null
3600.00/3535.94	c number of deleted constraints	: 0
3600.00/3535.94	c speed (assignments/second)	: 118603.56423287444
3600.00/3535.94	c non guided choices	: 101012
3600.22/3536.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 477512
3600.22/3536.03	s UNKNOWN
3600.22/3536.04	c Total wall clock time (in seconds): 3535.586

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63211 MiB free)
  memory of node 1: 64507 MiB (64048 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510082-1751202826/watcher-4510082-1751202826 -o /tmp/evaluation-result-4510082-1751202826/solver-4510082-1751202826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24718 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510082-1751202826.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=24772, runsolver pid=24760
Current StackSize limit: 8192 KiB


[startup+0.100038 s]*
/proc/loadavg: 0.82 1.53 2.58 9/321 24844
/proc/meminfo: memFree=130243188/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=18930344 memory=45564 CPUtime=0.09 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 5353 0 102 0 6 3 0 0 20 0 18 0 35961552 19384672256 11391 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4732586 11391 4926 1 0 546729 0
[pid=24772/tid=24787] ppid=24760 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 4462 0 102 0 4 2 0 0 20 0 18 0 35961555 19384672256 11391 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=18930344 memory=1593 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961560 19384672256 11391 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=18930344 memory=60693105869820 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35961562 19384672256 11391 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45564 KiB

[startup+0.215123 s]*
/proc/loadavg: 0.82 1.53 2.58 10/321 24844
/proc/meminfo: memFree=130229388/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=18930384 memory=51904 CPUtime=0.26 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 6036 0 102 0 22 4 0 0 20 0 18 0 35961552 19384713216 12976 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4732596 12976 5342 1 0 547248 0
[pid=24772/tid=24787] ppid=24760 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 4867 0 102 0 14 3 0 0 20 0 18 0 35961555 19384713216 12976 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961560 19384713216 12976 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35961562 19384713216 12976 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51904 KiB

[startup+0.314655 s]*
/proc/loadavg: 0.82 1.53 2.58 10/321 24844
/proc/meminfo: memFree=130212452/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=18930384 memory=58008 CPUtime=0.43 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 6555 0 102 0 38 5 0 0 20 0 18 0 35961552 19384713216 14502 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4732596 14502 5342 1 0 547678 0
[pid=24772/tid=24787] ppid=24760 vsize=18930384 memory=-6000919468411414637 CPUtime=0.26 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 5027 0 102 0 23 3 0 0 20 0 18 0 35961555 19384713216 14502 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961560 19384713216 14502 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35961562 19384713216 14502 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58008 KiB

[startup+0.700389 s]
/proc/loadavg: 0.82 1.53 2.58 15/321 24844
/proc/meminfo: memFree=130201804/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=18996948 memory=66980 CPUtime=1.12 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 7195 0 102 0 105 7 0 0 20 0 19 0 35961552 19452874752 16745 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4749237 16745 5406 1 0 548327 0
[pid=24772/tid=24787] ppid=24760 vsize=18996948 memory=17152 CPUtime=0.57 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 5325 0 102 0 53 4 0 0 20 0 19 0 35961555 19452874752 16745 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35961560 19452874752 16745 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35961562 19452874752 16745 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66980 KiB

[startup+1.50031 s]
/proc/loadavg: 0.82 1.53 2.58 11/325 24848
/proc/meminfo: memFree=129989764/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=164564 CPUtime=2.68 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 15838 0 102 0 256 12 0 0 20 0 20 0 35961552 19521036288 41141 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 41141 5470 1 0 551728 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=3200 CPUtime=1.32 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 6109 0 102 0 125 7 0 0 20 0 20 0 35961555 19521036288 41141 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 41141 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 41141 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 41141 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164564 KiB

[startup+3.10577 s]
/proc/loadavg: 1.48 1.65 2.61 6/329 24852
/proc/meminfo: memFree=127794672/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=684556 CPUtime=5.2 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 18376 0 102 0 496 24 0 0 20 0 20 0 35961552 19521036288 171139 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 171139 5470 1 0 552020 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=14720 CPUtime=2.88 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 7002 0 102 0 270 18 0 0 20 0 20 0 35961555 19521036288 171139 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 171139 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 171139 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 171139 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 684556 KiB

[startup+6.30041 s]
/proc/loadavg: 1.48 1.65 2.61 6/329 24852
/proc/meminfo: memFree=125296928/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=1294056 CPUtime=8.68 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 19275 0 102 0 833 35 0 0 20 0 20 0 35961552 19521036288 323514 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 323514 5470 1 0 552038 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=0 CPUtime=6.03 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 7795 0 102 0 575 28 0 0 20 0 20 0 35961555 19521036288 323514 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 323514 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 323514 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=164692 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 323514 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1294056 KiB

[startup+12.7004 s]
/proc/loadavg: 1.87 1.73 2.63 6/329 24852
/proc/meminfo: memFree=124770704/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=1473228 CPUtime=15.09 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 22326 0 102 0 1470 39 0 0 20 0 20 0 35961552 19521036288 368307 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 368307 5470 1 0 658554 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=164692 CPUtime=12.21 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 8917 0 102 0 1190 31 0 0 20 0 20 0 35961555 19521036288 368307 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=1312500 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 368307 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 368307 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 368307 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1473228 KiB

[startup+25.5005 s]
/proc/loadavg: 2.27 1.82 2.65 7/329 24853
/proc/meminfo: memFree=122486500/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=2242480 CPUtime=27.86 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 24743 0 102 0 2730 56 0 0 20 0 20 0 35961552 19521036288 560620 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 560620 5470 1 0 785989 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=1312500 CPUtime=24.55 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 10829 0 102 0 2408 47 0 0 20 0 20 0 35961555 19521036288 560620 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 560620 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 560620 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=2242480 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 560620 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 27.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2242480 KiB

[startup+51.1136 s]
/proc/loadavg: 2.93 2.01 2.69 6/329 24853
/proc/meminfo: memFree=120886044/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=2780560 CPUtime=53.52 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 27656 0 102 0 5284 68 0 0 20 0 20 0 35961552 19521036288 695140 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 695140 5502 1 0 919681 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=2778496 CPUtime=49.46 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 12429 0 102 0 4888 58 0 0 20 0 20 0 35961555 19521036288 695140 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=1553100 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 695140 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 695140 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0

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

/proc/meminfo: memFree=113016208/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3281.8 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 171241 0 102 0 327830 350 0 0 20 0 20 0 35961552 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 1156008 5502 1 0 1169830 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=14720 CPUtime=3138.73 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 89738 0 102 0 313770 103 0 0 20 0 20 0 35961555 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 3281.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4624032 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.36 4.31 5/327 25338
/proc/meminfo: memFree=114381056/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3342.58 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 175237 0 102 0 333902 356 0 0 20 0 20 0 35961552 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 1156008 5502 1 0 1169830 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=14720 CPUtime=3197.49 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 91647 0 102 0 319645 104 0 0 20 0 20 0 35961555 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 1802 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 3342.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4624032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.33 4.30 5/327 25344
/proc/meminfo: memFree=112806156/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3403.36 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 178065 0 102 0 339977 359 0 0 20 0 20 0 35961552 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 1156008 5502 1 0 1169830 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3256.29 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 92874 0 102 0 325525 104 0 0 20 0 20 0 35961555 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 3403.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4624032 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.34 4.30 5/327 25346
/proc/meminfo: memFree=112796544/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3464.49 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 179828 0 102 0 346087 362 0 0 20 0 20 0 35961552 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 1156008 5502 1 0 1169839 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3314.74 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 94131 0 102 0 331370 104 0 0 20 0 20 0 35961555 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 3464.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4624032 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.33 4.30 5/326 25348
/proc/meminfo: memFree=112783324/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3525.19 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 183813 0 102 0 352154 365 0 0 20 0 20 0 35961552 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 1156008 5502 1 0 1169839 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=11264 CPUtime=3373.52 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 96252 0 102 0 337248 104 0 0 20 0 20 0 35961555 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=-6000919507049343085 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 1931 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 3525.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4624032 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.33 4.30 5/326 25416
/proc/meminfo: memFree=112983956/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3586.2 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 186794 0 102 0 358248 372 0 0 20 0 20 0 35961552 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 1156008 5502 1 0 1169839 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3431.97 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 97797 0 102 0 343091 106 0 0 20 0 20 0 35961555 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=2688 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 2009 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 3586.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4624032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3535.9 s]
/proc/loadavg: 4.38 4.34 4.30 5/326 25416
/proc/meminfo: memFree=112972440/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3600 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 186813 0 102 0 359627 373 0 0 20 0 20 0 35961552 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4765878 1156008 5502 1 0 1169839 0
[pid=24772/tid=24787] ppid=24760 vsize=19063512 memory=4624032 CPUtime=3445.28 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) R 24760 24772 24706 0 -1 4194368 97798 0 102 0 344421 107 0 0 20 0 20 0 35961555 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 2009 0 0 0 0 0 0 0 20 0 20 0 35961562 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24847] ppid=24760 vsize=19063512 memory=4624032 CPUtime=0 cores=1,3
/proc/24772/task/24847/stat : 24847 (Timer-0) S 24760 24772 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961612 19521036288 1156008 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4624032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.52 s, system=3.7691 s

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

[startup+3536.01 s]*
/proc/loadavg: 4.38 4.34 4.30 6/327 25419
/proc/meminfo: memFree=112972440/131382112 swapFree=33010684/33010684
[pid=24772] ppid=24760 vsize=19263204 memory=4624800 CPUtime=3600.22 cores=1,3
/proc/24772/stat : 24772 (java) S 24760 24772 24706 0 -1 4194304 188935 0 102 0 359648 374 0 0 20 0 21 0 35961552 19725520896 1156200 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
/proc/24772/statm: 4815801 1156200 5502 1 0 1170761 0
[pid=24772/tid=24787] ppid=24760 vsize=19263204 memory=-6000919498409338733 CPUtime=3445.3 cores=1,3
/proc/24772/task/24787/stat : 24787 (java) S 24760 24772 24706 0 -1 4194368 97997 0 102 0 344423 107 0 0 20 0 21 0 35961555 19725520896 1156200 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24832] ppid=24760 vsize=19263204 memory=5888 CPUtime=0 cores=1,3
/proc/24772/task/24832/stat : 24832 (Finalizer) S 24760 24772 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35961560 19725520896 1156200 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=24844] ppid=24760 vsize=19263204 memory=12288 CPUtime=0 cores=1,3
/proc/24772/task/24844/stat : 24844 (Common-Cleaner) S 24760 24772 24706 0 -1 4194368 2009 0 0 0 0 0 0 0 20 0 21 0 35961562 19725520896 1156200 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
[pid=24772/tid=25418] ppid=24760 vsize=19263204 memory=2696 CPUtime=0.09 cores=1,3
/proc/24772/task/25418/stat : 25418 (Thread-0) R 24760 24772 24706 0 -1 4194368 251 0 0 0 9 0 0 0 20 0 21 0 36315143 19725520896 1156200 18446744073709551615 94169478856704 94169478860400 140725035078736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94169478868216 94169478869008 94169506983936 140725035084158 140725035084262 140725035084262 140725035089864 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4624800 KiB

Child status: 143

Real time (s): 3536.09
CPU time (s): 3600.29
CPU user time (s): 3596.52
CPU system time (s): 3.7691
CPU usage (%): 101.816
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4632032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.52
system time used= 3.7691
maximum resident set size= 4632032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189115
page faults= 102
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138564
involuntary context switches= 11311


# summary of solver processes directly reported to runsolver:
#   pid: 24772
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.52
#   total CPU system time (s): 3.7691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8858 second user time and 37.5021 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 15:13:47
IDJOB=4510082
IDBENCH=159819
IDSOLVER=3361
FILE ID=nodeC001/4510082-1751202826
RUNJOBID= nodeC001-1751202826-24718
SLURM_JOB_ID= 9587614
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n230-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510082-1751202826/watcher-4510082-1751202826 -o /tmp/evaluation-result-4510082-1751202826/solver-4510082-1751202826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24718 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510082-1751202826.opb

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

MD5SUM BENCH= f61f810767e626cf4ffbb78e9de33430
RANDOM SEED=1386003332

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.120
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		: 1197.187
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.285
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		: 1197.166
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.172
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		: 1197.092
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.206
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.142
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:        130312556 kB
MemAvailable:   129957208 kB
Buffers:            3280 kB
Cached:           453396 kB
SwapCached:            0 kB
Active:           313644 kB
Inactive:         208440 kB
Active(anon):      83368 kB
Inactive(anon):        0 kB
Active(file):     230276 kB
Inactive(file):   208440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3284 kB
Writeback:             0 kB
AnonPages:         68508 kB
Mapped:           102232 kB
Shmem:             17960 kB
KReclaimable:      86068 kB
Slab:             166856 kB
SReclaimable:      86068 kB
SUnreclaim:        80788 kB
KernelStack:        3920 kB
PageTables:         2828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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-06-29 16:12:43