Trace number 4448072

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07UNSAT cert. 1084.59 1097.44

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-extracted.pb.metafix.opb
MD5SUMffca2f526e16739a014d253021fa9e9c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.16941
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints1258
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1256
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.10	c java.vm.version	22.0.1+8-16
0.14/0.10	c java.vm.vendor	Oracle Corporation
0.14/0.10	c sun.arch.data.model	64
0.14/0.10	c java.version		22.0.1
0.14/0.10	c os.name		Linux
0.14/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.10	c os.arch		amd64
0.14/0.11	c Free memory 		2113181440
0.14/0.11	c Max memory 		16282288128
0.14/0.11	c Total memory 		2122317824
0.14/0.11	c Number of processors 	2
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.15	Expensive reason simplification
0.14/0.15	Glucose 2.1 dynamic restart strategy
0.14/0.15	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.15	c Expensive reason simplification
0.14/0.15	c Glucose 2.1 dynamic restart strategy
0.14/0.15	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4448072-1721827567.opb
0.14/0.15	c reading problem ... 
0.24/4.45	c using VERIPB proof format
0.24/4.46	c  no objective function found
0.31/4.59	c ... done. Wall clock time 4.44s.
0.31/4.59	c declared #vars     901
0.31/4.59	c #constraints  1258
0.31/4.59	c constraints type 
0.31/4.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.31/4.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1256
0.31/4.59	c 1258 constraints processed.
2.05/5.46	c cleaning 2495 clauses out of 5000 with flag 23718/5000
3.04/5.97	c cleaning 4242 clauses out of 8506 with flag 55532/11001
3.63/6.28	c cleaning 5603 clauses out of 11263 with flag 88964/18000
4.43/6.64	c cleaning 6814 clauses out of 13661 with flag 127569/26001
4.84/6.85	c cleaning 7908 clauses out of 15848 with flag 174914/35002
5.22/7.05	c cleaning 8954 clauses out of 17938 with flag 228123/45000
5.57/7.24	c cleaning 9942 clauses out of 19984 with flag 284722/56000
5.89/7.44	c cleaning 10971 clauses out of 22042 with flag 348370/68000
6.09/7.67	c cleaning 12022 clauses out of 24072 with flag 420865/81001
6.46/7.99	c cleaning 12984 clauses out of 26050 with flag 496199/95001
7.00/8.28	c cleaning 13985 clauses out of 28065 with flag 581662/110000
7.42/8.61	c cleaning 14982 clauses out of 30080 with flag 676529/126000
7.88/8.95	c cleaning 15998 clauses out of 32099 with flag 774305/143001
8.47/9.31	c cleaning 16997 clauses out of 34101 with flag 876609/161001
8.87/9.71	c cleaning 17998 clauses out of 36105 with flag 987116/180002
9.31/10.18	c cleaning 19033 clauses out of 38105 with flag 1107654/200000
9.82/10.67	c cleaning 20014 clauses out of 40074 with flag 1232413/221002
10.74/11.57	c cleaning 20995 clauses out of 42058 with flag 1361757/243000
11.75/12.55	c cleaning 21998 clauses out of 44063 with flag 1492510/266000
12.45/13.23	c cleaning 22976 clauses out of 46065 with flag 1625468/290000
13.04/13.89	c cleaning 24007 clauses out of 48090 with flag 1769009/315001
13.74/14.54	c cleaning 25013 clauses out of 50083 with flag 1911311/341001
14.45/15.23	c cleaning 26021 clauses out of 52071 with flag 2060325/368002
15.14/15.91	c cleaning 27008 clauses out of 54048 with flag 2210293/396000
15.85/16.64	c cleaning 27981 clauses out of 56041 with flag 2361564/425001
16.64/17.46	c cleaning 29003 clauses out of 58059 with flag 2522403/455000
17.44/18.26	c cleaning 29953 clauses out of 60056 with flag 2694073/486000
18.25/19.07	c cleaning 31035 clauses out of 62104 with flag 2867036/518001
19.13/19.95	c cleaning 31987 clauses out of 64070 with flag 3038623/551002
20.03/20.89	c cleaning 33026 clauses out of 66082 with flag 3218811/585001
21.13/21.90	c cleaning 33989 clauses out of 68055 with flag 3408288/620000
22.13/22.93	c cleaning 35011 clauses out of 70067 with flag 3599500/656001
23.24/24.04	c cleaning 35990 clauses out of 72057 with flag 3796191/693002
24.44/25.24	c cleaning 37019 clauses out of 74065 with flag 3991546/731000
25.54/26.39	c cleaning 37998 clauses out of 76047 with flag 4196497/770001
26.84/27.63	c cleaning 38978 clauses out of 78049 with flag 4404881/810001
28.03/28.85	c cleaning 40018 clauses out of 80070 with flag 4623784/851000
29.35/30.12	c cleaning 41001 clauses out of 82053 with flag 4837723/893001
30.73/31.50	c cleaning 42000 clauses out of 84051 with flag 5050468/936000
32.06/32.89	c cleaning 42995 clauses out of 86051 with flag 5271716/980000
33.45/34.28	c cleaning 43981 clauses out of 88057 with flag 5496730/1025001
34.95/35.74	c cleaning 45006 clauses out of 90075 with flag 5725797/1071000
36.45/37.28	c cleaning 45993 clauses out of 92070 with flag 5959487/1118001
38.15/39.41	c cleaning 47011 clauses out of 94076 with flag 6196635/1166000
39.86/41.19	c cleaning 47994 clauses out of 96065 with flag 6439211/1215000
41.54/42.88	c cleaning 49006 clauses out of 98071 with flag 6684256/1265000
43.23/44.59	c cleaning 49997 clauses out of 100067 with flag 6936193/1316002
45.13/46.49	c cleaning 51016 clauses out of 102069 with flag 7195094/1368001
47.15/48.42	c cleaning 51998 clauses out of 104052 with flag 7455004/1421000
49.05/50.34	c cleaning 53003 clauses out of 106054 with flag 7714645/1475000
51.05/52.35	c cleaning 53998 clauses out of 108054 with flag 7985535/1530003
53.04/54.38	c cleaning 55007 clauses out of 110055 with flag 8261568/1586002
55.24/56.53	c cleaning 55982 clauses out of 112046 with flag 8530396/1643000
57.44/58.73	c cleaning 56995 clauses out of 114066 with flag 8806513/1701002
59.63/60.99	c cleaning 57997 clauses out of 116069 with flag 9088736/1760000
61.93/63.24	c cleaning 59010 clauses out of 118073 with flag 9373643/1820001
64.32/65.64	c cleaning 59992 clauses out of 120062 with flag 9654229/1881000
66.73/68.03	c cleaning 60997 clauses out of 122071 with flag 9945043/1943001
69.15/70.75	c cleaning 61999 clauses out of 124074 with flag 10242035/2006001
71.65/73.26	c cleaning 63026 clauses out of 126075 with flag 10549246/2070001
74.34/75.96	c cleaning 63996 clauses out of 128048 with flag 10850864/2135000
76.94/78.56	c cleaning 65012 clauses out of 130052 with flag 11150883/2201000
79.73/81.37	c cleaning 65994 clauses out of 132041 with flag 11466007/2268001
82.54/84.19	c cleaning 66996 clauses out of 134046 with flag 11777446/2336000
85.43/87.11	c cleaning 68004 clauses out of 136051 with flag 12088621/2405001
88.32/89.99	c cleaning 69011 clauses out of 138046 with flag 12400148/2475000
91.21/92.87	c cleaning 69983 clauses out of 140037 with flag 12718110/2546002
94.21/95.88	c cleaning 70996 clauses out of 142053 with flag 13036124/2618001
97.50/99.15	c cleaning 72006 clauses out of 144057 with flag 13364528/2691001
100.60/102.49	c cleaning 72990 clauses out of 146050 with flag 13700106/2765000
103.89/105.77	c cleaning 74015 clauses out of 148061 with flag 14039482/2840001
107.20/109.04	c cleaning 75012 clauses out of 150045 with flag 14377338/2916000
110.78/112.61	c cleaning 75987 clauses out of 152033 with flag 14726164/2993000
114.28/116.11	c cleaning 77009 clauses out of 154047 with flag 15070721/3071001
117.76/119.62	c cleaning 78001 clauses out of 156038 with flag 15420907/3150001
121.66/123.57	c cleaning 78985 clauses out of 158036 with flag 15789156/3230000
125.74/127.60	c cleaning 79989 clauses out of 160052 with flag 16151654/3311001
129.63/131.84	c cleaning 81031 clauses out of 162063 with flag 16521237/3393001
133.74/136.00	c cleaning 81989 clauses out of 164032 with flag 16896280/3476001
138.03/140.22	c cleaning 82998 clauses out of 166042 with flag 17272871/3560000
142.29/144.45	c cleaning 84014 clauses out of 168046 with flag 17658014/3645002
146.58/148.73	c cleaning 84980 clauses out of 170030 with flag 18041578/3731000
150.98/153.15	c cleaning 85998 clauses out of 172050 with flag 18433735/3818000
155.44/157.52	c cleaning 87002 clauses out of 174053 with flag 18815511/3906001
160.02/162.36	c cleaning 88013 clauses out of 176050 with flag 19198921/3995000
164.31/166.65	c cleaning 89018 clauses out of 178039 with flag 19583978/4085002
169.55/171.77	c cleaning 89995 clauses out of 180019 with flag 20002619/4176000
174.44/176.61	c cleaning 90988 clauses out of 182025 with flag 20400037/4268001
179.13/181.36	c cleaning 91993 clauses out of 184036 with flag 20799936/4361000
184.29/186.43	c cleaning 93009 clauses out of 186043 with flag 21205424/4455000
189.20/191.55	c cleaning 93992 clauses out of 188034 with flag 21610654/4550000
194.08/196.47	c cleaning 94997 clauses out of 190043 with flag 22018742/4646001
199.46/201.80	c cleaning 96002 clauses out of 192045 with flag 22431831/4743000
204.96/207.12	c cleaning 96993 clauses out of 194044 with flag 22837031/4841001
210.13/212.36	c cleaning 97997 clauses out of 196050 with flag 23247239/4940000
215.84/218.05	c cleaning 99015 clauses out of 198055 with flag 23663864/5040002
221.51/223.92	c cleaning 99996 clauses out of 200038 with flag 24093854/5141000
226.72/229.12	c cleaning 101001 clauses out of 202042 with flag 24500300/5243000
232.33/234.76	c cleaning 101993 clauses out of 204042 with flag 24922085/5346001
238.11/240.52	c cleaning 103005 clauses out of 206049 with flag 25349599/5450001
244.04/246.47	c cleaning 104007 clauses out of 208044 with flag 25781574/5555001
250.22/252.63	c cleaning 105006 clauses out of 210036 with flag 26224638/5661000
256.01/258.56	c cleaning 105995 clauses out of 212030 with flag 26644793/5768000
262.08/264.62	c cleaning 107004 clauses out of 214035 with flag 27072174/5876000
268.14/270.61	c cleaning 107992 clauses out of 216032 with flag 27507653/5985001
274.65/277.14	c cleaning 109003 clauses out of 218039 with flag 27948190/6095000
280.64/283.15	c cleaning 110005 clauses out of 220036 with flag 28383763/6206000
287.14/289.75	c cleaning 111008 clauses out of 222031 with flag 28830587/6318000
293.63/296.22	c cleaning 111992 clauses out of 224023 with flag 29276314/6431000
300.13/302.72	c cleaning 112997 clauses out of 226031 with flag 29719935/6545000
306.62/309.24	c cleaning 114000 clauses out of 228035 with flag 30187116/6660001
313.41/316.14	c cleaning 114995 clauses out of 230036 with flag 30637771/6776002
320.21/322.86	c cleaning 116007 clauses out of 232041 with flag 31088654/6893002
327.08/329.61	c cleaning 117001 clauses out of 234033 with flag 31559156/7011001
333.81/336.38	c cleaning 117994 clauses out of 236031 with flag 32030366/7130000
340.69/343.36	c cleaning 119007 clauses out of 238037 with flag 32488746/7250000
347.83/350.65	c cleaning 119998 clauses out of 240030 with flag 32959633/7371000
354.82/357.64	c cleaning 121007 clauses out of 242032 with flag 33426010/7493000
361.63/364.45	c cleaning 122005 clauses out of 244025 with flag 33887137/7616000
368.59/371.46	c cleaning 122999 clauses out of 246020 with flag 34353958/7740000
376.29/379.57	c cleaning 123997 clauses out of 248022 with flag 34829217/7865001
383.78/387.04	c cleaning 124992 clauses out of 250024 with flag 35323847/7991000
391.90/395.16	c cleaning 126008 clauses out of 252034 with flag 35819511/8118002
399.67/402.96	c cleaning 126992 clauses out of 254024 with flag 36305590/8246000
406.94/410.44	c cleaning 128007 clauses out of 256033 with flag 36790778/8375001
414.98/418.48	c cleaning 129002 clauses out of 258025 with flag 37289032/8505000
422.58/426.09	c cleaning 130000 clauses out of 260023 with flag 37783853/8636000
430.64/434.06	c cleaning 131001 clauses out of 262024 with flag 38280923/8768001
439.19/442.84	c cleaning 131996 clauses out of 264022 with flag 38794569/8901000
447.64/451.23	c cleaning 132992 clauses out of 266026 with flag 39305408/9035000
456.33/459.94	c cleaning 134001 clauses out of 268035 with flag 39823772/9170001
465.60/469.12	c cleaning 135003 clauses out of 270033 with flag 40349585/9306000
475.03/478.86	c cleaning 135996 clauses out of 272030 with flag 40892563/9443000
485.29/489.09	c cleaning 137002 clauses out of 274035 with flag 41437547/9581001
494.75/498.44	c cleaning 138005 clauses out of 276033 with flag 41979074/9720001
503.55/507.30	c cleaning 139005 clauses out of 278027 with flag 42503052/9860000
512.73/516.44	c cleaning 139998 clauses out of 280022 with flag 43030372/10001000
521.21/524.94	c cleaning 140997 clauses out of 282026 with flag 43555162/10143002
530.68/541.94	c cleaning 142007 clauses out of 284028 with flag 44087580/10286001
540.45/551.66	c cleaning 142994 clauses out of 286020 with flag 44633034/10430000
549.64/560.80	c cleaning 143998 clauses out of 288026 with flag 45179572/10575000
558.92/570.08	c cleaning 145000 clauses out of 290028 with flag 45725278/10721000
568.43/579.92	c cleaning 146003 clauses out of 292029 with flag 46276457/10868001
578.47/589.95	c cleaning 147008 clauses out of 294026 with flag 46833337/11016001
588.66/600.06	c cleaning 147997 clauses out of 296017 with flag 47400068/11165000
599.05/610.81	c cleaning 148998 clauses out of 298020 with flag 47982254/11315000
609.34/621.07	c cleaning 150008 clauses out of 300023 with flag 48554709/11466001
619.98/631.68	c cleaning 150988 clauses out of 302014 with flag 49136344/11618000
630.92/642.94	c cleaning 152002 clauses out of 304026 with flag 49721390/11771000
641.67/653.67	c cleaning 153005 clauses out of 306025 with flag 50306901/11925001
652.95/664.95	c cleaning 153993 clauses out of 308019 with flag 50906657/12080000
665.72/678.78	c cleaning 155001 clauses out of 310028 with flag 51516621/12236002
677.29/690.23	c cleaning 156001 clauses out of 312025 with flag 52127926/12393000
689.24/702.49	c cleaning 157001 clauses out of 314024 with flag 52730694/12551000
701.67/714.83	c cleaning 158000 clauses out of 316023 with flag 53343612/12710000
714.31/727.41	c cleaning 158996 clauses out of 318024 with flag 53963514/12870001
726.94/740.54	c cleaning 159999 clauses out of 320027 with flag 54594602/13031000
739.56/753.16	c cleaning 161009 clauses out of 322029 with flag 55229336/13193001
752.18/766.04	c cleaning 162000 clauses out of 324019 with flag 55865690/13356000
764.76/778.58	c cleaning 162992 clauses out of 326019 with flag 56497682/13520000
777.35/791.11	c cleaning 164007 clauses out of 328027 with flag 57139218/13685000
791.15/805.04	c cleaning 165001 clauses out of 330021 with flag 57785504/13851001
804.66/818.59	c cleaning 166000 clauses out of 332020 with flag 58437353/14018001
818.57/832.81	c cleaning 166997 clauses out of 334020 with flag 59093890/14186001
832.43/846.68	c cleaning 168004 clauses out of 336022 with flag 59752274/14355000
846.56/861.03	c cleaning 168995 clauses out of 338019 with flag 60397999/14525001
860.66/875.04	c cleaning 170003 clauses out of 340023 with flag 61060790/14696000
875.08/889.90	c cleaning 170996 clauses out of 342021 with flag 61723398/14868001
889.80/904.68	c cleaning 172005 clauses out of 344024 with flag 62395583/15041000
904.76/919.66	c cleaning 172998 clauses out of 346019 with flag 63081732/15215000
920.41/935.24	c cleaning 174002 clauses out of 348021 with flag 63777394/15390000
937.10/951.96	c cleaning 175001 clauses out of 350019 with flag 64484045/15566000
954.37/969.23	c cleaning 175998 clauses out of 352019 with flag 65219254/15743001
971.85/986.82	c cleaning 177003 clauses out of 354021 with flag 65963037/15921001
989.49/1004.46	c cleaning 177996 clauses out of 356017 with flag 66701921/16100000
1008.22/1023.23	c cleaning 179007 clauses out of 358023 with flag 67458514/16280002
1028.25/1043.49	c cleaning 179998 clauses out of 360014 with flag 68215067/16461000
1048.38/1063.50	c cleaning 181005 clauses out of 362017 with flag 69002861/16643001
1072.16/1086.45	c cleaning 182001 clauses out of 364011 with flag 69817250/16826000
1084.38/1097.32	c starts		: 18305
1084.38/1097.32	c conflicts		: 16944083
1084.38/1097.32	c decisions		: 23448192
1084.38/1097.32	c propagations		: 147929544
1084.38/1097.32	c inspects		: 18450610864
1084.38/1097.32	c shortcuts		: 0
1084.38/1097.32	c learnt literals	: 15
1084.38/1097.32	c learnt binary clauses	: 102
1084.38/1097.32	c learnt ternary clauses	: 431
1084.38/1097.32	c learnt constraints	: 16944067
1084.38/1097.32	c ignored constraints	: 0
1084.38/1097.32	c root simplifications	: 0
1084.38/1097.32	c removed literals (reason simplification)	: 15402710
1084.38/1097.32	c reason swapping (by a shorter reason)	: 0
1084.38/1097.32	c Calls to reduceDB	: 179
1084.38/1097.32	c Number of update (reduction) of LBD	: 3609015
1084.38/1097.32	c Imported unit clauses	: 0
1084.38/1097.32	c No decision after first conflict	: false
1084.38/1097.32	c number of reductions to clauses (during analyze)	: 0
1084.38/1097.32	c number of learned constraints concerned by reduction	: 0
1084.38/1097.32	c number of learning phase by resolution	: 0
1084.38/1097.32	c number of learning phase by cutting planes	: 0
1084.38/1097.32	c number of rounding to 1 operations	: 0
1084.38/1097.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1084.38/1097.32	c number of reductions of the coefficients by power 2 	: 0
1084.38/1097.32	c number of right shift for reduction by power 2 	: 0
1084.38/1097.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
1084.38/1097.32	c number of ending skipping 	: 0
1084.38/1097.32	c number of internal skipping 	: 0
1084.38/1097.32	c number of derivation steps 	: 0
1084.38/1097.32	c number of skipped derivation steps 	: 0
1084.38/1097.32	c number of remaining unassigned 	: 0
1084.38/1097.32	c number of remaining assigned 	: 0
1084.38/1097.32	c number of falsified literals weakened from reason	: 0
1084.38/1097.32	c number of falsified literals weakened from conflict	: 0
1084.38/1097.32	c time for arithmetic operations	: 0
1084.38/1097.32	c minimum degree of deleted constraints	: null
1084.38/1097.32	c maximum degree of deleted constraints	: null
1084.38/1097.32	c number of deleted constraints	: 0
1084.38/1097.32	c speed (assignments/second)	: 135377.72726149586
1084.38/1097.32	c non guided choices	: 1029363
1084.55/1097.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 299975
1084.55/1097.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 102
1084.55/1097.40	s UNSATISFIABLE
1084.55/1097.40	c Total wall clock time (in seconds): 1097.255

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448072-1721827567/watcher-4448072-1721827567 -o /tmp/evaluation-result-4448072-1721827567/solver-4448072-1721827567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721820325-231947 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4448072-1721827567 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448072-1721827567.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=237098, runsolver pid=237095

