Trace number 4103111

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.11 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-5.opb
MD5SUM2295cbab79cf702b6a93f1d0b8bae876
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-56
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 -58
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints125982
Number of constraints which are clauses125982
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.00	c OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.09/0.14	c * #variable= 1534 #constraint= 125982
0.38/0.40	c * #variable= 1534 #constraint= 125982
1.20/1.29	c S1->S2
1.20/1.29	c S2->S1
1.20/1.29	c #Conflicts:       1000 | #Learnt:        490 | 0.000
1.20/1.29	c total clause space: 78.2603MB
1.20/1.29	c total #watches: 314851
5.99/6.06	c total #propagations: 55326 / total #impl: 101676 (eff. 0.544)
5.99/6.06	c #Conflicts:       2000 | #Learnt:       1490 | 0.000
5.99/6.06	c total clause space: 127.173MB
5.99/6.06	c total #watches: 449466
12.98/13.04	c total #propagations: 127734 / total #impl: 265177 (eff. 0.482)
12.98/13.04	c GC COLLECT
12.98/13.04	c #Conflicts:       3000 | #Learnt:       1764 | 0.000
12.98/13.04	c total clause space: 127.173MB
12.98/13.04	c total #watches: 540157
25.19/25.22	c total #propagations: 190821 / total #impl: 397865 (eff. 0.480)
25.19/25.22	c #Conflicts:       4000 | #Learnt:       2764 | 0.000
25.19/25.22	c total clause space: 127.173MB
25.19/25.22	c total #watches: 634124
35.78/35.85	c total #propagations: 266419 / total #impl: 556864 (eff. 0.478)
35.78/35.85	c GC COLLECT
35.78/35.85	c #Conflicts:       5000 | #Learnt:       2225 | 0.000
35.78/35.85	c total clause space: 127.173MB
35.78/35.85	c total #watches: 492935
46.48/46.58	c total #propagations: 338001 / total #impl: 726137 (eff. 0.465)
46.48/46.58	c #Conflicts:       6000 | #Learnt:       3225 | 0.000
46.48/46.58	c total clause space: 127.173MB
46.48/46.58	c total #watches: 628625
61.68/61.78	c total #propagations: 410037 / total #impl: 890143 (eff. 0.461)
61.68/61.78	c GC COLLECT
61.68/61.78	c #Conflicts:       7000 | #Learnt:       2142 | 0.000
61.68/61.78	c total clause space: 206.656MB
61.68/61.78	c total #watches: 531256
72.97/73.01	c total #propagations: 489873 / total #impl: 1055210 (eff. 0.464)
72.97/73.01	c #Conflicts:       8000 | #Learnt:       3142 | 0.000
72.97/73.01	c total clause space: 206.656MB
72.97/73.01	c total #watches: 638463
89.08/89.18	c total #propagations: 567155 / total #impl: 1207995 (eff. 0.470)
89.08/89.18	c #Conflicts:       9000 | #Learnt:       4142 | 0.000
89.08/89.18	c total clause space: 206.656MB
89.08/89.18	c total #watches: 697579
108.07/108.16	c total #propagations: 652088 / total #impl: 1383686 (eff. 0.471)
108.07/108.16	c GC COLLECT
108.07/108.16	c #Conflicts:      10000 | #Learnt:       2655 | 0.000
108.07/108.16	c total clause space: 206.656MB
108.07/108.16	c total #watches: 495935
117.17/117.25	c total #propagations: 723652 / total #impl: 1538971 (eff. 0.470)
117.17/117.25	c #Conflicts:      11000 | #Learnt:       3655 | 0.000
117.17/117.25	c total clause space: 206.656MB
117.17/117.25	c total #watches: 624037
130.77/130.85	c total #propagations: 796572 / total #impl: 1706452 (eff. 0.467)
130.77/130.85	c #Conflicts:      12000 | #Learnt:       4655 | 0.000
130.77/130.85	c total clause space: 206.656MB
130.77/130.85	c total #watches: 744941
149.06/149.12	c total #propagations: 872407 / total #impl: 1863779 (eff. 0.468)
149.06/149.12	c #Conflicts:      13000 | #Learnt:       5655 | 0.000
149.06/149.12	c total clause space: 206.656MB
149.06/149.12	c total #watches: 884471
163.56/163.68	c total #propagations: 947270 / total #impl: 2025592 (eff. 0.468)
163.56/163.68	c GC COLLECT
163.56/163.68	c #Conflicts:      14000 | #Learnt:       3799 | 0.000
163.56/163.68	c total clause space: 206.656MB
163.56/163.68	c total #watches: 814017
186.66/186.74	c total #propagations: 1008345 / total #impl: 2159563 (eff. 0.467)
186.66/186.74	c #Conflicts:      15000 | #Learnt:       4799 | 0.000
186.66/186.74	c total clause space: 206.656MB
186.66/186.74	c total #watches: 917076
217.66/217.73	c total #propagations: 1083131 / total #impl: 2322110 (eff. 0.466)
217.66/217.73	c #Conflicts:      16000 | #Learnt:       5799 | 0.000
217.66/217.73	c total clause space: 206.656MB
217.66/217.73	c total #watches: 1016782
242.95/243.07	c total #propagations: 1158667 / total #impl: 2479660 (eff. 0.467)
242.95/243.07	c GC COLLECT
242.95/243.07	c #Conflicts:      17000 | #Learnt:       3617 | 0.000
242.95/243.07	c total clause space: 335.816MB
242.95/243.07	c total #watches: 637418
258.35/258.44	c total #propagations: 1238763 / total #impl: 2641082 (eff. 0.469)
258.35/258.44	c #Conflicts:      18000 | #Learnt:       4617 | 0.000
258.35/258.44	c total clause space: 335.816MB
258.35/258.44	c total #watches: 722785
273.45/273.57	c total #propagations: 1320445 / total #impl: 2812470 (eff. 0.469)
273.45/273.57	c #Conflicts:      19000 | #Learnt:       5617 | 0.000
273.45/273.57	c total clause space: 335.816MB
273.45/273.57	c total #watches: 789504
296.54/296.63	c total #propagations: 1401034 / total #impl: 2977797 (eff. 0.470)
296.54/296.63	c #Conflicts:      20000 | #Learnt:       6617 | 0.000
296.54/296.63	c total clause space: 335.816MB
296.54/296.63	c total #watches: 809129
307.74/307.85	c total #propagations: 1519929 / total #impl: 3229378 (eff. 0.471)
307.74/307.85	c GC COLLECT
307.74/307.85	c #Conflicts:      21000 | #Learnt:       4123 | 0.000
307.74/307.85	c total clause space: 335.816MB
307.74/307.85	c total #watches: 513227
315.94/316.02	c total #propagations: 1624209 / total #impl: 3459376 (eff. 0.470)
315.94/316.02	c #Conflicts:      22000 | #Learnt:       5123 | 0.000
315.94/316.02	c total clause space: 335.816MB
315.94/316.02	c total #watches: 665309
331.83/331.93	c total #propagations: 1690015 / total #impl: 3606027 (eff. 0.469)
331.83/331.93	c #Conflicts:      23000 | #Learnt:       6123 | 0.000
331.83/331.93	c total clause space: 335.816MB
331.83/331.93	c total #watches: 789421
351.42/351.54	c total #propagations: 1761814 / total #impl: 3759839 (eff. 0.469)
351.42/351.54	c #Conflicts:      24000 | #Learnt:       7123 | 0.000
351.42/351.54	c total clause space: 335.816MB
351.42/351.54	c total #watches: 904239
373.93/374.04	c total #propagations: 1830837 / total #impl: 3905552 (eff. 0.469)
373.93/374.04	c GC COLLECT
373.93/374.04	c #Conflicts:      25000 | #Learnt:       4308 | 0.000
373.93/374.04	c total clause space: 335.816MB
373.93/374.04	c total #watches: 819659
398.61/398.73	c total #propagations: 1904523 / total #impl: 4071498 (eff. 0.468)
398.61/398.73	c #Conflicts:      26000 | #Learnt:       5308 | 0.000
398.61/398.73	c total clause space: 335.816MB
398.61/398.73	c total #watches: 955347
426.11/426.26	c total #propagations: 1973995 / total #impl: 4237470 (eff. 0.466)
426.11/426.26	c #Conflicts:      27000 | #Learnt:       6308 | 0.000
426.11/426.26	c total clause space: 335.816MB
426.11/426.26	c total #watches: 1063963
465.79/465.93	c total #propagations: 2046942 / total #impl: 4397574 (eff. 0.465)
465.79/465.93	c #Conflicts:      28000 | #Learnt:       7308 | 0.000
465.79/465.93	c total clause space: 335.816MB
465.79/465.93	c total #watches: 1138016
504.19/504.30	c total #propagations: 2129194 / total #impl: 4568156 (eff. 0.466)
504.19/504.30	c GC COLLECT
504.19/504.30	c #Conflicts:      29000 | #Learnt:       4193 | 0.000
504.19/504.30	c total clause space: 335.816MB
504.19/504.30	c total #watches: 671918
521.29/521.43	c total #propagations: 2219399 / total #impl: 4758623 (eff. 0.466)
521.29/521.43	c #Conflicts:      30000 | #Learnt:       5193 | 0.000
521.29/521.43	c total clause space: 335.816MB
521.29/521.43	c total #watches: 782771
544.28/544.49	c total #propagations: 2294081 / total #impl: 4922235 (eff. 0.466)
544.28/544.49	c #Conflicts:      31000 | #Learnt:       6193 | 0.000
544.28/544.49	c total clause space: 335.816MB
544.28/544.49	c total #watches: 901365
571.28/571.41	c total #propagations: 2363535 / total #impl: 5072755 (eff. 0.466)
571.28/571.41	c #Conflicts:      32000 | #Learnt:       7193 | 0.000
571.28/571.41	c total clause space: 335.816MB
571.28/571.41	c total #watches: 1003447
603.97/604.19	c total #propagations: 2438453 / total #impl: 5226591 (eff. 0.467)
603.97/604.19	c #Conflicts:      33000 | #Learnt:       8193 | 0.000
603.97/604.19	c total clause space: 335.816MB
603.97/604.19	c total #watches: 1115581
632.67/632.84	c total #propagations: 2514329 / total #impl: 5393528 (eff. 0.466)
632.67/632.84	c GC COLLECT
632.67/632.84	c #Conflicts:      34000 | #Learnt:       4769 | 0.000
632.67/632.84	c total clause space: 335.816MB
632.67/632.84	c total #watches: 811336
653.17/653.30	c total #propagations: 2581045 / total #impl: 5538778 (eff. 0.466)
653.17/653.30	c #Conflicts:      35000 | #Learnt:       5769 | 0.000
653.17/653.30	c total clause space: 335.816MB
653.17/653.30	c total #watches: 941241
676.97/677.13	c total #propagations: 2648925 / total #impl: 5694139 (eff. 0.465)
676.97/677.13	c #Conflicts:      36000 | #Learnt:       6769 | 0.000
676.97/677.13	c total clause space: 335.816MB
676.97/677.13	c total #watches: 1047960
701.77/701.92	c total #propagations: 2722926 / total #impl: 5845156 (eff. 0.466)
701.77/701.92	c #Conflicts:      37000 | #Learnt:       7769 | 0.000
701.77/701.92	c total clause space: 335.816MB
701.77/701.92	c total #watches: 1116975
731.66/731.86	c total #propagations: 2800958 / total #impl: 5998594 (eff. 0.467)
731.66/731.86	c #Conflicts:      38000 | #Learnt:       8769 | 0.000
731.66/731.86	c total clause space: 335.816MB
731.66/731.86	c total #watches: 1221315
760.25/760.44	c total #propagations: 2877866 / total #impl: 6154317 (eff. 0.468)
760.25/760.44	c GC COLLECT
760.25/760.44	c #Conflicts:      39000 | #Learnt:       5061 | 0.000
760.25/760.44	c total clause space: 335.816MB
760.25/760.44	c total #watches: 723548
783.55/783.74	c total #propagations: 2965136 / total #impl: 6325181 (eff. 0.469)
783.55/783.74	c #Conflicts:      40000 | #Learnt:       6061 | 0.000
783.55/783.74	c total clause space: 335.816MB
783.55/783.74	c total #watches: 742598
806.75/806.94	c total #propagations: 3089237 / total #impl: 6659416 (eff. 0.464)
806.75/806.94	c #Conflicts:      41000 | #Learnt:       7061 | 0.000
806.75/806.94	c total clause space: 335.816MB
806.75/806.94	c total #watches: 773575
835.04/835.20	c total #propagations: 3237940 / total #impl: 7101407 (eff. 0.456)
835.04/835.20	c #Conflicts:      42000 | #Learnt:       8061 | 0.000
835.04/835.20	c total clause space: 335.816MB
835.04/835.20	c total #watches: 809556
867.64/867.84	c total #propagations: 3414077 / total #impl: 7778368 (eff. 0.439)
867.64/867.84	c #Conflicts:      43000 | #Learnt:       9061 | 0.000
867.64/867.84	c total clause space: 335.816MB
867.64/867.84	c total #watches: 839511
900.63/900.82	c total #propagations: 3576061 / total #impl: 8367875 (eff. 0.427)
900.63/900.82	c GC COLLECT
900.63/900.82	c #Conflicts:      44000 | #Learnt:       5054 | 0.000
900.63/900.82	c total clause space: 335.816MB
900.63/900.82	c total #watches: 726935
918.63/918.82	c total #propagations: 3708857 / total #impl: 8772491 (eff. 0.423)
918.63/918.82	c #Conflicts:      45000 | #Learnt:       6054 | 0.000
918.63/918.82	c total clause space: 335.816MB
918.63/918.82	c total #watches: 764856
942.92/943.18	c total #propagations: 3793857 / total #impl: 8968511 (eff. 0.423)
942.92/943.18	c #Conflicts:      46000 | #Learnt:       7054 | 0.000
942.92/943.18	c total clause space: 335.816MB
942.92/943.18	c total #watches: 784531
964.53/964.78	c total #propagations: 3914644 / total #impl: 9272839 (eff. 0.422)
964.53/964.78	c #Conflicts:      47000 | #Learnt:       8054 | 0.000
964.53/964.78	c total clause space: 335.816MB
964.53/964.78	c total #watches: 796146
989.12/989.38	c total #propagations: 4036579 / total #impl: 9581534 (eff. 0.421)
989.12/989.38	c #Conflicts:      48000 | #Learnt:       9054 | 0.000
989.12/989.38	c total clause space: 335.816MB
989.12/989.38	c total #watches: 826624
1011.31/1011.52	c total #propagations: 4170183 / total #impl: 9964317 (eff. 0.419)
1011.31/1011.52	c #Conflicts:      49000 | #Learnt:      10054 | 0.000
1011.31/1011.52	c total clause space: 335.816MB
1011.31/1011.52	c total #watches: 911068
1031.01/1031.23	c total #propagations: 4261987 / total #impl: 10181995 (eff. 0.419)
1031.01/1031.23	c GC COLLECT
1031.01/1031.23	c #Conflicts:      50000 | #Learnt:       5755 | 0.000
1031.01/1031.23	c total clause space: 335.816MB
1031.01/1031.23	c total #watches: 798487
1050.41/1050.62	c total #propagations: 4334288 / total #impl: 10338837 (eff. 0.419)
1050.41/1050.62	c #Conflicts:      51000 | #Learnt:       6755 | 0.000
1050.41/1050.62	c total clause space: 335.816MB
1050.41/1050.62	c total #watches: 929607
1073.70/1073.95	c total #propagations: 4404296 / total #impl: 10494578 (eff. 0.420)
1073.70/1073.95	c #Conflicts:      52000 | #Learnt:       7755 | 0.000
1073.70/1073.95	c total clause space: 335.816MB
1073.70/1073.95	c total #watches: 1059622
1103.60/1103.80	c total #propagations: 4476281 / total #impl: 10652404 (eff. 0.420)
1103.60/1103.80	c #Conflicts:      53000 | #Learnt:       8755 | 0.000
1103.60/1103.80	c total clause space: 335.816MB
1103.60/1103.80	c total #watches: 1172206
1137.89/1138.12	c total #propagations: 4554922 / total #impl: 10815230 (eff. 0.421)
1137.89/1138.12	c #Conflicts:      54000 | #Learnt:       9755 | 0.000
1137.89/1138.12	c total clause space: 335.816MB
1137.89/1138.12	c total #watches: 1271641
1177.39/1177.62	c total #propagations: 4629182 / total #impl: 10966405 (eff. 0.422)
1177.39/1177.62	c #Conflicts:      55000 | #Learnt:      10755 | 0.000
1177.39/1177.62	c total clause space: 335.816MB
1177.39/1177.62	c total #watches: 1350879
1209.48/1209.73	c total #propagations: 4711415 / total #impl: 11129983 (eff. 0.423)
1209.48/1209.73	c GC COLLECT
1209.48/1209.73	c #Conflicts:      56000 | #Learnt:       6146 | 0.000
1209.48/1209.73	c total clause space: 545.701MB
1209.48/1209.73	c total #watches: 831375
1231.17/1231.45	c total #propagations: 4779669 / total #impl: 11282528 (eff. 0.424)
1231.17/1231.45	c #Conflicts:      57000 | #Learnt:       7146 | 0.000
1231.17/1231.45	c total clause space: 545.701MB
1231.17/1231.45	c total #watches: 973893
1257.27/1257.51	c total #propagations: 4848412 / total #impl: 11440306 (eff. 0.424)
1257.27/1257.51	c #Conflicts:      58000 | #Learnt:       8146 | 0.000
1257.27/1257.51	c total clause space: 545.701MB
1257.27/1257.51	c total #watches: 1112922
1294.27/1294.56	c total #propagations: 4920934 / total #impl: 11600248 (eff. 0.424)
1294.27/1294.56	c #Conflicts:      59000 | #Learnt:       9146 | 0.000
1294.27/1294.56	c total clause space: 545.701MB
1294.27/1294.56	c total #watches: 1236506
1341.46/1341.76	c total #propagations: 4994347 / total #impl: 11755081 (eff. 0.425)
1341.46/1341.76	c #Conflicts:      60000 | #Learnt:      10146 | 0.000
1341.46/1341.76	c total clause space: 545.701MB
1341.46/1341.76	c total #watches: 1345334
1385.06/1385.33	c total #propagations: 5067541 / total #impl: 11914130 (eff. 0.425)
1385.06/1385.33	c #Conflicts:      61000 | #Learnt:      11146 | 0.000
1385.06/1385.33	c total clause space: 545.701MB
1385.06/1385.33	c total #watches: 1474643
1427.25/1427.59	c total #propagations: 5137585 / total #impl: 12068791 (eff. 0.426)
1427.25/1427.59	c GC COLLECT
1427.25/1427.59	c #Conflicts:      62000 | #Learnt:       6242 | 0.000
1427.25/1427.59	c total clause space: 545.701MB
1427.25/1427.59	c total #watches: 844378
1451.35/1451.68	c total #propagations: 5210183 / total #impl: 12221234 (eff. 0.426)
1451.35/1451.68	c #Conflicts:      63000 | #Learnt:       7242 | 0.000
1451.35/1451.68	c total clause space: 545.701MB
1451.35/1451.68	c total #watches: 876073
1483.04/1483.39	c total #propagations: 5305823 / total #impl: 12408981 (eff. 0.428)
1483.04/1483.39	c #Conflicts:      64000 | #Learnt:       8242 | 0.000
1483.04/1483.39	c total clause space: 545.701MB
1483.04/1483.39	c total #watches: 908541
1516.94/1517.21	c total #propagations: 5403564 / total #impl: 12742702 (eff. 0.424)
1516.94/1517.21	c #Conflicts:      65000 | #Learnt:       9242 | 0.000
1516.94/1517.21	c total clause space: 545.701MB
1516.94/1517.21	c total #watches: 935173
1539.74/1540.03	c total #propagations: 5488940 / total #impl: 13108019 (eff. 0.419)
1539.74/1540.03	c #Conflicts:      66000 | #Learnt:      10242 | 0.000
1539.74/1540.03	c total clause space: 545.701MB
1539.74/1540.03	c total #watches: 1012781
1570.23/1570.52	c total #propagations: 5563508 / total #impl: 13310624 (eff. 0.418)
1570.23/1570.52	c #Conflicts:      67000 | #Learnt:      11242 | 0.000
1570.23/1570.52	c total clause space: 545.701MB
1570.23/1570.52	c total #watches: 1085288
1598.72/1599.05	c total #propagations: 5642833 / total #impl: 13483868 (eff. 0.418)
1598.72/1599.05	c #Conflicts:      68000 | #Learnt:      12242 | 0.000
1598.72/1599.05	c total clause space: 545.701MB
1598.72/1599.05	c total #watches: 1208341
1623.43/1623.74	c total #propagations: 5715382 / total #impl: 13652281 (eff. 0.419)
1623.43/1623.74	c GC COLLECT
1623.43/1623.74	c #Conflicts:      69000 | #Learnt:       7034 | 0.000
1623.43/1623.74	c total clause space: 545.701MB
1623.43/1623.74	c total #watches: 933108
1646.91/1647.23	c total #propagations: 5789231 / total #impl: 13814534 (eff. 0.419)
1646.91/1647.23	c #Conflicts:      70000 | #Learnt:       8034 | 0.000
1646.91/1647.23	c total clause space: 545.701MB
1646.91/1647.23	c total #watches: 1059494
1676.61/1676.92	c total #propagations: 5864403 / total #impl: 13970264 (eff. 0.420)
1676.61/1676.92	c #Conflicts:      71000 | #Learnt:       9034 | 0.000
1676.61/1676.92	c total clause space: 545.701MB
1676.61/1676.92	c total #watches: 1206044
1718.90/1719.28	c total #propagations: 5935141 / total #impl: 14125814 (eff. 0.420)
1718.90/1719.28	c #Conflicts:      72000 | #Learnt:      10034 | 0.000
1718.90/1719.28	c total clause space: 545.701MB
1718.90/1719.28	c total #watches: 1361070
1772.69/1773.02	c total #propagations: 6002285 / total #impl: 14274386 (eff. 0.420)
1772.69/1773.02	c #Conflicts:      73000 | #Learnt:      11034 | 0.000
1772.69/1773.02	c total clause space: 545.701MB
1772.69/1773.02	c total #watches: 1452372

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-4103111-1466272353/watcher-4103111-1466272353 -o /tmp/evaluation-result-4103111-1466272353/solver-4103111-1466272353 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466240772-17504 --watchdog 1960 --input HOME/instance-4103111-1466272353.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=22258
running on 4 cores: 1,3,5,7

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.18 2.17 2.16 3/176 22261
/proc/meminfo: memFree=30352736/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=55976 CPUtime=0 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 258 0 0 0 0 0 0 0 20 0 1 0 29284331 57319424 7804 33554432000 4194304 6211289 140734535067520 140737289588328 4206544 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 13994 7804 98 493 0 13491 0

