Trace number 4103103

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cdcl-cuttingplanes OPT binary search 2016-05-01? (TO) 1800.09 1800.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-2.opb
MD5SUMf7a936a02ddf18c17dc27b7b53733ab1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-55
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints126163
Number of constraints which are clauses126163
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1534
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1534
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1534
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c OPTIONS:
0.00/0.01	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.09/0.15	c * #variable= 1534 #constraint= 126163
0.39/0.44	c * #variable= 1534 #constraint= 126163
1.59/1.64	c S1->S2
1.59/1.64	c S2->S1
1.59/1.64	c #Conflicts:       1000 | #Learnt:        490 | 0.000
1.59/1.64	c total clause space: 78.2603MB
1.59/1.64	c total #watches: 321946
6.49/6.57	c total #propagations: 50927 / total #impl: 95737 (eff. 0.532)
6.49/6.57	c #Conflicts:       2000 | #Learnt:       1490 | 0.000
6.49/6.57	c total clause space: 127.173MB
6.49/6.57	c total #watches: 443876
13.08/13.12	c total #propagations: 124018 / total #impl: 260808 (eff. 0.476)
13.08/13.12	c GC COLLECT
13.08/13.12	c #Conflicts:       3000 | #Learnt:       1741 | 0.000
13.08/13.12	c total clause space: 127.173MB
13.08/13.12	c total #watches: 506632
26.89/26.96	c total #propagations: 194575 / total #impl: 406618 (eff. 0.479)
26.89/26.96	c #Conflicts:       4000 | #Learnt:       2741 | 0.000
26.89/26.96	c total clause space: 127.173MB
26.89/26.96	c total #watches: 580065
35.48/35.57	c total #propagations: 272282 / total #impl: 573161 (eff. 0.475)
35.48/35.57	c GC COLLECT
35.48/35.57	c #Conflicts:       5000 | #Learnt:       2224 | 0.000
35.48/35.57	c total clause space: 127.173MB
35.48/35.57	c total #watches: 483661
47.28/47.32	c total #propagations: 345993 / total #impl: 738484 (eff. 0.469)
47.28/47.32	c #Conflicts:       6000 | #Learnt:       3224 | 0.000
47.28/47.32	c total clause space: 127.173MB
47.28/47.32	c total #watches: 611201
62.48/62.58	c total #propagations: 420239 / total #impl: 908149 (eff. 0.463)
62.48/62.58	c GC COLLECT
62.48/62.58	c #Conflicts:       7000 | #Learnt:       2159 | 0.000
62.48/62.58	c total clause space: 206.656MB
62.48/62.58	c total #watches: 509491
72.68/72.74	c total #propagations: 496972 / total #impl: 1059563 (eff. 0.469)
72.68/72.74	c #Conflicts:       8000 | #Learnt:       3159 | 0.000
72.68/72.74	c total clause space: 206.656MB
72.68/72.74	c total #watches: 605174
86.67/86.71	c total #propagations: 576947 / total #impl: 1215756 (eff. 0.475)
86.67/86.71	c #Conflicts:       9000 | #Learnt:       4159 | 0.000
86.67/86.71	c total clause space: 206.656MB
86.67/86.71	c total #watches: 670314
104.27/104.33	c total #propagations: 664241 / total #impl: 1384404 (eff. 0.480)
104.27/104.33	c GC COLLECT
104.27/104.33	c #Conflicts:      10000 | #Learnt:       2659 | 0.000
104.27/104.33	c total clause space: 206.656MB
104.27/104.33	c total #watches: 504164
114.66/114.73	c total #propagations: 734185 / total #impl: 1538339 (eff. 0.477)
114.66/114.73	c #Conflicts:      11000 | #Learnt:       3659 | 0.000
114.66/114.73	c total clause space: 206.656MB
114.66/114.73	c total #watches: 629206
128.86/128.94	c total #propagations: 810054 / total #impl: 1703857 (eff. 0.475)
128.86/128.94	c #Conflicts:      12000 | #Learnt:       4659 | 0.000
128.86/128.94	c total clause space: 206.656MB
128.86/128.94	c total #watches: 738764
151.24/151.36	c total #propagations: 883494 / total #impl: 1862952 (eff. 0.474)
151.24/151.36	c #Conflicts:      13000 | #Learnt:       5659 | 0.000
151.24/151.36	c total clause space: 206.656MB
151.24/151.36	c total #watches: 848751
167.42/167.54	c total #propagations: 961165 / total #impl: 2033169 (eff. 0.473)
167.42/167.54	c GC COLLECT
167.42/167.54	c #Conflicts:      14000 | #Learnt:       3797 | 0.000
167.42/167.54	c total clause space: 206.656MB
167.42/167.54	c total #watches: 692894
183.52/183.60	c total #propagations: 1039876 / total #impl: 2209107 (eff. 0.471)
183.52/183.60	c #Conflicts:      15000 | #Learnt:       4797 | 0.000
183.52/183.60	c total clause space: 206.656MB
183.52/183.60	c total #watches: 854556
207.42/207.50	c total #propagations: 1110076 / total #impl: 2360089 (eff. 0.470)
207.42/207.50	c #Conflicts:      16000 | #Learnt:       5797 | 0.000
207.42/207.50	c total clause space: 206.656MB
207.42/207.50	c total #watches: 955886
234.41/234.57	c total #propagations: 1188111 / total #impl: 2522474 (eff. 0.471)
234.41/234.57	c GC COLLECT
234.41/234.57	c #Conflicts:      17000 | #Learnt:       3622 | 0.000
234.41/234.57	c total clause space: 335.816MB
234.41/234.57	c total #watches: 655927
249.01/249.10	c total #propagations: 1266806 / total #impl: 2689307 (eff. 0.471)
249.01/249.10	c #Conflicts:      18000 | #Learnt:       4622 | 0.000
249.01/249.10	c total clause space: 335.816MB
249.01/249.10	c total #watches: 745549
271.40/271.52	c total #propagations: 1347436 / total #impl: 2852128 (eff. 0.472)
271.40/271.52	c #Conflicts:      19000 | #Learnt:       5622 | 0.000
271.40/271.52	c total clause space: 335.816MB
271.40/271.52	c total #watches: 780312
300.40/300.52	c total #propagations: 1462433 / total #impl: 3104217 (eff. 0.471)
300.40/300.52	c #Conflicts:      20000 | #Learnt:       6622 | 0.000
300.40/300.52	c total clause space: 335.816MB
300.40/300.52	c total #watches: 799908
313.50/313.61	c total #propagations: 1644180 / total #impl: 3574110 (eff. 0.460)
313.50/313.61	c GC COLLECT
313.50/313.61	c #Conflicts:      21000 | #Learnt:       4122 | 0.000
313.50/313.61	c total clause space: 335.816MB
313.50/313.61	c total #watches: 514446
322.99/323.18	c total #propagations: 1755327 / total #impl: 3876209 (eff. 0.453)
322.99/323.18	c #Conflicts:      22000 | #Learnt:       5122 | 0.000
322.99/323.18	c total clause space: 335.816MB
322.99/323.18	c total #watches: 658660
340.29/340.47	c total #propagations: 1826490 / total #impl: 4035238 (eff. 0.453)
340.29/340.47	c #Conflicts:      23000 | #Learnt:       6122 | 0.000
340.29/340.47	c total clause space: 335.816MB
340.29/340.47	c total #watches: 790025
362.58/362.71	c total #propagations: 1900413 / total #impl: 4203897 (eff. 0.452)
362.58/362.71	c #Conflicts:      24000 | #Learnt:       7122 | 0.000
362.58/362.71	c total clause space: 335.816MB
362.58/362.71	c total #watches: 893892
388.29/388.42	c total #propagations: 1976558 / total #impl: 4370292 (eff. 0.452)
388.29/388.42	c GC COLLECT
388.29/388.42	c #Conflicts:      25000 | #Learnt:       4299 | 0.000
388.29/388.42	c total clause space: 335.816MB
388.29/388.42	c total #watches: 791593
413.59/413.70	c total #propagations: 2052158 / total #impl: 4534776 (eff. 0.453)
413.59/413.70	c #Conflicts:      26000 | #Learnt:       5299 | 0.000
413.59/413.70	c total clause space: 335.816MB
413.59/413.70	c total #watches: 914263
447.58/447.71	c total #propagations: 2129458 / total #impl: 4703413 (eff. 0.453)
447.58/447.71	c #Conflicts:      27000 | #Learnt:       6299 | 0.000
447.58/447.71	c total clause space: 335.816MB
447.58/447.71	c total #watches: 1019078
476.07/476.30	c total #propagations: 2204936 / total #impl: 4865159 (eff. 0.453)
476.07/476.30	c #Conflicts:      28000 | #Learnt:       7299 | 0.000
476.07/476.30	c total clause space: 335.816MB
476.07/476.30	c total #watches: 1109363
510.37/510.57	c total #propagations: 2287586 / total #impl: 5026492 (eff. 0.455)
510.37/510.57	c GC COLLECT
510.37/510.57	c #Conflicts:      29000 | #Learnt:       4183 | 0.000
510.37/510.57	c total clause space: 335.816MB
510.37/510.57	c total #watches: 687302
528.86/529.08	c total #propagations: 2368585 / total #impl: 5207596 (eff. 0.455)
528.86/529.08	c #Conflicts:      30000 | #Learnt:       5183 | 0.000
528.86/529.08	c total clause space: 335.816MB
528.86/529.08	c total #watches: 801341
554.37/554.58	c total #propagations: 2445169 / total #impl: 5375532 (eff. 0.455)
554.37/554.58	c #Conflicts:      31000 | #Learnt:       6183 | 0.000
554.37/554.58	c total clause space: 335.816MB
554.37/554.58	c total #watches: 925680
580.85/581.09	c total #propagations: 2515429 / total #impl: 5537160 (eff. 0.454)
580.85/581.09	c #Conflicts:      32000 | #Learnt:       7183 | 0.000
580.85/581.09	c total clause space: 335.816MB
580.85/581.09	c total #watches: 1040290
617.45/617.64	c total #propagations: 2593759 / total #impl: 5704346 (eff. 0.455)
617.45/617.64	c #Conflicts:      33000 | #Learnt:       8183 | 0.000
617.45/617.64	c total clause space: 335.816MB
617.45/617.64	c total #watches: 1174055
659.53/659.76	c total #propagations: 2664959 / total #impl: 5860885 (eff. 0.455)
659.53/659.76	c GC COLLECT
659.53/659.76	c #Conflicts:      34000 | #Learnt:       4765 | 0.000
659.53/659.76	c total clause space: 335.816MB
659.53/659.76	c total #watches: 851812
687.44/687.69	c total #propagations: 2745600 / total #impl: 6036580 (eff. 0.455)
687.44/687.69	c #Conflicts:      35000 | #Learnt:       5765 | 0.000
687.44/687.69	c total clause space: 335.816MB
687.44/687.69	c total #watches: 956836
724.74/724.98	c total #propagations: 2821254 / total #impl: 6198838 (eff. 0.455)
724.74/724.98	c #Conflicts:      36000 | #Learnt:       6765 | 0.000
724.74/724.98	c total clause space: 335.816MB
724.74/724.98	c total #watches: 1036723
765.22/765.43	c total #propagations: 2897696 / total #impl: 6362892 (eff. 0.455)
765.22/765.43	c #Conflicts:      37000 | #Learnt:       7765 | 0.000
765.22/765.43	c total clause space: 335.816MB
765.22/765.43	c total #watches: 1097962
801.31/801.57	c total #propagations: 2981284 / total #impl: 6532674 (eff. 0.456)
801.31/801.57	c #Conflicts:      38000 | #Learnt:       8765 | 0.000
801.31/801.57	c total clause space: 335.816MB
801.31/801.57	c total #watches: 1171764
839.60/839.82	c total #propagations: 3070402 / total #impl: 6703824 (eff. 0.458)
839.60/839.82	c GC COLLECT
839.60/839.82	c #Conflicts:      39000 | #Learnt:       5060 | 0.000
839.60/839.82	c total clause space: 335.816MB
839.60/839.82	c total #watches: 621079
854.70/854.93	c total #propagations: 3173467 / total #impl: 6942182 (eff. 0.457)
854.70/854.93	c #Conflicts:      40000 | #Learnt:       6060 | 0.000
854.70/854.93	c total clause space: 335.816MB
854.70/854.93	c total #watches: 644286
869.30/869.59	c total #propagations: 3268898 / total #impl: 7179260 (eff. 0.455)
869.30/869.59	c #Conflicts:      41000 | #Learnt:       7060 | 0.000
869.30/869.59	c total clause space: 335.816MB
869.30/869.59	c total #watches: 694956
887.79/888.03	c total #propagations: 3356337 / total #impl: 7409367 (eff. 0.453)
887.79/888.03	c #Conflicts:      42000 | #Learnt:       8060 | 0.000
887.79/888.03	c total clause space: 335.816MB
887.79/888.03	c total #watches: 748101
917.08/917.30	c total #propagations: 3472665 / total #impl: 7680161 (eff. 0.452)
917.08/917.30	c #Conflicts:      43000 | #Learnt:       9060 | 0.000
917.08/917.30	c total clause space: 335.816MB
917.08/917.30	c total #watches: 802529
944.88/945.13	c total #propagations: 3624931 / total #impl: 8161007 (eff. 0.444)
944.88/945.13	c GC COLLECT
944.88/945.13	c #Conflicts:      44000 | #Learnt:       5054 | 0.000
944.88/945.13	c total clause space: 335.816MB
944.88/945.13	c total #watches: 627951
956.88/957.15	c total #propagations: 3749241 / total #impl: 8543769 (eff. 0.439)
956.88/957.15	c #Conflicts:      45000 | #Learnt:       6054 | 0.000
956.88/957.15	c total clause space: 335.816MB
956.88/957.15	c total #watches: 704434
974.57/974.81	c total #propagations: 3829310 / total #impl: 8706578 (eff. 0.440)
974.57/974.81	c #Conflicts:      46000 | #Learnt:       7054 | 0.000
974.57/974.81	c total clause space: 335.816MB
974.57/974.81	c total #watches: 728813
998.37/998.66	c total #propagations: 3963727 / total #impl: 9023581 (eff. 0.439)
998.37/998.66	c #Conflicts:      47000 | #Learnt:       8054 | 0.000
998.37/998.66	c total clause space: 335.816MB
998.37/998.66	c total #watches: 773059
1015.77/1016.05	c total #propagations: 4103996 / total #impl: 9370220 (eff. 0.438)
1015.77/1016.05	c #Conflicts:      48000 | #Learnt:       9054 | 0.000
1015.77/1016.05	c total clause space: 335.816MB
1015.77/1016.05	c total #watches: 886794
1033.36/1033.62	c total #propagations: 4174959 / total #impl: 9528997 (eff. 0.438)
1033.36/1033.62	c #Conflicts:      49000 | #Learnt:      10054 | 0.000
1033.36/1033.62	c total clause space: 335.816MB
1033.36/1033.62	c total #watches: 1050664
1051.06/1051.35	c total #propagations: 4241736 / total #impl: 9668008 (eff. 0.439)
1051.06/1051.35	c GC COLLECT
1051.06/1051.35	c #Conflicts:      50000 | #Learnt:       5742 | 0.000
1051.06/1051.35	c total clause space: 335.816MB
1051.06/1051.35	c total #watches: 714713
1067.46/1067.78	c total #propagations: 4315949 / total #impl: 9823013 (eff. 0.439)
1067.46/1067.78	c #Conflicts:      51000 | #Learnt:       6742 | 0.000
1067.46/1067.78	c total clause space: 335.816MB
1067.46/1067.78	c total #watches: 828903
1091.26/1091.57	c total #propagations: 4389904 / total #impl: 9985720 (eff. 0.440)
1091.26/1091.57	c #Conflicts:      52000 | #Learnt:       7742 | 0.000
1091.26/1091.57	c total clause space: 335.816MB
1091.26/1091.57	c total #watches: 957000
1119.45/1119.74	c total #propagations: 4459199 / total #impl: 10138165 (eff. 0.440)
1119.45/1119.74	c #Conflicts:      53000 | #Learnt:       8742 | 0.000
1119.45/1119.74	c total clause space: 335.816MB
1119.45/1119.74	c total #watches: 1044574
1150.65/1150.94	c total #propagations: 4538978 / total #impl: 10306047 (eff. 0.440)
1150.65/1150.94	c #Conflicts:      54000 | #Learnt:       9742 | 0.000
1150.65/1150.94	c total clause space: 335.816MB
1150.65/1150.94	c total #watches: 1132987
1183.15/1183.49	c total #propagations: 4617813 / total #impl: 10466081 (eff. 0.441)
1183.15/1183.49	c #Conflicts:      55000 | #Learnt:      10742 | 0.000
1183.15/1183.49	c total clause space: 335.816MB
1183.15/1183.49	c total #watches: 1218566
1213.15/1213.43	c total #propagations: 4695111 / total #impl: 10630052 (eff. 0.442)
1213.15/1213.43	c GC COLLECT
1213.15/1213.43	c #Conflicts:      56000 | #Learnt:       6111 | 0.000
1213.15/1213.43	c total clause space: 335.816MB
1213.15/1213.43	c total #watches: 761315
1230.94/1231.27	c total #propagations: 4771288 / total #impl: 10794056 (eff. 0.442)
1230.94/1231.27	c #Conflicts:      57000 | #Learnt:       7111 | 0.000
1230.94/1231.27	c total clause space: 335.816MB
1230.94/1231.27	c total #watches: 905061
1253.13/1253.49	c total #propagations: 4841086 / total #impl: 10946825 (eff. 0.442)
1253.13/1253.49	c #Conflicts:      58000 | #Learnt:       8111 | 0.000
1253.13/1253.49	c total clause space: 335.816MB
1253.13/1253.49	c total #watches: 1011343
1283.33/1283.70	c total #propagations: 4916210 / total #impl: 11103088 (eff. 0.443)
1283.33/1283.70	c #Conflicts:      59000 | #Learnt:       9111 | 0.000
1283.33/1283.70	c total clause space: 335.816MB
1283.33/1283.70	c total #watches: 1139298
1322.72/1323.05	c total #propagations: 4984508 / total #impl: 11262016 (eff. 0.443)
1322.72/1323.05	c #Conflicts:      60000 | #Learnt:      10111 | 0.000
1322.72/1323.05	c total clause space: 335.816MB
1322.72/1323.05	c total #watches: 1256071
1361.63/1361.92	c total #propagations: 5062721 / total #impl: 11437205 (eff. 0.443)
1361.63/1361.92	c #Conflicts:      61000 | #Learnt:      11111 | 0.000
1361.63/1361.92	c total clause space: 545.701MB
1361.63/1361.92	c total #watches: 1386279
1402.80/1403.17	c total #propagations: 5132488 / total #impl: 11584441 (eff. 0.443)
1402.80/1403.17	c GC COLLECT
1402.80/1403.17	c #Conflicts:      62000 | #Learnt:       6186 | 0.000
1402.80/1403.17	c total clause space: 545.701MB
1402.80/1403.17	c total #watches: 767606
1419.49/1419.85	c total #propagations: 5210727 / total #impl: 11756013 (eff. 0.443)
1419.49/1419.85	c #Conflicts:      63000 | #Learnt:       7186 | 0.000
1419.49/1419.85	c total clause space: 545.701MB
1419.49/1419.85	c total #watches: 881628
1440.58/1440.94	c total #propagations: 5286041 / total #impl: 11904811 (eff. 0.444)
1440.58/1440.94	c #Conflicts:      64000 | #Learnt:       8186 | 0.000
1440.58/1440.94	c total clause space: 545.701MB
1440.58/1440.94	c total #watches: 949237
1470.16/1470.57	c total #propagations: 5370021 / total #impl: 12066637 (eff. 0.445)
1470.16/1470.57	c #Conflicts:      65000 | #Learnt:       9186 | 0.000
1470.16/1470.57	c total clause space: 545.701MB
1470.16/1470.57	c total #watches: 962507
1492.55/1492.93	c total #propagations: 5493317 / total #impl: 12348390 (eff. 0.445)
1492.55/1492.93	c #Conflicts:      66000 | #Learnt:      10186 | 0.000
1492.55/1492.93	c total clause space: 545.701MB
1492.55/1492.93	c total #watches: 968584
1524.93/1525.33	c total #propagations: 5631093 / total #impl: 12680005 (eff. 0.444)
1524.93/1525.33	c #Conflicts:      67000 | #Learnt:      11186 | 0.000
1524.93/1525.33	c total clause space: 545.701MB
1524.93/1525.33	c total #watches: 998718
1551.32/1551.74	c total #propagations: 5739497 / total #impl: 12978188 (eff. 0.442)
1551.32/1551.74	c #Conflicts:      68000 | #Learnt:      12186 | 0.000
1551.32/1551.74	c total clause space: 545.701MB
1551.32/1551.74	c total #watches: 1088268
1571.62/1572.09	c total #propagations: 5814698 / total #impl: 13148253 (eff. 0.442)
1571.62/1572.09	c GC COLLECT
1571.62/1572.09	c #Conflicts:      69000 | #Learnt:       6967 | 0.000
1571.62/1572.09	c total clause space: 545.701MB
1571.62/1572.09	c total #watches: 859785
1593.01/1593.45	c total #propagations: 5885061 / total #impl: 13291791 (eff. 0.443)
1593.01/1593.45	c #Conflicts:      70000 | #Learnt:       7967 | 0.000
1593.01/1593.45	c total clause space: 545.701MB
1593.01/1593.45	c total #watches: 947534
1617.40/1617.84	c total #propagations: 5965707 / total #impl: 13471060 (eff. 0.443)
1617.40/1617.84	c #Conflicts:      71000 | #Learnt:       8967 | 0.000
1617.40/1617.84	c total clause space: 545.701MB
1617.40/1617.84	c total #watches: 1095092
1656.10/1656.51	c total #propagations: 6031531 / total #impl: 13617270 (eff. 0.443)
1656.10/1656.51	c #Conflicts:      72000 | #Learnt:       9967 | 0.000
1656.10/1656.51	c total clause space: 545.701MB
1656.10/1656.51	c total #watches: 1221808
1697.00/1697.47	c total #propagations: 6102296 / total #impl: 13783352 (eff. 0.443)
1697.00/1697.47	c #Conflicts:      73000 | #Learnt:      10967 | 0.000
1697.00/1697.47	c total clause space: 545.701MB
1697.00/1697.47	c total #watches: 1314748
1754.29/1754.76	c total #propagations: 6176449 / total #impl: 13943291 (eff. 0.443)
1754.29/1754.76	c #Conflicts:      74000 | #Learnt:      11967 | 0.000
1754.29/1754.76	c total clause space: 545.701MB
1754.29/1754.76	c total #watches: 1369194

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4103103-1466272299/watcher-4103103-1466272299 -o /tmp/evaluation-result-4103103-1466272299/solver-4103103-1466272299 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466240772-17503 --watchdog 1960 --input HOME/instance-4103103-1466272299.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=22212
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.17 2.16 3/176 22215
/proc/meminfo: memFree=29647916/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 254 0 0 0 0 0 0 0 20 0 1 0 29278929 57319424 5756 33554432000 4194304 6211289 140735712097744 140733345124248 4206563 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 13994 5756 98 493 0 13491 0