[startup+0.100092 s]*
/proc/loadavg: 4.50 4.22 4.20 10/318 237127
/proc/meminfo: memFree=116344716/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=18975048 memory=60620 CPUtime=0.14 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 7069 0 0 0 12 2 0 0 20 0 18 0 18746027 19430449152 15155 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4743762 15155 5692 1 0 551321 0
[pid=237098/tid=237100] ppid=237095 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 1077936192 5673 0 0 0 6 2 0 0 20 0 18 0 18746027 19430449152 15155 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746031 19430449152 15155 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=18975048 memory=4121981368647548960 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746032 19430449152 15155 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60620 KiB

[startup+0.205911 s]*
/proc/loadavg: 4.50 4.22 4.20 5/318 237127
/proc/meminfo: memFree=116312128/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=18975048 memory=67924 CPUtime=0.24 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 7405 0 0 0 21 3 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4743762 16981 5706 1 0 551565 0
[pid=237098/tid=237100] ppid=237095 vsize=18975048 memory=4782652875487838339 CPUtime=0.12 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) D 237095 237098 231903 0 -1 1078198336 5898 0 0 0 10 2 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=18975048 memory=605730 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746031 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746032 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67924 KiB

[startup+0.305858 s]*
/proc/loadavg: 4.50 4.22 4.20 3/318 237127
/proc/meminfo: memFree=116302476/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=18975048 memory=67924 CPUtime=0.24 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 7405 0 0 0 21 3 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4743762 16981 5706 1 0 551565 0
[pid=237098/tid=237100] ppid=237095 vsize=18975048 memory=-8814787354496311996 CPUtime=0.12 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) D 237095 237098 231903 0 -1 1078198336 5898 0 0 0 10 2 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746031 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746032 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67924 KiB