[startup+0.100115 s]
/proc/loadavg: 2.18 2.17 2.16 3/176 22261
/proc/meminfo: memFree=30352736/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=59316 CPUtime=0.09 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 1626 0 0 0 8 1 0 0 20 0 1 0 29284331 60739584 11468 33554432000 4194304 6211289 140734535067520 140737289588328 5418912 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 14829 11468 121 493 0 14326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59316

[startup+0.200267 s]
/proc/loadavg: 2.18 2.17 2.16 3/176 22261
/proc/meminfo: memFree=30352736/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=67440 CPUtime=0.19 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 2844 0 0 0 18 1 0 0 20 0 1 0 29284331 69058560 14730 33554432000 4194304 6211289 140734535067520 140737289588328 5161098 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 16860 14731 143 493 0 16357 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 67440

[startup+0.300304 s]
/proc/loadavg: 2.18 2.17 2.16 3/176 22261
/proc/meminfo: memFree=30352736/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=76208 CPUtime=0.29 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 4033 0 0 0 28 1 0 0 20 0 1 0 29284331 78036992 16941 33554432000 4194304 6211289 140734535067520 140737289588328 5161098 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 19052 16941 143 493 0 18549 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76208

[startup+0.700225 s]
/proc/loadavg: 2.18 2.17 2.16 3/176 22261
/proc/meminfo: memFree=30352736/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=118648 CPUtime=0.69 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 7792 0 0 0 67 2 0 0 20 0 1 0 29284331 121495552 25525 33554432000 4194304 6211289 140734535067520 140734535064984 4216335 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 29662 25525 204 493 0 29159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118648