[startup+0.100112 s]
/proc/loadavg: 2.17 2.17 2.16 3/176 22215
/proc/meminfo: memFree=29647916/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=59316 CPUtime=0.09 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 1578 0 0 0 8 1 0 0 20 0 1 0 29278929 60739584 11420 33554432000 4194304 6211289 140735712097744 140733345124248 4260976 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 14829 11420 121 493 0 14326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59316

[startup+0.200285 s]
/proc/loadavg: 2.17 2.17 2.16 3/176 22215
/proc/meminfo: memFree=29647916/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=67304 CPUtime=0.18 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 2566 0 0 0 17 1 0 0 20 0 1 0 29278929 68919296 14452 33554432000 4194304 6211289 140735712097744 140733345124248 4235110 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 16826 14453 143 493 0 16323 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 67304

[startup+0.300292 s]
/proc/loadavg: 2.17 2.17 2.16 3/176 22215
/proc/meminfo: memFree=29647916/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=75608 CPUtime=0.29 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 4405 0 0 0 27 2 0 0 20 0 1 0 29278929 77422592 16292 33554432000 4194304 6211289 140735712097744 140733345124248 4228081 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 18902 16292 143 493 0 18399 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75608

[startup+0.700233 s]
/proc/loadavg: 2.17 2.17 2.16 3/176 22215
/proc/meminfo: memFree=29647916/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=106792 CPUtime=0.69 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 8477 0 0 0 67 2 0 0 20 0 1 0 29278929 109355008 24712 33554432000 4194304 6211289 140735712097744 140735712095208 5161098 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 26698 24712 143 493 0 26195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106792