[startup+0.700258 s]
/proc/loadavg: 4.50 4.22 4.20 3/318 237127
/proc/meminfo: memFree=116291340/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=18975048 memory=67924 CPUtime=0.24 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 7405 0 0 0 21 3 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4743762 16981 5706 1 0 551565 0
[pid=237098/tid=237100] ppid=237095 vsize=18975048 memory=5472 CPUtime=0.12 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) D 237095 237098 231903 0 -1 1078198336 5898 0 0 0 10 2 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=18975048 memory=12928 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746031 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746032 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67924 KiB

[startup+1.50042 s]
/proc/loadavg: 4.50 4.22 4.20 3/318 237127
/proc/meminfo: memFree=116265348/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=18975048 memory=67924 CPUtime=0.24 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 7405 0 0 0 21 3 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4743762 16981 5706 1 0 551565 0
[pid=237098/tid=237100] ppid=237095 vsize=18975048 memory=0 CPUtime=0.12 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) D 237095 237098 231903 0 -1 1078198336 5898 0 0 0 10 2 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746031 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=18975048 memory=12928 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746032 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67924 KiB

[startup+3.11326 s]
/proc/loadavg: 4.46 4.22 4.19 4/318 237127
/proc/meminfo: memFree=116145796/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=18975048 memory=67924 CPUtime=0.24 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 7405 0 0 0 21 3 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4743762 16981 5706 1 0 551565 0
[pid=237098/tid=237100] ppid=237095 vsize=18975048 memory=12928 CPUtime=0.12 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) D 237095 237098 231903 0 -1 1078198336 5898 0 0 0 10 2 0 0 20 0 18 0 18746027 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746031 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=18975048 memory=1158709162253866 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746032 19430449152 16981 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67924 KiB
heavy processes:

[startup+6.30288 s]
/proc/loadavg: 4.46 4.22 4.19 7/320 237130
/proc/meminfo: memFree=115833676/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=182660 CPUtime=3.83 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 20817 0 0 0 373 10 0 0 20 0 20 0 18746027 19566772224 45665 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 45665 5865 1 0 557340 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=12928 CPUtime=1.83 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 7253 0 0 0 177 6 0 0 20 0 20 0 18746027 19566772224 45665 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=67924 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 45665 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=67924 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 45665 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=2032 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 45665 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 3.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182660 KiB
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 4.50 4.23 4.20 7/322 237132
/proc/meminfo: memFree=114809428/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=483552 CPUtime=11.94 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 23232 0 0 0 1171 23 0 0 20 0 20 0 18746027 19566772224 120888 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 120888 5865 1 0 557346 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=183232 CPUtime=8.11 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 8292 0 0 0 793 18 0 0 20 0 20 0 18746027 19566772224 120888 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 120888 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=483524 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 120888 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=183052 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 120888 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 11.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 483552 KiB

[startup+25.5005 s]
/proc/loadavg: 4.67 4.29 4.22 5/322 237134
/proc/meminfo: memFree=112733604/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1323464 CPUtime=24.74 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 28615 0 0 0 2424 50 0 0 20 0 20 0 18746027 19566772224 330866 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 330866 5879 1 0 557346 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=483524 CPUtime=20.78 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 10688 0 0 0 2035 43 0 0 20 0 20 0 18746027 19566772224 330866 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=1167628 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 330866 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=70328 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 330866 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 330866 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 24.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323464 KiB