[startup+1.50019 s]
/proc/loadavg: 2.17 2.17 2.16 3/177 22262
/proc/meminfo: memFree=30224700/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=169892 CPUtime=1.49 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 8767 0 0 0 146 3 0 0 20 0 1 0 29284331 173969408 33498 33554432000 4194304 6211289 140734535067520 140734535065864 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 42473 33498 214 493 0 41970 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 169892

[startup+3.10019 s]
/proc/loadavg: 2.17 2.17 2.16 3/177 22262
/proc/meminfo: memFree=30208240/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=170432 CPUtime=3.08 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 8925 0 0 0 305 3 0 0 20 0 1 0 29284331 174522368 38255 33554432000 4194304 6211289 140734535067520 140734535065512 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 42608 38255 214 493 0 42105 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 170432

[startup+6.30019 s]
/proc/loadavg: 2.15 2.17 2.16 3/177 22262
/proc/meminfo: memFree=30180092/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=221848 CPUtime=6.29 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 10489 0 0 0 625 4 0 0 20 0 1 0 29284331 227172352 41970 33554432000 4194304 6211289 140734535067520 140734535065384 4209328 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 55462 41970 214 493 0 54959 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 221848

[startup+12.7002 s]
/proc/loadavg: 2.14 2.16 2.16 3/177 22262
/proc/meminfo: memFree=30167532/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=224872 CPUtime=12.69 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 11376 0 0 0 1265 4 0 0 20 0 1 0 29284331 230268928 42828 33554432000 4194304 6211289 140734535067520 140734535065432 4209304 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 56218 42828 219 493 0 55715 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 224872