[startup+1.50018 s]
/proc/loadavg: 2.17 2.17 2.16 3/177 22216
/proc/meminfo: memFree=29524276/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=170108 CPUtime=1.49 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 9690 0 0 0 146 3 0 0 20 0 1 0 29278929 174190592 32410 33554432000 4194304 6211289 140735712097744 140735712095656 4209322 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 42527 32410 204 493 0 42024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170108

[startup+3.10023 s]
/proc/loadavg: 2.17 2.17 2.16 3/177 22216
/proc/meminfo: memFree=29510012/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=170240 CPUtime=3.08 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 9854 0 0 0 305 3 0 0 20 0 1 0 29278929 174325760 36127 33554432000 4194304 6211289 140735712097744 140735712095656 4209304 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 42560 36127 214 493 0 42057 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 170240

[startup+6.30021 s]
/proc/loadavg: 2.15 2.17 2.16 3/177 22216
/proc/meminfo: memFree=29487732/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=221948 CPUtime=6.29 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 10521 0 0 0 625 4 0 0 20 0 1 0 29278929 227274752 41333 33554432000 4194304 6211289 140735712097744 140735712095608 4209322 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 55487 41333 214 493 0 54984 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 221948

[startup+12.7002 s]
/proc/loadavg: 2.14 2.16 2.16 3/177 22216
/proc/meminfo: memFree=29477004/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=224392 CPUtime=12.68 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 12185 0 0 0 1264 4 0 0 20 0 1 0 29278929 229777408 43166 33554432000 4194304 6211289 140735712097744 140735712095656 4210065 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 56098 43166 219 493 0 55595 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 224392