[startup+51.1134 s]
/proc/loadavg: 4.67 4.31 4.23 5/323 237139
/proc/meminfo: memFree=111796760/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1335776 CPUtime=49.86 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 34202 0 0 0 4919 67 0 0 20 0 20 0 18746027 19566772224 333944 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 333944 5879 1 0 557346 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=1335776 CPUtime=45.62 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 13085 0 0 0 4504 58 0 0 20 0 20 0 18746027 19566772224 333944 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 49 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 333944 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=-8814787354496311996 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 333944 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=483552 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 333944 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0

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

/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 778 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 456589 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=2316 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 456589 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 987.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1826356 KiB

[startup+1062.3 s]
/proc/loadavg: 4.11 4.23 4.29 5/327 237833
/proc/meminfo: memFree=82001488/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1900092 CPUtime=1047.18 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 78716 0 0 0 104248 470 0 0 20 0 20 0 18746027 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 475023 5879 1 0 557346 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=1826356 CPUtime=1030.86 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 31405 0 0 0 102684 402 0 0 20 0 20 0 18746027 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1636 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=1838652 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=11672 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 803 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=11672 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 1047.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1900092 KiB

[startup+1097.44 s]
# the end of solver process 237098 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1079.75 s, system=4.83954 s

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

[startup+1075.2 s]
/proc/loadavg: 4.30 4.27 4.30 5/327 237834
/proc/meminfo: memFree=81668944/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1900092 CPUtime=1059.94 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 78723 0 0 0 105520 474 0 0 20 0 20 0 18746027 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 475023 5879 1 0 557346 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=1900092 CPUtime=1043.6 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 31411 0 0 0 103955 405 0 0 20 0 20 0 18746027 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1648 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=1900092 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 803 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=1469082167364321881 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 475023 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 1059.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1900092 KiB