[startup+25.5003 s]
/proc/loadavg: 2.18 2.17 2.16 3/177 22262
/proc/meminfo: memFree=30136884/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=228416 CPUtime=25.49 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 12356 0 0 0 2544 5 0 0 20 0 1 0 29284331 233897984 50451 33554432000 4194304 6211289 140734535067520 140734535065864 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 57104 50451 219 493 0 56601 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 228416

[startup+51.1003 s]
/proc/loadavg: 2.18 2.17 2.16 3/177 22262
/proc/meminfo: memFree=30090952/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=310348 CPUtime=51.08 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 13188 0 0 0 5102 6 0 0 20 0 1 0 29284331 317796352 56307 33554432000 4194304 6211289 140734535067520 140734535065752 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 77587 56307 219 493 0 77084 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 310348

[startup+102.3 s]
/proc/loadavg: 2.24 2.19 2.17 4/177 22263
/proc/meminfo: memFree=30022120/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=318668 CPUtime=102.28 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 15660 0 0 0 10221 7 0 0 20 0 1 0 29284331 326316032 65505 33554432000 4194304 6211289 140734535067520 140734535065384 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 79667 65505 219 493 0 79164 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 318668

[startup+162.3 s]
/proc/loadavg: 2.24 2.20 2.17 3/177 22265
/proc/meminfo: memFree=29966572/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=321984 CPUtime=162.26 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 16699 0 0 0 16219 7 0 0 20 0 1 0 29284331 329711616 74720 33554432000 4194304 6211289 140734535067520 140734535065432 4209304 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 80496 74720 219 493 0 79993 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 321984