[startup+25.5003 s]
/proc/loadavg: 2.19 2.17 2.16 3/177 22216
/proc/meminfo: memFree=29457840/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=227384 CPUtime=25.49 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 13075 0 0 0 2544 5 0 0 20 0 1 0 29278929 232841216 47630 33554432000 4194304 6211289 140735712097744 140735712095608 4209328 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 56846 47630 219 493 0 56343 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 227384

[startup+51.1003 s]
/proc/loadavg: 2.18 2.17 2.16 3/177 22216
/proc/meminfo: memFree=29427748/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=310288 CPUtime=51.08 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 14031 0 0 0 5102 6 0 0 20 0 1 0 29278929 317734912 55135 33554432000 4194304 6211289 140735712097744 140735712095656 4209322 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 77572 55135 219 493 0 77069 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 310288

[startup+102.3 s]
/proc/loadavg: 2.19 2.17 2.16 3/177 22262
/proc/meminfo: memFree=30096608/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=318044 CPUtime=102.28 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 16478 0 0 0 10220 8 0 0 20 0 1 0 29278929 325677056 66349 33554432000 4194304 6211289 140735712097744 140735712095608 4209304 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 79511 66349 219 493 0 79008 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 318044

[startup+162.3 s]
/proc/loadavg: 2.22 2.19 2.17 3/176 22263
/proc/meminfo: memFree=30013196/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=321200 CPUtime=162.23 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 17425 0 0 0 16215 8 0 0 20 0 1 0 29278929 328908800 73942 33554432000 4194304 6211289 140735712097744 140735712096088 4209304 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 80300 73942 219 493 0 79797 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 321200