[startup+1088 s]*
/proc/loadavg: 4.23 4.25 4.30 5/327 237837
/proc/meminfo: memFree=80989828/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1900696 CPUtime=1073.8 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 86804 0 0 0 106902 478 0 0 20 0 20 0 18746027 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 475174 5879 1 0 558496 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=7136 CPUtime=1056.27 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 32242 0 0 0 105220 407 0 0 20 0 20 0 18746027 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1648 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=28092 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=1469082167364321881 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 816 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=31524 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 1073.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1900696 KiB

[startup+1094.4 s]
/proc/loadavg: 4.29 4.27 4.30 4/326 237837
/proc/meminfo: memFree=80891292/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1900696 CPUtime=1080.17 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 86804 0 0 0 107537 480 0 0 20 0 20 0 18746027 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 475174 5879 1 0 558496 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=1900696 CPUtime=1062.64 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 32242 0 0 0 105855 409 0 0 20 0 20 0 18746027 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1648 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=21424 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=1900096 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 816 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=1904216 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 475174 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 1080.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1900696 KiB

[startup+1096 s]*
/proc/loadavg: 4.29 4.27 4.30 5/326 237839
/proc/meminfo: memFree=80856144/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1910732 CPUtime=1082.99 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 89758 0 0 0 107818 481 0 0 20 0 20 0 18746027 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 477683 5879 1 0 558512 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=-8887400201906266812 CPUtime=1064.24 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 32433 0 0 0 106015 409 0 0 20 0 20 0 18746027 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1648 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=1469082167364321881 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=1910468 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 816 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=2672 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 1082.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1910732 KiB