[startup+222.307 s]
/proc/loadavg: 2.22 2.20 2.18 3/177 22266
/proc/meminfo: memFree=29940696/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=455384 CPUtime=222.27 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 17441 0 0 0 22219 8 0 0 20 0 1 0 29284331 466313216 79474 33554432000 4194304 6211289 140734535067520 140734535065752 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 113846 79474 219 493 0 113343 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 455384

[startup+282.3 s]
/proc/loadavg: 2.12 2.18 2.17 4/177 22267
/proc/meminfo: memFree=29929584/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=455384 CPUtime=282.24 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 17819 0 0 0 28216 8 0 0 20 0 1 0 29284331 466313216 82103 33554432000 4194304 6211289 140734535067520 140734535065864 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 113846 82103 219 493 0 113343 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 455384

[startup+342.3 s]
/proc/loadavg: 2.23 2.19 2.18 3/177 22268
/proc/meminfo: memFree=29906784/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=455528 CPUtime=342.23 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 17887 0 0 0 34215 8 0 0 20 0 1 0 29284331 466460672 82210 33554432000 4194304 6211289 140734535067520 140734535065864 4209304 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 113882 82210 219 493 0 113379 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 455528

[startup+402.3 s]
/proc/loadavg: 2.26 2.20 2.18 3/177 22269
/proc/meminfo: memFree=29892548/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=455992 CPUtime=402.21 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 18218 0 0 0 40212 9 0 0 20 0 1 0 29284331 466935808 85574 33554432000 4194304 6211289 140734535067520 140734535065864 4209314 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 113998 85574 219 493 0 113495 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 455992