[startup+222.307 s]
/proc/loadavg: 2.22 2.19 2.17 3/177 22265
/proc/meminfo: memFree=29961980/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=454744 CPUtime=222.22 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 18235 0 0 0 22213 9 0 0 20 0 1 0 29278929 465657856 79751 33554432000 4194304 6211289 140735712097744 140735712095976 4209882 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 113686 79751 219 493 0 113183 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 454744

[startup+282.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/177 22266
/proc/meminfo: memFree=29936604/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=454888 CPUtime=282.2 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 18605 0 0 0 28211 9 0 0 20 0 1 0 29278929 465805312 80335 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 113722 80335 219 493 0 113219 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 454888

[startup+342.3 s]
/proc/loadavg: 2.11 2.18 2.17 3/177 22267
/proc/meminfo: memFree=29929836/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=455192 CPUtime=342.19 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 18674 0 0 0 34210 9 0 0 20 0 1 0 29278929 466116608 80404 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 113798 80404 219 493 0 113295 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 455192

[startup+402.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/177 22268
/proc/meminfo: memFree=29906168/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=455784 CPUtime=402.18 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 18996 0 0 0 40208 10 0 0 20 0 1 0 29278929 466722816 85836 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 113946 85836 219 493 0 113443 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 455784

[startup+462.3 s]
/proc/loadavg: 2.23 2.20 2.18 3/177 22269
/proc/meminfo: memFree=29892552/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=455928 CPUtime=462.17 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 19187 0 0 0 46207 10 0 0 20 0 1 0 29278929 466870272 86027 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 113982 86027 219 493 0 113479 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 455928

[startup+522.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/178 22274
/proc/meminfo: memFree=29826800/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=464220 CPUtime=522.16 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 20596 0 0 0 52205 11 0 0 20 0 1 0 29278929 475361280 97656 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 116055 97656 219 493 0 115552 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 464220

[startup+582.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/178 22298
/proc/meminfo: memFree=29800880/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=464220 CPUtime=582.15 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 20642 0 0 0 58204 11 0 0 20 0 1 0 29278929 475361280 97702 33554432000 4194304 6211289 140735712097744 140735712096088 4209328 0 0 4096 8388610 0 0 0 17 0 0 0 0 0 0
/proc/22215/statm: 116055 97702 219 493 0 115552 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 464220


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


[startup+942.3 s]
/proc/loadavg: 2.06 2.13 2.16 3/177 22305
/proc/meminfo: memFree=29739060/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=473312 CPUtime=942.08 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 22267 0 0 0 94196 12 0 0 20 0 1 0 29278929 484671488 104437 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 118328 104437 219 493 0 117825 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 473312

[startup+1002.3 s]
/proc/loadavg: 2.07 2.12 2.15 3/177 22306
/proc/meminfo: memFree=29738912/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=473312 CPUtime=1002.07 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 22282 0 0 0 100195 12 0 0 20 0 1 0 29278929 484671488 104452 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 118328 104452 219 493 0 117825 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 473312

[startup+1062.3 s]
/proc/loadavg: 2.19 2.14 2.16 3/177 22307
/proc/meminfo: memFree=29732400/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=473632 CPUtime=1062.06 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 22349 0 0 0 106194 12 0 0 20 0 1 0 29278929 484999168 106052 33554432000 4194304 6211289 140735712097744 140735712096088 4209891 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 118408 106052 219 493 0 117905 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 473632

[startup+1122.3 s]
/proc/loadavg: 2.22 2.14 2.15 3/178 22312
/proc/meminfo: memFree=29732652/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=473952 CPUtime=1122.05 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 22383 0 0 0 112193 12 0 0 20 0 1 0 29278929 485326848 106086 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 118488 106086 219 493 0 117985 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 473952

[startup+1182.3 s]
/proc/loadavg: 2.21 2.15 2.15 3/177 22313
/proc/meminfo: memFree=29715568/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=475392 CPUtime=1182.05 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 22722 0 0 0 118192 13 0 0 20 0 1 0 29278929 486801408 110513 33554432000 4194304 6211289 140735712097744 140735712095608 4209306 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 118848 110513 219 493 0 118345 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 475392

[startup+1242.3 s]
/proc/loadavg: 2.16 2.15 2.15 3/176 22314
/proc/meminfo: memFree=29651700/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=476512 CPUtime=1242.04 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 23005 0 0 0 124191 13 0 0 20 0 1 0 29278929 487948288 114884 33554432000 4194304 6211289 140735712097744 140735712096088 4209314 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 119128 114884 219 493 0 118625 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 476512

[startup+1302.3 s]
/proc/loadavg: 2.26 2.18 2.16 3/177 22316
/proc/meminfo: memFree=29641264/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=476672 CPUtime=1302.03 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 23065 0 0 0 130190 13 0 0 20 0 1 0 29278929 488112128 114944 33554432000 4194304 6211289 140735712097744 140735712095608 4209328 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 119168 114944 219 493 0 118665 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 476672

[startup+1362.3 s]
/proc/loadavg: 2.14 2.16 2.16 3/177 22317
/proc/meminfo: memFree=29633796/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=692716 CPUtime=1362.02 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 23911 0 0 0 136186 16 0 0 20 0 1 0 29278929 709341184 116674 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173179 116674 219 493 0 172676 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 692716

[startup+1422.3 s]
/proc/loadavg: 2.09 2.14 2.15 3/177 22319
/proc/meminfo: memFree=29604168/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=693328 CPUtime=1422 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24189 0 0 0 142184 16 0 0 20 0 1 0 29278929 709967872 123595 33554432000 4194304 6211289 140735712097744 140735712096088 4209304 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173332 123595 219 493 0 172829 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 693328

[startup+1482.3 s]
/proc/loadavg: 2.18 2.16 2.15 3/177 22320
/proc/meminfo: memFree=29573844/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=693328 CPUtime=1481.96 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24230 0 0 0 148180 16 0 0 20 0 1 0 29278929 709967872 123595 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173332 123595 219 493 0 172829 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 693328

[startup+1542.31 s]
/proc/loadavg: 2.14 2.14 2.15 3/177 22321
/proc/meminfo: memFree=29573964/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=693488 CPUtime=1541.93 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24278 0 0 0 154177 16 0 0 20 0 1 0 29278929 710131712 123609 33554432000 4194304 6211289 140735712097744 140735712096088 4209314 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173372 123609 219 493 0 172869 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 693488

[startup+1602.3 s]
/proc/loadavg: 2.17 2.14 2.15 3/177 22322
/proc/meminfo: memFree=29573852/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=693488 CPUtime=1601.91 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24289 0 0 0 160175 16 0 0 20 0 1 0 29278929 710131712 123612 33554432000 4194304 6211289 140735712097744 140735712096088 4209322 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173372 123612 219 493 0 172869 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 693488

[startup+1662.3 s]
/proc/loadavg: 2.11 2.13 2.14 3/177 22323
/proc/meminfo: memFree=29571508/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=693488 CPUtime=1661.9 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24294 0 0 0 166174 16 0 0 20 0 1 0 29278929 710131712 124183 33554432000 4194304 6211289 140735712097744 140735712096088 4209830 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173372 124183 219 493 0 172869 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 693488

[startup+1722.3 s]
/proc/loadavg: 2.09 2.12 2.13 3/178 22328
/proc/meminfo: memFree=29571256/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=693648 CPUtime=1721.89 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24327 0 0 0 172173 16 0 0 20 0 1 0 29278929 710295552 124216 33554432000 4194304 6211289 140735712097744 140735712095608 4209322 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173412 124216 219 493 0 172909 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 693648

[startup+1782.3 s]
/proc/loadavg: 2.23 2.14 2.14 3/177 22329
/proc/meminfo: memFree=29562432/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=693968 CPUtime=1781.89 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24400 0 0 0 178172 17 0 0 20 0 1 0 29278929 710623232 126333 33554432000 4194304 6211289 140735712097744 140735712095608 4209322 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173492 126333 219 493 0 172989 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 693968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.18 2.14 2.14 3/177 22330
/proc/meminfo: memFree=29551440/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=694128 CPUtime=1800.08 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24474 0 0 0 179991 17 0 0 20 0 1 0 29278929 710787072 128962 33554432000 4194304 6211289 140735712097744 140735712095608 4209328 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173532 128962 219 493 0 173029 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 694128

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22215 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.18 2.14 2.14 3/177 22330
/proc/meminfo: memFree=29551440/32872528 swapFree=1103996/1183712
[pid=22215] ppid=22212 vsize=694128 CPUtime=1800.08 cores=0,2,4,6
/proc/22215/stat : 22215 (cdcl-cuttingpla) R 22212 22215 17487 0 -1 4202496 24474 0 0 0 179991 17 0 0 20 0 1 0 29278929 710787072 128962 33554432000 4194304 6211289 140735712097744 140735712095608 4209328 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/22215/statm: 173532 128962 219 493 0 173029 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 694128

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.5
CPU time (s): 1800.09
CPU user time (s): 1799.92
CPU system time (s): 0.176973
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 694128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.176973
maximum resident set size= 515848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160
involuntary context switches= 2261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.30534 second user time and 7.27889 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 19:51:40
IDJOB=4103103
IDBENCH=2268
IDSOLVER=2549
FILE ID=node115/4103103-1466272299
RUNJOBID= node115-1466240772-17503
PBS_JOBID= 19918197
Free space on /tmp= 71736 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-2.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103103-1466272299/watcher-4103103-1466272299 -o /tmp/evaluation-result-4103103-1466272299/solver-4103103-1466272299 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466240772-17503 --watchdog 1960 --input HOME/instance-4103103-1466272299.opb ./cdcl-cuttingplanes-opt-binarysearch-release

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f7a936a02ddf18c17dc27b7b53733ab1
RANDOM SEED=297222630

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29649104 kB
Buffers:          158248 kB
Cached:           192844 kB
SwapCached:         2472 kB
Active:          1026728 kB
Inactive:         266076 kB
Active(anon):     941608 kB
Inactive(anon):     2168 kB
Active(file):      85120 kB
Inactive(file):   263908 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:              5492 kB
Writeback:             0 kB
AnonPages:       2123744 kB
Mapped:             9236 kB
Shmem:                 0 kB
Slab:             612776 kB
SReclaimable:      56568 kB
SUnreclaim:       556208 kB
KernelStack:        1424 kB
PageTables:         8124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2667744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node115 at 2016-06-18 20:21:40