[startup+1096.8 s]
/proc/loadavg: 4.29 4.27 4.30 5/326 237839
/proc/meminfo: memFree=80856144/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1910732 CPUtime=1083.87 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 89765 0 0 0 107906 481 0 0 20 0 20 0 18746027 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 477683 5879 1 0 558512 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=5156 CPUtime=1065.03 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 32434 0 0 0 106094 409 0 0 20 0 20 0 18746027 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1648 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=1900696 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=2672 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 816 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=1900696 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 1083.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1910732 KiB

[startup+1097.2 s]
/proc/loadavg: 4.29 4.27 4.30 5/326 237839
/proc/meminfo: memFree=80841700/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19108176 memory=1910732 CPUtime=1084.29 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 89766 0 0 0 107948 481 0 0 20 0 20 0 18746027 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4777044 477683 5879 1 0 558512 0
[pid=237098/tid=237100] ppid=237095 vsize=19108176 memory=14816 CPUtime=1065.43 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) R 237095 237098 231903 0 -1 4194368 32434 0 0 0 106134 409 0 0 20 0 20 0 18746027 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1648 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19108176 memory=2732 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19108176 memory=5036 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 816 0 0 0 0 0 0 0 20 0 20 0 18746032 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237128] ppid=237095 vsize=19108176 memory=1778640 CPUtime=0 cores=5,7
/proc/237098/task/237128/stat : 237128 (Timer-0) S 237095 237098 231903 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746488 19566772224 477683 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 1084.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1910732 KiB