[startup+462.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/178 22274
/proc/meminfo: memFree=29831512/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=456456 CPUtime=462.19 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 18393 0 0 0 46210 9 0 0 20 0 1 0 29284331 467410944 89835 33554432000 4194304 6211289 140734535067520 140734535065384 4209328 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 114114 89835 219 493 0 113611 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 456456

[startup+522.3 s]
/proc/loadavg: 2.22 2.20 2.18 3/178 22298
/proc/meminfo: memFree=29800620/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=463660 CPUtime=522.19 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 19594 0 0 0 52209 10 0 0 20 0 1 0 29284331 474787840 96657 33554432000 4194304 6211289 140734535067520 140734535065864 4209328 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 115915 96657 219 493 0 115412 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 463660

[startup+582.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 22299
/proc/meminfo: memFree=29785184/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=463820 CPUtime=582.18 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 19650 0 0 0 58208 10 0 0 20 0 1 0 29284331 474951680 96713 33554432000 4194304 6211289 140734535067520 140734535065384 4209882 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 115955 96713 219 493 0 115452 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 463820


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


[startup+882.307 s]
/proc/loadavg: 2.07 2.13 2.16 3/177 22305
/proc/meminfo: memFree=29739184/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=471952 CPUtime=882.14 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 21153 0 0 0 88203 11 0 0 20 0 1 0 29284331 483278848 105370 33554432000 4194304 6211289 140734535067520 140734535065864 4209304 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 117988 105370 219 493 0 117485 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 471952

[startup+942.3 s]
/proc/loadavg: 2.08 2.12 2.15 3/177 22306
/proc/meminfo: memFree=29738912/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=471952 CPUtime=942.12 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 21163 0 0 0 94201 11 0 0 20 0 1 0 29284331 483278848 105380 33554432000 4194304 6211289 140734535067520 140734535065864 4209328 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 117988 105380 219 493 0 117485 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 471952

[startup+1002.3 s]
/proc/loadavg: 2.12 2.12 2.15 4/177 22307
/proc/meminfo: memFree=29732400/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=472112 CPUtime=1002.11 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 21200 0 0 0 100200 11 0 0 20 0 1 0 29284331 483442688 105417 33554432000 4194304 6211289 140734535067520 140734535065864 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 118028 105417 219 493 0 117525 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 472112

[startup+1062.3 s]
/proc/loadavg: 2.15 2.13 2.15 3/178 22312
/proc/meminfo: memFree=29732636/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=472272 CPUtime=1062.1 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 21226 0 0 0 106199 11 0 0 20 0 1 0 29284331 483606528 105443 33554432000 4194304 6211289 140734535067520 140734535065864 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 118068 105443 219 493 0 117565 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 472272

[startup+1122.3 s]
/proc/loadavg: 2.14 2.13 2.15 4/177 22313
/proc/meminfo: memFree=29722084/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=473712 CPUtime=1122.09 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 21471 0 0 0 112198 11 0 0 20 0 1 0 29284331 485081088 105688 33554432000 4194304 6211289 140734535067520 140734535065432 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 118428 105688 219 493 0 117925 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 473712

[startup+1182.3 s]
/proc/loadavg: 2.18 2.15 2.15 3/176 22314
/proc/meminfo: memFree=29657156/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=475952 CPUtime=1182.09 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 22230 0 0 0 118197 12 0 0 20 0 1 0 29284331 487374848 115597 33554432000 4194304 6211289 140734535067520 140734535065432 4209314 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 118988 115597 219 493 0 118485 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 475952

[startup+1242.3 s]
/proc/loadavg: 2.28 2.18 2.16 3/177 22316
/proc/meminfo: memFree=29641260/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=692956 CPUtime=1242.07 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 22782 0 0 0 124193 14 0 0 20 0 1 0 29284331 709586944 119209 33554432000 4194304 6211289 140734535067520 140734535065864 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173239 119209 219 493 0 172736 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 692956

[startup+1302.3 s]
/proc/loadavg: 2.15 2.16 2.16 3/177 22317
/proc/meminfo: memFree=29638324/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=693276 CPUtime=1302.06 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 22831 0 0 0 130192 14 0 0 20 0 1 0 29284331 709914624 119258 33554432000 4194304 6211289 140734535067520 140734535065384 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173319 119258 219 493 0 172816 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 693276

[startup+1362.3 s]
/proc/loadavg: 2.10 2.14 2.15 3/177 22319
/proc/meminfo: memFree=29604292/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=693916 CPUtime=1362.05 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23156 0 0 0 136191 14 0 0 20 0 1 0 29284331 710569984 119550 33554432000 4194304 6211289 140734535067520 140734535065384 4209304 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173479 119550 219 493 0 172976 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 693916

[startup+1422.3 s]
/proc/loadavg: 2.19 2.16 2.15 3/177 22320
/proc/meminfo: memFree=29573844/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=694688 CPUtime=1422.06 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23514 0 0 0 142191 15 0 0 20 0 1 0 29284331 711360512 127062 33554432000 4194304 6211289 140734535067520 140734535065384 4251790 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173672 127062 219 493 0 173169 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 694688

[startup+1482.3 s]
/proc/loadavg: 2.07 2.13 2.14 3/177 22321
/proc/meminfo: memFree=29573716/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=694688 CPUtime=1482.04 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23514 0 0 0 148189 15 0 0 20 0 1 0 29284331 711360512 127062 33554432000 4194304 6211289 140734535067520 140734535065864 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173672 127062 219 493 0 173169 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 694688

[startup+1542.31 s]
/proc/loadavg: 2.10 2.13 2.14 4/177 22322
/proc/meminfo: memFree=29573728/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=694688 CPUtime=1542.04 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23515 0 0 0 154189 15 0 0 20 0 1 0 29284331 711360512 127063 33554432000 4194304 6211289 140734535067520 140734535065864 4209895 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173672 127063 219 493 0 173169 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 694688

[startup+1602.3 s]
/proc/loadavg: 2.12 2.13 2.14 3/177 22323
/proc/meminfo: memFree=29571384/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=694688 CPUtime=1602.02 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23618 0 0 0 160187 15 0 0 20 0 1 0 29284331 711360512 127143 33554432000 4194304 6211289 140734535067520 140734535065864 4209250 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173672 127143 219 493 0 173169 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 694688

[startup+1662.3 s]
/proc/loadavg: 2.10 2.12 2.13 4/178 22328
/proc/meminfo: memFree=29571184/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=694688 CPUtime=1662.01 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23624 0 0 0 166186 15 0 0 20 0 1 0 29284331 711360512 127149 33554432000 4194304 6211289 140734535067520 140734535065864 4209304 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173672 127149 219 493 0 173169 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 694688

[startup+1722.3 s]
/proc/loadavg: 2.16 2.13 2.13 3/177 22329
/proc/meminfo: memFree=29566652/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=694688 CPUtime=1722 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23630 0 0 0 172185 15 0 0 20 0 1 0 29284331 711360512 127155 33554432000 4194304 6211289 140734535067520 140734535065864 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173672 127155 219 493 0 173169 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 694688

[startup+1782.3 s]
/proc/loadavg: 2.09 2.12 2.13 3/177 22376
/proc/meminfo: memFree=29980628/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=694848 CPUtime=1781.99 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23733 0 0 0 178184 15 0 0 20 0 1 0 29284331 711524352 128391 33554432000 4194304 6211289 140734535067520 140734535065432 4209306 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173712 128391 219 493 0 173209 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 694848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.14 2.13 2.13 3/177 22376
/proc/meminfo: memFree=29974476/32872528 swapFree=1103996/1183712
[pid=22261] ppid=22258 vsize=694848 CPUtime=1800.08 cores=1,3,5,7
/proc/22261/stat : 22261 (cdcl-cuttingpla) R 22258 22261 17487 0 -1 4202496 23744 0 0 0 179993 15 0 0 20 0 1 0 29284331 711524352 128391 33554432000 4194304 6211289 140734535067520 140734535065432 4209244 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22261/statm: 173712 128391 219 493 0 173209 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 694848

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 22261 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.11
CPU user time (s): 1799.93
CPU system time (s): 0.173973
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 694848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.173973
maximum resident set size= 513564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23744
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= 67
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49316 second user time and 8.30574 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 19:52:34
IDJOB=4103111
IDBENCH=2269
IDSOLVER=2549
FILE ID=node115/4103111-1466272353
RUNJOBID= node115-1466240772-17504
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-5.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103111-1466272353/watcher-4103111-1466272353 -o /tmp/evaluation-result-4103111-1466272353/solver-4103111-1466272353 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466240772-17504 --watchdog 1960 --input HOME/instance-4103111-1466272353.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= 2295cbab79cf702b6a93f1d0b8bae876
RANDOM SEED=51932420

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:        30353116 kB
Buffers:          158332 kB
Cached:           195832 kB
SwapCached:         2472 kB
Active:           317864 kB
Inactive:         266368 kB
Active(anon):     229972 kB
Inactive(anon):     2168 kB
Active(file):      87892 kB
Inactive(file):   264200 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:              5484 kB
Writeback:             0 kB
AnonPages:       1414428 kB
Mapped:             9280 kB
Shmem:                 0 kB
Slab:             612800 kB
SReclaimable:      56620 kB
SUnreclaim:       556180 kB
KernelStack:        1424 kB
PageTables:         6792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1613224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71736 MiB
End job on node115 at 2016-06-18 20:22:34