[startup+1097.4 s]
/proc/loadavg: 4.29 4.27 4.30 5/326 237839
/proc/meminfo: memFree=80841700/131655788 swapFree=131071472/131071996
[pid=237098] ppid=237095 vsize=19241304 memory=1911084 CPUtime=1084.55 cores=5,7
/proc/237098/stat : 237098 (java) S 237095 237098 231903 0 -1 1077936128 90718 0 0 0 107973 482 0 0 20 0 20 0 18746027 19703095296 477771 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
/proc/237098/statm: 4810326 477771 5878 1 0 559130 0
[pid=237098/tid=237100] ppid=237095 vsize=19241304 memory=605646 CPUtime=1065.5 cores=5,7
/proc/237098/task/237100/stat : 237100 (java) S 237095 237098 231903 0 -1 1077936192 33097 0 0 0 106141 409 0 0 20 0 20 0 18746027 19703095296 477783 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1650 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237120] ppid=237095 vsize=19241304 memory=646092 CPUtime=0 cores=5,7
/proc/237098/task/237120/stat : 237120 (Finalizer) S 237095 237098 231903 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746031 19703095296 477783 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
[pid=237098/tid=237127] ppid=237095 vsize=19241304 memory=1352432 CPUtime=0 cores=5,7
/proc/237098/task/237127/stat : 237127 (Common-Cleaner) S 237095 237098 231903 0 -1 1077936192 816 0 0 0 0 0 0 0 20 0 20 0 18746032 19703095296 477783 134679101440 94634903719936 94634903723632 140724301290816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94634903731448 94634903732240 94634918629376 140724301292459 140724301292641 140724301292641 140724301299656 0
Current children cumulated CPU time: 1084.55 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1911084 KiB

Child status: 20

Real time (s): 1097.44
CPU time (s): 1084.59
CPU user time (s): 1079.75
CPU system time (s): 4.83954
CPU usage (%): 98.8292
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1911708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1079.75
system time used= 4.83955
maximum resident set size= 1912364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90917
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4280752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35605
involuntary context switches= 2763


# summary of solver processes directly reported to runsolver:
#   pid: 237098
#   total CPU time (s): 1084.59
#   total CPU user time (s): 1079.75
#   total CPU system time (s): 4.83954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75263 second user time and 12.1089 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-24 15:26:07
IDJOB=4448072
IDBENCH=160360
IDSOLVER=3079
FILE ID=nodeC008/4448072-1721827567
RUNJOBID= nodeC008-1721820325-231947
SLURM_JOB_ID= 7891458
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x90split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448072-1721827567/watcher-4448072-1721827567 -o /tmp/evaluation-result-4448072-1721827567/solver-4448072-1721827567 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721820325-231947 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4448072-1721827567 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448072-1721827567.opb

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

MD5SUM BENCH= ffca2f526e16739a014d253021fa9e9c
RANDOM SEED=1633063348

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116425236 kB
MemAvailable:   128640460 kB
Buffers:          266968 kB
Cached:         12723000 kB
SwapCached:           48 kB
Active:          2636160 kB
Inactive:       11909012 kB
Active(anon):       1444 kB
Inactive(anon):  1607764 kB
Active(file):    2634716 kB
Inactive(file): 10301248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             89628 kB
Writeback:             0 kB
AnonPages:       1555268 kB
Mapped:           138868 kB
Shmem:             53976 kB
KReclaimable:     238584 kB
Slab:             360108 kB
SReclaimable:     238584 kB
SUnreclaim:       121524 kB
KernelStack:        4576 kB
PageTables:        12836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5269084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19456 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1269760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      400200 kB
DirectMap2M:    49836032 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 723736 MiB
End job on nodeC008 at 2024-07-24 15:44:24